.clearfix{
	clear: both;
}
body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; -text-rendering: auto;}      
        h1, h2, h3 {-text-rendering: optimizeLegibility;}
    
        .leadinModal-content-wrapper {
            display: none !important;}  
        body-new{
        overflow-x:hidden !important;
        width:100vw;
          }
        .w-page-count{
              display: flex;
          
        justify-content: center
          }
          
          @media (max-width: 991px){
            .wrapper-scroll-horizontal-reviews{
        max-width:100vw;
        overflow-x: scroll !important;
        padding-bottom: 16px;
        padding-left: 24px;
        padding-right: 24px;
        }
        
        .scroll-on-mobile{
        max-width:100vw;
        overflow-x: scroll !important;
        padding-bottom: 16px;
        padding-right: 0px;
        padding-left: 16px;}
        
        }

.qc-cmp-button {
          background-color: #006463 !important;
          border-color: #006463 !important;
        }
        .qc-cmp-button:hover {
          background-color: transparent !important;
          border-color: #006463 !important;
        }
        .qc-cmp-alt-action,
        .qc-cmp-link {
          color: #006463 !important;
        }
        .qc-cmp-button.qc-cmp-secondary-button:hover
         {
          border-color: transparent !important;
          background-color: #006463 !important;
        }
        .qc-cmp-button {
          color: #C1E4E8 !important;
        }
        .qc-cmp-button.qc-cmp-secondary-button {
          color: #252526 !important;
        }
        .qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
          color:#ffffff !important;
        }
        .qc-cmp-button.qc-cmp-secondary-button {
          border-color: #75ABBA !important;
          background-color: #75ABBA !important;
        }
        .qc-cmp-ui,
        .qc-cmp-ui .qc-cmp-main-messaging,
        .qc-cmp-ui .qc-cmp-messaging,
        .qc-cmp-ui .qc-cmp-beta-messaging,
        .qc-cmp-ui .qc-cmp-title,
        .qc-cmp-ui .qc-cmp-sub-title,
        .qc-cmp-ui .qc-cmp-purpose-info,
        .qc-cmp-ui .qc-cmp-table,
        .qc-cmp-ui .qc-cmp-table-header,
        .qc-cmp-ui .qc-cmp-vendor-list,
        .qc-cmp-ui .qc-cmp-vendor-list-title {
            color: #252526 !important;
        }
        .qc-cmp-ui a,
        .qc-cmp-ui .qc-cmp-alt-action,
        .qc-cmp-toggle-status  {
          color: #C1E4E8 !important;
        }
            .qc-cmp-ui {
                background-color: #FFF4C1 !important;
            }
            .qc-cmp-publisher-purposes-table .qc-cmp-table-header {
              background-color: #FFF4C1 !important;
            }
            .qc-cmp-publisher-purposes-table .qc-cmp-table-row {
              background-color: #FFF4C1 !important;
            }
            .qc-cmp-vendor-list .qc-cmp-vendor-row {
              background-color: #FFF4C1 !important;
            }
            .qc-cmp-vendor-list .qc-cmp-vendor-row-header {
                background-color: #FFF4C1 !important;
              }
        .qc-cmp-small-toggle.qc-cmp-toggle-on,
        .qc-cmp-toggle.qc-cmp-toggle-on {
            background-color: #C1E4E8 !important;
            border-color: #C1E4E8 !important;
        }



.valuation__pop {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 9999999;
    box-shadow: 3px 10px 20px 1px #0000005c;
}
.socialIconBx {
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    position: fixed;
    top: 35%;
    left: 4px;
    z-index: 9999999;
    box-shadow: 3px 10px 20px 1px #0000005c;
}
.socialIconBx img{
	width:50px;
	margin-top:8px;
}
.main-container{
	width:99.9%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.liqBtns {
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  margin: 10px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.btns--liquidBtn {
  overflow: hidden;
}
.btns--liquidBtn #textBtn {
  position: relative;
  z-index: 1;
}
.btns--liquidBtn:hover div {
  top: -120px;
}
.btns--liquidBtn div {
  position: absolute;
  top: -80px;
  left: 0;
  width: 200px;
  height: 200px;
  background: #252526;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.btns--liquidBtn div::before, .btns--liquidBtn div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -75%);
}
.btns--liquidBtn div::before {
  border-radius: 45%;
  background: #eee;
  animation: liquidAnimation 10s linear infinite;
}
.btns--liquidBtn div::after {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  animation: liquidAnimation 10s linear infinite;
}
@keyframes liquidAnimation {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.navbar {
	padding: 8px;
	margin-left: 50px;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	
}
.menu > li {
    position: relative;
    color: #000;
    padding: 15px 14px;
    cursor: pointer;
	font-size:16px;
	font-weight: 600;
}
.menu > li a {
	text-decoration: none;
}
.menu > li a:hover {
	color: #252526;
}
.dropdown {
    display: none; /* Hide dropdown initially */
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    animation: slideDown 0.3s ease forwards; /* Animation */
	
}
.dropdown li {
    width:200px;
	height:45px;
	line-height: 45px;
	border-top:1px dashed #252526;
   color: #252526 !important;
}
.dropdown li:hover {
	
    background-color: #eee;
}
/* Show dropdown on hover */
.menu > li:hover .dropdown {
    display: block;
}
/* Animation keyframes */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: white;
}

.sliderSection{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:15px auto;
}
.sliderSection .bnrImgbx{
	width:300px;
	padding:8px;
	overflow:hidden;
	position: absolute;
	z-index: 9;
	right: 10px;
	top: 130px;
	background-color:rgb(0, 0, 0, 0.5);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.bnrImgbx {
    overflow: hidden; /* Prevents overflow during animation */
}

.bnrImgbx img {
    width: 100%;
    margin-top:40px;	/* Set your desired width */
    animation: moveUpDown 2s ease-in-out infinite; /* Animation properties */
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Move up */
    }
    100% {
        transform: translateY(0); /* Move back down */
    }
}
.leftSection{
	width:35%;
	position:relative;
	top:100px;
	z-index:5;
	height:auto;
	padding:4px;
	overflow: hidden;
	float:right;
}
.leftSection .textGod{
	font-size:28px;
	color: #000;
	font-weight: 600;
}
.leftSection .textFood{
	font-size:21px;
	color: #e34a21;
	word-spacing: 5px;
	font-weight: 500;
}


.slider {
    position: relative;
    width: 60%;
    float: right;
    overflow: hidden;
	z-index:4;
}

.slidess {
    display: flex;
    transition: transform 0.5s ease;
}

.slides {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    display: block;
}

.dots {
    text-align: center;
    padding: 10px 0;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}

#menubx{
	width: 50%;
	padding: 5px;
	height: auto;
	overflow: hidden;
	margin:  0 auto;
}
#menubx h4{
	text-align: center;
}
#menubx h4 span{
	color: #E34A21;
}
.event-cont{
	width:100%;
	padding:10px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eee;
}
.event-cont .eventLeftbx{
	width:45%;
	padding: 18px;
	overflow: hidden;
	float: left;
	margin-left:6%;
}
.eventLeftbx .textbx{
	width:90%;
	padding: 2px;
	overflow: hidden;
	float:right;
}
.textbx h3{
	text-align: center;
}
.textbx .et-arrow{
	width:60px;
	position:absolute;
	z-index:9;
	left: 140px;
	top
}
.imgbx{
	width:95%;
	padding:5px;
	overflow: hidden;
	float:right
}
.imgbx .rotated-image {
    width: 92%; 
    transform: rotate(-2deg); 
    transition: transform 0.5s ease; 
	box-shadow: 1px 1px 3px #252526;
}
.event-cont .eventRigtbx{
	width:42%;
	padding: 18px;
	overflow: hidden;
	float: left;
	margin-left:5%;
	margin-top:50px
}
.eventRigtbx .whyChooseBx p{
	font-weight:500;
	font-size:18px;
}
.eventRigtbx .whyChooseBx ul{
	list-style: none;
}
.eventRigtbx .whyChooseBx ul li{
	line-height:35px;
	font-weight:500;
	font-size:16px;
}


.circle{
	width:400px;
	position: absolute;
	z-index:2;
	right:42%;
	top:25%;;
}
.circle .rotating-img {
    opacity: 0.2;
    animation: rotate 10s linear infinite; 
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.content {
    padding: 20px;
}

.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.popup-image {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



#wonderBx{
	width:100%;
	overflow: hidden;
	min-height:500px;
	height:auto;
	padding: 2px;
	/*background-color: #ffe4e0;*/
	padding-bottom:0px;
	background: url("../img/wonderbx.png") no-repeat;
	background-size: cover;
}

#wonderBx .wonderBigText{
	width: 100%;
	padding:5px;
	overflow: hidden;
	margin: 0 auto;
	position:relative;
	top:-50px;
	z-index:3;
}
.wonderBigText h1{
	color: #000;
	font-size: 100px;
	text-align: center;
	opacity: 0.1;
}
#wonderBx .wonderLeftimg{
	width:15%;
	overflow: hidden;
	position:relative;
	left: -80px;
	float:left;
}
#wonderBx .wonderCenterimg{
	width:40%;
	padding: 1px;
	overflow: hidden;
	float:left;
	position: relative;
	top: -150px;
	left: -60px;
}
.wonderCenterimg img{
	width: 100%;
}

.wonderCenterimg #rotatingImage {
    transition: transform 0.1s ease; /* Smooth transition */
}


.wonderCenterText{
	width:30%;
	padding: 1px;
	overflow: hidden;
	float:left;
	position: relative;
	top: 10px;
	left: -50px;
}
.wonderCenterText p{
	font-size: 21px;
}

#wonderBx .wonderRightimg{
	width:15%;
	overflow: hidden;
	position:relative;
	right: -70px;
	top: 200px;
	float:right;
}
.wonderLeftimg img{
	width:100%;
	position: relative;
	top: 15px;
	animation: wonderImgUpDown 2s ease-in-out infinite; 
}
.wonderRightimg img{
	width:100%;
	position: relative;
	top: 15px;
	animation: wonderImgUpDown 2s ease-in-out infinite; 
}

@keyframes wonderImgUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Move up */
    }
    100% {
        transform: translateY(0); /* Move back down */
    }
}


.footer {
  width:100%;
  height:auto;
  overflow:hidden;
  margin: 0 auto;
  background-color: #feefed;
  border-top:4px dashed #f98567;
  position:relative;
}
.footer h5{
	text-transform: inherit !important;
}
.footer .ftrbx2, .ftrbx3, .ftrbx4{
	margin-left: 2px;
}
.footer .ftrbx1{
	width: 26%;
	height: auto;
	float:left;
	margin-left:4%;
	margin-right: 1%;
	margin-top:4%;
	overflow:hidden;
	padding: 5px
}
.ftrbx1 img{
	width:120px;
	
}
.footer .ftrbx2{
	width: 16%;
	height: auto;
	float:left;
	overflow:hidden;
	padding: 2px;
	margin-top:4%;
}
.ftrbx2 ul{
	list-style:none;
}
.ftrbx2 ul li{
	font-size:18px;
	font-weight:400 !important; 
}
.ftrbx2 ul li a{
	color: #252526;
	text-decoration: none;
}
.ftrbx2 ul a .fa-angle-right{
	color: #ed6841;
}

.footer .ftrbx3{
	width: 26%;
	height: auto;
	float:left;
	overflow:hidden;
	padding: 2px;
	margin-top:4%;
	
}
.ftrbx3 #ftrAdrs .fa-map-marker, .fa-phone, .fa-envelope{
	color: #ed6841;
	
}
.ftrbx3 #ftrAdrs li{
	list-style: none;
	font-size:16px;
}
.footer .ftrbx4{
	width: 22%;
	height: auto;
	float:left;
	overflow:hidden;
	padding: 2px;
	margin-top:4%;
	
}
.footer .ftr-copyrightBx{
	width: 100%;
	min-height:50px;
	margin:0 auto;
	background-color: #e34a21;
}
.ftr-copyrightBx p{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #FFF;
}

/*ABOUT PAGE CSS STARTS*/
.about-bx{
	background-color: #fff !important;
}

.core-bx .coreBox{
	width: 31%;
	padding: 10px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left:1.8%;
	box-shadow: 1px 1px 4px #252526;
	border-radius:8px;
}
.coreBox .coreImg{
	width: 150px;
	height:auto;
	padding: 5px;
	margin:auto;
	
}
.coreImg img{
	width: 100%;
}
.core-bx .coreTxt{
	width:90%;
	min-height: 230px;
	margin: auto;
}
.coreTxt p{
	text-align: justify;
}



.profile-bx{
	background-color: #fff !important;
}
.profile-bx .profilebx{
	width: 99%;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
}
.profile-bx .profile1{
	width:45%;
	margin-bottom:2.5%;
	margin-left: 2.5%;
	padding: 12px;
	overflow:hidden;
	float:left;
	background-color: #eee;
	border: 2px solid #E34A21;
	border-radius: 4px;
}


.about-bx .aboutText{
	text-align: left !important;
}


/*SERVICES PAGE CSS STARTS*/
.serviceBx{
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.serviceBx h2{
	text-align: center;
}
.foodkraft-service-bx{
	width: 31%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 2%;
}
.foodkraft-service-bx .kraftimgbx{
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
} 
.kraftimgbx img{
	width: 100%;
	border-radius:5px;
}
/*CONTACT PAGE STARTS HERE*/
.contactBanner{
	width: 100%;
	min-height:600px;
	height: auto;
	margin: 0 auto;
	background: url("../img/contact-banner.jpg") no-repeat;
	background-size: cover;
}
.contactBanner .form-container {
    max-width: 50%;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-container .form {
    display: flex;
    flex-direction: column;
}

.form-container h4 {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.form-container label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-container input, select, textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-container input:focus, select:focus, textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}




.form-container .gradient-button{
	width:220px;
    background: linear-gradient(45deg, #e34a21, #f7b32b);
    border: none;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
    outline: none;
}

.form-container .gradient-button:hover {
    transform: translateY(-3px);
    background: linear-gradient(45deg, #ff4a4a, #f79c00);
}

.contactMapbx{
	width:100%;
	min-height:300px;
	margin: 0 auto;
	overflow: hidden;
}






/*MOBILE CSS STARTS HERE*/
@media screen and (max-width: 520px) {
	.navbar {
	padding: 10px;
}

.mobileNav {
	display:none !important;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu > li {
    position: relative;
    color: #fe6f46;
    padding: 15px 20px;
    cursor: pointer;
	font-size:18px;
	font-weight: 600;
}


.dropdown {
    display: none; /* Hide dropdown initially */
    position: absolute;
    background-color: #444;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    animation: slideDown 0.3s ease forwards; /* Animation */
}

.dropdown li {
    padding: 10px 15px;
    color: white;
}

.dropdown li:hover {
    background-color: #575757;
}

/* Show dropdown on hover */
.menu > li:hover .dropdown {
    display: block;
}

/* Animation keyframes */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    }

.menu li {
	text-align:center !important;
	border-bottom:1px solid #eee;
}

.hamburger {
        display: block;
		color:#000;
		cursor: pointer;
		position:absolute;
		right:15px;
		top:-2px;
		font-size:42px !important;
    }

    .menu.active {
        display: flex;
    }



.sliderSection{
	margin:0 auto;
}


.sliderSection .bnrImgbx{
	width:150px;
	padding:5px;
	z-index: 9;
	right: 0px;
	top: 110px;
}
.bnrImgbx img {
    margin-top:25px;	/* Set your desired width */
}

.leftSection{
	width:90%;
	position:relative;
	top:10px;
	z-index:5;
	height:auto;
	padding:4px;
	overflow: hidden;
	float:none;
	margin:auto;
}
.leftSection .textGod{
	font-size:28px;
	color: #000;
	font-weight: 600;
}
.leftSection .textFood{
	font-size:21px;
	color: #e34a21;
	word-spacing: 5px;
	font-weight: 500;
}
.slider {
    width: 100%;
    float: none;
	margin: auto;
}

.textbx .et-arrow{
	width:60px;
	position:absolute;
	z-index:9;
	left: 140px;
	top
}
.imgbx{
	width:100%;
	padding:5px;
	overflow: hidden;
	float:none;
	margin: auto;
}
.imgbx .rotated-image {
    width: 100%; 
    transform: rotate(-2deg); 
    transition: transform 0.5s ease; 
}
.circle{
	width:300px;
	position: absolute;
	z-index:2;
	right:10%;
	top:35%;
}
.circle .rotating-img {
    animation: rotate 10s linear infinite; 
	opacity: 0.3;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





.event-cont{
	width:100%;
	padding:5px;
	margin: 0p auto;
}
.event-cont .eventLeftbx{
	width:100%;
	padding: 2px;
	float: none;
	margin: auto;
	margin-left:0;
}
.eventLeftbx .textbx{
	width:95%;
	padding: 2px;
	float:none;
	margin: auto;
}

.textbx .et-arrow{
	width:20px;
	left: 1px;
	top:0px;
}
.imgbx{
	width:98%;
	padding:2px;
	overflow: hidden;
	float:none
}
.imgbx .rotated-image {
    width: 98%; 
}
.event-cont .eventRigtbx{
	width:100%;
	padding: 2px;
	float: none;
	margin: auto;
	margin-left:0;
	margin-top:20px;
	text-align: left;
}
.eventRigtbx .whyChooseBx p{
	font-weight:500;
	font-size:17px;
}
.eventRigtbx .whyChooseBx ul{
	list-style: none;
}
.eventRigtbx .whyChooseBx ul li{
	line-height:35px;
	font-weight:500;
	font-size:16px;
}


#wonderBx{
	width:100%;
	padding: 2px;
}

#wonderBx .wonderBigText{
	width: 98%;
	padding:2px;
	top:-20px;
}
.wonderBigText h1{
	font-size: 36px;
}
#wonderBx .wonderLeftimg{
	width:25%;
	overflow: hidden;
	position:relative;
	left: -20px;
	top: -20px;
	float:left;
}
#wonderBx .wonderCenterimg{
	width:70%;
	padding: 1px;
	overflow: hidden;
	float:none;
	margin: auto;
	position: relative;
	top: 10px;
	left:-30px;
}
.wonderCenterimg img{
	width: 100%;
}
.wonderCenterText{
	width:98%;
	padding: 1px;
	float:none;
	top: 15px;
	left: 0px;
	padding-bottom: 25px;
}
.wonderCenterText h3{
	font-size: 42px;
	text-align: center;
}
.wonderCenterText p{
	font-size: 21px;
	text-align : center;
}

#wonderBx .wonderRightimg{
	width:25%;
	overflow: hidden;
	position:relative;
	right: -20px;
	top: 0px;
	float:right;
}

.foodkraft-service-bx{
	width: 100%;
	float: none;
	margin-left: 0;
	margin: auto;
}
.kraftTextbx{
	padding-bottom: 20px;
}
.kraftTextbx p{
	font-size: 15px;
}


.footer {
  width:100%;
  border-top:2px dashed #f98567;
}
.footer .ftrbx2, .ftrbx3, .ftrbx4{
	margin-left: none;
}
.footer .ftrbx1{
	width: 98%;
	height: auto;
	float:none;
	margin-left:0;
	margin-right: 0;
	margin-top:0;
	padding-bottom: 15px;
	margin: auto;
}

.footer .ftrbx2{
	width: 98%;
	height: auto;
	float:none;
	margin-left:0;
	margin-right: 0;
	margin-top:15px;
	border-top:1px solid #fcbba9;
	padding-bottom: 15px;
	margin: auto;
}

.footer .ftrbx3{
	width: 98%;
	height: auto;
	float:none;
	margin-left:0;
	margin-right: 0;
	margin-top:0;
	margin: auto;
	border-top:1px solid #fcbba9;
	padding-bottom: 15px;
	
}

.footer .ftrbx4{
	width: 98%;
	height: auto;
	float:none;
	margin-left:0;
	margin-right: 0;
	margin-top:0;
	padding: 5px;
	margin: auto;
	
}
.footer .ftr-copyrightBx{
	width: 100%;
	min-height:40px;
}
.ftr-copyrightBx p{
	line-height: 40px;
	font-size: 13px;
}

.contactBanner .form-container {
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.core-bx .coreBox{
	width: 100%;
	padding: 4px;
	margin: 8px auto;
	float: none;
	margin-left:0;
}
.coreBox .coreImg{
	width: 150px;
	height:auto;
	padding: 5px;
	margin:auto;
	
}
.core-bx .coreTxt{
	width:90%;
	min-height: 160px;
	margin: auto;
}
.coreTxt p{
	text-align: justify;
}





}