html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}



::selection {
    background: #9DD4C233
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}







a:hover {
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}




::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(86, 87, 91, .5);
     font-family: "Nunito", sans-serif;
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(86, 87, 91, .5);
     font-family: "Nunito", sans-serif;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(86, 87, 91, .5);
    font-family: "Nunito", sans-serif;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
   color: rgba(86, 87, 91, .5);
     font-family: "Nunito", sans-serif;
    font-weight: 300;
}


input,
select {
    vertical-align: middle;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
}

img {
    max-width: 100%;
}

body {
    font-family: "Nunito", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;

}

p {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 20px 0;
    color:#514F4C;

}

.button-section {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}




h1 {
    font-size: 60px;
    line-height: 70px;
    color: #000;
    font-family: "Quicksand", sans-serif;
}

h1.md{
    font-size: 44px;
    line-height: 50px;
}


h2 {
    color: #181713;
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Quicksand", sans-serif;
}


h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #181713;
    font-family: "Quicksand", sans-serif;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #181713;
    font-family: "Quicksand", sans-serif;    
}



.primary-btn {
    padding: 0 26px;
    border-radius: 5px;
    text-decoration: none;
    background: #5D5F54;
    color: #fff;
    font-size: 18px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: all .5s ease;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    border: 1px solid #3D4A40;
   
    height: 52px;
    text-align: center;


}


.primary-btn:hover {
    background: #333;
    color: #fff;
}


.secondary-btn {
    padding: 0 30px;
    border-radius: 5px;
    text-decoration: none;
    background: #5D5F54;
    color: #fff;
    font-size: 18px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: all .5s ease;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    border: 1px solid #5D5F54;
    min-width: 287px;
    height: 52px;
    text-align: center;


}


.secondary-btn:hover {
    background: #333;
    border-color:#333;
    color: #fff;
}


.secondary-btn.lg {
    padding: 16px 30px;
    font-size: 20px;

}


.primary-btn.white-btn{
    background: #fff; color:#5D5F54; border-color:#fff;
}

.primary-btn.white-btn:hover{
    background:#333; color:#fff; border-color:#333;
}




.header .primary-btn,
.header .secondary-btn {
    padding-left: 24px;
    padding-right: 24px;
}




.mobileImg {
    display: none;
}




.container {
    max-width: 1340px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   

}

.header {
    padding: 0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    transition: all 400ms ease;
    
}
.header .logo{
    position: relative; z-index: 999;
}

.header .logo a {
    display: block;
    cursor: pointer;
}


.header .logo img {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    padding: 20px 0;
    height: 70px;
    display: block;
    max-width: inherit;
}








.header .flex-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation {
    display: flex;
    justify-content: flex-end;
}

.navigation ul {
    display: flex;
    list-style: none;
    max-width: inherit;

}

.navigation ul li {
    list-style: none;
    white-space: nowrap
}

.navigation ul li a {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    padding: 30px 18px;
    list-style: none;
    display: block;
    text-align: center;
    text-transform:none;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;

}

.header.fixed .navigation ul li a {
    padding-top: 20px; padding-bottom: 20px;
}


a,
a:focus {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.navigation ul li:last-child a {
    padding-right: 0;
}

.header .container {
    position: relative;
}

.container {
    position: relative;
}

.pomegrante {
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 999;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header .pomegrante img {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header.fixed .pomegrante {
    top: -126px;
}

.header.fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.event-section {
    display: block;
    width: 100%;
    padding: 0 0 0;
}


.navigation ul li.active a {

    color: #DCBD91;
}

.section {
    display: block;
    overflow: hidden;
    
}

.right-section-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column-gap: 40px;
}

.banner-slide{
    position: relative;
}

.banner-slide-img-1:before{
    content:"";
    background: url("../images/banner-img-1.jpg") no-repeat right top;
    background-size:cover;
    width:50%;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
   
}

.banner-slide-img-2:before{
    content:"";
    background: url("../images/banner-img-2.jpg") no-repeat right top;
    background-size:cover;
    width:50%;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
}


.banner-slide-img-3:before{
    content:"";
    background: url("../images/banner-img-3.jpg") no-repeat right top;
    background-size:cover;
    width:50%;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
}




.slider-home {
    height: 672px;
    margin:0;
   
}

.banner-slide {
    display: flex;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
    justify-content: space-between;
}

.banner-slide .text-section-banner {
    
    padding:0;
    position: relative;
    z-index: 99;
    display:flex; 
    justify-content: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    width:100%;
}

.banner-slide .text-section-banner .content-panel{
    
     padding-right: 100px;
    max-width: 500px;
    
}

.banner-slide .image-section-banner {
  width: 50%;
  display: flex;
  align-self: flex-start;
  height: 100%;
  display: none;
}

.banner-slide .image-section-banner img{
    object-fit: cover;
}

.banner-slide p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.banner-slide h1 {
    margin: 0 0 40px 0;
    color: #181713;
}

.banner-slide .button-panel {
    margin: 20px 0 0;
}



.owl-item {
    padding: 0 !important;
}

.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item .item,
.banner-slide {
    height: 100%;
}


.banner-section{
    background: #F6F4EF;
}

.title-section {
    display: block;
    
}






ul.bullet-list{margin: 0 0 25px 0;}

ul.bullet-list li{
    position: relative;
    padding: 0 0 10px 20px; display: block;
    color:#5D5F54;
}

ul.bullet-list li:before{
    content:"";
    position: absolute; left:0; top:10px;
    width:6px; height: 6px; border-radius: 100%; background: #000;
}

.contact-wrapper{
    padding: 100px 0;
    overflow: hidden;
}

.contact-wrapper .form-section{
    padding: 30px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
}


.landing-page-banner{
    background: #5D5F54;
    padding: 60px 0;
}

.landing-page-banner h1{color:#fff; margin: 0 0 15px 0;}

 ul.breadcrum{
    display: flex; margin:0; padding: 0;
}

ul.breadcrum li{
    margin:0; padding: 0; color:#C6C6C6; line-height: 30px; 
}

ul.breadcrum li a{
    color:#C6C6C6; text-decoration: none;
}

.seprator{
    background: url("../images/angle-right-img.svg") no-repeat center center;
    width:20px; display: flex; justify-content: center; align-items: center;
}

.contact-wrapper .info-section{
    padding: 30px; background: #F6F4EF; margin: 0 0 60px 0; font-size:16px;
} 


.contact-wrapper .primary-btn{
    width:287px; padding-left: 0; padding-right: 0; text-align: center;
}

.contact-wrapper h3{
  margin: 0 0 15px 0;  
}

.contact-wrapper .flex-container{
    display: flex; justify-content: space-between; grid-column-gap: 60px;
}

.contact-wrapper .left-panel{
    width:50%;
}

.contact-wrapper .right-panel{
    width:50%;
}



.contact-wrapper .info-section ul li{margin: 0 0 10px 0; color:#514F4C;}

.contact-wrapper .info-section ul li a{color:#514F4C; font-weight: 700;}

.contact-wrapper .left-panel .text-section{
    padding: 0 0 50px 0;
}


.form-group {
    margin: 0 0 18px 0;
}

.intenal-content {
    max-width: 500px;
}

.form-control {

    border: 1px solid #D1D2D8;
    border-radius: 5px;
    padding: 14px 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    outline: none;
    background: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.form-control:focus,
.form-control.valid {
    border-color: #999;
}


.form-group select {
  -webkit-appearance: none;
  background: url('../images/inputbox-arrow.svg') no-repeat right center;
  display: block;
  font-size: 16px;
}

.footer .form-section .flex-col-two-col {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.footer .form-section .flex-col-one {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr;
}

label {
    font-size: 16px;
    color: #000;
    margin: 18px 0 15px 0;
    display: block;
    font-weight: 600;
}

.footer textarea {
    height: 128px;
}

label.error {
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.form-input.error {
    border-color: red;
}

.g-recaptcha {
    opacity: 0;
}

.success_message,
.dynamic {
    padding: 10px 20px;
    display: none;
    text-align: center;
    color: #fff;
    border: 1px solid #2B693D;
    background: #000;
    border-radius: 5px;
    margin: 20px 0 0;
}

.success_message h5,
.dynamic h5 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;

}



form label.error {
    display: none !important;
}


.form_control .label {
    line-height: 13px;
}


.form_control {
    position: relative;

}

.form-control {
    z-index: 2;
    position: relative;
}









.contact-us-section {
    padding: 120px 0;
}

.contact-us-section .title-section {
    text-align: left;
    padding: 0;
    max-width: inherit;
    margin: 0 0 20px 0;
}

.contact-us-section .flex-container {
    display: flex;
    justify-content: space-around;
    grid-column-gap: 80px;
}

.contact-us-section .col {
    width: 50%;
}

.contact-us-section .left-col {
    width: 100%;
}

.flex-col-two {
    display: flex;
    grid-column-gap: 20px;
}

.flex-col-two .form_control {
    width: 100%;
}



.footer{
    background: #F6F4EF;
  
    padding: 56px 0 0;
    
    
}





.footer-top-sectoin h4 {
    margin: 0 0 20px 0;
}

.footer .container {
    max-width: 1300px;
}


.footer-top-sectoin .flex-container {
    display: flex;
    grid-column-gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-top-sectoin p {
    font-size: 18px;
    color: #2B693D;
    font-weight: 500;
}

.footer-top-sectoin a {
    display: block;
    text-decoration: none;
    color: #514F4C;
    
}

.footer-top-sectoin a:hover {
    color:#000;
}

.footer-top-sectoin ul.flex-listing li{
    display: flex; 
}

.footer-top-sectoin  .text-content{
    width:100%;
}


.footer-top-sectoin ul{
    width:100%; 
}
.footer-top-sectoin ul,
.footer-top-sectoin ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}

.footer-top-sectoin ul li {
    margin: 0 0 5px 0;
    color: #514F4C;
     font-family: "Nunito", sans-serif;
}

.footer-top-sectoin ul li span {
    display: block;
    margin: 0 5px 10px 0;
}

.copyright-section {
    color:#5D5F54;
    font-size: 16px;
     background: rgb(246,244,239);
background: linear-gradient(180deg, rgba(246,244,239,1) 17%, rgba(219,218,213,1) 100%); 
}

.copyright-section .container{
    margin-top: 48px;
    padding: 24px 0;
    border-top:1px solid #E0DED9;
}

.copyright-section a{
    color:#5D5F54;
}

.copyright-section a:hover{
    text-decoration: underline;
    color:#000;
}

.banner-section {
    position: relative;
}

.banner-section .container{
    width:100%; max-width: 100%;
}

.copyright-section .terms{
    display: flex;
}

.copyright-section .terms span{width:30px; display: inline-block; text-align: center;}

.owl-dots {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #B78665;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px;
}

.slider-home .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
    color:#181713;
}


.slider-home .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

.slider-home .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}


.slider-home .owl-item.active .button-panel {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;

}

.section{
    padding: 100px 0;
}

.section .flex-container{
    display: flex;
    justify-content: space-between;
    grid-column-gap: 50px;
    align-items: center;
}

.section .flex-container .text-section{
    width:50%; box-sizing: border-box;
    padding-right: 30px;
}



.section .flex-container .image-section{
    width:50%;
}

.section.white h2, .section.white p{
    color:#fff;
}

.section .button-section{
    margin: 20px 0 0;
}

.section .button-section .primary-btn{
    width:287px; padding-left: 0; padding-right: 0;
}

.give-with-azras .container .flex-container{
    background: #5D5F54; border-radius: 20px; overflow: hidden;
}

.give-with-azras .container .image-section img{
    display: flex; width:100%;
}

.rounded{
    border-radius: 20px;
}

.green-bg{
    background: #5D5F54;
}

.brown-bg{
    background: #B78665;
}




.form-control.error{
    border-color: red;
}
label.error {
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.form-input.error {
    border-color: red;
}


.dynamic {
    color: #21409A;
    padding: 10px 20px;
    display: none; margin-top: 20px;
   
}

.success_message{ display: none;}





.dynamic h5 {
    padding: 0;
    margin: 0;
    color: #21409A;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


.success_message h2 {
  color: #fff;
  font-size: 26px;
  margin: 0;
}

.success_message  p{
	color:#fff;
}