html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
} */

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}



/* COMMON STYLE :START */

.hd-style-1 {
    font-family: "Acme", sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
}

/* ----- .btn-style-1 :start ----- */
.btn-style-1 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background-color: #DB4433;
    border: 1px solid #DB4433;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #b12111;
    border-color: #b12111;
}
/* ----- .btn-style-1 :end ----- */

/* ----- .gmap :start ----- */
.gmap {
width: 100%;
    height: 250px;
    margin-bottom: 20px;
    /* min-height: 500px; */
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ----- .gmap :end ----- */

/* ----- .socialmedia-links :start ----- */
.socialmedia-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.socialmedia-links li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    background-color: #6C727F;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.socialmedia-links li a:hover {
    background-color: #DB4433;
}
.topsocialmedia-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.topsocialmedia-links li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #6C727F;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.topsocialmedia-links li a:hover {
    background-color: #DB4433;
}
/* ----- .socialmedia-links :end ----- */

/* COMMON STYLE :END */


/* Header Section :start */
.header-top {
    background-color: #B4986D;
    padding: 15px 0px;
}
.header-top .htop-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.header-top .htop-inner .htinner-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px 24px;
}
.header-top .htop-inner .htinner-links li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.header-top .htop-inner .htinner-links li i {
    font-size: 16px;
}
.header-top .htop-inner .htinner-links li a {
    color: inherit;
}
.header-top .htop-inner .htinner-links li a[href]:hover {
    color: #000000;
}


.header-search {
    max-width: 250px;
    height: 45px;
    margin-left: auto;
}
.header-search .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #B4986D;
    border-right: 0;
}
.header-search .input-group-text {
    color: #B4986D;
    background-color: transparent;
    border: 1px solid #B4986D;
    border-left: 0;
}
/* Header Section :end */

/* Branches section :start */
.branches-section {
    background-color: #f5e5e0;
    background-image: url('../images/branches-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}
.branches-section .branchsec-block {
    width: 100%;
    height: 100%;
}
.branches-section .branchsec-block .bsblock-image {
    width: 100%;
    height: 400px;
    border: 10px solid #b19771;
    border-radius: 5px;
    position: relative;
}
.branches-section .branchsec-block .bsblock-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.branches-section .branchsec-block .bsblock-image::after {
    content: 'View menu';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    opacity: 0;
}
.branches-section .branchsec-block .bsblock-text {
    text-align: center;
    padding-top: 24px;
}
.branches-section .branchsec-block .bsblock-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.branches-section .branchsec-block:hover .bsblock-image::after {
    opacity: 1;
}

.branches-section .branches-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.branches-section .branches-owl .owl-dots .owl-dot span {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-color: #b19771;
    border-radius: 100%;
    transition: 0.5s;
}
.branches-section .branches-owl .owl-dots .owl-dot:hover span,
.branches-section .branches-owl .owl-dots .owl-dot.active span {
    background-color: #DB4433;
}
/* Branches section :end */



/* Dishes section :start */
.dishes-section {
    background-color: #f9f2dd;
    /* background-image: url('../images/dishes-bg.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: 100% 100%; */
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}



.dishes-section .dishesbg-group {}
.dishes-section .dishesbg-group > div {
    position: absolute;
}
.dishes-section .dishesbg-group > .dbgimg-1 {
    top: 2%;
    left: 0;
}
.dishes-section .dishesbg-group > .dbgimg-2 {
    bottom: -20px;
    left: -25px;
}
.dishes-section .dishesbg-group > .dbgimg-3 {
    top: 4%;
    right: 0px;
}
.dishes-section .dishesbg-group > .dbgimg-4 {
    top: 38%;
    right: 20px;
}
.dishes-section .dishesbg-group > .dbgimg-5 {
    bottom: 0%;
    left: 60%;
}
.dishes-section .dishesbg-group > .dbgimg-6 {
    bottom: -5%;
    left: 22%;
}
.dishes-section .dishesbg-group > .dbgimg-7 {
    bottom: 39%;
    left: -16%;
}
.dishes-section .dishesbg-group > .dbgimg-8 {
    bottom: 8%;
    right: -1%;
}

.dishes-section .dishesbg-group .imG1 {
    animation: wiggle 800ms infinite;
    animation-timing-function: linear;  
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.dishes-section .dishesbg-group .imG2 {
    animation: wiggle 1000ms infinite;
    animation-timing-function: linear; 
    -webkit-animation-duration: 8s;
    animation-duration: 8s; 
}
.dishes-section .dishesbg-group .imG3 {
    animation: wiggle 1100ms infinite;
    animation-timing-function: linear;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;  
}
.dishes-section .dishesbg-group .imG4 {
    animation: wiggle 1300ms infinite;
    animation-timing-function: linear;  
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@keyframes wiggle {
  0% { transform: translate(12px, 0px); }
  25% { transform: translate(4px, -2px); }
  50% { transform: translate(8px, 4px); }
  75% { transform: translate(-2px, 6px); }
  100% { transform: translate(12px, 0px); }
}


/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.dishes-block {
    width: 100%;
    height: 100%;
    background-color: #db4433;
    border-radius: 15px;
    padding: 0px 0px;
    overflow: hidden;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.dishes-block .dishblock-image {
    width: 100%;
    height: auto;
    /* aspect-ratio: 1.54 / 1; */
    /* background-color: #ffffff; */
    /* border-radius: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 5px 5px; */
}
.dishes-block .dishblock-text h3 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 17px;
}

/*.dishes-block {
    width: 100%;
    height: 100%;
    background-color: #182849;
    border-radius: 5px;
    padding: 15px 15px;
}
.dishes-block .dishblock-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.54/1;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
}
.dishes-block .dishblock-text h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 5px;
}
*/
.dishes-block .dishblock-image img {
    max-width: 100%;
    max-height: 100%;
}
.dishes-block .dishblock-text {
    text-align: center;
    margin-top: 15px;
}

.dishes-block .dishblock-text p {
    font-size: 16px;
    font-weight: 400;
    color: #B4986D;
    margin-bottom: 0;
}
/* Dishes section :end */

/* text-image section :start */
.text-image-section {
    background-color: #FCF1DC;
    padding: 100px 0px;
    position: relative;
}
.txtimg-wrap {
    width: 100%;
    height: auto;
}
.txtimg-wrap .tiwrap-row {
    flex-direction: row-reverse;
    margin-bottom: 50px;
}
.txtimg-wrap .tiwrap-row:last-child {
    margin-bottom: 0px;
}
.txtimg-wrap .tiwrap-row .tiwr-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.txtimg-wrap .tiwrap-row .tiwr-text h3 {
    font-family: "Acme", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}
.txtimg-wrap .tiwrap-row .tiwr-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.txtimg-wrap .tiwrap-row .tiwr-image {
    width: 100%;
    height: auto;
}
.txtimg-wrap .tiwrap-row .tiwr-image .tiwimg-inner {
    width: 100%;
    height: 400px;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
    float: left;
}
.txtimg-wrap .tiwrap-row .tiwr-image .tiwimg-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.txtimg-wrap .tiwrap-row:nth-child(even) {
    flex-direction: row;
}
.txtimg-wrap .tiwrap-row:nth-child(even) .tiwr-image .tiwimg-inner {
    border-radius: 0px 30px 30px 0px;
    float: right;
}
/* text-image section :end */

/* to serve section :start */
.toserve-section {
    /* background-color: #000000; */
    background-image: url('../images/To-Serve-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}
.toserve-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.1;
}
.toserve-section .tssec-inner {
    color: #ffffff;
    text-align: center;
}

.toserve-section .tssec-inner p {
    font-size: 16px;
    color: #ffffff;
}
/* to serve section :end */

/* customer say section :start */
.customersay-section {
    background-image: url('../images/customer-say-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}
.customersay-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #182849;
    opacity: 0.1;
}

.customersay-block {
    width: 100%;
    height: 100%;
}
.customersay-block .csayblock-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.customersay-block .csayblock-text p {
    font-size: 18px;
    color: #ffffff;
}
.customersay-block .csayblock-details {
    text-align: center;
    margin-top: 40px;
}
.customersay-block .csayblock-details .user {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.customersay-block .csayblock-details .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.customersay-block .csayblock-details h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}

.customersay-owl .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.customersay-owl .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #DB4433;
    border-radius: 100%;
}
.customersay-owl .owl-dots .owl-dot.active {
    background-color: #B4986D;
}
/* customer say section :end */


/* Footer section :start */
footer .ftop {
    color: #ffffff;
    background-color: #082548;
    padding: 50px 0px;
}
footer .ftop .ft-block {
    width: 100%;
    height: 100%;
}
footer .ftop .ft-block h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
}
footer .ftop .ft-block .ftb-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
footer .ftop .ft-block .ftb-links li a {
    color: inherit;
}
footer .ftop .ft-block .ftb-links li a:hover {
    color: #B4986D;
}

footer .fbottom {
    background-color: #DB4433;
    padding: 15px 0px;
}
footer .fbottom .fbotinner {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
/* Footer section :end */

/* Home Banner Section :start */
.homebanner-section {
    width: 100%;
    height: 700px;
    position: relative;
}
.homebanner-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.homebanner-section video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.homebanner-section .hbsec-caption {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding: 50px 20px;
    text-align: center;
}
.homebanner-section .hbsec-caption h4 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
}
.homebanner-section .hbsec-caption h4 span {
    color: #B4986D;
}
.homebanner-section .hbsec-caption h1 {
    font-family: "Acme", sans-serif;
    font-size: 72px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}
.homebanner-section .hbsec-caption .hbscap-btns {
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 20px;
    margin-top: 25px;
}
.homebanner-section .hbsec-caption .hbscap-btns .btn {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background-color: #B4986D;
    border: 1px solid #B4986D;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.homebanner-section .hbsec-caption .hbscap-btns .btn i {
    margin-right: 10px;
}
.homebanner-section .hbsec-caption .hbscap-btns .btn:hover {
    color: #ffffff;
    background-color: #DB4433;
    border-color: #DB4433;
}
/* Home Banner Section :end */

/* model-style1 :start */
.modal-style1 .modal-content {
    color: #ffffff;
    background-color: #192543;
}
.modal-style1 .modal-body {
    text-align: center;
    position: relative;
    padding: 30px 30px;
}
.modal-style1 .modal-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-style1 .modal-body h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.modal-style1 .modalstyl-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.carrierLogo img{
    width:100%;

}
.logodel{ height:85px;}
.modal-style1 .modalstyl-btns a:hover {
/*   border-color: #B4986D;
    padding: 2px;
    margin-top: 5px;*/
}
.modal-style1 .modalstyl-btns a {
   /* width: 84px; 
    height: 100px; */
	color:#fff;
	text-decoration:none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    /* padding: 15px 15px; */
    border: 1px solid transparent;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 14px;
}
.modal-style1 .modalstyl-btns a img {
    max-width: 100%;
    max-height: auto;
}

/* model-style1 :end */

/* Banner Section :start */
.banner-section {
    width: 100%;
    height: 170px;
    position: relative;
	background-image:url(../images/arabic_pattern_stokes_01.jpg);
	background-size: 100%;
}
.banner-section h2 {
    background-color: #b4986d;
    border: solid 1px #b4986d;
    color: #ffffff;
    border-radius: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 38%;
    display: block;
    font-size: 21px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
}

/*menu*/
.selIcon{
	position:absolute;
	top: 13px;
    left: 21px;
	}
.selIcon2{
	position:absolute;
	top: 13px;
    left: 21px;
	}
.selIcon3{
	position:absolute;
	top: 13px;
    left: 21px;
	}
.selIcon i{
	color:#B4986D
	}
.selIcon2 i{
	color:#B4986D
	}
.selIcon3 i{
	color:#B4986D
	}
.selectboxes{
	position:relative;
	}
.selectboxes .form-control{
	    padding: 12px 12px 12px 30px;
	}
.selectboxes2{
	position:relative;
	}
.selectboxes2 .form-control{
	    padding: 12px 12px 12px 30px;
	}
.selectboxes3{
	position:relative;
	}
.selectboxes3 .form-control{
	    padding: 12px 12px 12px 30px;
	}
	.btn-style-2 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background-color: #DB4433;
    border: 1px solid #DB4433;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #b12111;
    border-color: #b12111;
}
.menuMap{
	max-width:500px;
	height:150px;
	overflow:hidden;
	border-radius:15px
	
	}
	
	/*parallax*/
	.parallax-section{
	position:relative;
	padding:90px 0px;
	color:#ffffff;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}



.parallax-section .auto-container{
	position:relative;
	z-index:5;
}



.parallax-section h3{
	font-size:24px;
	margin-bottom:30px;
	color:#fff;
}

.parallax-section p{
	font-size:16px;
	margin-bottom:30px;
	color:#fff;
}

/*gallery*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  background: #ffffff;
}



.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
/*.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}*/

.main .card {
    border: solid 0px transparent;
    color: #252a32;
    border-radius: 15px;
    background: #ffffff;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/*contact*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,

#contact {
  background: rgba(249, 249, 249, 0.85);
  padding: 25px;
  margin: 80px 0;
  border-radius: 15px;
}
#contact  a{
    color:#DB4433;
}
#contact i{
    color:#00254A;
}
   
    
#contact h3 {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 400;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
width: 100%;
    border: 1px solid #00254a;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 6px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #DB4433;
  color: #FFF;
  margin: 0 0 5px;
  padding: 25px 10px;
  font-size: 15px;
  text-transform: uppercase;
}
#contact button[type="submit"]:hover {
  background: #b12111;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
label.error {
  color: darkred;
  padding-left: 10px;
  font-weight: bold;
}
input.error {
  border-color: darkred !important;
}

.sidePanel {
    position: fixed;
    z-index: 1080;
    background-color: #00254a;
    border-top: solid 1px #b4986d;
    border-bottom: solid 1px #b4986d;
    border-left: solid 1px #b4986d;
right: -5px;
    border-radius: 4px;
    padding: 12px 12px 12px 12px;
	top: 172px;
}
.sidePanel i.fa-solid.fa-phone {
    color: #fff;
}

.sidePanel i.fa-solid.fa-envelope {
    color: #ca0932;
}

.sidePanel i.fa-brands.fa-whatsapp {
    color: #3cd037;
}
.sidePanel i{
	font-size:16px
	}
	
	
/*form modal*/
.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #b4986d;
  margin-bottom: 12px;
  text-align: left;
  min-height: 40px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
.formbold-radio {
  width: 20px;
  height: 20px;
}
.formbold-radio-label {
  font-weight: 500;
  font-size: 16px;
  padding-left: 12px;
  color: #b4986d;
  padding-right: 20px;
}
@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
  .banner-section h2 {
    width: 47%;
    }
}

.btn-close {
    right: 4px;
    top: 4px;
    position: absolute;
}