body {
    font-family: "Work Sans", sans-serif;
    background: #fbf9f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Khula", sans-serif;
}
h1:before,
h2:before {
    content: none !important;
}
html {
    scroll-behavior: smoth;
}
.col {
    padding: 0 20px;
}
@media screen and (min-width: 992px) {
    .col {
        padding: 0 0px;
    }
}
.my-container {
    width: 100%;
    max-width: 1220px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.wpcf7-response-output {
  font-size: 15px;
}
#site-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2222;
}
#site-header #my-header {
    padding-top: 45px;
}
#site-header #my-header.fixed {
    position: fixed;
    width: 100%;
    background: #fbf9f5;
    padding-top: 8px;
    z-index: 222;
    box-shadow: 0px 1px 6px #d5d5d5;
}
#site-header #my-header.fixed .columns .nav-menu .top {
    display: none;
}
#site-header #my-header.fixed .columns .logo img {
    width: 100%;
    max-width: 150px;
    transition: ease-in-out all.3s;
}
#site-header .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
#site-header .columns .logo {
    width: 20%;
}
#site-header .columns .nav-menu {
    width: 80%;
    text-align: right;
}
#site-header .columns .nav-menu .top p {
    margin: 0;
}
#site-header .columns .nav-menu .top a {
    font-size: 16px;
    font-family: "Khula", sans-serif;
    color: #ff5d00;
    margin: 0 10px;
    padding: 0px 10px;
    width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    border: 0px none;
}

#site-header .columns .nav-menu .top a:last-child{
	margin-right: 0;
	padding-right: 0;
}

#site-header .columns .nav-menu .top a:hover {
    transition: ease-in-out all 0.3s;
    color: #dd6d09;
    background: transparent;
}

#site-header .columns .nav-menu .bottom ul {
    margin: 0;
    padding: 0;
}
#site-header .columns .nav-menu .bottom ul li {
    display: inline-block;
}
#site-header .columns .nav-menu .bottom ul li a {
        display: inline-block;
    padding: 15px;
    font-size: 16px;
    font-family: "Khula", sans-serif;
    color: #402a10;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

#site-header .columns .nav-menu .bottom ul li a:hover {
    transition: ease-in-out all 0.3s;
    color: #ff5d00;
}

.main-navigation .sub-menu {
    background-color: #e1e1e1;
}

.main-navigation .sub-menu > li > a:hover {
    background: transparent;
    color: #fff;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
    top: -13px;
    position: relative;
    left: -10px;
    color: #ff5d00;

    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px;
    padding: 0;
}

.main-navigation
    .main-menu
    .menu-item-has-children:not(.off-canvas):hover
    > .sub-menu,
.main-navigation
    .main-menu
    .menu-item-has-children:not(.off-canvas):focus
    > .sub-menu,
.main-navigation
    .main-menu
    .menu-item-has-children.is-focused:not(.off-canvas)
    > .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile-parent-nav-menu-item {
    display: none !important;
}
#site-header .columns .nav-menu .bottom ul li:last-child a {
    padding-right: 0;
}
/* Homepage styles */
.btn-wrap a {
    background: #ff5d00;
    padding: 12px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    border: solid 1px#ff5d00;
}
.sec-title {
    font-size: 50px;
    color: #402a10;
    line-height: 60px;
    margin: 0;
}
.btn-wrap a:hover {
    transition: ease-in-out all.3s;
    background: transparent;
    border: 1px solid #ff5d00;
    color: #ff5d00;
}
#hp-sec1 {
    padding-top: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
#hp-sec1 .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#hp-sec1 .row .col.col2 {
    width: 65%;
}
#hp-sec1 .row .col.col2 img {
    max-width: 900px;
    margin-bottom: -412px;
    margin-right: -120px;
}
.error404 #hp-sec1 .row .col.col2 img{
	margin-bottom: 0px !important;
}
#hp-sec1 .row .col.col1 {
    width: 35%;
    margin-top:0px;
}
#hp-sec1 .row .col h1 {
    font-size: 50px;
    color: #402a10;
    font-family: "Khula", sans-serif;
    margin: 0;
}
#hp-sec1 .row .col .desc {
    margin: 30px 0;
    width: 100%;
    max-width: 345px;
}
#hp-sec1 .row .col .desc p {
    font-size: 16px;
    color: #402a10;
    font-weight: 500;
}
#hp-sec1 .row .col .video {
    padding-top: 60px;
}
#hp-sec2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 300px;
    z-index: 1;
}
#hp-sec2 .inner-div .sec-title {
    position: relative;
    display: inline;
}
#hp-sec2 .inner-div .sec-title::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAAOCAMAAADDjaSlAAAAY1BMVEVHcEz//////////////////////////Pv/////////////////////////XAD/////////////////XAD/////Ygj/xqX/ahT/gTj/v5r/59n/m2D/07r/o27/nWT/n2b/lVjY6BEAAAAAE3RSTlMALl7l2WWL/PMd0QYYt8N6wbuTjItEaAAAAJNJREFUOMvFlUkWgyAQRFFR0JjJLkCjGe5/yoD99Ar1N/TyP4oujGFyaR/e2ak3ZCqLHddyPfoGr18KcwS4JldsQQpfeGY6FZx6iERMRJE7FhFVmWHNTVgsWPczuwQ4okjE5xiLCDkazaZEQ32s6bycjrq+blOTN3d9zZgLbU2pFFpNrtZBK96TPfKnVz8bP3RjHv8lFh1oqJj1JAAAAABJRU5ErkJggg==');
    position: absolute;
    left: -150px;
    width: 100%;
    height: 100%;
    top: -13px;
}
#hp-sec2 .inner-div {
    width: 100%;
    max-width: 730px;
    position: relative;
    z-index: 2;
}
#hp-sec2 .inner-div .video {
    margin: 50px 0 50px 0;
}
#hp-sec2 .video a {
    border-bottom: 0 !important;
}
#hp-sec2 .inner-div .desc {
    margin: 30px 0;
}
#hp-sec2 .inner-div .desc p {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    max-width: 485px;
}
#hp-sec2 .inner-div .desc strong {
    font-size: 24px;
    color: #402a10;
    font-weight: 500;
}
#hp-sec2 .inner-div a {
    font-size: 15px;
    font-weight: 500;
    color: #402a10;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff5d00;
}
#hp-sec2 .wwa-img {
    position: absolute;
    top: -65px;
    left: 0;
}
.pum-overlay .pum-container {
    border: 5px solid #ff5d00 !important;
}

#hp-sec3{
	top: 40px;
    right: 47px;
    position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#hp-sec3 .inner {
	width: 20%;
	margin-left: auto;
	z-index: 1;
	position: relative;
}}
#hp-sec3 .inner .logos {
    margin: 15px 0;
}
#hp-sec4 {
    padding: 90px 0;
}
#hp-sec4 .my-container {
	z-index: 1;
}
#hp-sec4 .row {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}
#hp-sec4 .row .sec-title {
    width: 21%;
}
#hp-sec4 .row .desc {
        width: 33%;
    font-size: 15px;
    color: #402a10;
}
#hp-sec4 {
    padding: 90px 0;
}
#hp-sec4 .row {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}
#hp-sec4 .row .sec-title {
    width: 21%;
}
#hp-sec4 .row .sec-title {
    position: relative;
}
#hp-sec4 .row .sec-title::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAACICAMAAADgfyomAAAARVBMVEVHcEz//////////////////////////fz/////////////////////XAD/XAD/XAD/////ZAz/y67/iUT/n2X/v5n/5NRQUpLcAAAAD3RSTlMA7VoGwGgw+B7XjYl+x8H1dzApAAAAhElEQVQ4y+3OWQ6DMAxFUQMJJkCb50z7X2ozFbEI37+jWNEj6n0/9M57pVKpVCqVvf3O4d4nDoOeOfrTAs4p5YKlHmwOwbckwG1kUWRQCiwZRD+SCEMMkb+xEPBIwOSeYx/h6Jwf1wJOOhhpnCdwHWKBEEViANY2a+Uxktc5+nLM7mqTf36JF2KYFAw6AAAAAElFTkSuQmCC');
    position: absolute;
    top: -181px;
}
#hp-sec4 .row .desc {
    width: 41%;
    font-size: 16px;
    color: #402a10;
}
#hp-sec4 .row.row2 {
    padding-top: 140px;
    justify-content: center;
}
#hp-sec4 .row.row2 .col {
    width: 23%;
    margin: 12px;
}
#hp-sec4 .row.row2 .col .main {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
    align-content: end;
    justify-content: end;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
#hp-sec4 .row.row2 .col .main .info {
    position: relative;
}
#hp-sec4 .row.row2 .col .main .info strong {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-family: "Khula", sans-serif;
}
#hp-sec4 .row.row2 .col .main .info span {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}
#hp-sec4 .row.row2 .col .main .info::after {
    content: "";
    width: 110%;
    height: 162px;
    background: #ff5d00;
    position: absolute;
    top: -19px;
    left: -32px;
    border-top-right-radius: 15px;
}
#hp-sec4 .row.row2 .col .main .hover strong {
    color: #402a10;
    font-size: 24px;
    line-height: 34px;
    font-family: "Khula", sans-serif;
    position: relative;
    z-index: 2;
    display: block;
}
#hp-sec4 .row.row2 .col .main .hover {
    display: none;
}
#hp-sec4 .row.row2 .col .main .hover span,
#hp-sec4 .row.row2 .col .main .hover p {
    font-size: 14px;
    color: #402a10;
    line-height: 24px;
    position: relative;
    z-index: 2;
}
#hp-sec4 .row.row2 .col .main .hover ul {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	z-index: 9;
}
#hp-sec4 .row.row2 .col .main .hover ul li {
	color: #402a10;
}
#hp-sec4 .row.row2 .col .main .hover a {
    font-size: 15px;
    font-weight: 500;
    color: #402a10;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff5d00;
    position: relative;
    z-index: 2;
}
#hp-sec4 .row.row2 .col .main .hover a:hover {
    border-bottom: 2px solid #fff;
    transition: ease-in-out all 0.3s;
}
#hp-sec4 .row.row2 .col:hover .main .hover {
    display: block;
}
#hp-sec4 .row.row2 .col:hover .info {
    display: none;
}
#hp-sec4 .row.row2 .col:hover .main::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fcdac4cc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#hp-sec4 .row.row2 .col.col2 {
    margin-top: -40px;
}
#hp-sec4 .row.row2 .col.col3 {
    margin-top: -80px;
}
#hp-sec4 .row.row2 .col.col4 {
    margin-top: -120px;
}
#hp-sec5 .inner {
    background-size: cover;
    background-position: center;
}
#hp-sec5 .inner .sec-title {
    text-align: center;
    position: relative;
}
#hp-sec5 .inner {
    background-size: cover;
    background-position: top;
    padding-top: 140px;
    border-radius: 20px;
    padding-bottom: 50px;
}
#hp-sec5 .inner .sec-title {
    text-align: center;
    position: relative;
}
#hp-sec5 .inner .contents {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}
#hp-sec5 .inner .contents .wcu {
    width: 18%;
    text-align: center;
    margin: 20px;
}
#hp-sec5 .inner .contents .wcu img {
    display: block;
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 26px;
    border-radius: 50%;
}
#hp-sec5 .inner .contents .wcu span {
    font-size: 18px;
    color: #402a10;
    line-height: 25px;
    font-family: "Khula", sans-serif;
    font-weight: 700;
    display: inline-block;
}
#hp-sec5 .inner .sec-title,
.section-heading-style-1 .elementor-heading-title {
    position: relative;
}
#hp-sec5 .inner .sec-title::before,
.section-heading-style-1 .elementor-heading-title:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAABnCAMAAAAHbYNxAAAARVBMVEVHcEz928X928X928X928X928X928X928X928X928X928X928X/XAD/XAD928X/Ywn/jEn9s4b9qHX9xaP/fDD/eCz90bV2dF+dAAAADXRSTlMAXNnUiy7A9Bx0HgbDv/FLBAAAAIRJREFUOMvtzlkOwyAMRVETBocSnjEZ9r/UQkqkqlJ3wPs7EkaX6N620fdynpycnJz8y+SjVueHXgH3wtrlF1y1lHoxtwdpgUpuE4VNFLHfat45UkDJYwWBGPJQwL9ccD48YclBHyocrdz/agdSwC3EAHqIHAqYnmX4E8lmRDvLbF1PfgNNjBEN8O+CgQAAAABJRU5ErkJggg==');
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#hp-sec6 {
    padding: 150px 0;
}
#hp-sec6 .sec-title {
    position: relative;
}
#hp-sec6 .sec-title::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAAOCAMAAADDjaSlAAAAY1BMVEVHcEz//////////////////////////Pv/////////////////////////XAD/////////////////XAD/////Ygj/xqX/ahT/gTj/v5r/59n/m2D/07r/o27/nWT/n2b/lVjY6BEAAAAAE3RSTlMALl7l2WWL/PMd0QYYt8N6wbuTjItEaAAAAJNJREFUOMvFlUkWgyAQRFFR0JjJLkCjGe5/yoD99Ar1N/TyP4oujGFyaR/e2ak3ZCqLHddyPfoGr18KcwS4JldsQQpfeGY6FZx6iERMRJE7FhFVmWHNTVgsWPczuwQ4okjE5xiLCDkazaZEQ32s6bycjrq+blOTN3d9zZgLbU2pFFpNrtZBK96TPfKnVz8bP3RjHv8lFh1oqJj1JAAAAABJRU5ErkJggg==');
    position: absolute;
    top: -23px;
    left: -150px;
    margin: 0 auto;
}
#hp-sec6 .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
#hp-sec6 .desc {
    font-size: 14px;
    color: #402a10;
}
#hp-sec6 .row .col {
    width: 29%;
    margin: 20px;
}
#hp-sec6 .blog-grid .blog-wrap {
    background-size: cover;
    background-position: center;
    min-height: 280px;
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
    align-content: end;
    justify-content: end;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
#hp-sec6 .blog-grid .blog-wrap .info {
    position: relative;
}
#hp-sec6 .blog-grid .blog-wrap .info strong {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-family: "Khula", sans-serif;
}
#hp-sec6 .blog-grid .blog-wrap .info span {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}
#hp-sec6 .blog-grid .blog-wrap .info::after {
    content: "";
    width: 110%;
    height: 162px;
    background: #fcdac4e8;
    position: absolute;
    top: -19px;
    left: -32px;
    border-top-right-radius: 15px;
}
#hp-sec6 .blog-grid .blog-wrap .hover strong {
    color: #402a10;
    font-size: 24px;
    line-height: 34px;
    font-family: "Khula", sans-serif;
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 700;
}
#hp-sec6 .blog-grid .blog-wrap .hover {
    display: none;
}
#hp-sec6 .blog-grid .blog-wrap .hover span,
#hp-sec6 .blog-grid .blog-wrap .hover p {
    font-size: 14px;
    color: #402a10;
    line-height: 24px;
    position: relative;
    z-index: 2;
}
#hp-sec6 .blog-grid .blog-wrap .hover a {
    font-size: 15px;
    font-weight: 500;
    color: #402a10;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff5d00;
    position: relative;
    z-index: 2;
}
#hp-sec6 .blog-grid:hover .blog-wrap .hover {
    display: block;
}
#hp-sec6 .blog-grid:hover .info {
    display: none;
}
#hp-sec6 .blog-grid:hover .blog-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fcdac4e8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#hp-sec7 {
    background-size: cover;
    padding-top: 180px;
    background-position: top;
    padding-bottom: 30px;
}
#hp-sec7 .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
/* tabs */
.m-tabs .elementor-tabs-wrapper {
  border: 3px solid #ff5d00;
	display: flex;
flex-direction: row;
justify-content: center;
}
.m-tabs .elementor-active.elementor-tab-title {
  background: #ff5d00 !important;
border:none;
}
#elementor-tab-title-1071:active,
#elementor-tab-title-1072:active,
#elementor-tab-title-1073:active {
  background: #ff5d00 !important;
  color: #fff;
}
.m-tabs .elementor-tab-title {
	text-align: center;
}
.m-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
  display: none !important;
}
.m-tabs .elementor-tabs-wrapper .elementor-tab-title {
  width: 100%;
}
@media screen and (min-width: 992px) {
    #hp-sec7 .row .col {
        width: 50%;
    }
}

#hp-sec7 .row .col.col2 .sec-title {
    position: relative;
}
#hp-sec7 .row .col.col2 {
    padding-top: 65px;
}
#hp-sec7 .sec-title {
    position: relative;
}
#hp-sec7 .sec-title::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAAOCAMAAADDjaSlAAAAY1BMVEVHcEz//////////////////////////Pv/////////////////////////XAD/////////////////XAD/////Ygj/xqX/ahT/gTj/v5r/59n/m2D/07r/o27/nWT/n2b/lVjY6BEAAAAAE3RSTlMALl7l2WWL/PMd0QYYt8N6wbuTjItEaAAAAJNJREFUOMvFlUkWgyAQRFFR0JjJLkCjGe5/yoD99Ar1N/TyP4oujGFyaR/e2ak3ZCqLHddyPfoGr18KcwS4JldsQQpfeGY6FZx6iERMRJE7FhFVmWHNTVgsWPczuwQ4okjE5xiLCDkazaZEQ32s6bycjrq+blOTN3d9zZgLbU2pFFpNrtZBK96TPfKnVz8bP3RjHv8lFh1oqJj1JAAAAABJRU5ErkJggg==');
    position: absolute;
    top: -23px;
    left: -150px;
    margin: 0 auto;
}
#hp-sec7 .testi-wrp {
    margin-top: 150px;
}
#hp-sec7 .row .col.col2 p {
    color: #402a10;
    font-size: 14px;
}
#hp-sec7 .testi-wrp strong {
    display: block;
    font-size: 16px;
    color: #402a10;
}
#hp-sec7 .testi-wrp span {
    font-size: 12px;
    display: block;
}

#hp-sec7 .row .col .slick-arrow:hover {
    color: #ff5d00;
    transition: all ease-in-out 0.3s;
}
#hp-sec7 .row .col .slick-arrow {
    position: absolute;
    bottom: 0px;
    color: #fccaab;
}
#hp-sec7 .row .col .slick-arrow.right {
    left: 25px;
}
#hp-sec7 .row img {
    max-width: 100%;
    width: 100%;
    margin-left: -185px;
}
#hp-sec8 {
    background: #fcdac4;
    padding: 115px 0;
}
#hp-sec8 .sec-title {
    position: relative;
}
#hp-sec8 .sec-title::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAAOCAMAAADDjaSlAAAAY1BMVEVHcEz//////////////////////////Pv/////////////////////////XAD/////////////////XAD/////Ygj/xqX/ahT/gTj/v5r/59n/m2D/07r/o27/nWT/n2b/lVjY6BEAAAAAE3RSTlMALl7l2WWL/PMd0QYYt8N6wbuTjItEaAAAAJNJREFUOMvFlUkWgyAQRFFR0JjJLkCjGe5/yoD99Ar1N/TyP4oujGFyaR/e2ak3ZCqLHddyPfoGr18KcwS4JldsQQpfeGY6FZx6iERMRJE7FhFVmWHNTVgsWPczuwQ4okjE5xiLCDkazaZEQ32s6bycjrq+blOTN3d9zZgLbU2pFFpNrtZBK96TPfKnVz8bP3RjHv8lFh1oqJj1JAAAAABJRU5ErkJggg==');
    position: absolute;
    top: -23px;
    left: -150px;
    margin: 0 auto;
}
#hp-sec8 .row {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
#hp-sec8 .row .col.col1 {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
#hp-sec8 .row .col .desc {
    margin: 35px 0;
}
#hp-sec8 .row .col .desc p {
    font-size: 14px;
    color: #402a10;
    font-weight: 500;
}
#hp-sec8 .row .col.col1 .down ul {
    margin: 0;
    padding: 0;
}
#hp-sec8 .address li {
	margin-bottom: 10px !important;
}
#hp-sec8 .address li i {
	font-size: 16px;
}
#hp-sec8 .row .col.col1 .down ul li {
    list-style-type: none;
    margin-bottom: 40px;
}
#hp-sec8 .row .col.col1 .down ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #402a10;
    letter-spacing: 1px;
    font-family: "Khula", sans-serif;
}
#hp-sec8 .row .col.col1 .down ul li a {
    font-size: 18px;
    color: #402a10;
	display: inline-block;
}
#hp-sec8 .row .col.col1 .down ul li a:hover {
    transition: ease-in-out all 0.3s;
    color: #ff5d00;
}

#hp-sec8 .row .col {
    width: 100%;
}
@media screen and (min-width: 992px) {
    #hp-sec8 .row .col.col1 {
        max-width: 450px;
    }
    #hp-sec8 .row .col {
        width: 49%;
    }
}
#hp-sec8 .row .col.col1 .down ul li span {
    font-size: 18px;
    color: #402a10;
}
#hp-sec8 .row .col.col2 input,
#hp-sec8 .row .col.col2 textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #000;
    font-family: "Khula", sans-serif;
    margin-bottom: 20px;
    border: 0;
}
#hp-sec8 .row .col.col2 textarea {
    height: 150px;
}
#hp-sec8 .row .col.col2 span {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}
#hp-sec8 .row .col.col2 .wpcf7-list-item {
    display: inline-block;
    width: 46%;
    text-align: left;
}
#hp-sec8 .row .col.col2 .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-content: center;
}
#hp-sec8 .row .col.col2 .wpcf7-list-item input {
    width: auto;
    border: 0;
    margin: 0;
    margin-right: 0px;
    margin-right: 10px;
}
#hp-sec8 .row .col.col2 .wpcf7-list-item label .wpcf7-list-item-label {
    font-weight: 400;
}
#hp-sec8 .row .col.col2 .wpcf7-submit {
    width: 100%;
    max-width: 175px;
    color: #fff;
    background: #ff5d00;
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px;
}
#hp-sec8 .row .col .social strong {
    display: block;
    font-size: 18px;
    color: #402a10;
    font-family: "Khula", sans-serif;
    font-weight: 800;
}
#hp-sec8 .row .col .social a {
    display: inline-block;
    padding: 10px;
    color: #402a10;
}
#hp-sec8 .row .col .social a p {
    margin: 0;
}
#hp-sec8 .row .col .social a:first-child() {
    padding-left: 0 !important;
}
#hp-sec8 .row .col .social a:hover {
    transition: ease-in-out all 0.3s;
    color: #ff5d00;
}
#site-footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 35px 0;
    text-align: center;
}
#site-footer .menu-main-menu-container,
#site-footer .menu-footer-container {
    display: none;
}
@media screen and (min-width: 768px) {
    #site-footer .menu-main-menu-container,
    #site-footer .menu-footer-container {
        display: block;
    }
}
#site-footer .middle {
    margin-top: 80px;
}
#site-footer .middle ul {
    margin: 0;
    padding: 0;
}
#site-footer .middle ul li {
    list-style-type: none;
    display: inline-block;
}
#site-footer .middle ul li a {
    display: block;
    padding: 5px 30px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#site-footer .bottom {
    border-bottom: 1px solid #636363;
}
#site-footer .bottom ul {
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 15px;
}
#site-footer .bottom ul li {
    display: inline-block;
}
#site-footer .bottom ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    color: #fff;
}
#site-footer ul li a:hover {
    transition: ease-in-out all 0.3s;
    color: #ffdc00;
}
#site-footer .copyright {
    padding-top: 15px;
}
#site-footer .copyright span {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}
#site-footer .copyright p {
    font-size: 11px;
    color: #fff;
}
#site-footer .copyright a {
    transition: ease-in-out all 0.3s;
    color: #ffdc00;
}
.heading-style-1 {
    position: relative;
}
.heading-style-1:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAAOCAMAAADDjaSlAAAAY1BMVEVHcEz//////////////////////////Pv/////////////////////////XAD/////////////////XAD/////Ygj/xqX/ahT/gTj/v5r/59n/m2D/07r/o27/nWT/n2b/lVjY6BEAAAAAE3RSTlMALl7l2WWL/PMd0QYYt8N6wbuTjItEaAAAAJNJREFUOMvFlUkWgyAQRFFR0JjJLkCjGe5/yoD99Ar1N/TyP4oujGFyaR/e2ak3ZCqLHddyPfoGr18KcwS4JldsQQpfeGY6FZx6iERMRJE7FhFVmWHNTVgsWPczuwQ4okjE5xiLCDkazaZEQ32s6bycjrq+blOTN3d9zZgLbU2pFFpNrtZBK96TPfKnVz8bP3RjHv8lFh1oqJj1JAAAAABJRU5ErkJggg==');
    position: absolute;
    top: 0px;
    left: -150px;
    margin: 0 auto;
}

#site-footer .sub-menu {
    display: none !important;
}

.page-id-323 #hp-sec8 {
    background: rgb(251, 249, 245);
    background: -moz-linear-gradient(
        180deg,
        rgba(251, 249, 245, 1) 0%,
        rgba(252, 218, 196, 1) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(251, 249, 245, 1) 0%,
        rgba(252, 218, 196, 1) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(251, 249, 245, 1) 0%,
        rgba(252, 218, 196, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9f5",endColorstr="#fcdac4",GradientType=1);
}

.elementor-348
    .elementor-element.elementor-element-707ad59
    .eael-grid-post
    .eael-entry-overlay {
    background-color: transparent !important;
}

.eael-entry-media {
    position: relative;
}

.eael-grid-post-holder-inner {
    width: 100%;
    position: relative;
}

.eael-grid-post-holder {
    border-radius: 15px;
    overflow: hidden;
}
.eael-grid-post .eael-entry-wrapper {
    position: absolute;
    background-color: #fcdac4e8;
    border-top-right-radius: 15px;
    bottom: 0;
    left: 0;
    width: 88%;
    display: flex;
    z-index: 50;
    flex-direction: column;
    padding: 25px;
}
.eael-entry-wrapper * {
    color: #402a10;
}
.eael-post-grid-style-two .eael-entry-meta {
    order: -1;
}
.eael-meta-posted-on i {
    display: none;
}
/* responsive */
@media screen and (max-width: 1900px) {
    #hp-sec2 .wwa-img {
        position: absolute;
        top: 45px;
    }
}
@media screen and (max-width: 1650px) {
    #hp-sec2 .wwa-img {
        top: 90px;
    }
}
@media screen and (max-width: 1500px) {
    .my-container {
        max-width: 1220px;
    }
    #hp-sec1 {
        padding-top: 140px;
    }
    #hp-sec1 .row .col.col1 {
        width: 35%;
        margin-top: 0px;
    }
    #hp-sec1 .row .col.col2 img {
        max-width: 786px;
        margin-bottom: -485px;
    }
    #hp-sec2 .wwa-img {
        top: 187px;
    }
    #hp-sec6 {
        padding: 50px 0;
    }
    #hp-sec7 .row img {
        max-width: 630px;
        margin-left: -70px;
    }
    #hp-sec2 .inner-div .video {
        margin: 30px 0 35px 0;
    }
    #hp-sec2 .inner-div .desc strong {
        display: block;
        line-height: 34px;
    }
    #hp-sec7 {
        padding-top: 105px;
    }
}
@media screen and (max-width: 1300px) {
    .my-container {
        max-width: 1100px;
    }
    #hp-sec4 .row.row2 .col {
        margin: 10px;
    }
    #hp-sec6 .row .col {
        margin: 17px;
    }
    #hp-sec1 .row .col.col2 img {
        max-width: 746px;
        margin-left: 39px;
    }
    #hp-sec4 .row.row2 .col .main .info span {
        font-size: 13px;
    }
    #hp-sec1 .row .col h1 {
        font-size: 46px;
    }
    #hp-sec2 .inner-div .desc strong {
        font-size: 22px;
        line-height: 30px;
    }
    .sec-title {
        font-size: 45px;
        line-height: 55px;
    }
}
@media screen and (max-width: 1200px) {
    .my-container {
        max-width: 960px;
    }

    #hp-sec6 .row .col {
        width: 29%;
    }
}

@media screen and (max-width: 1024px) {
    #hp-sec4 .row.row2 .col {
        width: 50%;
    }

    #hp-sec4 .row.row2 .col.col3,
    #hp-sec4 .row.row2 .col.col2,
    #hp-sec4 .row.row2 .col.col4 {
        margin-top: 0;
    }
}
@media screen and (max-width: 993px) {
    #hp-sec7 .row img {
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    #hp-sec7 .row img {
        max-width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
	.my-container {
		width: 600px;
	  }
    .mob-menu-header-holder {
        background: #fff !important;
    }

    .mobmenur-container i {
        background: #ff5d00;
    }

    #site-header {
        display: none;
    }

    #hp-sec1 {
        padding-top: 0;
    }

    #site-header .columns .logo {
        width: 40%;
    }

    #hp-sec1 .row .col.col2 img {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    #my-header #menu-main-menu,
    #my-header .top {
        display: none;
    }

    #hp-sec1 .row .col,
    #hp-sec1 .row .col.col1,
    #hp-sec1 .row .col.col2 {
        width: 100%;
    }

    #hp-sec3 .my-container {
        max-width: 100%;
        width: 100%;
    }

    #hp-sec2 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    #hp-sec2 .inner-div .sec-title {
        margin-top: 275px;
        display: block;
    }

    #hp-sec3 .inner {
        padding: 0 20px;
        width: auto;
    }
    #hp-sec4 .row .sec-title,
    #hp-sec4 .row .desc {
        padding: 0 20px;
        width: 100%;
    }
    #hp-sec4 .row.row2 .col {
        width: 100%;
    }

    #hp-sec6 .row .col {
        width: 100%;
    }

    #hp-sec7 .testi-wrp {
        margin-top: 30px;
    }

    #hp-sec7 .row .col.col2 {
        width: 100%;
    }
    #hp-sec7 .my-container {
        max-width: 100%;
    }
	#site-footer .menu-main-menu-container, #site-footer .menu-footer-container {
	  display: block;
	}
	.col {
	  padding: 0px;
	}
	#hp-sec4 .row .sec-title, #hp-sec4 .row .desc {
	  padding: 0px;
	}
	#hp-sec3 {
	  top: unset;
	  right: unset;
	  padding: 50px 0 0 0;
		position: relative;
	text-align: center;
	}
	#hp-sec3 .logos img {
	  margin: 15px 0;
	}
	.elementor-tabs .elementor-tabs-wrapper {
	  display: flex !important;
		flex-direction:column;
	}
}
@media screen and (max-width: 640px) {
  .my-container {
    width: 400px;
  }
	
	#hp-sec1 .row .col h1 {
	  font-size: 30px;
	}
	
	#hp-sec4 .row.row2 {
	  padding-top: 50px;
	}
	#hp-sec5 .inner .contents .wcu {
	  width: 40%;
	}
	#hp-sec5 .inner .contents .wcu span {
	  font-size: 16px;
		line-height: 22px;
	}
	.sec-title {
	  font-size: 35px;
	  line-height: 45px;
	}
	#hp-sec8 {
	  padding: 50px 0;
	}
	#site-footer {
	  padding: 50px 0 35px 0;
	}
}
@media screen and (max-width: 440px) {
  .my-container {
    width: 90%;
  }
	
}

.section-heading-style-1 .elementor-widget-container {
    position: relative;
}

.section-heading-style-1 .elementor-widget-container:before {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAABnCAMAAAAHbYNxAAAARVBMVEVHcEz928X928X928X928X928X928X928X928X928X928X928X/XAD/XAD928X/Ywn/jEn9s4b9qHX9xaP/fDD/eCz90bV2dF+dAAAADXRSTlMAXNnUiy7A9Bx0HgbDv/FLBAAAAIRJREFUOMvtzlkOwyAMRVETBocSnjEZ9r/UQkqkqlJ3wPs7EkaX6N620fdynpycnJz8y+SjVueHXgH3wtrlF1y1lHoxtwdpgUpuE4VNFLHfat45UkDJYwWBGPJQwL9ccD48YclBHyocrdz/agdSwC3EAHqIHAqYnmX4E8lmRDvLbF1PfgNNjBEN8O+CgQAAAABJRU5ErkJggg==');
    position: absolute;
    top: -30px;
    left: -72px;
    right: 0;
    width: 14px;
    margin: 0;
    transform: rotate(
-90deg);
    height: 103px;
}

.elementor-section-wrap .elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-primary) !important;
}

.elementor-section-wrap .elementor-widget-button .elementor-button:hover {
    color: var(--e-global-color-primary) !important;
    background-color: transparent !important;
}

.heading-section-style-1{
	position: relative;
}

.heading-section-style-1:before{
	content: '';
	background: url() no-repeat scroll center center / 100% transparent;
	
}
.elementor-tab-content {
  border: 0 !important;
}
.elementor-tabs-content-wrapper {
  border: 0 !important;
}