@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,500,600,700&amp;display=swap');
h1,h2,h3,h4,h5,h6{font-size: 50px; margin: 0px; padding: 0px; font-weight: 600; font-family: 'Muli', sans-serif;}
ul{padding: 0px; margin: 0px; list-style-type: none;}
li{padding: 0px; margin: 0px; font-size: 15px; font-family: 'Roboto', sans-serif;}
a{font-size: 16px; font-family: 'Roboto', sans-serif;}
a:hover{text-decoration: none;}
p{font-size: 16px; padding: 0px; margin: 0px;   line-height: 30px; color: #44423e; font-family: 'Roboto', sans-serif;}
body{padding: 0px; margin: 0px; box-sizing: content-box;}
span{padding: 0px; margin: 0px; font-family: 'Roboto', sans-serif;}
/*css*/
header{background: #516aec; position: absolute; width: 100%;}
/*header{background: url(images/header.png)no-repeat; background-size: cover; background-position: center;}*/
.fennec-mobile-nav {  display: none;}
.fennec-mobile-nav.mean-container .mean-nav ul li a.active {  color: #02298a;}
.fennec-mobile-nav .others-option {  position: absolute;  text-align: center;  right: 48px;  top: 14px;  width: 21%;}
.fennec-mobile-nav .others-option .option-item {  color: #141414;  display: inline-block;  margin-right: 10px;  position: relative;  line-height: initial;}
.fennec-mobile-nav .others-option .option-item:last-child {  margin-right: 0;}
.fennec-mobile-nav .others-option .option-item .search-btn {  cursor: pointer;}
.fennec-mobile-nav .others-option .option-item .search-btn::before {  font-size: 17px;}
.fennec-mobile-nav .others-option .option-item .close-btn {  cursor: pointer;  display: none;  font-size: 17px;}
.fennec-mobile-nav .others-option .option-item .close-btn.active {  display: block;}
.fennec-mobile-nav .others-option .option-item a {  color: #141414;}
.fennec-mobile-nav .others-option .option-item a i::before {  font-size: 17px;}
.fennec-mobile-nav .others-option .option-item a span {  display: inline-block;  width: 15px;  height: 15px;  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);  border-radius: 50%;  text-align: center;  color: #ffffff;  line-height: 15px;  font-weight: 600;  font-size: 10px;  position: relative;  top: -12px;  left: -12px;}
.fennec-mobile-nav .navbar-nav {  overflow-y: auto;  height: 428px;}
.fennec-mobile-nav .search-overlay.search-popup {  width: 265px;  right: -95px;  margin-top: 23px;}
.fennec-mobile-nav .search-overlay.search-popup .search-form .search-input {  width: 95%;}
.navbar-area.is-sticky {  position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 999;  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);  background-color: #ffffff; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;}
.navbar-area.is-sticky .fennec-nav {  background-color: #ffffff;}
.navbar-brand {  padding-top: 0;  padding-bottom: 0;}
.fennec-nav {  padding-top: 0;  padding-bottom: 0;}
.fennec-nav .navbar {  padding: 0;}
.fennec-nav .navbar ul {  padding-left: 0;  list-style-type: none;  margin-bottom: 0;}
.fennec-nav .navbar .navbar-nav .nav-item {  position: relative;  padding: 0;}
.fennec-nav .navbar .navbar-nav .nav-item a {  font-size: 13px;  font-weight: 600;  color: #fff;  text-transform: uppercase;  padding: 20px 12px;  position: relative;  z-index: 1;  margin: 0;}
.fennec-nav .navbar .navbar-nav .nav-item a i {  margin-left: 1px;}
.fennec-nav .navbar .navbar-nav .nav-item a i::before {  font-size: 11px;}
.fennec-nav .navbar .navbar-nav .nav-item a::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: -webkit-gradient(linear, right top, left top, from(#0575e6), color-stop(#0b5eca), color-stop(#0b47af), color-stop(#083194), to(#021b79));   z-index: -1;  opacity: 0;  visibility: hidden;  -webkit-transition: 0.5s;  transition: 0.5s;}
/*.fennec-nav .navbar .navbar-nav .nav-item a:hover, .fennec-nav .navbar .navbar-nav .nav-item a:focus, .fennec-nav .navbar .navbar-nav .nav-item a.active {  color: #ffffff;}*/
.fennec-nav .navbar .navbar-nav .nav-item a:hover::before, .fennec-nav .navbar .navbar-nav .nav-item a:focus::before, .fennec-nav .navbar .navbar-nav .nav-item a.active::before {  opacity: 1;  visibility: visible;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);  background: #ffffff;  position: absolute;  border: none;  top: 80px;  left: 0;  width: 250px;  z-index: 99;  display: block;  opacity: 0;  visibility: hidden;  border-radius: 0;  -webkit-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;  padding-top: 15px;  padding-left: 5px;  padding-right: 5px;  padding-bottom: 15px;  background-image: linear-gradient(to bottom right, #1ac2f7, #009fe1);}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {  text-transform: capitalize;  padding: 5px 15px;  display: block;  color: #fff;  margin-top: 6px;  font-size: 15px;  font-weight: 600;  transition: 0.5s;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {  display: none;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {  position: absolute; content: '';  height: 100%;  width: 3px;  left: -5px;  background: -webkit-gradient(linear, right top, left top, from(#0575e6), color-stop(#0b5eca), color-stop(#0b47af), color-stop(#083194), to(#021b79));  background-image: linear-gradient(to right, #1ac2f7 , #333);  -webkit-transition: 0.5s;  transition: 0.5s;  opacity: 0;  visibility: hidden;  top: 0;  -webkit-transform: scale(0);          transform: scale(0);}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {  color: #333;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {  opacity: 1;  visibility: visible;  -webkit-transform: scale(1);          transform: scale(1);}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {  margin-top: 0;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {  left: 220px;  top: 0;  opacity: 0;  visibility: hidden;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {  left: 220px;  top: 0;  opacity: 0;  visibility: hidden;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: -15px;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: -15px;}
.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: 100%;  margin-top: 0;}
.fennec-nav .others-option {  margin-left: auto;}
.fennec-nav .others-option .option-item {  color: #141414;  display: inline-block;  margin-right: 15px;  position: relative;  line-height: initial;}
.fennec-nav .others-option .option-item:last-child {  margin-right: 0;}
.fennec-nav .others-option .option-item .search-btn {  cursor: pointer;}
.fennec-nav .others-option .option-item .search-btn::before {  font-size: 20px;}
.fennec-nav .others-option .option-item .close-btn {  cursor: pointer;  display: none;  font-size: 20px;}
.fennec-nav .others-option .option-item .close-btn.active {  display: block;}
.fennec-nav .others-option .option-item a {  color: #141414;}
.fennec-nav .others-option .option-item a i::before {  font-size: 20px;}
.fennec-nav .others-option .option-item a span {  display: inline-block;  width: 15px;  height: 15px;  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);  border-radius: 50%;  text-align: center;  color: #ffffff;  line-height: 15px;  font-weight: 600;  font-size: 10px;  position: relative;  top: -12px;  left: -12px;}
.search-overlay {  display: none;}
.search-overlay.search-popup {  position: absolute;  top: 100%;  width: 300px;  right: 0; background: #ffffff;  z-index: 2;  padding: 20px;  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);  margin-top: 20px;}
.search-overlay.search-popup .search-form {  position: relative;}
.search-overlay.search-popup .search-form .search-input {  display: block;  width: 100%;  height: 40px;  line-height: initial;  border: 1px solid #eeeeee;  padding-left: 10px;  color: #141414;  outline: 0;}
.search-overlay.search-popup .search-form .search-button {  position: absolute;  right: 0;  top: 0;  height: 40px;  background: transparent;  border: none;  width: 40px;  outline: 0;  color: #777777;  -webkit-transition: 0.5s;  transition: 0.5s;}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {  color: #141414;}
.navbar-style-two {  background-color: #f8f8f8;}
.navbar-style-two .fennec-nav {  background-color: #f8f8f8;  padding-top: 15px;  padding-bottom: 15px;  padding-left: 80px;  padding-right: 80px;}
.navbar-style-two .fennec-nav .navbar .navbar-nav {  margin-left: auto;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item {  padding-top: 15px;  padding-bottom: 15px;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a {  padding: 0;  margin: 0 12px;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a i {  color: #666666;  -webkit-transition: 0.5s;  transition: 0.5s;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a::before {  display: none;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:hover, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:focus, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a.active {  color: #fd6c1e;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:hover i, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:focus i, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a.active i {  color: #fd6c1e;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item:first-child a {  margin-left: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item:last-child a {  margin-right: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li {  padding: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {  margin-top: 6px;  margin-left: 0;  margin-right: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {-moz-background-image: linear-gradient(to right, red , yellow);  background-image: linear-gradient(to right, red , yellow);}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {  color: #fd6c1e;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {  margin-top: 0;}
.navbar-style-two .fennec-nav .others-option { margin-left: 22px;}
.navbar-style-two.is-sticky .fennec-nav {  padding-top: 10px;  padding-bottom: 10px;}
.slider-content h1 {    color: #fff;    font-size: 45px;}
.slider-content p{color: #fff;}
.btn-header-type a {	overflow:hidden; /* comment this property */padding: 10px 20px 10px 20px;	display: block;	text-align:center;	background-color:#ea4a38;	color:#fff;	text-decoration:none;	position:relative;	box-shadow:rgba(0,0,0,.15) 0 1px 2px;	transition: all 1s;	outline:none;}
.btn-header-type a:hover {	box-shadow:rgba(0,0,0,.3) 0 8px 25px, rgba(0,0,0,.2)0 1px;	text-shadow:#fff 0 0 12px;}
.btn-header-type a:active {	box-shadow:rgba(0,0,0,.2) 0 8px 25px;	transition: all 0s;}
.btn-header-type a span { 	position:relative;	z-index:9;}
.btn-header-type a:before, .btn-header-type a:after {	position:absolute;	top:0;	left:0;	z-index:7;	display:block;	content:" ";}
.btn-header-type a:after {	height: 100%;    width: 2000px;    transition: all .8s;    background: linear-gradient(135deg, #487bf2 0%,#1ebcf6 19%,#487bf2 37%,#1ebcf6 50%,#487bf2 66%,#1ebcf6 75%,#487bf2 100%);}
.btn-header-type a:before {	height:26px;	width:100%;	top:-50px;	z-index:10;	opacity:0;	background-color:rgba(255,255,255,.15);	transition: all .5s;}
.btn-header-type a:hover:before {	top:0;	opacity:1;}
.btn-header-type a:hover:after {	left:-1750px;}
.btn-header-type a:active:before {height:100%;	background-color:rgba(255,255,255,.8);box-shadow:inset rgba(255,255,255,.5)0 0 25px;	transition: all 0s;}
.slider-content h1{font-weight: 900;}
section.banner-slide {    margin-top:0px;}
.slider-content {position: relative;    top:0pc;}
.para h2{font-weight: 900;}
.cow-head{position: relative;} 
/*.cow-head::after {     position: absolute;    width: 175px;    height: 30px;    background: #408858;    content: '';    z-index: -9;    bottom: -34px;}*/
.cow-head img{width: 8%; height: 75px;    /* background: red; */    position: absolute;    text-align: left;    left: 46%;    bottom: -50px !important;}
.transition-div{position: relative;}
.transition-div img {    position: absolute;    bottom: 0px;    z-index: -99;    opacity: 0.3; right: 0;}
.bounce{animation:bounce 1.6s ease infinite;transform-origin:50% 50%;}
@keyframes bounce{0%{transform:translateY(0)}
12.5%{transform:translateY(0)}
25%{transform:translateY(0)}
50%{transform:translateY(-15px)}
62.5%{transform:translateY(0)}
75%{transform:translateY(-15px)}
100%{transform:translateY(0)}
}
.cow-milk{background: url(images/yellow_bg.jpg)no-repeat; background-position: 50% 50%;  background-size: cover;}
.cow-milk h3{color: #fff; text-align: center;}
.cow-milk p{color: #333;    font-size: 24px; font-weight: 500;}
.logo-center img { position: relative;   bottom: 42px; transition: 0.5s;    -webkit-animation: rotation 20s infinite linear; animation: rotation 20s infinite linear;}
@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.edgtf-grunge-effect {    position: absolute;    z-index: 20;    display: block;}
.item-content-box span{font-size: 25px; font-family: 'Muli', sans-serif; color: #009fe1;}
.item-content-box p{line-height: 25px; }
.item-box {    border-right: 1px dashed #ccc;}
.item-box:last-child{border: none;}
.side-text span{font-size: 30px; font-family: 'Muli', sans-serif; font-weight: 700; font-size: 35px;}
.image-with-content{background: url(images/cow-see.png); background-attachment: fixed; background-size: cover; background-position: 50% 50%;     background-position: 90% 58%;}
ul.button-texting a{font-size: 14px !important;}
ul.button-texting a span {    font-size: 16px !important;}
.testimonial{background: url(images/client-img.png); background-attachment: fixed; background-size: cover;}
.client-cover{    background: url(images/img-1.png)no-repeat;    background-size: cover;    padding-bottom: 234px !important;    background-position: 50% 115%;}
.item-client p{padding-left: 150px; padding-right: 150px; text-align: center;}
.testimonial-vector h5{  font-weight: 900;    z-index: 9999999;    position: absolute;    text-align: center;    width: 100%;}
/*.testimonial-vector h5::after {    position: absolute;    width: 175px;    height: 30px;    background: #f2b324;    content: '';    z-index: -9999999999999999999999999999;    bottom: 40px;    left: 53%;}*/
.testimonial-vector img {width: 8%;    height: 75px;   position: absolute;    text-align: left;    left: 45%; bottom: 20px !important;}
div#testimonial {position: relative;    top: 85px;}
.diff-img{position: relative;}
p.heading-para {    font-size: 45px;    font-weight: 200;}
.diff-content p{    line-height: 85px;  font-size: 51px;}
.diff-content span{font-weight: 900; color: #111;}
.diff-img img {    box-shadow: 8px 5px 15px 0 #ccc;}
.diff-content ul li a{font-size: 30px; line-height: 60px; color: #333;}  
.diff-content{position: relative;}
.diff-content::after{position: absolute; width: 500px;    height: 186px;    content: '';    background-color: #009fe1;    bottom: 50px;    right: 0;    z-index: -9999;}
a.hk-hide{pointer-events: none;}
/*.three-item{background: url(images/milk-item.png);  background-size: cover; background-position: 0 100%;}*/
.galley-head{position: relative;}
.galley-head img { width: 8%;    height: 75px;    position: absolute;    text-align: left;    left: 46%;    bottom: 45px !important;}
.galley-head h4{font-weight: 800; position: relative; z-index: 999999999999999999999;}
/*f.testimonial-vector h5::after*/
.box{text-align: center;    overflow: hidden;    position: relative;}
.box:before{    content: '';    background-image: linear-gradient(to top,#009fe1 0%, transparent 50%,#1ac2f7 100%);    width: 100%;    height: 100%;    opacity: 0;    position: absolute;    top: 0;    left: 0;    z-index: 1;    transition: opacity 0.4s;}
.box:hover:before{ opacity: 0.8; }
.box img{    width: 100%;    height: 100%;    transition: all 0.35s;}
.box:hover img{ transform: scale(1.15); }
.box .box-content{    color: #fff;    background: linear-gradient(to right,#1ac2f7,#009fe1);    font-size: 18px;    font-weight: 700;    width: 90%;    padding: 10px;    border-radius: 10px 10px 0 0;    box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);    opacity: 0;    transform: translateX(-50%)translateY(50%);    position: absolute;    bottom: 50%;    left: 50%;    z-index: 2;    transition:all 0.35s;}
.box:hover .box-content{    opacity: 1;    transform: translateX(-50%)translateY(25%);}
.box .title{    font-size: 22px;    font-weight: 600;    text-transform: uppercase;    margin: 0;}
.box .post{    font-size: 14px;    font-weight: 400;    font-style: italic;    text-transform: capitalize;}
.box .icon{    background-color: #fff;    width: 80%;    padding: 10px 0;    margin: 0;    border-radius: 0 0 5px 5px;    list-style: none;    opacity: 0;    transform: translateX(-50%)translateY(50%);    position: absolute;    bottom: 50%;    left: 50%;    z-index: 1;    transition: all 0.35s;}
.box:hover .icon{    opacity: 1;    transform: translateX(-50%) translateY(130%);}
.box .icon li{    display: inline-block;    opacity: 0;    transform: translateY(-20px);    transition: all 0.3s;}
.box:hover .icon li:nth-child(1){ transition-delay: 0.15s; }
.box:hover .icon li:nth-child(2){ transition-delay: 0.25s; }
.box:hover .icon li{    opacity: 1;    transform: translateY(0);}
.box .icon li a{    color: #fff;    background-color: #f83600;    line-height: 25px;    height: 30px;    width: 30px;    border: 2px solid #fff;    box-shadow: 3px 3px 5px #555;    border-radius: 50% 0;    display: block;    transition: all 0.3s;}
.box .icon li  a:hover{    color: #f83600;    background-color: #fff;    border-color: #f83600;}
@media only screen and (max-width:990px){
.box { margin: 0 0 30px; }
}
@media only screen and (max-width:479px){
.box .title{ font-size: 20px; }
}
/*gallery-btn-center*/
.gallery-btn-center a {	overflow:hidden; /* comment this property */padding: 10px 20px 10px 20px;	display: block;	text-align:center;	background-color:#ea4a38;	color:#fff;	text-decoration:none;	position:relative;	box-shadow:rgba(0,0,0,.15) 0 1px 2px;	transition: all 1s;	outline:none;}
.gallery-btn-center a:hover {	box-shadow:rgba(0,0,0,.3) 0 8px 25px, rgba(0,0,0,.2)0 1px;	text-shadow:#fff 0 0 12px;}
.gallery-btn-center a:active {	box-shadow:rgba(0,0,0,.2) 0 8px 25px;	transition: all 0s;}
.gallery-btn-center a span { 	position:relative;	z-index:9;}
.gallery-btn-center a:before, .gallery-btn-center a:after {	position:absolute;	top:0;	left:0;	z-index:7;	display:block;	content:" ";}
.gallery-btn-center a:after {	height: 100%;    width: 2000px;    transition: all .8s;    background: linear-gradient(135deg, #dca423 0%,#4e8952 19%,#407f52 37%,#dfa623 50%,#49895c 66%,#e0a623 75%,#dfa523 100%);}
.gallery-btn-center a:before {	height:26px;	width:100%;	top:-50px;	z-index:10;	opacity:0;	background-color:rgba(255,255,255,.15);	transition: all .5s;}
.gallery-btn-center a:hover:before {	top:0;	opacity:1;}
.gallery-btn-center a:hover:after {	left:-1750px;}
.gallery-btn-center a:active:before {height:100%;	background-color:rgba(255,255,255,.8);box-shadow:inset rgba(255,255,255,.5)0 0 25px;	transition: all 0s;}
.gallery-btn-center{text-align: center;}
.products-heading{position: relative;}
.products-heading img {    width: 8%;    height: 75px;    position: absolute;    text-align: left;    left: 45%;    bottom: 28px; z-index:-999;}
.products-heading h5{position: relative; font-weight:800;}
/*.products-heading h5::after{position: absolute;    width: 150px;    height: 30px;    background: #408858;    content: '';     bottom: 30px;    right: 32%;     z-index: -9;}*/
.pro-text span{font-size: 25px; font-weight: 700; color: #fff;}
.pro-text p{line-height: 25px; color: #fff;}
.pro-img{position: relative;}
.pro-text{position: absolute; right: 60px; background: #009fe1;}
.pro-text a{color: #fff; font-weight: 600;}
footer{    background: url(images/footer-background-2.jpg); /*background-attachment: fixed;*/ background-size: cover; background-position: 50% 50%;}
.widget li{line-height: 28px;}
.widget li a{color: #333;}
.widget span {    font-size: 16px;    color: #333;    font-weight: 700;}
.widget p{color: #333; font-size: 14px; line-height: 25px; font-family: 'Muli', sans-serif; }
.widget input{    outline: none; border: none;    border-bottom: 2px solid #ccc;    background: transparent;    width: 300px !important; position: relative; font-family: 'Roboto', sans-serif; color: #fff;}
input.submit-btn {outline: none !important;   border: none;    position: absolute; color: #333;    right: 46px;    text-transform: uppercase;    font-size: 14px; font-family: 'Roboto', sans-serif;}
.widget input :-ms-input-placeholder { /* Internet Explorer */  color: red;}
.widget input ::placeholder {  color: red;}
.widget input ::-webkit-input-placeholder { /* Edge */  color: red;}
/* Wrapper */
.icon-button {	background-color: white;	border-radius: 2.6rem;	cursor: pointer;	display: inline-block;	font-size: 1.3rem;	height: 2.6rem;	line-height: 2.6rem;	margin: 0 5px;	position: relative;	text-align: center;	-webkit-user-select: none;	   -moz-user-select: none;	    -ms-user-select: none;	        user-select: none;	width: 2.6rem;     background-color: #1ac2f7;}
/* Circle */
.icon-button span {	border-radius: 0;	display: block;	height: 0;	left: 50%;	margin: 0;	position: absolute;	top: 50%;	-webkit-transition: all 0.3s;	   -moz-transition: all 0.3s;	     -o-transition: all 0.3s;	        transition: all 0.3s;	width: 0;}
.icon-button:hover span {	width: 2.6rem;	height: 2.6rem;	border-radius: 2.6rem;	margin: -1.3rem;}
/* Icons */
.icon-button i {	background: none;	color: white;	height: 2.6rem;	left: 0;	line-height: 2.6rem;	position: absolute;	top: 0;	-webkit-transition: all 0.3s;	   -moz-transition: all 0.3s;	     -o-transition: all 0.3s;	        transition: all 0.3s;	width: 2.6rem;	z-index: 10;     border: none;}
.twitter span {	background-color: #4099ff;}
.facebook span {	background-color: #3B5998;}
.google-plus span {	background-color: #db5a3c;}
.tumblr span {	background-color: #34526f;}
.linkedin span {	background-color: #34526f;}
.instagram span {	background-color: #c43d5f;}
.youtube span {	background-color: #bb0000;}
.pinterest span {	background-color: #cb2027;}
.icon-button .icon-twitter {	color: #4099ff;}
.icon-button .icon-facebook {	color: #3B5998;}
.icon-button .fa-tumblr {	color: #34526f;}
.icon-button .icon-google-plus {	color: #db5a3c;}
.icon-button .icon-linkedin {	color: #0e76a8;}
.icon-button .fa-instagram {	color: #ffffff;}
.icon-button .fa-youtube {	color: #bb0000;}
.icon-button .fa-pinterest {	color: #cb2027;}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-linkedin,
.icon-button:hover .fa-pinterest {color: white;}
@media all and (max-width: 680px) {
.icon-button {border-radius: 1.6rem; font-size: 0.8rem; height: 1.6rem; line-height: 1.6rem;  width: 1.6rem;}
.icon-button:hover span { width: 1.6rem;  height: 1.6rem;  border-radius: 1.6rem; margin: -0.8rem;  }
.icon-button i {height: 1.6rem; line-height: 1.6rem; width: 1.6rem;}
.pinterest {display: none;}
}
.widget {    border-bottom: 1px solid #ccc;}
.footer-widget span{color: #fff;   font-size: 22px;    font-weight: 600; }
/*.footer-widget ul{column-count: 2;}*/
.footer-widget ul li {    line-height: 33px;}
.footer-widget a{color: #fff; font-size: 15px;}
ul.address-infomation li {color: #fff; margin-bottom: 18px;}
.address-infomation li a{color: #fff;}
ul.address-infomation li i {float: left; padding-right: 14px; width: 10%; position: relative; top: 6px;}
ul.address-infomation p {    width: 85%;    float: left;    color: #fff;    margin-bottom: 20px;}
ul.address-infomation li i {  color: #1ac2f7;   float: left;    /* padding-right: 14px; */    width: 8%;    position: relative;    top: 6px;}
ul.address-infomation {    column-count: 1;}
.footer-bottom {background-color: #1c1c1c; color: #b0b0b0;    font-size: 14px;    border-top: 1px solid rgba(255,255,255,.05);}
.footer-bottom a{color: #fff; font-weight: 600;}
/*about-curve*/
.about-curve{    background: url(images/about-curve-section.png)no-repeat;    padding: 0 0px 0 0 !important;    background-size: cover;    background-position: 0 10%;}
.cow-content span {font-size: 45px;    font-family: 'Roboto', sans-serif;    font-weight: 900;    line-height: 50px;}
.cow-content li {line-height: 32px; transition: 0.5s;}
.cow-content li:hover{padding-left: 5px;}
.gallery-item{background: url(images/green-bg.png); background-position: 55% 0; background-attachment: fixed;}
#toTop{position:fixed; bottom:5px; right:5px; cursor:pointer; transition: 0.5s; z-index: 99999;}
.logo span {font-size: 30px;    color: #fff; position: relative; top: 10px;}
ul.margin-left li {margin-right: 7%;}
div#slider {    position: relative;    bottom: 17%;}
.page-title {    position: relative;    overflow: hidden;        background: linear-gradient(to right,#3e7e51,#e4a622); background: url(images/common-banner.png)no-repeat; background-size:cover;}
.page-title:before {    position: absolute;    content: '';    left: -2px;    bottom: 0px;    width: 100%;   height: 314px;    z-index: 1;    background: url(images/page-title.png) repeat-x;    background-size: 100% 100%;}
.page-title .image-layer {    position: absolute;    left: 100px;    top: 0px;    width: 777px;    height: 783px;}
.page-title .inner-container { position: relative; z-index: 5; padding: 150px 0px 300px;}
.page-title h1 {    position: relative;    font-size: 48px;    color: #fff;    line-height: 1.3em;    font-weight: 700; margin-bottom: 18px;}
.page-title .bread-crumb { position: relative;    padding: 10px 10px 10px 28px;    background: linear-gradient(to right,#1ac2f7,#009fe1);    border-radius: 50px; }
.page-title .bread-crumb li {    position: relative;    float: left;    font-size: 16px;    line-height: 30px;    color: #fff;    font-weight: 700;    text-transform: capitalize;    cursor: default;    margin-right: 12px;}
.page-title .bread-crumb li a {    color: #fff;    font-weight: 700;    -webkit-transition: all 300ms ease;    -moz-transition: all 300ms ease;    -ms-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;}
.page-title .bread-crumb li:last-child {    padding-right: 0;    margin-right: 0;}
.white-mode {float: right;} 
.logo {z-index: 999;
	margin: -15px;}
.about-content-page-big span {    color: #009fe1;    font-family: 'Roboto', sans-serif;    margin-bottom: .5rem;    font-weight: 500;    line-height: 1.2;   text-transform: uppercase;    font-size: 18px;}
.about-page {    background: #f9f9f9;}
/** cta-section **/
.cta-section {  position: relative;  display: block;  width: 100%;  background-size: cover;  background-repeat: no-repeat;  background-position: center;}
.cta-section .inner-shape-background:before {  content: '';  position: absolute;  top: -55px;  left: 0;  width: 100%;  height: 100%;  background-image: url(images/cta-bg.png);  background-repeat: no-repeat;  background-position: center;  background-size: cover;}
.cta-section .inner-shape-background{  position: relative;  display: block;  padding: 205px 0px;}
.cta-section .content-box h3 {  position: relative;  display: block;  color: #fff;  font-weight: 600;  font-size: 36px;  line-height: 48px;}
.cta-section .content-box .btn-style-one{  text-transform: capitalize;  padding: 13.5px 46px;}
.cta-section .container {  position: relative;}
.cta-section .container .inner-shape-one {  position: absolute;  bottom: -70px;  left: 10%;  -webkit-animation: zoom-fade-two 5s infinite linear;  animation: zoom-fade-two 5s infinite linear;}
.cta-section .container .inner-shape-two {  position: absolute;  top: -50px;  right: 10%;  -webkit-animation: zoom-fade 6s infinite linear;  animation: zoom-fade 6s infinite linear;}
.content-box p{padding-left: 250px; padding-right: 250px; color: #fff;}
.content-box a{width: 12%; margin: 0px auto;}
@keyframes zoom-fade-two {
0% {-webkit-transform: scale(1.5); transform: scale(1.5);}
50% {-webkit-transform: scale(1);    transform: scale(1);}
100% {-webkit-transform: scale(1.5); transform: scale(1.5);}
}
@keyframes zoom-fade {
0% {-webkit-transform: scale(1.2); transform: scale(1.2);}
50% {-webkit-transform: scale(1); transform: scale(1);}
100% {-webkit-transform: scale(1.2); transform: scale(1.2);}
}

.features-section{  position: relative;  display: block; background: #f9f9f9;}
.features-section .title-box p {  font-size: 18px;  line-height: 28px;  color: #34263C;  opacity: 0.8;}
.feature-block-one {  position: relative;  display: block;  overflow: hidden;  padding: 15px 21px 35px 21px;  border-radius: 10px;  margin-bottom: 30px;  -webkit-box-shadow: 0px 14px 45px 0px rgba(205, 205, 205, 0.35);  box-shadow: 0px 14px 45px 0px rgba(205, 205, 205, 0.35);  transition: all 500ms ease;     background: #fff; min-height: 268px;}  
.feature-block-one:before {  content: '';  width: 273px;  height: 273px;  background: #009fe1;  border-radius: 50%;  position: absolute;  top: -148px; left: -83px;  transform: scale(0); z-index:-9999;}
.feature-block-one:hover:before {  transform: scale(1);  transition: all 0.5s linear;  transition-delay: 0.1s;}
.feature-block-one:hover {border-color: transparent;}
.feature-block-one .snow-dot {  position: absolute;  width: 8px;  height: 8px;  border-radius: 50%;  background: rgba(255,255,255,0.5);  z-index: -1;}
.feature-block-one .snow-dot:nth-child(1) {top:25px;left:41%; z-index: 1; animation: scale-upOne 1s alternate infinite ease-in;}
.feature-block-one .snow-dot:nth-child(2) {top:25px;left:78%; animation: scale-upOne 1.1s alternate infinite ease-in;}
.feature-block-one .snow-dot:nth-child(3) {top:75px;left:61%; animation: scale-upOne 0.8s alternate infinite ease-in;}
.feature-block-one .snow-dot:nth-child(4) {top:136px;left:84%; animation: scale-upOne 1s alternate infinite ease-in;}
.feature-block-one .snow-dot:nth-child(5) {bottom:35px;right:12%; animation: scale-upOne 1.2s alternate infinite ease-in;}
.feature-block-one .snow-dot:nth-child(6) {bottom:80px;right:31%; animation: scale-upOne 0.9s alternate infinite ease-in;}
.feature-block-one .snow-dot:nth-child(7) {bottom:40px;right:51%; animation: scale-upOne 1s alternate infinite ease-in;}
.feature-block-one:hover h3 a,.feature-block-one:hover h3,
.feature-block-one:hover p{  color: #fff !important;}
.feature-block-one .hover-content {  position: absolute;  top:0;  left:0;  right: 0;  bottom: 0;    background: linear-gradient(to right,#1ac2f7,#009fe1);  z-index: -3;  opacity: 0;  transition: all 0.3s linear;}
.feature-block-one:hover .hover-content {  opacity: 1;}
.feature-block-one .hover-content:before {  content: '';  width: 493px;  height: 493px;  background: #1ac2f7;  border-radius: 50%;  position: absolute;  top:-250px; left:-180px;  z-index: 1;  transform: translate(-50% , -50%);  opacity: 0;}
.feature-block-one:hover .hover-content:before {  opacity: 1;  transform: translate(0% , 0%);  transition: all 0.9s linear;}
.feature-block-one .hover-content:after {  content: '';  width: 602px;  height: 602px;  background: #a3e9ff;  border-radius: 50%;  position: absolute;  top:-196px;  left:-180px;  z-index: -1;  transform: translate(-50% , -50%);  opacity: 0;}
.feature-block-one:hover .hover-content:after {  opacity: 1;  transform: translate(0% , 0%);  transition: all 1.3s linear;}
.feature-block-one:hover{  transform: translateY(-10px);  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);}
.feature-block-one .icon-box {  width: 52px;  height: 50px;  text-align: center;  line-height: 50px;  position: relative;}
.feature-block-one .icon-box::after {  content: '';  border-radius: 10px;  background-image: -webkit-linear-gradient(-3deg, #8f52e9 0%, #d94efc 100%);  background-image: -ms-linear-gradient(-3deg, #8f52e9 0%, #d94efc 100%);  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;}
.feature-block-one .icon-box::before {  content: '';  width: 50px;  height: 52px;  border-radius: 10px;  background-color: #f8e1ff;  position: absolute;  top: 0;  left: 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transform-origin: bottom right;  -ms-transform-origin: bottom right;  transform-origin: bottom right;  z-index: -1;  transition: all 500ms ease;}
.feature-block-one:hover .icon-box::before{  opacity: 0;}
.feature-block-one .icon-box i {  color: #fff;  font-size: 22px;  position: relative;  z-index: 1;}
.feature-block-one h3, .feature-block-one p {  margin: 0;}
.feature-block-one h3 {  position: relative;  display: block;  font-size: 50px;  line-height: 38px;  color: #34263C;  margin-bottom: 15px;  margin-top: 24px;}
.feature-block-one h3 a{  position: relative;  display: inline-block;  color: #34263c;}
.feature-block-one h3 a:hover{  color: #B750F3;}
.feature-block-one p {  font-size: 16px;  line-height: 28px;  color: #34263C;  opacity: 0.8;  width: 81%;}
.feature-block ul li{line-height: 28px;}
.feature-block p {    font-size: 18px;    font-weight: 700;}
.ab_agency {    padding-bottom: 147px;}  
.commonSection {    padding: 120px 0;    position: relative;}
.sub_title {    font-size: 12px;    line-height: .8;    font-weight: 400;    color: #818181;    letter-spacing: 1.2px;    text-transform: uppercase;    margin: 0 0 5px;}
.sec_title {    font-size: 35px;    line-height: 60px;    font-weight: 900;    color: #000;    letter-spacing: 2px;    text-transform: uppercase;    position: relative;}
/* .sec_title:after {    background: #487bf2;    position: absolute;    content: '';    width: 152px;    height: 48px;    left: 145px;    top: 8px;    z-index: -99; */}
.common_btn.red_bg {    padding: 28px 40.5px;}
.common_btn {    border: none;    font-size: 16px;    font-weight: 400;    background: #000000;    color: #fff;    height: 70px;    text-transform: uppercase;    text-align: center;    padding: 28px 45.5px;    display: inline-block;    line-height: .8;    letter-spacing: 1.6px;    position: relative;    outline: none;    transition: all 0.4s ease-out;    -moz-transition: all 0.4s ease-out;    -webkit-transition: all 0.4s ease-out;    -ms-transition: all 0.4s ease-out;    -o-transition: all 0.4s ease-out;}
.common_btn span {    position: relative;    z-index: 2;}
.common_btn.red_bg:hover {    color: #fff;}
.common_btn.red_bg:after {    background: #e62b4a;}
.common_btn:after {    content: "";    width: 4px;   height: 100%;    position: absolute;    right: 0;    top: 0;    background: #fff;    transition: all 0.4s ease-out;    -moz-transition: all 0.4s ease-out;    -webkit-transition: all 0.4s ease-out;    -ms-transition: all 0.4s ease-out;    -o-transition: all 0.4s ease-out;}
.PR_79 span{color: #fff;}
.ab_img2 {    position: absolute;    left: 0;    top: 100px;    z-index: 2;}
.ab_img2 img {    max-width: 100%;    height: auto;    -webkit-box-shadow: -2px 4px 35px 0px rgba(0, 0, 0, 0.3);    -moz-box-shadow: -2px 4px 35px 0px rgba(0, 0, 0, 0.3);    box-shadow: -2px 4px 35px 0px rgba(0, 0, 0, 0.3);}
.ab_img2:after {    position: absolute;    top: -40px;    left: 40px;    content: '';        border: 10px solid #1ebcf6;    width: 470px;    height: 458px;}
.bullet-point{background: #f9f9f9;}
.bulleting-part li{margin-bottom: 20px;	}
.form-style-10 {    background: #FFF;}
.form-style-10 p {background: linear-gradient(to right,#487bf2,#1ebcf6);    /*padding: 20px 30px 15px 30px;*/    border-radius: 0px 0px 0 0;    color: #fff;     font-size: 30px;    text-align: center;}
.form-style-10 p.pro-form {background: linear-gradient(to right,#487bf2,#1ebcf6);    padding: 20px 30px 15px 30px;    border-radius: 10px 10px 0 0;    color: #fff;     font-size: 30px;    text-align: center;}
.form-style-10 .inner-wrap {    padding: 10px;    background: linear-gradient(to right,#487bf2,#1ebcf6);    margin-bottom: 15px;}
.form-style-10 input[type="text"], .form-style-10 input[type="date"], .form-style-10 input[type="datetime"], .form-style-10 input[type="email"], .form-style-10 input[type="number"], .form-style-10 input[type="search"], .form-style-10 input[type="time"], .form-style-10 input[type="url"], .form-style-10 input[type="password"], .form-style-10 textarea, .form-style-10 select {    display: block;    box-sizing: border-box;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    width: 100%;    padding: 8px;    border-radius: 6px;    -webkit-border-radius: 6px;    -moz-border-radius: 6px;    border: 2px solid #fff;}
.inner-wrap textarea {    margin-bottom: 25px;    outline: none;    resize: none;}
.inner-wrap input {    margin-bottom: 10px; width:100%;}
.form-style-10 input[type="button"], .form-style-10 input[type="submit"] {    background: #4c4f50;    padding: 8px 20px 8px 20px;    border-radius: 5px;    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    color: #fff;    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);    border: none;    font-size: 15px;    width: 100%;    text-transform: uppercase;    font-weight: 600;    border-radius: 32px;    transition: 0.5s;}
.sitemap-links ul ul {    padding-left: 22px;}
.sitemap-links ul li {    line-height: 35px;}
.sitemap-links ul li a {    color: #333; transition: 0.5s;}
.sitemap-links ul li a:hover{padding-left: 5px; color: #3e7e51;}
/*our-presence*/
.our-presence {    padding: 50px 0;}
.inner-left-side-product li {    display: inline-block;    margin-right: 12px;    line-height: 45px;}
ul.coloring li a {      background: #487bf2;   padding: 15px;    color: #fff;        font-size: 18px;}
.full-width-type {     background: linear-gradient(to right,#487bf2,#1ebcf6); margin-top: 20px;    width: 100%;    margin-left: 0;    margin-bottom: 20px;}
.full-width-type h3 {    color: #fff;    margin: 0px;    padding-top: 10px;    padding-bottom: 10px;}
.inner-states {    text-align: left;}
.inner-states h4 {    color: #fff;    margin-bottom: 15px;    padding-left: 15px;    padding-top: 10px;    padding-bottom: 10px;    font-size: 15px;}
.inner-states i {  padding-right: 8px;}
.inner-states a {    color: #fff;     margin: 10px;}
.inner-left-side-product h3{padding-bottom: 20px;}
.inner-left-side-product p{line-height: 25px;}
ul.coloring {   text-align: center;}
/* Rectangle Out */
.hvr-rectangle-out { display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0);  transform: perspective(1px) translateZ(0);  box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative;      background: #4c4c4c;      width: 100%;    text-align: center;  -webkit-transition-property: color;  transition-property: color;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;}
.hvr-rectangle-out:before {  content: "";  position: absolute;  z-index: -1;  top: 0;  left: 0;  right: 0;  bottom: 0;  background: #1ebcf6;  -webkit-transform: scale(0);  transform: scale(0);  -webkit-transition-property: transform;  transition-property: transform;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {  color: white;}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {  -webkit-transform: scale(1);  transform: scale(1);}
.contact-page-section{	position:relative;}
.contact-page-section .info-column{	position:relative;}
.contact-page-section .info-column .inner-column{	position:relative;	margin-right:-20px;	padding:50px 35px 45px;background: linear-gradient(to right,#1ebcf6,#487bf2);	-webkit-box-shadow:0px 0px 45px rgba(0,0,0,0.20);	-ms-box-shadow:0px 0px 45px rgba(0,0,0,0.20);	box-shadow:0px 0px 45px rgba(0,0,0,0.20);}
.contact-page-section .info-column .inner-column .title-box{	position:relative;}
.contact-page-section .info-column .inner-column .title-box h3{	position:relative;	color:#ffffff;	font-size:32px;	font-weight:700;	line-height:1.3em;}
.contact-page-section .info-column .inner-column .title-box .title-text{	position:relative;	font-size:16px;	font-weight:400;	line-height:1.5em;	margin-top:8px;	margin-bottom:30px;	color:rgba(255,255,255,0.80);}
.contact-page-section .info-column .inner-column .social-links{	position:relative;}
.contact-page-section .info-column .inner-column .social-links li{	position:relative;	margin-right:4px;	margin-bottom:5px;	display:inline-block;}
.contact-page-section .info-column .inner-column .social-links li a{	position:relative;	color:#ffffff;	width:45px;	height:45px;	border-radius:2px;	display:inline-block;	text-align:center;	line-height:43px;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;	border:1px solid rgba(255,255,255,0.30);}
.contact-page-section .info-column .inner-column .social-links li a:hover{	color:#1ebcf6;	border-color:#ffffff;	background-color:#ffffff;}
/* Contact Info List */
.contact-info-list{	position:relative;}
.contact-info-list li{	position:relative;	margin-bottom:30px;	font-size:16px;	min-height:50px;	line-height:1.8em;	padding-left:50px;color:rgba(255,255,255,0.80);}
.contact-info-list li strong{	font-weight:700;	font-size:18px;	display:block;}
.contact-info-list li .icon{	position:absolute;	left:0px;	top:8px;	font-size:26px;	line-height:1em;}
.contact-page-section .form-column{	position:relative;}
.contact-page-section .form-column .inner-column{	position:relative;	padding-left:60px;}
.contact-page-section .form-column .inner-column .row{	margin:0px -11px;}
.contact-page-section .form-column .inner-column .contact-form .form-group	{padding:0px 10px;}
/* Contact Form */
.contact-form{	position:relative;}
.contact-form .form-group{position:relative;	margin-bottom:22px;}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{	position:relative;	display:block;	width:100%;	color:#a5a5a5;	line-height:26px;	padding:10px 28px;height:60px;	font-size:14px;	border-radius:2px;	background:#f3f5f9;	border:1px solid transparent;	-webkit-transition:all 300ms ease;	-ms-transition:all 300ms ease;	-o-transition:all 300ms ease;	-moz-transition:all 300ms ease;	transition:all 300ms ease; border: 1px solid #00000040;}
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{border-color:#0672e2;}
.contact-form .form-group textarea{	position:relative;	display:block;	width:100%;	line-height:26px;	padding:10px 28px;	color:#a5a5a5;	height:200px;	font-size:14px;	resize:none;	border-radius:2px;	background:#f3f5f9;	border:1px solid #00000047;	-webkit-transition:all 300ms ease;	-ms-transition:all 300ms ease;	-o-transition:all 300ms ease;	-moz-transition:all 300ms ease;	transition:all 300ms ease;}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{	border-color:#ff0000 !important;}
.contact-form label.error{	display:block;	line-height:24px;	padding:5px 0px 0px;	margin:0px;	text-transform:uppercase;font-size:12px;	color:#ff0000;	font-weight:500;	}
.contact-page-section .form-column .inner-column .contact-form .form-group {    padding: 0px 10px;}
.contact-form .form-group {    position: relative;    margin-bottom: 22px;}
.btn-style-five {    position: relative;    border: none;    display: inline-block;    font-size: 16px;    line-height: 30px;    color: #ffffff;    padding: 13px 35px;    font-weight: 800;    overflow: hidden;    border-radius: 3px;    letter-spacing: 1px;    background: linear-gradient(to right,#487bf2,#1ebcf6);    text-transform: uppercase;}
ul.contact-info-list a {color: #fff;}
.experiance ul li {    margin-left: 14px;}
.bulleting-part ul li {    list-style-type: decimal;    margin-left: 27px;    line-height: 18px;    font-size: 16px;	    line-height: 26px;}
.bulleting-part h2 {    font-size: 29px;    padding: 17px;}
.bulleting-part h3 {    font-size: 26px;    padding: 12px;}
.map iframe{display: block;}
.about-content-page-big img {    width: 101%;}
.des-h3 h3 {    font-size: 27px;    font-weight: 600;}
.des-h3 h4 {    font-size: 26px;    margin-top: 16px;    margin-bottom: 10px;}
.des-h3 h5 {    font-size: 26px;    margin-top: 16px;    margin-bottom: 10px;}
.about-content-page p {    padding: 6px;}
.cat-head h2 {    font-size: 27px;}
.company-side p {    color: #ffffffc2;}
.des-h3 p {    padding: 8px;}
span.banner-name {    font-size: 32px;    font-weight: 600;    color: white;}
h1.head1-about {    font-size: 41px;    font-weight: 700;}
span.short-temp {    font-size: 41px;    font-weight: 600;    /* text-align: center !important; */    margin-left: 345px;    color: #f3f3f3;}
h2.experiance-hme {   font-size: 28px;  font-weight: 700;   padding-top: 21px;}
h3.heading-para {    font-size: 47px;    /* font-weight: 400; */}
p.ou-prduts {    font-size: 35px;    font-weight: 700;}
button.ma5menu__toggle { display: none;}
.box-content p {color: #ffffffe8;  font-size: 17px !important;}
span.about-cont {font-size: 29px; font-weight: 600; color: white;}
.contact-details p {font-size: 28px; font-weight: 600; color: #fffefeeb;}
.send-message p {font-size: 37px; font-weight: 600; padding-bottom: 20px;}
.market-place p {font-size: 26px; font-weight: 600; color: white; padding: 16px;}
.under-cover span {font-size: 26px; font-weight: 900; font-family: 'Dancing Script', cursive; color: #516aec;}
.coloring-item {  background-image: linear-gradient(to right, #516aec, #1fb8f5);}
.info-item .media .media-body span {font-size: 27px; color: #fff; font-weight: 600;}
@keyframes pulse {
  0% {-webkit-transform: scale(1);    -ms-transform: scale(1);    transform: scale(1);}
  50% {-webkit-transform: scale(1.1);    -ms-transform: scale(1.1);    transform: scale(1.1);}
  100% {-webkit-transform: scale(1);    -ms-transform: scale(1);    transform: scale(1);}
}

.pulse {-webkit-animation-name: pulse; animation-name: pulse;}
.top-header-style-1 .contact-info li {    display: inline-block;   font-size: 13px;}
.top-header-style-1 .contact-info li:first-child a {
    padding-left: 0;
}
.top-header-style-1 .contact-info li a {    color: #030749;  border-right: 1px solid #030749;    line-height: 1;    padding-right: 10px;	font-size: 14px;    padding-left: 10px;}
.mobile-menu {display: none;}
.logo img {    border-radius: 0px;}
.carousel{margin-top: 60px;}
.under-cover p {    line-height: 25px;    margin-top: 13px;    color: #505050;}
.info-item .media .media-body p{font-size: 14px; color: #fff; }
.info-item .media .media-body i{color: #fff !important;}
.box-content p a {font-size: 19px; color: white;}
/*-----------blogs-----------*/
.blog-section{	position: relative;	padding:100px 0;}
.blog-section .styled-pagination{	margin-top: 20px;	}
.blog-classic .news-block-two .caption-box .inner{	padding: 30px 35px 30px;	z-index: 99;}
.blog-classic .news-block-two .caption-box span{font-size: 24px;	margin-bottom: 15px;}
.blog-classic .news-block-two .caption-box .text{	margin-top: 15px;}
.news-block-two .single-item-carousel{	position: relative;}
.news-block-two .image-box .owl-nav{	position: absolute;	left: 0;	width: 100%;	top: 50%;	margin-top: -60px;}
.news-block-two .image-box .owl-nav .owl-next,.news-block-two .image-box .owl-nav .owl-prev{	position: absolute;	left: 0;	top: 0;	width: 30px;	height: 120px;	text-align: center;	line-height: 120px;	font-size: 22px;	color: #000000;	font-weight: 400;	background-color: rgba(255,255,255,.70);	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.news-block-two .image-box .owl-nav .owl-next{	left: auto;	right: 0;}
.news-block-two .image-box .owl-nav .owl-next:hover,
.news-block-two .image-box .owl-nav .owl-prev:hover{	background-color: rgba(0,0,0,.70);	color: #ffffff;}
.news-block-two .blockquote{	position: relative;	display: block;	border: 1px solid #d7d7d7;	padding: 85px 50px 110px;	margin-top: 100px;	margin-bottom: 0;}
.news-block-two .blockquote:before{	position: absolute;	left: 0;	top: 0;	height: 100%;	width: 100%;	background-color: #ffffff;opacity: 0.80;	content: "";}
.news-block-two .blockquote .icon{	position: absolute;	left: 70px;	top: -42px;	height: 84px;	width: 84px;	background-color: #ffffff;	line-height: 84px;	text-align: center;	font-size: 48px;	color: #bbbbbb;	font-weight: 400;	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.09);	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.09);	-ms-box-shadow: 0 0 13px rgba(0,0,0,0.09);	-o-box-shadow: 0 0 13px rgba(0,0,0,0.09);	box-shadow: 0 0 13px rgba(0,0,0,0.09);}
.news-block-two .blockquote h2{	position: relative;	display: block;	font-size: 50px;	line-height: 1.2em;	color: #222222;	font-weight: 400;	letter-spacing: -0.04em;}
.news-block-two .blockquote h2 span{	color: #ff8a00;	text-transform: uppercase;}
.news-block-two .blockquote .author{position: absolute;	right: 0px;	bottom: 70px;	line-height: 25px;	color: #ffffff;	font-size: 14px;	background-color: #222222;	padding: 0 15px;}
.news-block-two .image-box .link{	position: absolute;	left: 0;	top: 0;	height: 100%;	width: 100%;	text-align: center;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.news-block-two .image-box .link:hover{	background-color: rgba(0,0,0,0.50);}
.news-block-two .image-box .link .icon{	position: absolute;	left: 50%;	top: 50%;	height: 60px;	width: 60px;	background-color: rgba(0,0,0,0.65);	padding-left: 4px;	font-size: 18px;	color: #ffffff;	border: 1px solid #ffffff;	border-radius: 50%;	text-align: center;	line-height: 60px;	margin-top: -30px;	margin-left: -30px;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.news-block-two .image-box .link:hover .icon{	-webkit-transform: scale(1.2);	-moz-transform: scale(1.2);	-ms-transform: scale(1.2);-o-transform: scale(1.2);	transform: scale(1.2);}
.blog-detail .news-block-two .caption-box .inner{	padding: 35px 40px 5px;}
.blog-detail .news-block-two .caption-box .info{	margin-bottom: 15px;}
.blog-detail .news-block-two .caption-box span{	font-size: 24px;	margin-bottom: 15px;}
.blog-detail .news-block-two .caption-box p{	position: relative; font-size: 16px; line-height: 30px; color: #44423e; font-weight: 400; margin-bottom: 30px;}
.blog-detail .news-block-two .caption-box blockquote{	position: relative;	display: block;	padding-left: 40px;	font-size: 16px;	line-height: 30px;	color: #252525;	font-weight: 400;	font-style: italic;	margin-bottom: 30px;	padding-top: 15px;}
.blog-detail .news-block-two .caption-box blockquote .icon{	position: absolute;	left: 0;	top: 0;	font-size: 24px;	line-height: 30px;	color: #d7a449;	font-weight: 400;}
.blog-detail .tags{	position: relative;	margin-bottom: 30px;}
.blog-detail .tags .title{	position: relative;	float: left;	margin-right: 23px;	font-size: 15px;	line-height: 25px;	color: #222222;	font-weight: 500;	padding: 5px 0;	margin-bottom: 10px;}
.blog-detail .tags ul li{	position: relative;	float: left;	margin-right: 10px;	margin-bottom: 10px;}
.blog-detail .tags ul li a{	position: relative;	display: block;	font-size: 14px;	line-height: 25px;	color: #939292;	font-weight: 400;	padding: 5px 25px;	border: 1px solid #e1e1e1;	border-radius: 30px;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.blog-detail .tags ul li a:hover{	background-color: #222222;	color: #ffffff;}
.blog-detail .share-option{	position: relative;	margin-bottom: 60px;}
.blog-detail .share-option .title{	position: relative;	display: block;	margin-right: 23px;	font-size: 15px;	line-height: 25px;	color: #222222;	font-weight: 500;	padding: 5px 0;	margin-bottom: 10px;}
.news-section.alternate{	padding: 100px 0 40px;}
.news-block-two{	position: relative;	margin-bottom: 60px;	z-index: 1;}
.news-block-two .inner-box{	position: relative;}
.news-block-two .image-box{	position: relative;}
.news-block-two .image-box .image{	position: relative;	margin-bottom: 0;}
.news-block-two .image-box .image img{	display: block;	width: 85%;	height: auto;}
.news-block-two .image-box .overlay-box{	position: absolute;	left: 0;	top: 0;	height: 0%;	width: 100%;	background: #1ebbf6 padding-box content-box;	content: "";	padding: 15px;	opacity: 0;	-webkit-transition: all 300ms linear;	-moz-transition: all 300ms linear;	-ms-transition: all 300ms linear;	-o-transition: all 300ms linear;	transition: all 300ms linear;}
.news-block-two .inner-box:hover .overlay-box{	height: 100%;	opacity: 0.70;}
.news-block-two .overlay-box a{	position: absolute;	left: 50%;	top: 50%;	height: 40px;	width: 40px;	margin-left: -20px;	margin-top: -20px;	text-align: center;	font-size: 30px;	line-height: 40px;	color: #000000;	font-weight: 400;	-webkit-transform: scale(0);	-moz-transform: scale(0);	-ms-transform: scale(0);	-o-transform: scale(0);	transform: scale(0);}
.news-block-two .inner-box:hover .overlay-box a{	-webkit-transform: scale(1);	-moz-transform: scale(1);	-ms-transform: scale(1);	-o-transform: scale(1);	transform: scale(1);	-webkit-transition: all 300ms linear;	-moz-transition: all 300ms linear;	-ms-transition: all 300ms linear;	-o-transition: all 300ms linear;	transition: all 300ms linear;	-webkit-transition-delay: 300ms;	-moz-transition-delay: 300ms;	-ms-transition-delay: 300ms;	-o-transition-delay: 300ms;	transition-delay: 300ms;}
.news-block-two .overlay-box a i{	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.news-block-two .overlay-box a:hover i{	color: #ffffff;}
.news-block-two .caption-box{	position: relative;	margin-top: -25px;	padding: 0 20px;}
.news-block-two .caption-box .inner{	position: relative;	padding: 25px 30px 30px;	background-color: #ffffff;	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21);	-moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);	-ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);	-o-box-shadow: 0 0 21px rgba(0,0,0,0.21);	box-shadow: 0 0 21px rgba(0,0,0,0.21);}
.news-block-two .caption-box span{	position: relative;	display: block;	font-size: 20px;	line-height: 30px;	color: #2f2f2f;font-weight: 500;	margin-bottom: 10px;}
.news-block-two .caption-box span a{	color: #2f2f2f;	display: inline-block;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.news-block-two .inner-box:hover .caption-box h3 a{	color: #ff8a00;}
.news-block-two .caption-box .info{	position: relative;	display: block;}
.news-block-two .caption-box .info li{	position: relative;	display: inline-block;	font-size: 14px;	line-height: 24px;	color: #777777;	font-weight: 400;	margin-right: 10px;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.news-block-two .inner-box:hover .caption-box .info li{	color: #222222;}
.news-block-two .caption-box .info li a{	color: #777777;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.news-block-two .caption-box .info li a:hover{	color: #ff8a00;}
.news-block-two .caption-box .text{	position: relative;	display: block;	font-size: 14px;	line-height: 30px;	color: #777777;	font-weight: 400;	margin-top: 10px;}
.sidebar .search-box{	position: relative;}
.sidebar .search-box .form-group{	position:relative;	margin:0px;	}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{	position:relative;	outline: none;	display:block;	font-size:14px;	color:#777777;	line-height:28px;	padding:15px 25px;	height:60px;	width:100%;	border:1px solid #e1e1e1;	background-color: #ffffff;	border-radius: 60px;transition:all 500ms ease;-moz-transition:all 500ms ease;	-webkit-transition:all 500ms ease;	-ms-transition:all 500ms ease;	-o-transition:all 500ms ease;}
.sidebar .search-box .form-group input:focus{	border-color:#1ac2f7;}
.sidebar .search-box .form-group input[type="submit"],.sidebar .search-box .form-group button{	position:absolute;	right:0;	top:0;	width:60px;	height:60px;	line-height: 60px;	text-align:center;	display:block;	font-size:18px;	background-color: #222222;	color:#ffffff;	font-weight:normal;	border-radius: 0 30px 30px 0;	-webkit-transition:all 300ms ease;	-moz-transition:all 300ms ease;	-ms-transition:all 300ms ease;	-o-transition:all 300ms ease;	transition:all 300ms ease;}
.sidebar .search-box .form-group input[type="submit"]:hover,.sidebar .search-box .form-group button:hover{	background-color: #1ac2f7;	color: #222222;}
/*=== Categories ===*/
.cat-list{	position:relative;	border :1px solid #e1e1e1;}
.cat-list li{	position:relative;	margin-left: -1px;border-left: 7px solid transparent;	-webkit-transition:all 300ms ease;	-moz-transition:all 300ms ease;	-ms-transition:all 300ms ease;	-o-transition:all 300ms ease;	transition:all 300ms ease;}
.cat-list li:hover,.cat-list li.active{	border-left: 7px solid #1ac2f7;}
.cat-list li a{	position:relative;	font-size:15px;	color:#252525;	line-height: 20px;	font-weight:500;	    padding: 10px 15px;	display:block;	border-bottom :1px solid #e1e1e1;	-webkit-transition:all 300ms ease;	-moz-transition:all 300ms ease;	-ms-transition:all 300ms ease;	-o-transition:all 300ms ease;	transition:all 300ms ease;}
.cat-list li a span{	float: right;	font-size: 16px;	line-height: 20px;}
.cat-list li:last-child a{	border-bottom: 0;}
.cat-list li.active a,.cat-list li:hover a{	color: #1ac2f7;}
.cat-list li.active a span,.cat-list li:hover a span{	color: #1ac2f7;}
/*=== Latest News ===*/
.latest-news .post{	position: relative;	padding-left: 130px;	margin-bottom: 40px;	min-height: 90px;}
.latest-news .post-thumb{	position: absolute;	left: 0;	top: 0;		height: 90px;	width: 90px;margin-bottom: 20px;}
.latest-news .post-thumb img{	position: relative;	display: block;	width: 100%;}
.latest-news .post span{	position: relative;	font-size: 18px;	line-height: 30px;	color: #222222;	font-weight: 500;	margin-bottom: 10px;}
.latest-news .post span a{	color: #222222;	-webkit-transition: all 300ms ease;	-moz-transition: all 300ms ease;	-ms-transition: all 300ms ease;	-o-transition: all 300ms ease;	transition: all 300ms ease;}
.latest-news .post:hover h3 a{	color: #ff8a00;}
.latest-news .post .post-info{	position: relative;	font-size: 14px;	line-height: 24px;	color: #bbbbbb;	font-weight: 400;font-style: italic;}
.form-group button {    border: none;}
.sidebar-title span {    font-size: 28px !important;    font-weight: 600;}
.caption-box a {    font-weight: 700;    font-size: 16px;}
.blog-detls ul li { font-size: 16px; color: #44423e; list-style-type: disc; margin-left: 14px; line-height: 26px;}
h3.ou-prduts { font-size: 37px; font-weight: 600;}
.ou-prodcts span a { font-size: 22px;}
h4.ou-prduts {font-size: 34px;font-weight: 700; z-index: 1;}
h5.ou-prduts { font-size: 30px;}
h6.ou-prduts { font-size: 36px;}
h6.heading-para { font-size: 40px;}
h4.about-cont { font-size: 32px; font-weight: 800; color: white;}
.social-media-item{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;text-align: center;}
.social-media-item ul{list-style-type: none;}
.social-media-item ul li{float: left;}
.social-media-item .btn{display: inline-block;    width: 40px;    height: 40px;background-color: #f1f1f1;margin: 10px;border-radius: 30%;    box-shadow: 0px 5px 12px -5px #ccc; color: #3498db;overflow: hidden;position: relative;}
.social-media-item .btn i{    font-size: 18px;    transition: 0.2s linear;    position: relative;    display: table-cell;    vertical-align: middle !important;    position: relative;    top: 5px;}	
.social-media-item .btn i:hover{color:#fff !important;}
.social-media-item .btn:hover i{color: #f1f1f1;}
.social-media-item .btn::before{content: ''; position: absolute; width: 120%; height: 120%; background: #3498db; transform: rotate(45deg); left: -110px; top: 90%;}
.social-media-item .btn:hover::before{animation: aaa 0.7s 1; top: -10%; left: -10%;}
@keyframes aaa{
0%{
left: -110%;
top: 90%;
}
50%{
left: 10%;
top: -30%;
}
100%{
left: -10%;
top: -10%;
}
}
.footer-social-media-link a{margin: 5px !important; }
.footer-social-media-link{ top:103% !important;}
i.fab.fa-facebook-f{color:#3b5998;}
i.fab.fa-instagram{color: #ff008d;}
i.fab.fa-twitter{color:#3cf;}
i.fab.fa-pinterest-p{color:#c8232c;}
i.fab.fa-linkedin-in{color:#0e76a8;}
.social-media-item i.fab.fa-facebook-f .btn i:hover::before{background:pink !important;}
a.btn.facebook:hover::before {background: #3b5998 !important;}
a.btn.instagram:hover::before {background: linear-gradient(45deg, #ce05a3, #ef881ffc);}
a.btn.twitter:hover::before {background: #3cf !important;}
a.btn.pintrest:hover::before {background: #c8232c !important;}
a.btn.linkedin:hover::before {background: #0e76a8 !important;}
.h2-cata h2 {margin-top: 17px; margin-bottom: 18px;}
.promt-prod h2 {    font-size: 27px; margin-bottom: 17px;    margin-top: 18px;}
.form-item-new{background:url(images/contact-bg.png)no-repeat; background-position:50% 50%;}
.shadow {box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;}
.bg-white {    background-color: #ffffff7a!important;}
.form-group .icons {    position: absolute;    top: 0;    left: 0;    line-height: 100px;    font-size: 18px;}
.form-group .form-control {-webkit-box-shadow: none; box-shadow: none; border: 1px solid #dee2e6; height: 42px;    font-size: 13px; border-radius: 10px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; padding-left: 10px;resize:none;}
.position-relative {position: relative!important;}
.position-relative i {position: absolute;    z-index: 999;    left: 10px; top: 12px; color:#516aec;}
.addressing-now-home span {font-size: 32px; font-weight: 700;}
.custom-form input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {width: 100%;}
input#submit {background: #000000; border: none; border-radius: 50px; margin: 0px auto; width: 50% !important;}
.form-sidebar span{font-size:25px;}
.form-sidebar span {    font-size: 25px;    font-weight: 800;    font-family: sans-serif;}
a.hk-hide {pointer-events: none;}
.form-group.position-relative input {   position: relative!important;    background: transparent !important;    text-align: center;    padding-left: 0px;    border: 2px solid #000;    border-radius: 0;    height: 50px;    font-size: 16px;    font-weight: 700;    color: #000;}
.form-group.position-relative textarea {text-align: center; padding-left: 0px;  background: transparent !important;   border: 2px solid #000;    border-radius: 0; font-size: 16px;  font-weight: 700; height: 100px;}
.form-sidebar span{font-size: 25px;   line-height: 30px;    font-weight: bold;    padding-top: 50px;    color: black;    text-align: center; text-transform: uppercase;} 
.form-group.position-relative input::-webkit-input-placeholder {color: #000;}
.form-group.position-relative input:-ms-input-placeholder {color: #000;}
.form-group.position-relative input::placeholder {  color:#000;}
.form-group.position-relative textarea::placeholder {  color:#000;}
.addressing-now-home {    writing-mode: horizontal-tb;}
.addressing-now-home p {margin-bottom: 50px !important; margin-right: 0 !important; font-weight: 500; color: #000;}
p.single-item {    font-size: 20px; text-transform: uppercase;   font-weight: 600;}
.addressing-now-home i {     border: 2px solid #000;    border-radius: 50px;    width: 40px;    height: 40px;    text-align: center;    margin: 0px auto;    position: relative;    margin-right: 16px;}
.addressing-now-home i::before {position: relative; left: 4px; top: 7px; font-size: 22px;}
.addressing-now-home p a {    margin-bottom: 50px !important;    margin-right: 0 !important;    font-weight: 500;      color: #000;}
.shrt-descrptn h2 {  font-size: 32px;  font-weight: 600; margin-bottom: 12px;}
.shrt-descrptn h3 {  font-size: 32px;  font-weight: 600; margin-bottom: 12px; margin-top: 0 !important;} 
.shrt-descrptn ul li { font-size: 14px;    line-height: 35px;   color: #0c0707eb;    font-weight: 500;       /* list-style-type: disc; */      margin-left: 0;    /* margin-top: 10px; */    background: url(images/pro-item.png)no-repeat;          padding-left: 30px;    background-position: 0% 55%;}
.hme-cow-milk img {    }
header.fixed {position: fixed; top: 0; box-shadow: 5px 0px 5px #ccc;     background: #516aec; z-index: 99; width: 100%; height: 58px;}
.inner-header-custom{   background: rebeccapurple;    position: fixed;    width: 80%;    /* right: 0; */    z-index: 999999;    height: 65px;    margin: 0px auto;    background: linear-gradient(to right,#487bf2,#1ebcf6);}
.inner-header-custom img {    width: 55% !important;}

/*.row.header-row {   height: 80px !important;    width: 100%; position: relative;}*/
/*.row.header-row.fixed { position: fixed;    top: 0;    box-shadow: 5px 0px 5px #ccc;    background: #516aec;    z-index: 99;    width: 100%;    height: 58px; right: 0px;}*/
.inner-nav-item li {    padding-left: 12px;}
section.inner-header-prambhi{    position: relative; background: #516aec;}
.inner-nav-item img {    position: absolute;  top: -65px;    bottom: 30px;    background: #fff;    padding: 5px;    border-radius: 50%; z-index: 99;}
.breadcumb-item{background: url(images/client-img.png); position: relative; padding: 250px 0px;}
.breadcumb-item h1 {background: #467df294; padding: 10px 30px; margin: 0px auto; font-family: 'Roboto', sans-serif;}
.breadcumb-list-inner {    width: 100%;}
.breadcumb-list-inner ul {    margin: 0px auto;    width: 35%;    padding: 15px;}
.breadcumb-list-inner ul {position: absolute; bottom: 0; width: 100%; right: 0; background: linear-gradient(to right,#1ac2f7,#009fe1);}
.breadcumb-list-inner li{font-family: 'Roboto', sans-serif; font-size: 16px;}
.inner-header-prambhi{transition: all .8s ease;}
.inner-header-prambhi.fixed{position: fixed;  top: 0;    box-shadow: 5px 0px 5px #ccc;  background: #516aec;   z-index: 99; width: 100%; height: 48px;  transition: 1s;}
.inner-header-prambhi.fixed img {top: -30px;}
.heading-milk h2{position: relative;}
.heading-milk h2::after{position: absolute; width: 60px; height: 1px; background: #0168a0; content: ''; left: 41.5%; top: 80px;}
.heading-milk h2::before{position: absolute; width: 60px; height: 1px; background: #0168a0; content: ''; right: 42%; top: 80px;}
.heading-milk img {width: 4%;  position: absolute;    bottom: -33px;  right: 48.5%;}
.heading-milk { position: relative;}
.dropdown:hover > .dropdown-menu {opacity: 1; visibility: visible; top: 100%; margin-top: 0; display: block; width: 250px; padding-left: 15px;}
.dropdown > .dropdown-toggle:active {pointer-events: none;}
.dropdown-menu{-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); background: #ffffff; border-radius: 0px; border: 0px; background-image: linear-gradient(to bottom right, #1ac2f7, #009fe1);}
.dropdown-menu a {text-transform: capitalize; padding: 5px 15px; display: block; color: #fff; margin-top: 6px; font-size: 15px;  font-weight: 600; transition: 0.5s;}
.dropdown-item:active{background: transparent;}
.dropdown-menu{padding: 0px !important;}
.dropdown-menu a{line-height: 20px;}
.dropdown-menu li{position: relative; padding: 0px;}
.dropdown-menu a:hover::after{ opacity: 1; visibility: visible;    -webkit-transform: scale(1);   transform: scale(1);}
.dropdown-menu a:after{position: absolute;  content: ''; height: 100%; width: 3px; left:0px; background: -webkit-gradient(linear, right top, left top, from(#0575e6), color-stop(#0b5eca), color-stop(#0b47af), color-stop(#083194), to(#021b79)); background-image: linear-gradient(to right, #1ac2f7 , #333); -webkit-transition: 0.5s; transition: 0.5s; opacity: 0; visibility: hidden; top: 0; -webkit-transform: scale(0); transform: scale(0);}
.dropdown-item:hover{background: transparent;}
.dropdown-menu ul {    padding: 15px 0;}
@media (min-width: 992px) {
.animate {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; z-index: 99999999999999;}
ul.keyword-white a {color: #fff;}
.bg-color-blue {background: #fff; width: 100%; text-align: center; margin: 0px auto; display: none; padding: 0px !important;}
.why-choose-side h2 {font-size: 28px; padding-bottom: 18px; padding-right: 200px; line-height: 38px;}
.why-choose-side li {line-height: 45px; background: url(../images/cow-icon-why.png)no-repeat; padding-left: 33px; background-position: 0% 50%;}
.why-choose-side p{font-size: 15px; line-height: 25px;}
.why-choose-us{position: relative;}
.why-choose-us::after {position: absolute; content: ''; background: url(../images/cow-sketch.png) no-repeat; width: 35%; height: 452px;  bottom: 0; z-index: -99999;opacity: 0.1;}
.products-section {    background: #f9f9f9;}
.inner-wrap select { margin-bottom: 10px; width: 100%;}
.des-det h2 { font-size: 26px; padding-bottom: 10px; padding-top: 10px;}
.des-det h3 { font-size: 26px; padding-bottom: 10px; padding-top: 10px; color: #17bef5;}
.des-det ul li { list-style: disc; margin-left: 24px;}
.mar-stl {    font-size: 20px;    font-weight: 600;    color: red;}
.hiring-img {    text-align: right;    position: absolute;    top: 0;}
@-webkit-keyframes blinker {from {opacity: 1.0;} 
to {opacity: 0.0;}
}
.blink{	text-decoration: blink;	-webkit-animation-name: blinker;	-webkit-animation-duration: 1s;	-webkit-animation-iteration-count:infinite;	-webkit-animation-timing-function:ease-in-out;	-webkit-animation-direction: alternate;}
.heading-line-after-before h3 {position: relative;}
.heading-line-after-before h3::after{    position: absolute;    width: 100%;    height: 2px;    background-color: #e4e4e4;    content: '';    bottom: 0;    right: 0;}
/*.heading-line-after-before h2 {position: relative;}
.heading-line-after-before h2::after{    position: absolute;    width: 100%;    height: 2px;    background-color: #e4e4e4;    content: '';    bottom: 0;    right: 0;}*/
.sales-manager-for-dairy {    margin-top: 50px;}
.sales-manager-for-dairy{position: relative;}
.sales-manager-for-dairy::after{      position: absolute;    width: 100%;    height: 2px;    background-color: #e4e4e4;    content: '';   bottom: 0;    right: 0;    top: -22px;}
.but-style {    background: #516aec;    color: #fff;    margin-right: 12px;}
a.pri-btn {    background: #516aec;    padding: 10px 18px;    color: #fff;    /* margin-top: 14px; */    /* display: inline-block; */    position: relative;    top: 18px;}
a.but-style:hover {    color: #fff;}
a.location-btn {    right: 300px;    top: 28px;}
header.fixed .logo img {    display: none;}
ul.contact-info button { font-family: 'Roboto', sans-serif;   background: #516aec !important;    border: none;    margin-left: 8px;}
ul.contact-info button:hover{background-color: #009ac6;}
.modal-header {    padding: 12px; background-color: #516aec;}
.modal-header span {    font-size: 20px; font-family: 'Roboto', sans-serif;}
button.btn-color-change {    background: #516aec; font-family: 'Roboto', sans-serif;}
button.inner-btn-common {    margin-left: 70px;    position: relative;    z-index: 1;    background: #516aec; border: none;}
.inner-nav-item li {    list-style-type: none;}
.enquiry-now {    position: fixed;    right: 0px;    z-index: 9999;    top: 55%;}
.enquiry-now img {  width: 100%;}
a.buy-now-header {    background: #516aec;    padding: 8px;    border-radius: 5px;}
a.innher-hidden-btn { position: relative;  left: 16%;  top: 15px;}
.title-heading-client span {    font-size: 38px;    font-weight: 600;}
.title-heading-client i{color: #c2021f; font-size: 16px;}

.client-name-small p{    font-size: 90%;    opacity: 0.6;    line-height: 1;   padding-bottom: 2px;}
.client-feedback p {    line-height: 22px;}
div#testimonial-new .owl-buttons {    display: block;}
div#testimonial-new .owl-buttons .owl-prev{background-color: transparent !important;}
div#testimonial-new .owl-buttons .owl-next{background-color: transparent !important;}
#testimonial-new .item i{color: #c2021f; font-size: 18px;}
div#testimonial-new .item {    margin: 25px;}
.owl-prev {    background: #87c62b;    width: 40px;    height: 40px;    position: absolute;    left: 1200%;    top: 290px !important;}
.testimonial-new {    padding: 50px 0 85px 0;}
.distributors ul li {
line-height: 28px;
list-style-type: disclosure-closed;margin-left: 27px;}
.inner-haeder-basic {  padding: 5px 0 35px 0 !important;}
.gallery-box .box img {    border: 1px solid #ccc;}
.certificate ul li {    margin-bottom: 15px;}
.certificate .para-stl p {    padding-bottom: 15px;}