@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama-Bold.woff2') format('woff2'),
        url('../fonts/Flama-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama.woff2') format('woff2'),
        url('../fonts/Flama.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-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');
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
:focus {
outline: 0 !important;
}
img{
	max-width:100%;
}
a{
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:hover{
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
p{
	line-height:25px;
	color:#5d5d5d;
	font-size:16px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
}
h1,h2,h3,h4,h5,h6,h7,h8{
 font-family: 'Flama';
    font-weight: bold;
margin:0;
padding:0;
}
a:hover{
	text-decoration:none;
}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
header {
    z-index: 999;
	width:100%;
	position:fixed;
}
.top_header{
	padding:30px 0;
}
.mail_call{
	    align-items: center;
    display: flex;
    place-content: flex-end;
}
.mobile_div_menu{
	display:none !important;
}
.top_right{
	float:right;
}
.top_right span{
	color:#fff;
}
.logo_cls{
	z-index:9;
}
/*.banner_slider {
    position: relative;
    top: -92px;
    z-index: 1;
}*/
.socials_links li i{
	width:30px;
	height:30px;
	text-align:center;
	border-radius:25px;
	font-size:15px;
	color:#fff;
	line-height:30px;
}
.socials_links li .fa-facebook{
	background:#2653a5;
}
.socials_links li .fa-twitter{
	background:#1da5d5;
}
.socials_links li .fa-youtube{
	background:#ef3d38;
}
.socials_links li .fa-linkedin{
	background:#127ab7;
}
.top_right p{
	margin:0;
	font-weight:500;
}
.iso_cls{
	padding-right:25px;
}
.menu_cls_btn{
	text-align:center;
}
#cssmenu > ul li a{
	position:relative;
}
/*#cssmenu > ul li a:hover:after {
   position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #33d6ff;
    bottom: -10px;
    left:50%;
	border-radius:25px;
}
#cssmenu > ul > li:last-child:after{
	display:none;
}
#cssmenu > ul > li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #fff; 
    top: 0;
    right: 0;
}*/
.menulcs{
	background:#1d1132;
	padding:15px;
	float:none;
	width:100%;
}
#cssmenu{
	float:right;
}
#cssmenu .active.has-sub .has-sub i {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    transform: rotate(270deg);
}
.caption{
	position: absolute;
    top: 50%;
    -webkit-transform: translate(10%, -60%);
    -ms-transform: translate(10%, -60%);
    transform: translate(10%, -60%);
    width: auto;
	 font-family: 'Flama';
}
.caption h1{
	font-size:45px;
	color:#fff;
	text-transform:capitalize;
	margin-bottom:10px;
	font-weight:bold;
	 font-family: 'Flama';
	 letter-spacing:3px;
}
.dairy_st{
	padding:20px 80px;
}
.homogenizer_div{
	padding:60px 0 20px 0;
}
.dairy_st h3,.head_section h3{
	color:#2e2e2e;
	font-weight:bold;
	 font-family: 'Flama';
	 letter-spacing:3px;
	font-size:35px;
	margin-bottom:30px;
}
.head_section h3{
	margin-bottom:0;
}
.dairy_st p,.head_section_div p{
	color:#2e2e2e;
	 font-family: 'Flama';
	 font-weight:normal;
}
.application_image{
	margin-top:30px;
}
.application_image h4{
	font-size:20px;
	margin-bottom:0;
	padding:15px 25px;
	color:#fff;
	font-family: 'Flama';
	 font-weight:normal;
	 background: rgb(32,92,164);
background: linear-gradient(90deg, rgba(32,92,164,1) 0%, rgba(34,69,144,1) 50%, rgba(38,29,105,1) 100%);
}
.products_main .item{
	padding:10px;
}
.caption p{
	color:#fff;
	font-size:17px;
	margin-bottom:30px;
	 font-family: 'Flama';
	 font-weight:normal;
}
.caption a{
	background:#33d6ff;
	font-size:16px;
	text-transform:capitalize;
	color:#fff;
	padding:10px 35px;
	letter-spacing:2px;
}
.contact_right input[type="file"]{
	    padding: 17px 28px;
}
.dairy_section{
	position:relative;
}
/*.dairy_section:before{
	background:url("../images/shape2.png") no-repeat scroll 0 0;
	width:130px;
	height:37px;
	bottom:0;
	left:5%;
	position:absolute;
	content:'';
}*/
.caption a:hover{
	color:#fff;
	background:#06235b;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	    background: rgb(32,92,164);
    background: linear-gradient(90deg, rgba(32,92,164,1) 0%, rgba(34,69,144,1) 50%, rgba(38,29,105,1) 100%);
	border:0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #33d6ff;
    border: 1px solid #33d6ff;
}
.ui-widget.ui-widget-content {
    border:0;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button{
	color:#fff;
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    bottom: 1%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
	right:auto;
}
.about_section .owl-next span,.about_section .owl-prev span{
	font-size:0;
}
.footer_content.cb {
    padding-left: 105px;
}
.products_category .owl-next span,.products_category .owl-prev span{
	font-size:0;
}
/*.products_category .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
}*/
.products_category .owl-next{
	background:url("../images/product_next.png") no-repeat scroll 0 0 !important;
	width:61px;
	height:61px;
}
.products_main .owl-carousel .owl-item img{
	width:auto;
	margin:0 auto 20px auto;
	
}
.products_ht {
    text-align: center;
}
.products_category .owl-prev{
	background:url("../images/product_prev.png") no-repeat scroll 0 0 !important;
	width:61px;
	height:61px;
}
.about_section .owl-next{
	background:url("../images/product_next.png") no-repeat scroll 0 0 !important;
	width:61px;
	height:61px;
}
.about_section .owl-prev{
	background:url("../images/product_prev.png") no-repeat scroll 0 0 !important;
	width:61px;
	height:61px;
}
.carousel-control-prev, .carousel-control-next{
	opacity:1;
	width:10%;
}
.about_section .owl-nav {
    position: absolute;
    bottom: -85px;
    right: 0;
}
.carousel-control-next-icon {
   /*  background: url("../images/next.png") no-repeat scroll 0 0;*/
	 width:61px;
	 height:61px;
	 opacity:1;
}
.carousel-control-prev-icon {
   /*  background: url("../images/prev.png") no-repeat scroll 0 0;*/
	 width:61px;
	 height:61px;
	 opacity:1;
}
.carousel-indicators li{
	width: 10px;
    height: 10px;
	 border-radius: 25px;
	 background:#fff;
}
.carousel-indicators .active {
    background-color: #33d6ff;
}
header.fixed {
    background: #213d8a;
    border-bottom: 1px solid #6180d6;
    position: fixed;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    top: 0;
	padding:15px 0;
}
header.fixed .top_header{
	padding:0;
}
header.fixed .top_left img{
	max-width:75%;
}
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
footer {
    background: #6f6f6f;
    padding: 60px 0 !important;
    position: relative;
}
.footer_logo {
    margin-bottom: 50px;
}
.mt_div{
	margin-top:40px;
}
.footer_content h3 {
    color: #1e1f60;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}
.quality_products.plants_tt{
	background:url("../images/quality_iso.jpg") no-repeat scroll 0 0;
	background-size: cover;
}
.footer_content p{
	color:#e2e2e2;
	font-weight:300;
}
.footer_content a{
	color:#1c2260;
}
.footer_content .read_ft{
	color:#fff;
}
.copyright_div {
    background: #797979;
    padding: 20px 0;
    float: left;
    width: 100%;
}
.copyright a{
	color:#dcdcdc;
}
.copyright p {
    color: #fff;
	margin:0;
}
.socials_links li{
	float:left;
	margin-right:10px;
}
.footer_content h4{
	color:#fff;
	font-size:18px;
	margin-bottom:0;
	font-weight:500;
}
.capacity_div{
	margin-bottom:30px;
}
.what_title h3{
	color: #2f1e6e;
    font-family: 'Flama';
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.what_title p{
	color: #616161;
	font-family: 'Flama';
    font-weight: normal;
	margin-bottom:30px;
}
.what_title a{
	background: #06235b;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 35px;
    letter-spacing: 2px;
}
.tab_div_content{
	/*align-items:center;*/
	display:flex;
}
.whatsector_center_head{
	margin-bottom:30px;
}
.dairy_plant_applications{
	padding:50px 0;
}
.application_plants{
	padding:30px 0;
}
.dairy_app{
	padding:30px 0;
}
.dairy_app h3{
	font-family: 'Flama';
	font-weight:bold;
	color:#235daa;
	margin-bottom:30px;
	letter-spacing:2px;
}
.dairy_img{
	padding:30px 100px;
	background:#f7f9f8;
}
.application_plants h3{
	font-family: 'Flama';
	font-weight:bold;
	color:#235daa;
	margin-bottom:30px;
}
.application_plants h4{
	color:#fff;
	text-transform:capitalize;
	margin-bottom:0;
	font-family: 'Flama';
	font-weight:normal;
	font-size:20px;
	padding:10px 20px;
	display:block;
	    background: #06235b;
}
.application_plants a:hover h4{
	color:#000;
	background:#57ddff;
}
.responsive_tabs{
	display:none;
}
.ui-widget p{
	  font-family: 'Flama';
	font-weight:normal;
}
.responsive_tabs img{
	width:100%;
	margin-bottom:30px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    margin-bottom: 5px;
}
.ui-accordion .ui-accordion-header-active.ui-state-active{
	margin-bottom:0;
}
.ui-accordion .ui-accordion-header{
	padding:10px;
}
.ui-accordion .ui-accordion-header{
	 margin-bottom: 5px;
}
.ui-widget-header {
    border: 0;
    background: transparent;
    color: #333333;
    font-weight: bold;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    position: relative;
    /*bottom: -48px;*/
    width: 100%;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
        padding:0;
    background: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    display: block;
}
.main_category{
	padding-bottom:50px;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin:0;
    border:0;
    padding: 0;
    white-space: nowrap;
    width: 25%;
    text-align: center;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-widget {
    font-family: 'Flama';
	font-weight:normal;
}
.whatsector_center_sec img{
	width:100%;
}
.product_details_image.plant{
	    background: url(../images/plant_02.png) no-repeat scroll 0 0;
    background-size: cover;
}
.whatsector_center_sec h4 {
    background: #06235b;
    padding: 10px;
	color:#fff;
	font-family: 'Flama';
	font-weight:normal;
	font-size:20px;
	margin-bottom:0;
	text-transform:capitalize;
	position:relative;
	letter-spacing:2px;
}
.whatsector_center_sec h4:after {
    position: absolute;
 font-family: FontAwesome;
   content: "\f105";
    right: 19px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -15px;
}
.whatsector_center_sec h4:hover{
	background: #269cbd;
}
.what_title a:hover{
	background: #1e9ab9;
}
.footer_content a{
	color:#dcdcdc;
}
.footer_content a:hover{
	color:#57ddff;
}
.footer_content a.read_ft{
	color:#1e1f60;
}
.footer_content li
{
	 margin-bottom: 5px;
}
.what_title{
	margin-bottom:30px;
}
.footer_content li a {
    color: #fff;
    font-size: 16px;
   
	color:#fff;
}
.footer_content li a:hover {
    color: #1e1f60;
}
.Products{
	padding:60px 0;
}
.Products h3{
	color:#2d1d6d;
	font-size:35px;
	font-weight:600;
	text-align:center;
	font-style:italic;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:20px;
}
.clients_logo{
	margin-bottom:30px;
}
.Products p{
	text-align:center;
	color:#616161;
	font-size:20px;
	font-weight:500;
	margin-bottom:50px;
}
.products_spec{
	position:relative;
	background:#ddd;
	padding: 50px 35px;
}
.products_details {
    position: relative;
    bottom: auto;
    padding: 0;
}
.products_div{
	margin-bottom:30px;
}
.products_category {
    padding: 0 80px;
}
.products_details a{
	opacity:0;
}
.products_spec:hover a{
	opacity:1;
}
.products_details h3{
	color:#000;
	font-weight:bold;
	font-size:24px;
	text-transform:capitalize;
	text-align:left;
	margin-bottom:15px;
}
.products_details p{
	color:#000;
	font-size:15px;
	margin-bottom:10px;
	text-align:left;
	margin-bottom:30px;
	line-height:20px;
	    font-family: 'Flama';
		font-weight:normal;
}
.Know_more_btn{
	background:#06235b;
	font-size:16px;
	text-transform:capitalize;
	color:#fff;
	padding:10px 35px;	
	letter-spacing:2px;
}
.Know_more_btn:hover{
	color:#fff;
	background:#33d6ff;
}
.products_details.third h3{
	color:#292929;
}
.video_btn {
    padding: 20px;
    background: #fff;
}
.products_details.third p{
	color:#464646;
}
.products_spec.th_tt img{
	height: 457px;
}
.what_sector{
	background:url("../images/milkybg.jpg") no-repeat scroll 0 0;
	padding:70px 0 50px;
	background-size:cover;
	position:relative;
}
.what_sector:before{
	background:url("../images/shape3.png") no-repeat scroll 0 0;
	width:116px;
	height:116px;
	content:'';
	position:absolute;
	left:0;
	top:85%;
}
.what_sector:after{
	background:url("../images/shape2.png") no-repeat scroll 0 0;
	width:128px;
	height:37px	;
	content:'';
	position:absolute;
	right:0;
	top:5%;
}
.what_title span{
	color:#23327e;
	font-size:35px;
	text-transform:uppercase;
	font-weight:300;
	font-weight:normal;
	line-height: 20px;
}
.what_desc p {
    color: #565656;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.whatsector_center{
	padding-top:35px;
}
.whatsector_center img{
	margin-bottom:30px;
}
.whatsector_center h4{
	font-size:20px;
	color:#575757;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:30px;
	height: 55px;
}
.whatsector_center .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}
.whatsector_center a{
	background:#33d6ff;
	font-size:16px;
	text-transform:capitalize;
	color:#fff;
	padding:8px 35px;	
	letter-spacing:2px;
	opacity:0;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 5px 7px;
    background: #213d8a;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.testimonials  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #57ddff;
}
.test_arrow{
	text-align:center;
	margin:0 auto;
	display:table;
}
.whatsector_center a:hover{
	color:#fff;
	background:#33d6ff;
}
.whatsector_center_head:hover a{
	opacity:1;
}
.about_section{
	padding:100px 0;
	background: #22b6ff;
	position:relative;
}
.about_section:before {
    background: url(../images/shape4.png) no-repeat scroll 0 0;
    width: 116px;
    height: 116px;
    content: '';
    position: absolute;
    left: 0;
    top: 78%;
	filter: invert(1);
}
.about_section:after {
    background: url(../images/shape2.png) no-repeat scroll 0 0;
    width: 128px;
    height: 37px;
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
	filter: invert(1);
}
.milk-homogenizer .product_details:before{background:url('../images/milkbg2.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.curd-homogenizer .product_details::before{background:url('../images/Curd-Homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.ice-cream-homogenizer .product_details::before{background:url('../images/ice-cream-homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.juice-homogenizer .product_details::before{background:url('../images/juice-homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.soya-milk-homogenizer .product_details::before{background:url('../images/Soya-Milk-Homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.laboratory-homogenizer .product_details::before{background:url('../images/Laboratory-Homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.chemical-homogenizer .product_details::before{background:url('../images/Chemical-Homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}

.cosmetic-homogenizer .product_details::before{background:url('../images/cosmetic-homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.tomato-ketchup-homogenizer .product_details::before{background:url('../images/tomatto-ketchup-homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.high-pressure-homogenizer .product_details::before{background:url('../images/high-pressure-homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.high-pressure-plunger-pump .product_details::before{background:url('../images/high-pressure-plunger-pump.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.triplex-plunger-pump .product_details::before{background:url('../images/triplex-plunger-pump.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.ice-cream-plant .product_details::before{background:url('../images/ice-cream-homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.milk-processing-plant .product_details::before{background:url('../images/milkbg2.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.curd-plant .product_details::before{background:url('../images/Curd-Homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.ghee-plant .product_details::before{background:url('../images/ghee-plant.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.paneer-plant .product_details::before{background:url('../images/paneer-plant.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;z-index:-1;}
.juice-plant .product_details::before{background:url('../images/juice-homogenizer.jpg');position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:685px;
background-size:cover;
z-index:-1;}
/*.product_details:before{
	background: url(../images/milk_bg.png) no-repeat scroll 0 0;
	background-size:contain;
	height:685px;
	width:100%;
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
}*/
.about_div span{
	    font-family: 'Flama';
    font-weight: normal;
	font-size:18px;
	margin-bottom:10px;
	display:inline-block;
	color:#f3f2f2;
}
.about_div h3{
	color:#f3f2f2;
	font-weight:bold;
	margin-bottom:30px;
	  font-family: 'Flama';
	text-transform:uppercase;
}
.about_div p{
	color:#f3f2f2;
	 font-family: 'Flama';
	font-size:18px;
	font-weight: normal;
	margin-bottom:30px;
}
.whatwedo{
	background:url("../images/what_we_do.jpg") no-repeat scroll 0 0;
	background-size:cover;
	
}
.tab-pane img{
	width:100%;
}
.about_div a{
	display:inline-block;
}
.common{
	margin:0;	
}
.major{
	background:#213d8a;
	padding:80px 80px 80px 100px !important;
}
.major h3{
	font-size:35px;
	color:#99ebff;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
	line-height:30px;
}
.major li{
	font-size:16px;
	color:#fff;
	font-weight:500;
	margin-bottom:5px;
}
.major ul{
	margin:0;
}
.cities_img img{
	width:100%;
}
.quality_div{
	background:#2ac5ff;
	padding:80px !important;
	align-items:center;
	display:flex;
}
.quality_div h3{
	font-size:35px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
	line-height:30px;
}
.quality_div p{
	font-weight:300;
	color:#fff;
}
.testimonials h3{
	color:#31204e;
	font-size:35px;
	text-transform:uppercase;
	font-weight: bold;
    font-family: 'Flama';
	text-align:center;
	letter-spacing:2px;
	margin-bottom:30px;
}
.testimonials p{
	text-align:center;
	color:#1f1f1f;
	font-weight:500;
	margin-bottom:30px;
}
.testimonials{
	padding:40px 0;
}
.testimonials span{
	font-size:20px;
	color:#57ddff;
	font-weight: bold;
    font-family: 'Flama';
	text-transform:uppercase;
	margin-bottom:0;
	text-align:center;
	display:block;
}
.testimonials p.author{
	color:#181818;
	font-weight:600;
	font-style:italic;
	text-align:center;
}
.enquiry_section{
	padding:60px 0;
	background: rgb(14,11,54);
background: linear-gradient(90deg, rgba(14,11,54,1) 0%, rgba(27,32,100,1) 35%, rgba(40,33,101,1) 100%);
}
.touch p {
    text-align: left;
	font-size:25px;
	/*text-transform:capitalize;*/
	font-weight: 400;
    font-family: 'Flama';
	margin-bottom:0;
	letter-spacing:2px;
	color:#fff;
	line-height:30px;
}
.enquiry_val{
	background:#57ddff;
	font-size:20px;
	text-transform:capitalize;
	font-weight: 400;
    font-family: 'Flama';
	letter-spacing:2px;
	    padding: 18px 62px;
	color:#fff;
    border-radius: 0px;
}
.project_btn{
	align-items: center;
    display: flex;
    justify-content:center;
}
.banner_inner {
    position: relative;
}
@keyframes move_wave{
	0%{
	transform:translateX(0) translateY(10px);
	}
	50%{
		top:50px;transform:translateX(-15%) translateY(-15%);
	}
	100%{
		-webkit-transform:translate(0,0);transform:translate(0,0);
		}
}
@keyframes fade {
    from { opacity   : 1; }
    to   { opacity   : 0.25; }
}
@keyframes shrink {
    from { transform : scale(1); }
    to   { transform : scale(0.75); }
}
.animate_image {
    position: absolute;
    top: 38%;
    left: 14%;
	/*animation: fade 0.5s infinite alternate, shrink 1s infinite alternate;*/
}
.zoom {
display:inline-block;
position: relative;
}
.zoom img {
display: block;
}
.banner_inner img {
    width: 100%;
}
.zoom img::selection { background-color: transparent; }
.animate_image_tt {
    position: absolute;
    bottom: 10%;
    right: 14%;
	/*animation: fade 0.5s infinite alternate, shrink 1s infinite alternate;*/
}
.animate_image p {
    margin-bottom: 0;
}
/*.product_details_image{
	background:url("../images/product_bg.png") no-repeat scroll 0 0;
	background-size:cover;
	overflow:hidden;
}*/
.product_details_image img {
    max-width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.product_details_image img:hover {
   /* -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}
.st_cs{
	position: relative;
    top: -40px;
    left: -15px;
}
.ani_tt {
    position: absolute;
    top: 30%;
    right: 2%;
    z-index: 9;
}
.whyus_animate{
	text-align:right;
}
.quality{
	position:relative;
}
.quality:before{
	position:absolute;
	content:'';
	background:url("../images/wave_line.png") no-repeat scroll 0 0;
	width:139px;
	height:39px;
	left: -30px;
    bottom: -60px;
}
.vision_tt{
	position:relative;
}
.vision_tt:after{
	position:absolute;
	content:'';
	background:url("../images/circle-line.png") no-repeat scroll 0 0;
	width:180px;
	height:180px;
	right: 30px;
    top: -60px;
}
.why_us .whyus_animate img {
    width: auto;
	display:none;
}
.innerbanner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    text-align: center;
    z-index: 9;
}
.innerbanner_content h1 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: bold;
	font-family: 'Flama';
	letter-spacing:2px;
}
.innerbanner_content p{
	color:#fff;
	font-size:20px;
	font-family: 'Flama';
	font-weight:normal;
}
.about_us_content{
	padding:60px 45px;
}
.about_us_content p b{
	color:#353535;
	font-size:18px;
	font-family: 'Flama';
	font-weight:bold;
}
.about_us_content p{
	font-size:16px;
	font-family: 'Flama';
	font-weight:normal;
}
.about_us_image{
	padding:180px 45px;
	position:relative;
}
.about_us_image:after{
	position:absolute;
	content:'';
	background:#22b6ff;
	width:60%;
	height:100%;
	top:0;
	right:0;
}
.what_we_do_content{
	padding:20px 40px;
}
.center_div{
	align-items:center;
	display:flex;
	background:#ebebeb;
	
}
.what_we_do_content h3{
	font-size:35px;
	color:#213d8a;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	margin-bottom:30px;
	font-style:italic;
	letter-spacing:2px;
}
.what_we_do_content p b{
	color:#353535;
	font-weight:bold;
	font-family: 'Flama';
}
.what_we_do_content p{
	font-weight:normal;
	font-family: 'Flama';
	color:#353535;
	margin-bottom: 10px;
	line-height:30px;
}
.why_us{
	background:url("../images/bg1.jpg") no-repeat scroll 0 0;
	background-size:cover;
	padding:60px 0;
}
.why_us h3{
	font-size:35px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	margin-bottom:20px;
	font-style:italic;
	text-transform:uppercase;
	letter-spacing:2px;
}
.why_us p{
	color:#fff;
	font-weight:normal;
	font-family: 'Flama';
	margin-bottom:50px;
}
.why_us h4{
	font-size:37px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	margin-bottom:20px;
	font-style:italic;
	text-transform:uppercase;
	letter-spacing:2px;
}
.why_us li{
	display: inline-block;
	width:14%;
	text-align:center;
	padding:20px;
}
.why_us img{
	margin-bottom:20px;
	width:100%;
}
.why_us li h3{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-style:italic;
	font-size:16px;
	vertical-align: text-top;
    display: -webkit-inline-box;
}
.quality_tt{
	background:url("../images/iso.jpg") no-repeat scroll 0 0;
	background-size:cover;
	padding:50px !important;
}
.quality_tt h3{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-style:italic;
	font-size:35px;
	margin-bottom:30px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
}
.quality_tt p{
	font-size:20px;
	color:#fff;
	font-family: 'Flama';
	font-weight:normal;
	width:75%;
}
.vision_tt{
	background:#fff;
	padding:50px !important;
	align-items: center;
    display: flex;
}
.vision_mission h3{
	font-size:24px;
	color:#204ab8;
	margin-bottom:30px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	letter-spacing:2px;
	font-style:italic;
}
.vision_mission p{
	color:#353535;
	font-family: 'Flama';
	font-weight:normal;
	margin-bottom:30px;
	width:75%;
}
.infrastructure{
	padding:50px 0;
}
.infrastructure h3{
	color:#213d8a;
	margin-bottom:30px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	letter-spacing:2px;
	font-style:italic;
}
.infrastructure p{
	color:#353535;
	font-family: 'Flama';
	font-weight:normal;
	margin-bottom:30px;
}
.infrastructure .owl-theme .owl-dots .owl-dot.active span, .infrastructure .owl-theme .owl-dots .owl-dot:hover span {
    background: #33d6ff;
}
.infrastructure .owl-theme .owl-dots .owl-dot span {
    background: #222268;
}
.infrastructure .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.what_we_do_image .owl-prev {
    background: url(../images/product_prev.png) no-repeat scroll 0 0 !important;
    width: 61px;
    height: 61px;
}
.what_we_do_image .owl-next {
    background: url(../images/product_next.png) no-repeat scroll 0 0 !important;
    width: 61px;
    height: 61px;
}
.what_we_do_image .owl-next span, .what_we_do_image .owl-prev span {
    font-size: 0;
}
.what_we_do_image .owl-nav {
    position: absolute;
    bottom: 25px;
    right: 15px;
	background: #0c1d4b;
    padding: 15px 25px;
}
.about_us_image .owl-prev {
    background: url(../images/product_prev.png) no-repeat scroll 0 0 !important;
    width: 61px;
    height: 61px;
}
.about_us_image .owl-next {
    background: url(../images/product_next.png) no-repeat scroll 0 0 !important;
    width: 61px;
    height: 61px;
}
.about_us_image .owl-next span, .about_us_image .owl-prev span {
    font-size: 0;
}
.about_us_image .owl-nav {
    position: absolute;
    right: 15px;
    margin-top: 30px;
}
.product_details_content h3{
	font-family: 'Flama';
	font-weight:bold;
	font-size:32px;
	margin-bottom:30px;
	color:#fff;
	text-transform:capitalize;
	letter-spacing:2px;
}
.product_details_content p{
	color:#fff;
	font-family: 'Flama';
	font-weight:normal;
}
.product_details_content h4{
	font-family: 'Flama';
	font-weight:bold;
	font-size:32px;
	margin-bottom:30px;
	color:#fff;
	text-transform:capitalize;
	letter-spacing:2px;
	margin-top:80px;
}
.product_details_content li{
	display:inline-block;
	width:16%;
	padding:5px;
	text-align:center;
}
.product_details_content li h4 {
    font-size: 18px;
    font-family: 'Flama';
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    vertical-align: text-top;
    display: -webkit-inline-box;
	margin-top:30px;
}
.product_details_content{
	background:#235daa;
	padding:50px 0;
	position:relative;
	z-index:9;
}
.product_details{
	position:relative;
}
.product_details:after{
	background: #235daa;
    content: '';
    top:70%;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.product_details_image {
    position: relative;
    z-index: 99;
}
.specification_div{
	padding:50px 20px 50px 50px;
}
table {
  font-family: 'Flama';
    font-weight: normal;
  border-collapse: collapse;
  width: 100%;
}

tr{
  border:0;
  text-align: left;
  padding: 8px;
  background:#f1f1f1;
}
tr,td{
	padding:8px;
}
tr:nth-child(even) {
  background-color: #fbfbfb;
}
.specifications h3{
	color:#262626;
	font-family: 'Flama';
	font-weight:bold;
	font-size:32px;
	margin-bottom:30px;
	text-transform:capitalize;
	letter-spacing:2px;
}
.specification_div a {
    background: #33d6ff;
    padding: 10px 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 50px;
    font-size: 14px;
    margin-right: 10px;
}
.specification_div a:hover{
	background:#213d8a;
	color:#fff;
}
.quality_products {
    background: url(../images/quality_img.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding: 80px !important;
	margin-top:30px;
	overflow:hidden;
	background-position:bottom;
}
.quality_assurance {
    position: relative;
}
.quality_products:after {
       position: absolute;
    content: '';
    background: url(../images/wave.png) no-repeat scroll 0 0;
    width: 205px;
    height: 140px;
    right: -45px;
    top: 10px;
}
.quality_products {
	align-items:center;
	display:flex;
}
.contact_right{
	position:relative;
}
.quality_assurance h3 {
    font-family: 'Flama';
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.quality_assurance p {
    font-size: 20px;
    color: #fff;
    font-family: 'Flama';
    font-weight: normal;
    width: 75%;
}
.related_products{
	padding:50px 0;
}
.related_products h3.head_tt{
	color:#262626;
	font-family: 'Flama';
	font-weight:bold;
	font-size:32px;
	margin-bottom:30px;
	text-transform:capitalize;
	letter-spacing:2px;
}
/*.related_products .products_category .owl-nav {
    position: absolute;
    bottom: auto;
    right: 0;
    top: -105px;
}*/
.related_products .products_category .owl-prev {
    background: url(../images/product_prev.png) no-repeat scroll 0 0 !important;
    width: 61px;
    height: 61px;
    left: -90px;
    position: absolute;
    top: 50%;
	margin-top:-30px;
}
.related_products .products_category .owl-next {
    background: url(../images/product_next.png) no-repeat scroll 0 0 !important;
    width: 61px;
    height: 61px;
    right: -90px;
    position: absolute;
	top: 50%;
	margin-top:-30px;
}
.clients_div{
	padding:20px 0;
}
.clients_div h3{
	color:#262626;
	font-family: 'Flama';
	font-weight:bold;
	font-size:32px;
	margin-bottom:30px;
	text-transform:capitalize;
	letter-spacing:2px;
}
.clients_div .owl-theme .owl-dots .owl-dot span{
	background:#2ac5ff;
}
.clients_div .owl-theme .owl-dots .owl-dot.active span, .clients_div .owl-theme .owl-dots .owl-dot:hover span{
	background:#444;
}
.clients_div .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
}
.product_details_content li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
.product_details_content li img {
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
}
.why_us li img{
	transition-duration: 1s;
}
.why_us li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
.products {
    padding: 70px 0 70px 0px;
    background: #f0f0f0;
}
.products_title h3{
	color:#2f1e6e;
	font-family: 'Flama';
	font-weight:bold;
	font-size:35px;
	margin-bottom:30px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.products_title p{
	color: #616161;
	font-family: 'Flama';
	font-weight:normal;
	display:inline-block;
	margin-bottom:50px;
	font-size:18px;
	line-height:30px;
}
.products_title a {
    background: #06235b;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 35px;
    letter-spacing: 2px;
}
.align_center{
	align-items: center;
    display: flex;
}
.products_title a:hover {
    background: #1e9ab9;
}
.products_category_div {
    background: #fff;
    padding: 30px 28px;
}
.products_category_div h3{
	color:#000;
	font-family: 'Flama';
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:20px;
	font-size:18px;
}
.products_category_div img{
	margin-bottom:50px;
}
.products_category_div a{
	 background: #06235b;
     font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 35px;
    letter-spacing: 2px;
}
.products_category_div a:hover {
    background: #1e9ab9;
}
.products .owl-prev {
    background: url(../images/prev.png) no-repeat scroll 0 0 !important;
    width: 25px;
    height: 25px;
}
.products .owl-next {
    background: url(../images/next.png) no-repeat scroll 0 0 !important;
    width: 61px;
    height: 61px;
}
.products .owl-next span, .products .owl-prev span {
    font-size: 0;
}
.products .owl-nav {
    position: absolute;
    bottom: -85px;
    right: 0;
}
.products_main{
	position:relative;
}
.products_main:after {
    position: absolute;
    content: '';
    right: 22%;
    background: url(../images/shape1.png) no-repeat scroll 0 0;
    width: 116px;
    height: 116px;
    bottom: -26%;
    z-index: 9;
}
.ct_ht{
	color: ##2f1e6e;
	font-family: 'Flama';
	font-weight:bold;
	margin-bottom:30px;
	font-size:35px;
	text-transform:uppercase;
	margin-top:40px;
	letter-spacing:2px;
}
.cls_div {
    margin-bottom: 25px;
    display: block;
    float: left;
    width: 100%;
}
.sep_div {
    text-align: left;
    width: 400px;
    float: left;
}
.contact_left_address i {
    font-size: 25px;
    font-weight: bold;
	color:#444;
	padding-right: 25px;
    float: left;
   width: 50px;
       margin-top: 5px;
}
.contact_left_address p a, .contact_left_address p span {
   /* float: left;
    width: 280px;*/
	text-align:left;
}
.contact_left_address {
    text-align: left;
}
.contact_left_address h3 {
    color: #444;
    font-family: 'Flama';
	font-weight:bold;
	margin-bottom:30px;
	font-size:25px;
	text-transform:capitalize;
	margin-top:0;
	letter-spacing:0;
    margin-bottom: 40px;
	text-align:left;
}
.contact_left_address {
    text-align: center;
    background: #fff;
    display: block;
    float: left;
    padding:0;
}
.contact_left_address a {
    color: #444;
}
.contact_left_address p {
    color: #444;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    float: left;
	font-family: 'Flama';
	font-weight:normal;
	font-size:17px;
	text-align:left;
}
.sep_div a,.sep_div span{
	color: #444;
	font-family: 'Flama';
	font-weight:normal;
	font-size:17px;
	text-align:left;
}
.gallery_box{
	margin-bottom:40px;
}
.carrers_div{
	padding:50px 0;
}
.sep_div a:hover{
	color:#57defe;
}
.carrers_div h1{
	text-align:center;
	margin-bottom:50px;
}
.contact_form_desci.carrers_div {
    margin: 0 auto;
    width: 70%;
}
.contact_right p{
	font-family: 'Flama';
	font-weight:normal;
	margin-bottom:40px;
}
.contact_right h3{
	 color: #06235b;
    font-family: 'Flama';
	font-weight:bold;
	margin-bottom:30px;
	font-size:25px;
	text-transform:capitalize;
	letter-spacing:2px;
    margin-bottom: 40px;
}
.contact_right input:focus, .contact_right textarea:focus {
    border: 1px solid #06235b;
    box-shadow: none;
}
.maps{
	margin-top:50px;
}
.contact_right textarea{
	height:auto !important;
}
.contact_right input, .contact_right textarea {
        position: relative;
    display: block;
    width: 100%;
    color: #333;
    line-height: 26px;
    padding: 10px 28px;
    height: 70px;
    font-size: 16px;
    border-radius: 2px;
    background: #f3f5f9;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	font-family: 'Flama';
	font-weight:normal;
}
.form-group input[type=submit].enquiry_fields {
    display: inline-block;
    width: auto;
    font-weight: 600;
    padding: 12px 35px;
    float: right;
    margin-top: 20px;
		font-family: 'Flama';
	font-weight:normal;
}
.form-group input[type=submit] {
    background: #06235b;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.form-group input[type=submit].enquiry_fields:hover {
    background:#1e9ab9;
    color: #fff;
}
.subbanner p{color:#fff;}.subbanner h1{color:#fff;}
.capacity_div h3{
	color:#235daa;
		font-family: 'Flama';
		font-weight:normal;
		letter-spacing:2px;
		margin-bottom:30px;
		text-transform:uppercase;
}
.capacity_div h3 b{
	font-weight:bold;
}
.capacity_div p{
	color:#000000;
	font-family: 'Flama';
		font-weight:normal;
}
.capacity_div li{
	color:#000000;
	font-family: 'Flama';
		font-weight:normal;
		margin-bottom:5px;
}
.download_spec{
	    background: #33d6ff;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 35px;
    letter-spacing: 2px;
	margin-top:30px;
	display:inline-block;
	font-family: 'Flama';
		font-weight:normal;
}
.plants_div p{
	max-width:80%;
}
.product_details_content .features_div li {
    display: inline-block;
    width: 49%;
    padding: 5px;
    text-align: center;
}
.features_div h4 {
    margin-top: 0;
}
.download_spec:hover {
    color: #fff;
    background: #06235b;
}
.div_cap{
	padding:50px 0 0px;
}
/*.animate_image,.animate_image_tt{display:none;}*/
/* Responsive Styles*/
@media screen and (min-width:1200px) and (max-width:1299px){
	.carousel-indicators {
    margin-left: 15%;
}
.what_title {
    margin-left: 75px;
}
.Know_more_btn,.whatsector_center a {
    padding: 8px 20px;
}
.products_spec.th_tt img {
    height: auto;
}
#cssmenu > ul > li > a {
    padding: 0 28px;
    font-size: 16px;
}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.carousel-indicators {
    margin-left: 17%;
}
.sep_div a, .sep_div span {
    font-size: 16px;
}
.specification_div a {
    background: #33d6ff;
    padding: 10px 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
    margin-top: 50px;
    font-size: 14px;
    margin-right: 10px;
}
.ui-tabs .ui-tabs-nav li{
	width:23%;
}
.sep_div {
    text-align: left;
    width: 327px;
    display: block;
    word-break: break-all;
    float: left;
    margin-bottom: 25px;
}
.contact_left_address i {
    font-size: 25px;
    font-weight: bold;
    color: #444;
    padding-right: 35px;
    float: left;
    width: 23px;
}
.tab-pane img{
	height:100%;
}
.footer_content.cb {
    padding-left: 65px;
}
.products_spec {
    padding: 50px 20px;
}
.products_details h3 {
    font-size: 20px;
}
.contact_left_address p a, .contact_left_address p span {
    float: left;
    width: 210px;
    text-align: left;
}
.whatsector_center_sec h4{
	font-size:17px;
}
.whatsector_center_sec h4:after{
	margin-top:-10px;
}
.products_title h3{
	font-size:33px;
}
.products_category_div {
    background: #fff;
    padding: 50px 15px;
}
.products_category_div a {
    padding: 8px 15px;
}
.products_category_div h3{
	font-size:18px;
}
.ani_tt {
    position: absolute;
    top: 35%;
}
#cssmenu > ul > li > a {
    padding: 0 15px;
    font-size: 14px;
}
#cssmenu ul ul li a{
	font-size:14px;
}
#cssmenu ul ul ul li a {
    min-width: 250px;
}
.why_us li h3{
	font-size:10px;
}
.why_us li {
    display: inline-block;
    width: 13%;
}
.animate_image,.animate_image_tt{
	display:none;
}
.Know_more_btn,.whatsector_center a {
    padding: 8px 15px;
}
.products_spec.th_tt img {
    height: auto;
}
}
@media screen and (min-width:768px) and (max-width:1023px){
	.caption h1 {
    font-size: 35px;
}
.specification_div a {
    padding: 10px 15px;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
	margin-top:20px;
}
.contact_left_address {
    text-align: center;
    background: #fff;
    display: block;
    float: none;
    padding: 0;
    width: 100%;
	    word-break: break-all;
}
	.contact_left_address i {
    float: none;
    width: auto;
    text-align: center;
}
.sep_div {
    width: 100%;
    display: block;
    text-align: center;
}
.ui-tabs .ui-tabs-nav li{
	width:23%;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	font-size:13px;
}
.dairy_st h3, .head_section h3,.head_section h3{
	font-size:20px;
	margin-bottom:10px;
}
#cssmenu ul ul li a{
	font-size:14px;
}
#cssmenu ul ul ul li a {
    min-width: 250px;
}
.products_main .item{
	padding:0;
}
.major,.quality_div{
	padding:30px !important;
}
.responsive_tabs{
	display:block;
}
.desktop_tabs{
	display:none;
}
.tab-pane img{
	height:100%;
}
.footer_content.cb {
    padding-left: 35px;
}
.products_spec {
    position: relative;
    background: #ddd;
    padding: 50px 20px;
}
.contact_left_address p a, .contact_left_address p span {
    float: left;
    width: 145px;
    text-align: left;
}
.carrers_div h1,.ct_ht{
	font-size:25px;
	margin-top:20px;
}
.whatsector_center_sec h4{
	font-size:12px;
}
.enquiry_val {
    padding: 18px 30px;
}
.products,.what_sector{
	padding:30px 0;
}
#cssmenu > ul > li > a {
    padding: 0 15px;
    font-size: 14px;
}
.what_title{
	margin-bottom:30px;
}
.whatsector_center_sec h4:after{
	margin-top:-8px;
}
.products_category_div {
    background: #fff;
       padding: 50px 10px;
}
.products_main:after,.what_sector:after,.about_section:after,.what_sector:before,.about_section:before{
	display:none;
}
.products .owl-prev,.products .owl-next{
	display:none !important;
}
.products_category_div h3{
	font-size:20px;
}
.what_we_do_content h3,.why_us h3,.why_us h4,.quality_tt h3,.infrastructure h3,.product_details_content h3,.product_details_content h4,.quality_assurance h3,.related_products h3.head_tt,.clients_div h3,.specifications h3,.products_title h3,.what_title h3,.about_div h3,.major h3,.quality_div h3,.testimonials h3{
	font-size:25px;
}
.product_details_content li {
    display: inline-block;
    width: 24%;
    padding: 5px;
    text-align: center;
}
header.fixed .top_left img {
    max-width: 60%;
}
.why_us li {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 20px;
}
.caption {
    position: absolute;
    top: 50%;
     -webkit-transform: translate(30%, -27%);
    -ms-transform: translate(30%, -27%);
    transform: translate(30%, -27%);
    width: auto;
    font-family: 'Flama';
}
.products_category .col-sm-3,.products_category .col-sm-6{
	 -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.products_category{
	padding:0;
}
.products_category .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 10px;
	display:none !important;
}
.quality_div h3,.major h3 {
    font-size: 28px;
}
.about_section{
	padding:30px 0;
}
.whatsector_center a {
    padding: 8px 5px;
}
.what_title span {
   font-size: 27px;
}
.what_title {
    margin-left: 0;
}
.whatsector_center h4 {
    font-size: 16px;
}
.products_spec img{
	width:100%;
}
.products_spec{
	margin-bottom:30px;
}
.about_us_image:after,.ani_tt,.what_we_do_image .owl-nav,.about_us_image .owl-prev,.about_us_image .owl-next{
	display:none !important;
}
.animate_image,.animate_image_tt,.whyus_animate,.vision_tt:after,.quality:before,.quality_products:after{
	display:none;
}
.innerbanner_content h1{
	font-size:25px;
}
.innerbanner_content p{
	font-size:14px;
}
.what_we_do_content h3,.why_us h3,.why_us h4,.quality_tt h3,.infrastructure h3{
	font-size:25px;
}
.pr-0, .px-0 {
    padding-right: 15px !important;
}
.pl-0, .px-0 {
    padding-left: 15px !important;
}
.about_us_content,.about_us_image,.what_we_do_content,.why_us,.quality_tt,.vision_tt,.infrastructure{
	padding:20px 0;
}
.carousel-indicators{
	display:none;
}
}
@media screen and (min-width:768px) and (max-width:991px){
	.desktop_div_menu{
		display:none !important;
	}	
	.mobile_div_menu{
		display:block !important;
	}
	header.fixed .top_left img{
	max-width:50%;
}
	.top_right {
    float: right;
   top: 45px;
    position: relative;
}
header.fixed .top_right {
    float: right;
    top: 15px;
    position: relative;
}
.top_left {
    float: left;
    width: 50%;
}
}
@media screen and (max-width:767px){
	.desktop_div_menu{
		display:none !important;
	}
	.desk_tt{
		display:none;
	}
	footer h2, footer .rm {
    color: #213d8a;
    margin-top: 30px !important;
}
	.specification_div a {
    padding: 10px 15px;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.cls_div{
	word-break:break-all;
}
	.contact_left_address i {
    float: none;
    width: auto;
    text-align: center;
}
.sep_div {
    width: 100%;
    display: block;
    text-align: center;
	word-break:break-all;
}
.contact_left_address {
    text-align: center;
    background: #fff;
    display: block;
    float: none;
    padding: 0;
    width: 100%;
    word-break: break-all;
}
	.whatwedo{
		height:300px;
	}
	.dairy_st{
		padding:20px;
	}
	.plants_div p {
    max-width: 100%;
}
	.responsive_tabs{
	display:block;
}
.ui-accordion .ui-accordion-header {
    font-size: 12px;
}
.desktop_tabs{
	display:none;
}
	.dairy_plant_applications,.application_plants{
		padding:20px 0;
	}
	.product_details_content .features_div li {
    width: 100%;
}
	.footer_content.cb {
    padding-left: 0;
}
	.clients_logo img{
		width:100%;
	}
	.contact_form_desci.carrers_div {
    margin: 0 auto;
    width: 100%;
}
.products_category{
	padding:0;
}
.carrers_div h1,.ct_ht{
	font-size:25px;
	margin-top:20px;
}
.contact_left_address{
	margin-bottom:30px;
}
.ui-tabs .ui-tabs-panel{
	padding:0;
}
.ui-tabs .ui-tabs-nav{
	position:relative;
}
.ui-tabs .ui-tabs-nav li{
	width:100%;
}
.carrers_div,.homogenizer_div{
	padding:20px 0;
}
	.caption {
    position: absolute;
    top: 50%;
    -webkit-transform:translate(30%, -52%);
    -ms-transform:translate(30%, -52%);
    transform:translate(30%, -52%);
    width: auto;
}
.innerbanner_content h1,.dairy_st h3, .head_section h3{
	font-size:20px;
}
.innerbanner_content p{
	font-size:14px;
	line-height:20px;
}
.innerbanner_content {
    transform: translate(-50%, -40%);
}
.what_we_do_content h3,.why_us h3,.why_us h4,.quality_tt h3,.infrastructure h3,.product_details_content h3,.product_details_content h4,.quality_assurance h3,.related_products h3.head_tt,.clients_div h3,.specifications h3,.products_title h3,.what_title h3,.about_div h3,.major h3,.quality_div h3,.testimonials h3{
	font-size:25px;
}
.product_details_content h4,.cities_img{
	margin-top:20px;
}
.products_category_div h3{
	font-size:25px;
}
.products_title p{
	margin-bottom:20px;
}
.mt_div{
	margin-top:20px;
}
.products_title,.what_title{
	margin-bottom:30px;
}
.products_main:after,.what_sector:after,.about_section:after,.what_sector:before,.about_section:before{
	display:none;
}
.enquiry_val {
    padding: 18px 30px;
}
.products .owl-prev,.products .owl-next{
	display:none !important;
}
.product_details_content li{
	width:100%;
	display:block;
}
.product_details_content li h4{
	display:block;
}
.pr-0, .px-0 {
    padding-right: 15px !important;
}
.pl-0, .px-0 {
    padding-left: 15px !important;
}
.quality_products,.products{
	padding:20px !important;
}
.about_us_content,.about_us_image,.what_we_do_content,.why_us,.quality_tt,.vision_tt,.infrastructure,.specification_div,.related_products{
	padding:20px 0 !important;
}
.why_us li,.quality_tt p,.vision_mission p,.quality_assurance p{
	width:100%;
}
.about_us_image:after,.ani_tt,.what_we_do_image .owl-nav,.about_us_image .owl-prev,.about_us_image .owl-next,.quality_products:after{
	display:none !important;
}
.animate_image,.animate_image_tt,.whyus_animate,.vision_tt:after,.quality:before{
	display:none;
}
.top_left {
    float: left;
    width: 50%;
}
.mobile_div_menu{
		display:block !important;
	}
header {
    padding: 15px 0;
	    z-index: 999;
    position: relative;
	background:#213d8a;
	border-bottom:1px solid #ddd;
}
.caption h1 {
    font-size: 20px;
	margin-bottom:20px;
}
.products_spec{
	margin-bottom:20px;
}
.what_title {
    margin-left: 0;
}
.whatsector_center_sec{
	margin-bottom:30px;
}
.whatsector_center h4 {
    margin-bottom: 18px;
    height: auto;
}
.whatsector_center_sec img{
	width:100%;
}
.whatsector_center a {
    opacity: 1;
}
.carousel-control-next-icon,.carousel-control-prev-icon,.products_category .owl-nav,.about_section .owl-nav{
	display:none;
}
.whatsector_center .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.major,.quality_div{
	padding:20px !important;
}
.about_div{
	margin-bottom:20px;
}
.pl-0, .px-0 {
    padding-left: 15px !important;
}
.Products h3,.what_title span{
	font-size:25px;
}
.Products,.what_sector,.about_section,.testimonials,.enquiry_section,footer{
	padding:20px 0;
}
.products_div img{
	width:100%;
}
.enquiry_val {
    margin: 0 auto;
    display: table;
}
.project_btn {
    align-items: center;
    display: block;
}
.copyright p {
    text-align: center;
}
.touch p{
	margin-bottom:30px;
}
.carousel-indicators li{
	display:none;
}
.caption p{
	display:none;
}
.caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(30%, -52%);
    -ms-transform: translate(30%, -52%);
    transform: translate(30%, -52%);
    width: auto;
}
.top_right {
    float: right;
   top: 20px;
    position: relative;
}
}
@media (min-width: 576px) and (max-width:767px){
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media screen and (max-width:576px){
.desktop_div_menu{
		display:none !important;
	}
	.mobile_div_menu{
		display:block !important;
	}
}
@media screen and (min-width:400px) and (max-width:767px){
	.top_right {
    float: right;
   top: 20px;
    position: relative;
}
}
.tabs-left {
  border-bottom: none;
  display:inline-block;
}
.tabs-left a{
	padding:5px 35px;
	color:#fff;
	font-family: 'Flama';
	color:#000;
	font-weight:normal;
	background:#eaeaea;
	width:100%;
	display:block;
	text-align:left;
}
.tabs-left a b{
	font-weight:bold;
}
.tabs-left>li {
    float: left;
    margin: 0 0 10px 0;
    	width:100%;
	display:block;
}
.quality_products.plants_tt:after{
	display:none;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-right-color: transparent;
  background:#33d6ff;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
     background:#33d6ff;
}
