/*  UI Developed by Rajamanickam   */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
 @font-face {
  font-family: "lovelo_black";
  src: url("Lovelo_Black.otf");
  }
  @font-face {
  font-family: "Helvetica-Rounded";
  src: url("Helvetica-Rounded.otf");
  }
html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight: 300;
    margin-bottom: 40px;
}

::-moz-selection {
    color: #fff;
    background: #e60611;
}

::selection {
    color: #fff;
    background: #e60611;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #e60611;
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

iframe {
    display: block;
    margin: 0;
    width: 100%;
}

p {
    margin-bottom: 15px;
}

::placeholder {
    color: #bbb;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #bbb;
}

 ::-ms-input-placeholder {
    color: #bbb;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu {
    min-width: initial;
    border-radius: 0;
    margin-top: 0;
    background-color: rgba(144, 213, 254, 1);
}

@media ( min-width:992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.header {
    background: rgb(144, 213, 254);
    background: linear-gradient(180deg, rgba(144, 213, 254, 1) 15%, rgba(255, 255, 255, 1) 100%)!important;
}

.innerbg {
    background: rgb(144, 213, 254);
    background: linear-gradient(180deg, rgba(144, 213, 254, 1) 10px, rgba(255, 255, 255, 1) 300px) !important;
}

img {
    max-width: 100%;
}

.logo img {
    max-width: 45%;
    margin-top: 10px;
}

@media(min-width: 768px) and (max-width:991px) {
    .logo img,
    .amul-butter-girl img {
        height: 80px;
    }
}

@media ( max-width: 767px) {
    .logo img,
    .amul-butter-girl img {
        height: 48px;
    }
}

.social-buttons li {
    display: inline-block;
    vertical-align: bottom;
    margin-top:20px;
}

@media ( max-width: 991px) {
    .social-buttons li .social-buttons li {
        display: block;
        margin: 10px;
    }
}

.social-buttons .social-icon {
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 1px;
    padding-top: 7px;
    transition: all 0.5s;
    background-color: #e60611;
    color: #fff;
}

.social-buttons .dropdown-toggle::after {
    display: none;
}

.social-buttons .social-icon.facebook {
    background-color: #3b5998;
}

.social-buttons .social-icon.twitter {
    background-color: #55acee;
}

.social-buttons .social-icon.instagram {
    background-color: #3f729b;
}

.social-buttons .social-icon.linkedin {
    background-color: #0976b4;
}

.social-buttons .social-icon.youtube {
    background-color: #c4302b;
}

.social-buttons .social-icon.pinterest {
    background-color: #c8232c;
}

.social-buttons .social-icon:hover {
    transform: rotate(360deg) scale(1);
    background-color: #fff;
    color: #e60611;
}

.topmenu li {
    display: inline-block;
    font-size: 12px;
    margin: 5px 8px;
    margin-top: 10px;
}

.topmenu li a {
    color: #285068;
}

.topmenu li a:hover {
    color: #e60611;
}

.navbar-toggler {
    position: relative;
    margin-left: -10px;
    display: inline-block;
    vertical-align: middle;
        border: 1px solid red;
    border-radius: 5px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: red;
    height: 2px;
    width: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar {
    background: linear-gradient(360deg, #fecc0b 0%, #ffd221 100%);
    color: #fff;
    padding: 0;
}

.navbar .nav-link {
    color: #fff;
    padding: 14px 12px !important;
    font-weight: 400;
    font-size: 15px;
}

.navbar .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
    padding-bottom: 5px;
    color: #333;
}

@media ( max-width: 991px) {
    .navbar .nav-link {
        padding: .5rem 1rem;
    }
}

.navbar .brands {
    background: linear-gradient(360deg, #00a650 0%, #0ebb62 100%);
}

.navbar .brands .dropdown-menu {
    background: #b0d0b8;
}

.navbar .gcmmf {
    background: linear-gradient(360deg, #ed207b 0%, #f13c8b 100%);
}

.navbar .gcmmf .dropdown-menu {
    background: #f7abcf;
}

.navbar .fun---amul {
    background: linear-gradient(360deg, #00adef 0%, #14b6f4 100%);
}

.navbar .fun---amul .dropdown-menu {
    background: #a9d4f4;
}

.navbar .news-and-media {
    background: linear-gradient(360deg, #f2592d 0%, #f66e44 100%);
}

.navbar .news-and-media .dropdown-menu {
    background: #fee2c4;
}

.navbar .careers {
    background: linear-gradient(360deg, #952891 0%, #a732a4 100%);
}

.navbar .careers .dropdown-menu {
    background: #dfb8e5;
}

.navbar .amul-for-india {
    background: linear-gradient(360deg, #1077bc 0%, #1d85cc 100%);
}

.navbar .amul-for-india .dropdown-menu {
    background: #b1c2fa;
}

.navbar .b2b {
    background: linear-gradient(360deg, #cd1f06 0%, #e31b01 100%);
}

.navbar .b2b .dropdown-menu {
    background: #fac6ca;
}

.nav-search {
    background-color: #fff;
    overflow: hidden;
}

.nav-search .form-control {
    padding-left: 20px;
    font-size: 14px;
}

.nav-search .btn {
    padding: .3rem .75rem;
    color: #e60611;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 50;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 200px;
    margin: 60px auto 0 auto;
    background: #e60611;
    border: none;
    border-radius: 0;
    font-size: 22px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
}

#search .btn i {
    padding-right: 5px;
}

#search .btn:hover {
    background: #0549aa;
}

#search .close {
    border-radius: 50%;
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 15px;
    font-size: 25px;
    background: rgba(255, 255, 255, 0.2);
}

.archives {
    background-color: #333;
    padding: 5px 10px;
}

.archives a {
    font-size: 12px;
    color: #fff;
}

.archives a:hover {
    color: #0549aa;
}

.box3 {
    font-size: 14px;
    font-weight: 700;
}

.box3 p {
    margin-bottom: 8px;
}

.marquee-parent {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 30px;
    padding: 6px 0;
    width: 100%;
}

.marquee-child {
    font-size: 14px;
    color: #e60611;
    font-weight: 500;
}
/*
.marquee-child:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes marquee {
    0% {
        left: 100%;
    }
    100% {
        left: -100%
    }
}*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #333;
    font-size: 12px;
    color: #fff;
    padding: 11px 0;
}

.footermenu {
    text-align: right;
}

.footermenu li {
    display: inline-block;
    margin: 0 7px;
}

.footermenu li a {
    color: #fff;
}

.footermenu li a:hover {
    color: #e60611;
}

@media(max-width: 575px) {
    footer {
        text-align: center;
        padding: 2px 0 !important;
    }
    .footermenu {
        text-align: center;
    }
}

.sidebar {
    -webkit-box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 17%);
	padding:20px;
	    border-radius: 20px;
}

.breadcrumb {
    background-color: transparent !important;
    padding-left: 0;
    font-size: 14px;
}

.breadcrumb a {
    color: #000;
}

.productbox {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.productimg {
    display: block;
    background: #fdc005;
    padding: 2px;
    border-radius: 10px;
    overflow: hidden;
}

.productbox .img {
    display: block;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.owl-carousel a .btn {
    display: inline-block;
    background-color: #00a678;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 15px;
}

.productbox .txt {
    padding: 8px;
    color: #594c29;
    display: block;
}

.innerbox {
    background-color: #f0f9ff;
    padding: 30px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #049fe1;
}

@media(max-width:767px) {
    .innerbox {
        padding: 15px;
    }
}

.innerbox h2 {
    margin: 0 0 15px;
    font-size: 20px;
}

.quicklink h2 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 20px;
    color: #333;
    background-color: #fff;
    padding: 8px 20px;
    margin-left: -15px;
}

.quicklink ul {
    margin-top: 15px;
}

.quicklink ul li,
.brandslist ul li,.innerbox .contant1 ul li {
    border-bottom: 1px dashed #bfbdbd;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
}

.quicklink ul li:last-child,
.brandslist ul li:last-child,
.innerbox .contant1 ul li:last-child {
    border: none
}

.quicklink ul li:after,
.brandslist ul li:after,
.innerbox .contant1 ul li:after {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    content: "";
    border: 1px solid #545454;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}

.quicklink ul li:hover,
.brandslist ul li:hover,
.innerbox .contant1 ul li:hover {
    padding-left: 30px;
}

.quicklink ul li:hover::after,
.brandslist ul li:hover::after,
.innerbox .contant1 ul li:after {
    background: #e45464;
    border-color: #e45464
}

.quicklink ul li a,
.brandslist ul li a,
.innerbox .contant1 ul li a {
    color: #000;
    font-size: 14px;
    display: block;
}

.brandslist ul li a, .innerbox .contant1 ul li a {
    font-size: 15px;
}

h1 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 20px 0;
    color: #333;
}

.owl-prev span,
.owl-next span {
    display: block
}

.owl-prev,
.owl-next {
    position: absolute;
    outline: none;
    font-size: 70px !important;
    color: #fff;
    line-height: 0;
    top: 0;
    bottom: 25%;
    height: 70px;
    margin: auto;
}

.owl-prev {
    left: -2rem;
}

.owl-next {
    right: -2rem;
}

.owl-next.disabled,
.owl-prev.disabled {
    display: none
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

@media(max-width:767px) {
    .owl-dots {
        bottom: -50px;
    }
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #869791;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #35A08B;
}

.table-left {
    background-color: #91d6fe;
}

.table-right {
    background-color: #ddeef8;
}

.form-control {
    border: 1px solid #c9c9c9;
    background: #fbfbfb;
    padding: 8px 15px;
    border-radius: 0;
	line-height:2;
	    height: 48px;
	font-size:13px;
	width:100% !important;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button, input[type='submit'] {
    border-radius: 6px;
    border: none;
    background: #cd1f06;
    padding: 8px 25px;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

button:hover, input[type='submit']:hover {
    background: #1077bc;
}

button:focus, input[type='submit']:focus {
    box-shadow: none !important;
    outline: none
}

.btn {
    white-space: initial;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.info {
    line-height: 18px;
    background: url(/images/alert.gif) 3px 2px no-repeat;
    padding-left: 20px;
    color: #FF0000;
}

.gallery {
text-align:center;
height:400px;
}
.gallery li {
float:left;
padding: 10!important;
}
.gallery li:after {
content:none!important;
}
.gallery li img {
width:200px;
height:150px;
}

b, strong {font-weight:700!important;}

.borderTab { border:1px solid;}
.borderLeftNone{ border-left:none;}
.borderRightNone{ border-right:none;}
.picFeedCenter { padding:3px 0px; text-align:center;}
.txtvMiddle { padding-top:10px;}

.innerbg .contant1 { font-family: Verdana, Geneva, sans-serif; }
.innerbg .contant1 p { font: 0.8em/1.5 "Verdana",Geneva, sans-serif; text-align: justify; font-size: 14px; }
.innerbg .contant1 table {
    font-size: 14px !important;
}
.innerbox .contant1 .amulhits ul li { text-align:center;}
.innerbox .contant1 .amulhits ul li:after {content: none;}

@media ( max-width: 767px) {
    .quicklink h2 {
    background-color: #ddeef8;
    
}
}
.new-head {
		font-family:'lovelo_black';
		text-align:center;
		font-size:40px;
	}
.paneer-head {
		font-family:'Helvetica-Rounded';
		text-align:center;
	}
.firsthalf {
  font-size: 34px;
  margin-bottom: 10px;
  color:#CD1F06;
  font-family:'lovelo_black';
		text-align:center;
		
}
.secondhalf {
  font-size: 34px;
  margin-bottom: 10px;
  color:#1077bc;
  font-family:'lovelo_black';
		text-align:center;
		
}	
#loader {  
    position: fixed;  
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    background: url('../files/products/Paneer_landing.jpeg') 10% 10% no-repeat rgb(249,249,249);  
}  	

/*media auto page number*/                                    
.media_auto_serl {
	counter-reset: Serial;
}

.media_auto_serl tr td:first-child:before {
	counter-increment: Serial;
	/* Increment the Serial counter */
	content: counter(Serial);
	/* Display the counter */
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	#styled-table table, #styled-table thead,#styled-table tbody,#styled-table th,#styled-table td,#styled-table tr { 
		display: block; 
		width:280px;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#styled-table thead #styled-table tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		
	}
	#styled-table th {display: none;}
	#styled-table tr { border: 1px solid #ccc; }
	
	#styled-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		
	}
	
	#styled-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 36px;
		left: 6px;
		width: 45%;
				
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
	}
	#styled-table td:nth-of-type(1):before { content: "Big Basket"; }
	#styled-table td:nth-of-type(2):before { content: "Flipkart";}
	#styled-table td:nth-of-type(3):before { content: "Locate Amul App"; }
}
#Img01 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#Img01:hover {opacity: 0.2;}

/* The Modal (background) */
.modal {
  
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #fffff; /* Fallback color */
  /*background-color: rgba(1,1,1,0.1); /* Black w/ opacity */
}
.modal-backdrop.show {
    opacity: 0.05;
}
/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;

}

/* Caption of Modal Image (Image Text) - Same Width as the Image */


/* Add Animation - Zoom in the Modal */
.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*-- services --*/
.services{
	background: #2540cc;
}

.agileinfo-services-left h3{
	color:#fff;
	line-height: 1.5 !important;
}
.agileinfo-services-left h3 span{
	color:#FFFFFF;
}
.agileinfo-services-left p{
	color:#fff;
	font-size:1.3em;
	margin:2em 0 0 0;
	line-height:1.8em;	
}
.agileinfo-services-right {
    padding: 1em;
    background: #FFF;
}
.w3-agileits-services-grid{
    padding: 1em;
}
.w3-agileits-services-grid i.fa.fa-cogs,.w3-agileits-services-grid i.fa.fa-comments,.w3-agileits-services-grid i.fa.fa-heart,.w3-agileits-services-grid i.fa.fa-plane,.w3-agileits-services-grid i.fa.fa-paper-plane,.w3-agileits-services-grid i.fa.fa-road{
    color: #009ee9;
    font-size: 2em;
}
.w3-agileits-services-grid h4{
    color: #212121;
    font-size: 1em;
    font-weight: 600;
    margin: 1em 0;
}
.w3-agileits-services-grid p{
    color: #999999;
    font-size: .9em;
    margin: 0;
    line-height: 1.8em;
}
/*-- //services --*/

.welcome, .services, .news, .codes, .gallery, .blog, .contact {
    padding: 4em 0;
}
.w3l-welcome-left h2, .agileinfo-services-left h3, .w3l-about-heading h2 {
    color: #ffffff;
    font-size: 3em;
    margin: 0;
    font-family:'Poppins';
}

.w3ls-button2 a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    padding: .5em 2em;
    background: none;
    text-align: center;
    border: solid 1px #fff;
}

 p {
    font: 0.8em/1.5 "Verdana",Geneva, sans-serif;
    text-align: justify;
    font-size: 14px;
}

.popup-btn a {
    top: 45%;
    position: fixed;
    right: -40px;
    z-index: 9999;
    transform: rotate( 
-90deg );
    background-color: red;
    padding: 10px 20px 35px;
    height: 0px;
    background-color: #e62e2d;
    color: #fff;
}