@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

p {
    margin-bottom: 0!important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

.img-brd1{
    border: 1px solid #c3c3c3;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}

.cont_icn {
    width: 26px;
    float: none;
    margin: 2% auto 1%;
}

.cont_icn i {
    font-size: 40px;
    color: #122a5a;
}

.con_heading h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2% 1% 2%;
    text-align: center !important;
}

.cont_col_sm4 {
    width: 31%;
    float: left;
    margin: 1%;
    background-color: rgb(255, 255, 255, 0.8);
    border: 1px solid #d5d5d5;
    min-height: 270px;
    border-radius: 5px;
}


.common-head-cent h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-bottom: 1% !important;
}

.cont_txt_main {
    width: 98%;
    float: left;
    margin: 1%;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: center !important;
}

.cont_txt_main p span{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

hr {
    border: 0.5px solid #f1f1f1;
}

.more_info {
    width: 140px;
    float: left;
    margin: 2% 0.5% 1%;
}

.more_info a {
    text-decoration: none;
}

.btn3 {
	width: 100%;
	padding: 7% 7%;
	font-size: 15px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	background-color: #00E3FF;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
	border-radius: 5px;
}

.btn3:hover {
	background-color: #00E3FF;
	color: #000;
}

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 170px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

.flw {
    width: 87px;
    float: right;
    margin-top: 0.5%;
}


.flw .fa {
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}

.flw_ftr {
    width: 87px;
    float: left;
    margin-left: 10%;
}

.flw_ftr .fa {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.min-h{
min-height:280px;



}
.clint-brd{
    border: 1px solid #c3c3c3;
}


/* for mobile */

@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 120px;
        right: 7px;
        font-size: 22px;
    }
}

.page_head h1{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 2% 1%;
    border-left: 3px solid #000;
    padding: 0px 8px;
}

.page_head2 h1{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 2% 1%;
    border-left: 3px solid #fff;
    padding: 0px 8px;
}

.page_head3 h1{
    display: flex;
    place-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin: 2% 1%;
    color: #ffffff;
    font-weight: 600;
    border-left: 3px solid #fff;
    padding: 0px 8px;
    position: absolute;
    top: 1rem;
}

/*--------------------------------------------------------------
image hover effect
--------------------------------------------------------------*/


/**/

.box_brd:hover{
    box-shadow: -1px 1px 11px 0px rgba(0,0,0,0.20);
}

.container1 {
  position: relative;
  text-align: center;
  color: white;
}


.container1:hover {
  box-shadow: 10px 10px solid #c3c3c3;
}


.centered1 {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered11 {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-txt {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 69%;
    background-color: rgba(255,255,255,0.90);
    padding: 10px;
}

.bg1{
    background-image: url(../images/contactUs.jpg);
    
}

.bg3{
    background-image: url(../images/machinary-banner.jpg);
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    position: relative;
}

.bg_clr57 h1{
    color: #fff;
    font-size: 30px;
    padding-top: 9rem;
    display: flex;
    justify-content: center;
}

.title h2{
	font-size: 25px;
	text-align: justify;
	text-decoration: none;
	margin: 1% auto;
	padding: 2px 5px;
}

.mach-txt2 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 140%;
    margin: 0% !important;
    padding: 3%;
}

.mach-txt3 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 140%;
    margin: 0% !important;
    padding: 3%;
    min-height: 76px;
}



/**/

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.bg_clr6_1{
    background-color: #002353;
}
.bg_clr7{
    border: 3px solid #fff;
}


.top_main {
    width: 100%;
    z-index: 999999;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top22 {
    width: 70%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo {
	width: 480px;
	float: left;
	margin: 0.5%;
}

.navbarrr {
    width: 425px;
    float: right;
    margin: 0.5%;
}

.call_em {
    width: 510px;
    float: left;
    margin: 0.2% 1%;
}

.call {
    width: 168px;
    float: left;
    padding: 1% 1% 1% 3%;
}

.email {
    width: 285px;
    float: left;
    padding: 1% 1% 1% 3%;
    border-left: 0.2px solid #a7a99a;
}

.call_em_txt {
    font-family: 'Poppins', sans-serif;
    color: #a7a99a;
    font-size: 14px;
}

.call_em_txt .fa {
	font-size: 16px !important;
	color: #FFFFFF;
}


.serv h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 28px;
    text-align: justify;
    font-weight: 500;
}

.serv h3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: justify;
    font-weight: 600;
}

.serv p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    font-weight: 400;
}

.serv-mrg-top{
	padding-top: 15px;
}

.cont h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 28px;
    text-align: center;
    margin: 0% 1% 0% !important;
    font-weight: 500;
}

.cont p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    font-weight: 400;
   margin: 1%;
}

.butn p{
    background-color: #bdd9bb;
    width: 190px;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    color: #000;
}

.about p{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    font-weight: 400;
   margin: 0%;
}

.pro h1 {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
	margin: 0% 1% 0% !important;
	font-weight: 500;
}

.gallery_txt h1 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 27px;
    text-align: justify;
    margin: 0% !important;
    font-weight: 600;
}

.gallery_txt1 h1 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 27px;
    text-align: justify;
    margin: 1% !important;
    font-weight: 600;
}

.pro h2 {
    font-family: 'Playfair Display', serif;
    color: #353535;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    
    margin-bottom: 0% !important;
}



.pro p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0% !important;
}

.gurttxt_logo {
    width: 110px;
    margin: 0 auto;
    float: none;
}


.gurttxt_logo1{
    width: 60px;
    margin: 0 auto;
    float: left;
}

.gurttxt_11 h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin: 1%;
    color: #000;
}

.txt_pdgi{
    margin-top: 50px;
}

.gurttxt_11 p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin: 1%;
    color: #000;
    line-height: 140%;
    padding: 10px;
}

.gurttxt_1 h2 {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 1%;
	color: #FFFFFF;
}

.gurttxt_1 p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin: 1%;
    line-height: 140%;
}

.who h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 0%!important;
}

.who h1 span {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
	margin: 0% !important;
	color: #FFFFFF;
}

.who p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0%;
}

.who p span {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #00e3ff;
}

.mrg-top-ab{
    margin-top: 60px;
}

.box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box { 
/*    background: #000;*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
/*    border: 7px solid #283593;*/
/*    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
}
.box img {
    width: 100%; display: block;
}
.box img:nth-child(1) {
    position: absolute;
}
.box img:nth-child(2) {
    opacity: 0;
}


.box-txt p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 1%;
    color: #000;
        min-height: 47px;
}




.column::after {
    clear: both;
    display: block;
}
.column div {
    float: left;
/*    margin: 0 0 0 25px;*/
    padding: 10px;
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}




/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.faq p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    font-weight: 400;
    padding: 1%;
}

.faq p span{
    color: #000;
    font-size: 17px;
    font-weight:600;
}

.faq_c p {
    font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    font-weight: 400;
    padding: 1%;
}

.faq_c p span{
    color: #000;
    font-size: 17px;
    font-weight:600;
}


/**/


.about1 h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 27px;
    text-align: center;
    margin: 0% !important;
    font-weight: 600;
}


.about1 p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    font-weight: 400;
    margin: 0%;
}


.about11 h3 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0% !important;
    font-weight: 600;
}

.about11 p {
	padding: 16px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 160%;
	min-height: 77px;
	text-align: center;
	font-weight: 400;
	margin: 0%;
}

.about-icon{
    width: 100px;
    margin: 0 auto;
    float: none;
        padding-top: 12px;
}
.abt_bg_chng{
   background-color: #e3c79e6b;
}
.abt_bg_chng1{
   background-color: #9ec7e54a;
}
.abt_bg_chng2{
   background-color: #b0eedb6b;
}
.abt_bg_chng:hover{
  box-shadow: 6px 6px 4px 0px rgba(0,0,0,0.20);
}
.abt_bg_chng1:hover{
    box-shadow: 6px 6px 4px 0px rgba(0,0,0,0.20);
}
.abt_bg_chng2:hover{
    box-shadow: 6px 6px 4px 0px rgba(0,0,0,0.20);
}
.abt-bg{
    background-image: url(../images/abt-bg.jpg);
    background-repeat: repeat;
}

/**/
/*--------------------------------------------------------------
why choose us
--------------------------------------------------------------*/


.vision h1 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin: 0%!important;
    color: #353535;
    text-align: center;
}

.vision p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 170%;
    text-align: center;
    margin: 2% 2%;
    padding: 0% 4%;
}

.brd {
    border: 1px solid #fff;
}

.brd2 {
    border: 1px solid #CCC;
}



/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
.contact_head h1 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 27px;
    text-align: justify;
    margin: 2% !important;
    font-weight: 600;
}

.img-card-wrapper.image-one {
    position: relative;
/*    top: 155px;*/
/*    left: -40px;*/
    border-radius: 6px;
    width:100%;
    animation: MoveUpDown 2s linear infinite alternate;
}

.img-brd{
    border-radius: 20px;
}
.img_wel {
    width: 100%;
    margin: 0 auto!important;
    float: none!important;
}


@-webkit-keyframes MoveUpDown {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-25px);
}
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.banner {
    width: 100%;
}

.link {
    text-decoration: none;
    color: #fff;
}

.link:hover {
    text-decoration: none;
    color: #fff;
}

.link2 {
    text-decoration: none;
    color: #000;
}

.link3 {
	text-decoration: none;
	color: #FFFFFF !important;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm11 {
    width: 96%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}
.col_sm22 {
    width: 47.5%;
    float: left;
    margin: 1%;
}


.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm33 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm333 {
    width: 11%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 98%;
    margin: 1% 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 28%;
    float: left;
    margin: 1% 1%;
}



.col_sm88 {
    width: 65%;
    float: left;
    margin: 1% 1%;
}

.col_sm8_1{
    width:38%;
    margin:1%;
    float:left;
}
.col_sm88_1{
    width:58%;
    margin:1%;
    float:left;
}

.col_sm9 {
    width: 87%;
    float: left;
    margin: 1% auto;
}

.col_sm10 {
    width: 42%;
    float: left;
    margin: 1% 1% 1%;
    z-index: 99999999;
}

.col_sm100 {
    width: 54%;
    float: left;
    margin: 4% 1%;
}

.col_sm33 {
    width: 32.3%;
    float: left;
    margin: 0.4% 0.5%;
}

.content-image {
    width: 100%;
}

.col_sm_10{
    width: 18%;
    float: left;
    margin: 1%;
}

.col_sm_100{
    width: 65%;
    float: left;
    margin: 1%;
}


.col_sm_101{
    width: 28%;
    float: left;
    margin: 1%;
}

.col_sm_1001{
    width: 58%;
    float: left;
    margin: 1%;
}

.products h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 0% 1%;
    font-weight: 600;
    color: #0c2256;
    text-transform: uppercase;
}

.prd_brd {
    border: 1px solid #b0b0b0;
    margin: 10px 10px;
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 99%;
    margin: 0 auto;
    float: right;
}

.tab_def {
    margin: 1%;
}

table tr {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: 0.7%;
    text-align: left;
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    border: 1px solid #ddd;
}




.body_text111 {
    padding: 0.6%;
    text-align: left;
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    border: 1px solid #ddd;
    padding: 15px;
}




table td b {
    font-weight: 700;
    font-size: 15px;
}

table th {
    font-size: .85em;
    font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.body_text1129 {
    font-size: 18px;
    font-weight: 600;
    color: #808182;
    font-family: 'PoppiNs', sans-serif;
    text-align: left;
    padding: 0.6%;
}

.body_text1130 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'PoppiNs', sans-serif;
    text-align: center;
    padding: 0.6%;
    background-color: #afca05;
    text-transform: uppercase;
}

/*------------------------------------------
footer
------------------------------------------*/

.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 240%;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.ftr_menu ul {
    margin-left: 10%;
}

hr.new1 {
  border-top: 1px dashed #c3c3c3;
}

.border-head{
    border-bottom: 1px solid #bdd9bb;
}
/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/



.bg_clr6 {
	background-color: #0C2256;
}

.bg_clr2 {
	background-color: #071434;
}

.bg_clr3 {
    background-color: #f97b4d;
    padding: 20px 0px;
}

.bg_clr8 {
    background-color: rgb(255, 255, 255, 0.7);
}

.bg_clr9 {
    background-color: rgb(7 20 52);
}

.bg_clr5{
    margin-bottom: 2rem;
}

.bg_clr55{
    margin-bottom: 5rem;
    text-align: center;
    
}

.bg_clr56{
    border-radius: 5rem;
}

.bg_clr56 p{
    font-size: 18px;
    color: #000;
}

.card .info{
    width: 400px;
    height: 200px;
    top: 3rem;
    left: -3rem;
}


.card{
    margin:auto;
    position:relative;
    width:300px;
    height:280px;
    background:#aaaa;
    border-radius:18px;
    overflow:hidden;
    font-family: 'Poppins', sans-serif;
  }
  .card::before{
    content:'';
    position:absolute;
    top:30%;
    left: -25%;
    width:100%;
    height:100%;
    background:#fff;
    transform:skewY(345deg);
    transition: 2.6s; 
  }
  .card:hover::before{
    transform:skewY(390deg);
  }
  .info{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
    z-index:1;
  }
  .card .info img{
    max-width:85%;
    transition:1.6s;
  }
  .card:hover .info img{
    max-width:150%;
  }
  .card .info .title{
    font-size:1.5rem;
    margin:10px 0;
    font-weight:bold;
  }
  .card .info .price{
    font-size:1.3em;
    margin:10px 0;
    font-weight:bold;
  }
  .card:hover .info button{
      opacity:1;
  }
  button:hover{
    transform:scale(120%);
  }

.bg2 {
    background-image: url(../images/welcome_bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.bg4 {
    background-image: url(../images/bg4.jpg);
    background-attachment: fixed;
    padding: 3% 0% 3%;
    background-position: center;
    background-size: 100%;
}

.bg6 {
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 10px;
}

.dsp-bg {
    background-image: url(../images/dsp-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 10px 10px;
}

.food-wrap-bg {
    background-image: url(../images/food-wrap-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 10px 10px;
}


.serv-bg {
    background-image: url(../images/serv-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    
}

.contact-bg {
    background-image: url(../images/contact-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: repeat;
}

/*------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.contact_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 1% 0%;
    color: #122a5a;
}

.cont_col_sm3 {
    width:98%;
    float: left;
    margin: 1%;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 25px;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}



/* .cont_icn {
    width: 22%;
    float: left;
    margin: 2% auto 1%;
}

.cont_icn i {
    font-size: 40px;
    color: #005098;
} */

.cont_txt_main {
    float: right;
    margin: 1%;
}

.cont_txt_main h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    padding:3% 1% 2%;
    text-align: left;
    margin-bottom: 0!important;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    min-height:80px;
}

.ab_shawdo {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}



/**/
.single-img {
  position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b8e0d2;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  border-radius: 20px;

}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.text span{
  font-weight: 300;
}

/**/
/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/



.ftr_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 10% 0%;
    color: #fff;
}

.ftr_txt3 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 10% 10%;
    color: #fff;
}

.ftr_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0% 0% 2% 0%;
    color: #6e6e6e;
}

.ftr_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 1% 0%;
    line-height: 160%;
    color: #fff;
    text-align: left;
}

.ftr_txt2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 1% 8% 1% 1%;
    line-height: 160%;
    color: #fff;
    text-align: justify;
}

.ftr_lt_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    margin: 0;
}

.ftr_right {
    text-align: right;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/

.top_arrow {
    width: 35px;
    height: 38px;
    position: fixed;
    right: 1%;
    bottom: 5%;
    transition-duration: 1s;
    background-image: url('../images/top.png');
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: 100% 100%;
}

.top_arrow:hover {
    width: 35px;
    height: 38px;
    position: fixed;
    right: 1%;
    transition-duration: 1s;
    bottom: 5%;
    cursor: pointer;
    background-image: url('../images/top-b.png');
    background-size: 100% 100%;
}

@media only screen and (max-width:1125px) {
    .top {
        width: 98%;
    }
    .top2 {
        width: 96%;
    }
    .cont_col_sm4 {
        width: 48%;
    }

    .bg3{
        background-image: url(../images/machinary-banner.jpg);
        width: 100%;
        height: 50vh;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .bg_clr57 h1{
        color: #fff;
        font-size: 25px;
        padding-top: 2rem;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width:960px) {

    .top_main {
        position: static;
    }
    .logo {
        width: 299px;
        float: none;
        margin: 1% auto;
        transform: none;
    }
    .call_em {
        display: none;
    }
    .top {
        width: 100%;
    }
    .navbarrr {
        width: 100%!important;
        float: none!important;
        margin: 0% auto!important;
        background-color: #bdd9bb!important;
    }

    .bg3{
        background-image: url(../images/machinary-banner.jpg);
        width: 100%;
        height: 50vh;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .bg_clr57 h1{
        color: #fff;
        font-size: 25px;
        padding-top: 2rem;
        display: flex;
        justify-content: center;
    }

}

@media only screen and (max-width:800px) {

    .col_sm_100{
        width:97%;
    }
    .col_sm_10{
        width:97%;
    }

    .ftr_txt3 h1 {
        margin: 0% 0% 4% 0%;
    }
    .ftr_menu ul {
        margin-left: 0%;
    }
    .col_sm3 {
        width: 98%;
        float: none;
        margin: 1%;
    }
    .ftr_txt2 p {
        margin: 1% 1% 1% 1%;
    }
    .col_sm4 {
        width: 100%;
    }
    .ftr_txt h1 {
        margin: 4% 0%;
    }
    .col_sm2 {
        width: 100%;
    }
    .col_sm22{
        width: 98%;
    }
    .ftr_right {
        text-align: left;
    }
    .col_sm100 {
        width: 98%;
    }
    .col_sm10 {
        width: 96%;
        float: none;
        margin: 1% auto;
    }
    .col_sm9 {
        width: 84%;
        float: left;
        margin: 1% auto;
    }

    .col_sm5 {
    width: 48%;
    }

    .col_sm_1001 {
    width: 98%;
    }

    .serv-mrg-top {
     padding-top: 0px; 
    }

    .col_sm_101 {
    width: 98%;
    }

    .cont_col_sm4 {
        width: 100%;
    }

    .contact-bg {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    }

    .col_sm8_1 {
    width: 98%;
}

.col_sm88_1 {
    width: 98%;
}

.bg3{
    background-image: url(../images/machinary-banner.jpg);
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    position: relative;
}

.bg_clr57 h1{
    color: #fff;
    font-size: 25px;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
}

}

@media only screen and (max-width:600px) {
    .col_sm44 {
        width: 96%;
        margin: 2%;
    }

    .col_sm5 {
    width: 98%;
    }

}

@media only screen and (max-width:500px) {
    .call {
        margin: 2% 0%;
        width: 200px;
    }
    .email {
        margin: 2% 0%;
    }
    .col_sm10 {
        width: 98%;
    }
    .call_em {
        width: 355px;
    }
}

@media only screen and (max-width:470px) {

}

@media only screen and (max-width:400px) {
.gallery_txt1 h1 {
    font-size: 23px;
}
.flw_ftr {
    width: 98%;
    float: left;
    margin-left: 0%;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:360px) {
    .call_em {
        width: 320px;
    }
}
