.fgCombo {
    height: 34px;
    padding: 0px 12px;
    background-color: #30222b;
    border: 1px solid #eae8e8;
    border-radius: 0;
    border-right: none;
    margin-top: 0px;
}
.fgbtn {
    background: #29202d;
    border: 1px solid #fff;
    color: #ffffff;
    height: 34px;
}
.PayalHomeCombo {
    transform: translate3d(0px, -1px, 0px);
    height: 570px;
    background: linear-gradient(53deg, rgba(27,29,50,1) 0%, rgba(92,46,30,1) 100%);
    background-position: top center;
    background-repeat: repeat;
    position: relative;
    
}
.PrlxBoxLayer{
    position: absolute;
    z-index: 9;
    top: 4em;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.PrlxBoxLayer .PrlxBoxTitle {
    font-size: 4em;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    word-wrap: break-word;
    display: block;
    line-height: 1.1;
}
.PrlxBoxLayer p {
    text-align: center;
}
.PrlxBoxLayer .PrlxBoxSubTitle{
    font-size: 22px;
    width: 630px;
    margin: 0 auto;
	color: #fff;
    padding-bottom: 1.5em;
    font-weight: 400;
    display: block;
}
.PrlxBoxLayer .PrlxBoxBtn {
    color: #fff;
    background: #27202e;
    border-color: #542c20;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
    min-width: 180px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}
.PrlxCatBox {
    min-height: 20vh;
}
.PrlxBoxLayer i {
    padding-right: 10px;
}
.CatSearchTitle {
    word-break: break-word;
    white-space: normal;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #fff;
    font-weight: 900;
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section ul li {
    margin-left: 30px;
}
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details img {
    width: 100%;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--color-white);
    opacity: 1;
    border: 1px solid #dda227;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #dda227;
}
.portfolio-details .portfolio-info {
    padding: 15px;
    background: #222030;
    min-height: 445px;
    max-height: 445px;
    text-align: left;
}
.portfolio-details .portfolio-service {
    padding: 15px;
    background: #222121;
}
.portfolio-service .flex-container li {
    color: #dda227;
    margin: 5px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #dda227;
}
.portfolio-details .portfolio-service h3 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dda227;
}
.portfolio-details .portfolio-info h2 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #6756dd;
    line-height: 20px;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 5px;
}
.portfolio-details .portfolio-info ul li {
    border-bottom: 1px solid #544a98ba;
    line-height: 30px;
}
.portfolio-details .portfolio-description {
    padding: 15px;
    background: #222030;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}
.portfolio-info table {
    width: 100%;
    margin-left: 10px;
    text-align: left;
    font-size: 15px;
    margin-top: 15px;
    color: #fff;
    line-height: 25px;
}
.portfolio-info table tr {
    border-bottom: 1px solid #544a98ba;
}
.portfolio-info table th {
    width: 50%;
    font-weight: 400;
    line-height: 32px;
}
.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    display: none;
} 
.blue {
    background-color: blue;
}
.red {
    background-color: red;
}
.green {
    background-color: green;
}
.fixed-bottom .flex-container a {
    text-transform: capitalize;
    font-weight: 600;
    width: 33%;
    text-align: center;
    padding: 5px;
    display: block;
    margin: 0 auto;
}
.title { 
    color: #fff !important; 
    text-align: center;
    display: block;
    margin: 0 auto;  
    margin-bottom: 20px !important;
    padding: 10px;
    font-size: 30px !important;
    font-weight: 800 !important; 
    text-transform: uppercase; 
}
.title:after {
    content: "";
    height: 50px; 
    width: 100%; 
    display: block;
    padding-bottom: 40px!important;
    margin: 10px 0% 0;
    background: url(../images/heading.png) no-repeat top center;
    filter: invert(1);
} 
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.category .flex-container a {
    color: #fff;
    margin: 5px;
    text-transform: capitalize;
    font-weight: 600;
    width: 19%;
    padding: 15px 15px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    background: radial-gradient(169.96% 71.53% at 0 20.35%,#0f0f0f 0,#514949 100%);
    position: relative;
    border-radius: 5px;
    font-size: 14px;
}
.location .flex-container a { 
    color: #fff;
    margin: 5px;
    text-transform: capitalize;
    font-weight: 600;
    width: 19%;
    padding: 15px 15px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    background: radial-gradient(169.96% 71.53% at 0 20.35%,#0f0f0f 0,#514949 100%);
    position: relative;
    border-radius: 5px;
    font-size: 14px;
}
.location .flex-container a img {
    width: 100%;
    max-height: 306px;
    object-fit: cover;
}
.location .flex-container a span {
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.onlyImg .flex-container a { 
    width: 19%;
    display: block;
    margin: 0 auto;
    border: 3px solid #4f4b4c;
    border-radius: 5px;
    margin-bottom: 20px;
}
.onlyImg img {
    width: 100%;
    height: auto;
    min-height: 359px;
    max-height: 359px;
    object-fit: cover; 
}
/*****team start*****/
.team .flex-container a { 
    color: #fff;
    border-radius: 5px;
    font-size: .8225rem;
    font-weight: 700;
    text-transform: capitalize;
    width: 19%; 
    display: block;
    margin: 0 auto; 
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: radial-gradient(169.96% 71.53% at 0 20.35%,#5d5457 0,#252222 100%);
    height: auto;
    border: 3px solid #4f4b4c;
    border-radius: 5px;
}

.team .member img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 0 10px 0;
    border-radius: 5px 5px 0px 0px;
}
.member-info {
    margin-bottom: 15px;
}

.team .member .member-info .member-name {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info span { 
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #cc194f;
        margin-bottom: 5px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc194f;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/*****team end*****/
.txt-lft {
    text-align: left;
}
.mg {
    margin-top: -7px;
}
.bg {
    margin-top: -4px;
}
.p-banner {width: 100%;margin-bottom: 0px;}
.small-banner {width: 100%;margin-bottom: 0px;}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: 9px;
}
.dropdown-content a {
    color: #000;
    padding: 0 0;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.sub-menu {
    text-align: center;
}
.sub-menu li {
    display: inline-block;
    margin: 0 10px;
    line-height: 3;
}
.p-1 {
    text-align: center;
}
.p-2 {
    text-align: center;
}
.p-2 i {
    margin: 0 10px;
}
.navbar-nav .active { 
    color: #fff;
    background-color: #00000078;
}
 
.nav-1 { 
    margin: 0 auto;
    text-align: center;
}
.nav-1 a {
    color: #fff;
    text-decoration: none;
    font: 20px;
    margin: 0 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.teal {
    background: radial-gradient(169.96% 71.53% at 0 20.35%,#4e2b25 0,#191e32 100%);
}
ul.borderYtoX a:after,
ul.borderYtoX a:before {
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 2px;
    content: "";
    background: #fff;
    transition: all 0.3s;
}
ul.borderYtoX a:before {
    left: 0;
    top: 0;
}
ul.borderYtoX a:after {
    right: 0;
    bottom: 0;
}
ul.borderYtoX a:hover:after,
ul.borderYtoX a:hover:before {
    opacity: 1;
    height: 2px;
    width: 100%;
}
ul.borderXwidth a:after,
ul.borderXwidth a:before {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: "";
    background: #fff;
    transition: all 0.3s;
}
ul.borderXwidth a:before {
    left: 0;
    top: 0;
}
ul.borderXwidth a:after {
    right: 0;
    bottom: 0;
}
ul.borderXwidth a:hover:after,
ul.borderXwidth a:hover:before {
    opacity: 1;
    width: 100%;
}
ul.borderYtoX a:after,
ul.borderYtoX a:before {
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 0;
    content: "";
    background: #fff;
    transition: all 0.3s;
}
ul.borderYtoX a:before {
    left: 0;
    top: 0;
}
ul.borderYtoX a:after {
    right: 0;
    bottom: 0;
}
ul.borderYtoX a:hover:after,
ul.borderYtoX a:hover:before {
    opacity: 1;
    height: 2px;
    width: 100%;
}
ul.borderXwidth a:after,
ul.borderXwidth a:before {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: "";
    background: #fff;
    transition: all 0.3s;
}
ul.borderXwidth a:before {
    left: 0;
    top: 0;
}
ul.borderXwidth a:after {
    right: 0;
    bottom: 0;
}
ul.borderXwidth a:hover:after,
ul.borderXwidth a:hover:before {
    opacity: 1;
    width: 100%;
}
ul.pullDown a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    content: "";
    background: #fff;
    opacity: 0.3;
    transition: all 0.3s;
}
ul.pullDown a:hover:before {
    height: 100%;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    padding: 7px;
}
.navbar-header {
    text-align: center;
}
.navbar-toggle {
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    float: left;
    width: 100%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol","Noto Color Emoji",sans-serif!important;
    font-size: 18px;
    background: #000;
    color: #fff;
}
h1 {
    color:#fff;
    font-size: 30px;
    font-weight: 700; 
    line-height: 50px;
    text-transform: uppercase;
}
h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
    text-transform: uppercase;
}
p {
    color: #fff;
    text-align: justify;
}
a {
    color: #afacab;
    text-decoration: none;
}
a:hover {
    color: #fff258d4;
    text-decoration: none;
}
section {
    padding: 40px 0;
    overflow: hidden;
}
 
.p1 {
    color: #fff;
    display: block;
}
.p2 {
    padding: 20px;
}
.bottom-text {
    position: relative;
}
.image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.overlay {
    position: absolute;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.bottom-text:hover .overlay {
    opacity: 1;
}
.copy-right {
    background-color: #000;
    padding: 10px 0;
    text-align: center;
}
.copy-right a i {
    padding: 0 10px;
}
.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 50%;
    text-decoration: none !important;
}
.scrollToTop span {
    display: block;
    margin-top: 14px;
    transition: all 0.2s ease-in-out;
    color: #f36a00;
    font-size: 25px;
}
.scrollToTop:hover span {
    margin-top: 10px;
}
.small-banner {
    display: none;
}
.p4 {
    text-align: center;
}
.p5 {
    height: 100%;
    width: 100%;
    margin-top: -8%;
    margin-bottom: -8%;
}
.price-1 {
    text-align: center;
    background-color: #000000a8;
    padding: 30px 0;
    margin-bottom: 10px;
}
.p7 {
    padding: 30px 0;
}
.price-1 h2 {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff70;
    padding-bottom: 10px;
}
.p8 {
    display: block;
}
.btn-primary {
    color: #fff;
    background-color: #b73333;
    border-color: #838384;
}
.cont-info ul li {
    font-size: 16px;
    list-style: none;
    line-height: 3;
    color: #fff;
}
.cont-info ul li a {
    color: #fff;
    padding-right: 10px;
}
input[type="text"],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #0a0909;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #45a049;
}
.profile-table {
    font-size: 1em;
    border: 4px double #ffff;
    padding: 9px;
}
dl {
    overflow: hidden;
    border-bottom: 1px solid #a99999;
    border-radius: 0;
    border-top: 0 none;
    padding: 0 0;
}
.profile-table > dl {
    margin-bottom: 24px;
}
dh {
    color: #fbf7f7;
}
dt {
    float: left;
    margin: 0;
    padding: 0 0.4em 0 0;
    max-width: 50%;
    font-weight: 400;
    color: #fbf7f7;
}
dd {
    color: #ccc;
    float: right;
    margin: 0;
    max-width: 51%;
    padding: 0 0 0 0.4em;
    text-align: right;
}
.checked {
    color: #d5af42;
}
.profile-table1 {
    font-size: 1em;
    border: 4px double #ffff;
    padding: 9px;
    margin-top: 13px;
}
.profile-table1 > dl {
    margin-bottom: 12px;
    margin-top: 2px;
}
.header-photo > img {
    border: 5px solid #555;
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.rating > li {
    float: right;
    list-style-type: none;
    display: inline;
    color: #d5af42;
    margin-left: 12px;
}
.align_center {
    text-align: center;
}
footer p {
    text-align: center;
}
ul.list li {
    color: #fff;
    text-align: justify;
    margin-left: 20px;
}
@media handheld, only screen and (max-width: 768px) 
{
    .fixed-bottom { 
        display: block;
    }
    .small-banner {
        display: block;
    }
    .p-banner {
        display: none;
    }
    .hvr-float {
        display: block;
        width: 50%;
        height: auto;
        margin-bottom: 20px;
        float: left;
    }
}
@media handheld, only screen and (max-width: 640px) {
    .small-banner {
        display: block;
    }
    .p-banner {
        display: none;
    }
    .hvr-float {
        display: block;
        width: 50%;
        height: auto;
        margin-bottom: 20px;
        float: left;
    }
}
@media handheld, only screen and (max-width: 480px)
{
    .team .member img {
      margin-bottom: 0px;
  }
    .member-info {
      margin-top: 5px;
      margin-bottom: 5px;
  }
    .team .member .member-info .member-name {
      font-size: 14px;
      font-weight: 500;
  }
.PayalHomeCombo { 
    height: 600px; 
}
.PrlxBoxLayer .PrlxBoxBtn { 
    min-width: 120px; 
}
.PrlxBoxLayer { 
    top: 2em; 
}
.PrlxBoxLayer .PrlxBoxTitle {
    font-size: 30px; 
}
.CatSearchTitle { 
    font-size: 20px; 
}
.PrlxBoxLayer .PrlxBoxSubTitle {
    font-size: 18px;
    width: 100%; 
}
    h1 {
        font-size: 22px;
        line-height: 30px;
    }
    h2 {
        font-size: 20px;
        line-height: 30px;
    }
    h3 {
        font-size: 18px;
        line-height: 25px;
    }
    p {
        text-align: justify;
    }
    .title { 
        width: 80%;
        font-size: 22px !important; 
    }
    .category .flex-container a {
        width: 47%;
    }
    .location .flex-container a {
        width: 47%;
    }
    .onlyImg .flex-container a {
        width: 47%;
    }
    .team .flex-container a {
        width: 47%;
    }
    .small-banner {
        display: block;
    }
    .p-banner {
        display: none;
    }
    .hvr-float {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        float: left;
    }
}
@media handheld, only screen and (max-width: 320px) {
  .PayalHomeCombo {
    height: 650px;
}
    .category .flex-container a {
      width: 46%;
      padding: 7px 7px;
      font-size: 12px;
  }
  .location .flex-container a {
    width: 46%;
      padding: 7px 7px;
      font-size: 12px;
}
    .small-banner {
        display: block;
    }
    .p-banner {
        display: none;
    }
    .hvr-float {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        float: left;
    }
  
}
