/*------------------------------
  [ IMPORT STYLES ]
--------------------------------*/
  @import url("bootstrap.min.css");
  @import url("font-awesome/font-awesome.css");
  @import url("dt-icons/dt-icons.css");
  @import url("navigation.css");
  @import url("sweet-alert.css");
  @import url("revolution.css");
  @import url("owl.css");


/*------------------------------
  [ IMPORT FONTS ]
--------------------------------*/  
  @import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);


/*------------------------------
  [ DEFAULT STYLES ]
--------------------------------*/  
* {
  margin: 0px;
  padding: 0px
}
html,body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
}
section,.page {
  float: left;
  width: 100%;
  position: relative;
}
.page {
  padding: 100px 0px;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5 {
  float: left;
  width: 100%; 
  font-family: Roboto, sans-serif !important;
}
p {
  line-height: 24px;
  float: left;
  width: 100%;
  text-align: justify;
}
.img-inner {
  float: left;
  width: 100%;  
  position: relative;
  overflow: hidden;
}
.img-inner img {
  width: 100%;
}
.fwidth,.inner {
  width: 100%;
  float: left;
  position: relative;
}
.plr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}   
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}  


/*------------------------------
  [ GENERAL STYLES ]
--------------------------------*/
.vmiddel {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: -2px;
}
.parallax{
  background-size: cover !important;
  background-attachment: fixed;
  background-position: center center;  
  background-repeat:no-repeat;
}
.bgimage {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  float: left;
}
.bfr:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.darkbg {
  background: #00A0E3;
  color: #fff;  
}
.lightbg {
  background: #114880;
  color: #fff;
}
.graybg {
  background: #f7f8fa;	
}
.clr1 {
  color: #00A0E3;	
}

h2,h3 {
  color: #00A0E3;
}
h2.wht,h3.wht {
  color: #fff;
}
h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}
h2 span {
  font-weight: 300;	
}
h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
}

span.span {
  float: left;
  width: 100%;
  font-family: Roboto, sans-serif !important;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  font-weight: 100;
}

.divider {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;  
}
.divider.alt {
  padding-bottom: 20px;
  margin-bottom: 20px;  	
}
.divider:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2px;
  width: 90px;
  height: 2px;
  background: #00A0E3;
}
.divider.wht {
  color: #fff;	
}
.divider.wht:after  {
  background: #fff;	
}

.link-btn {
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  background: #00A0E3;
  color: #fff;
  border-radius: 3px;
  transition: 0.5s;
  border: 0px;
  font-weight: 700;
}
.link-btn.wht {
  background: #fff;
  color: #00A0E3;  
}
.link-btn:hover {
  background: #114880;
  color: #fff;
}
.link-btn.alt {
  background: #114880;	
}
.link-btn.alt:hover {
  background: #00A0E3;	
}


/*------------------------------
  [ HEADING TITLE ]
--------------------------------*/
.title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.title p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: Roboto, sans-serif !important;
}


/*------------------------------
  [ HEADER ]
--------------------------------*/
.header {
  width: 100%;
  float: left;
  height: 63px;
}
.header a.site-logo  {
  float: left;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  margin-top: -15px;
  z-index: 50;
  position: relative;
}
.header.sticky {
  position: fixed;
  z-index: 999;
  top: 0px;
  box-shadow:0 1px 5px rgba(0,0,0,.1);
  background: #fff;
}
.header.sticky a.site-logo {
  padding: 25px;	
}
.header.sticky a.site-logo img {
  height: 70px;
}

.page_header {
  background: #00A0E3 url(../images/bg_header.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0px 60px;
  color: #fff;
}
.page_header.bfr:before {
  background: rgb(0,160,227,0.8);
}
.page_header:after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0px;
  left: 0px;
  height: 30px;
  background: #fff;
  transform: rotate(-1deg) skew(-1deg);
}
.page_header h1 {
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  margin: 0px;
  line-height: 40px;  
}
.page_header h1 span {
  font-weight: 300;	
}
.page_header p {
  margin-bottom: 0px;	
}

.page_header .breadcrumb {
  float: right;
  margin: 22px 0px 0px;
  padding: 0px;
  font-size: 12px;
  background: none;
  text-transform: uppercase;
  width: auto;
}
.page_header .breadcrumb li {
  width: auto;	
}
.page_header .breadcrumb a {
  color: #114880;
  font-weight: 600;
}
.page_header .breadcrumb li.active {
  color: #fff;	
}
.breadcrumb>li+li:before {
  color: #114880;	
}


/*-----------------------------------------
  [ 07. SLIDER ]
-------------------------------------------*/
.sliders {
  float: left;
  width: 100%;
  position: relative;
}
.tp-banner-container {
  z-index: 0;
  position: relative;
  float: left;
  width: 100%;
}


/*------------------------------
  [ ABOUT US ]
--------------------------------*/
.about_image {
  padding-bottom: 90px;
  text-align: center;
}
.about_image .middum {
  position: absolute;
  left: 20px;
  bottom: -33px;
}
.about_image .small {
  position: absolute;
  right: 25px;
  bottom: -25px;
}
.about_image  img {
  border: 5px solid #ffffff;
  border-radius: 50%;
}

.philosophy {
  margin-top: 60px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  padding: 0px 50px 40px;
}
.philosophy h3 {
  width: auto;
  background: #fff;
  position: relative;
  top: -15px;
  left: -10px;
  padding: 0px 15px;
}
.philosophy span {
  color: #00A0E3;
  font-size: 25px;
  line-height: 35px;
}
.philosophy p {
  font-size: 18px;
  color: #00A0E3;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif !important;
}

.vision .left {
  padding-right: 45px;
}
.vision .right {
  padding-left: 45px;
}
.vision .inner i {
  float: left;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.vision .inner h3 {
  width: auto;
  margin: 4px 0px 0px 20px;
}
.vision .inner p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  margin-bottom: 0px;
  margin-top: 25px;
}

.half_block .inner {
  padding: 100px 0px 100px 70px;
}
.half_block.right .inner {
  padding: 100px 70px 100px 0px;
}
.half_block .bgimage {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;  
}
.half_block.right .bgimage {
  left: auto;
  right: 0px;
}

.amenities  ul {
  margin-top: 20px;	
}
.amenities ul li{
  font-size: 20px;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
  font-weight: 300;
  padding-left: 20px;
}
.amenities ul li:last-child {
  margin-bottom: 0px;
}
.amenities ul li:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}

.whychoose .inner {
  margin-bottom: 15px;	
}
.whychoose .inner span {
  margin-bottom: 15px;	
}
.whychoose .row {
  margin: 0px -5px;
}
.whychoose .row [class*='col-'] {
  padding: 0px 20px;	
}
.whychoose .box {
  margin-top: 30px;	
}
.whychoose .box i {
  float: left;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 25px;
  border: 2px solid #00A0E3;
  color: #00A0E3;
  text-align: center;
  border-radius: 50%;
}
.whychoose .box h3 {
  width: auto;
  margin: 4px 0px 0px 15px;
}
.whychoose .box  p {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: inherit;
}

.testimonials{
  background-image:url(../images/about/testimonials.jpg);
}
.testimonials .inner {
  color: #fff;
  padding-left: 160px;
}
.testimonials .inner i {
  font-size: 70px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.testimonials .inner  p {
  font-size: 22px;
  font-family: Roboto, sans-serif !important;
  font-weight: 300;
  line-height: 32px;
}
.testimonials .inner h4 {
  font-size: 20px;
  margin-top: 15px;
}
.testimonials .inner h4 span {
  font-weight: 300;
  display: block;
  font-size: 16px;
}
#testimonials.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: left;
}
#testimonials.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  height: 12px;
  margin: 0px 3px;
  width: 12px;
  opacity: 0.5;
}
#testimonials.owl-theme .owl-dots .owl-dot.active span, 
#testimonials.owl-theme .owl-dots .owl-dot:hover span{
  opacity: 1;
}

.counter h2 span {
  display: block;
  font-size: 30px;
}
.counter .divider:after {
  left: 50%;
  margin-left: -45px;  
}
.counter .inner {
  text-align: center;
  margin-top: 30px;
}
.counter .inner h3 {
  margin-top: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.counter .inner h3:before  {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 1px;
  background: #fff;
}
.counter .inner p {
  text-align: center;
  margin-bottom: 0px;  
  font-size: 13.5px;
}

.download h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: #00A0E3;
  margin-bottom: 10px;	
}
.download span {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #00A0E3;
  margin-bottom: 30px;
}


/*------------------------------
  [ COLOSTRUM ]
--------------------------------*/
.colostrum_img {
  padding-left: 30px;	
}
.colostrum_img img {
  border-radius: 3px;	
}

.geer_cow {
  background-image: url(../images/colostrum/geer_kankrej_cow_bg.jpg);	
  text-align: center;
  padding-bottom: 0px;
}
.geer_cow h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
}
.geer_cow img {
  position: relative;
  top: 100px;
  margin-top: -60px;
  z-index: 5;
}

.colostrum_does {
  padding-top: 150px;	
}
.colostrum_does .inner {
  padding: 50px 50px 100px;
}
.colostrum_does .inner:after {
  content: "";
  position: absolute;
  bottom: 65px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 1px;
  background: #dadada;
}
.colostrum_does .inner:before {
  content: "";
  position: absolute;
  bottom: 61px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #dadada;
  transform: rotate(45deg);
}
.colostrum_does .mdl {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;  
}
.colostrum_does .inner h2 {
  font-size: 30px;
  color: #114880;
  line-height: 30px;
}
.colostrum_does .inner span {
  display: block;
  font-size: 25px;
}
.colostrum_does .inner .divider:after {
  background: #114880;
}
.colostrum_does .inner  p {
  margin-bottom: 0px;	
}

.nutrients {
  float: left;
  width: 100%;
  padding: 50px;
  border-radius: 3px;
}
.nutrients .divider.alt {
  padding-bottom: 10px;	
}
.nutrients h3.last {
  margin-top: 20px;	
}
.nutrients p {
  margin-bottom: 0px;	
  position: relative;
  padding-left: 15px;
}
.nutrients p:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}

.benefits {
  overflow: hidden;  
}
.benefits .heading {
  position: relative;
}
.benefits .heading h5 {
  position: absolute;
  top: 0px;
  left: 30px;
  width: auto;
  background: #00A0E3;
  padding: 30px;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 5;
  color: #fff;
}
.benefits .heading h5:before {
  content: "";
  position: absolute;
  border-right: 337px solid #00A0E3;
  border-bottom: 20px solid transparent;
  bottom: -20px;
  left: 0px;
  z-index: 5;
}
#benefits .item {
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-top: 180px; 
  padding-bottom: 110px;  
}
#benefits .item .col-md-7,
#benefits .item .inner {
  position: inherit;	
}
#benefits .item h2 {
  margin-bottom: 0px;
  color:#fff;  
}
#benefits .item .line {
  float: left;	
  width: 90px;
  height: 2px;
  background: #fff;
  margin: 30px 0px;
}
#benefits .item span {
  color: #fff;	
}

#benefits.owl-theme .owl-controls {
  margin-top: 0px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
}
#benefits.owl-theme .owl-controls .owl-prev, 
#benefits.owl-theme .owl-controls .owl-next {
  background: transparent;
  color: #fff;
  font-size: 25px;
  margin: 0px;
  padding: 0px 5px;
  transition: .5s;
  display: inline-block;
}
#benefits.owl-theme .owl-controls .owl-prev:hover,
#benefits.owl-theme .owl-controls .owl-next:hover {
  color: #00A0E3;
}

.collection_process .inner {
  padding-right: 30px;	
}
.collection_process img {
  border-radius: 3px;	
}

.drying_process { 
  background-image: url(../images/colostrum/drying_process_bg.jpg);
}
.drying_process .title {
  margin-bottom: 60px;
}
.drying_process img {
  border-radius: 50%;
  border: 5px solid #fff;  
}
.drying_process .line {
  float: left;
  width: 100%;
  border-top: 1px dashed #ddd;
  margin: 50px 0px;  
}

.health_solution .title .divider:after {
  left: 50%;
  margin-left: -45px;  
}
.health_solution .title p {
  text-align: center;	
}
.health_solution img {
  margin-bottom: 50px;	
}
.health_solution .left {
  border-right: 1px solid #f5f5f5;	
}
.health_solution .inner {
  padding: 0px 50px;
}
.health_solution .inner:last-child {
  margin-top: 30px;	
}
.health_solution .inner p {
  margin-bottom: 0px;	
}
.health_solution .left .inner {
  text-align: right;	
}
.health_solution .left .inner .divider:after {
  left:auto;
  right: 0px;
}
.health_solution .left .inner p {
  text-align: right;	
}


/*------------------------------
  [ PRODUCTS ]
--------------------------------*/
body.propage .page_header:after {
  background: #114880;	
}

.pro-img {
  overflow: visible;	
}
.pro-img .inner {
  top: 120px;
  margin-top: -120px;
  z-index: 5;
}

.colostrovita {
  padding-top: 200px;
  padding-bottom: 0px;
}
.colostrovita .col-md-7 {
  padding-right: 50px;
}
.colostrovita .inner a {
  margin-top: 20px;	
}
.colostrovita .col-md-5 .inner {
  padding: 70px 50px;
  border-radius: 3px 3px 0px 0px;
  margin-top: 20px;
}
.colostrovita ul li {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
  padding-left: 20px;
}
.colostrovita ul li span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.colostrovita ul li:last-child {
  margin-bottom: 0px;
}
.colostrovita ul li:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}

.colostrovita.hm {
  text-align: center;
  padding-bottom: 100px;  
}




.products h5 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}
.products h2 {
  color: #fff;
  margin-bottom: 20px;  
}
.products h2 span {
  padding-left: 20px;
  font-size: 23px;
  position: relative;
}
.products h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 25px;
  margin-top: -12px;
  background: #fff;
}
.products p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  font-family: Roboto, sans-serif !important;
  color: #fff;
  margin-bottom: 40px;
}

.products h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 22px;
}
.products .inner ul li {
  font-size: 20px;
  font-family: Roboto, sans-serif !important;
  font-weight: 100;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}
.products .inner ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;  
}
.products .inner ul li strong {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}

.products .facts {
  background: #fff;
  color: #114880;
  padding: 15px;
}
.products .facts h4 {
  background: #114880;
  color: #fff;
  padding: 10px 10px 7px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.products .facts ul {
  border-bottom: 1px solid #114880;	
}
.products .facts li {
  width: 55%;
  border-bottom: 1px solid #114880;
  border-left: 2px solid #114880;
  padding: 3px 5px;
}
.products .facts li:nth-child(2n+2) {
  border-right: 2px solid #114880;
  padding-left: 10px;
  width: 45%;
}
.products .facts li  strong {
  font-family: Roboto, sans-serif !important;
  float: left;
  width: 100%;
}

.products.tablets {
  background-image: url(../images/products/bg_colostrum_tablets.jpg);	
}
.products.sachets .facts h4 {
  background: #00A0E3;
}
.products.sachets .facts {
  color:#00A0E3; 	
}
.products.sachets .facts ul ,
.products.sachets .facts li,
.products.sachets .facts li:nth-child(2n+2) {
  border-color: #00A0E3;	
}

.optimal_benefits .col-md-12 .inner {
  margin-bottom: 60px;	
}
.optimal_benefits ul {
  margin-top: 50px;	
  border-right: 1px solid #efefef;
}
.optimal_benefits ul.right {
  border-left: 1px solid #efefef;
  border-right: 0px;  
}
.optimal_benefits ul li {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 24px;
}
.optimal_benefits ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;  
}
.optimal_benefits ul li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 70%;
  height: 1px;
  border-bottom: 1px solid #efefef; 
}
.optimal_benefits ul.right li:after {
  right: auto; 
  left: 0px;
}
.optimal_benefits ul li:last-child:after {
  content:none;	
}
.optimal_benefits ul li div {
  border: 1px solid #efefef;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #ccc;
  background: #fff;
}
.optimal_benefits ul.left li div {
  float: right;	
  margin-right: -30px;
}
.optimal_benefits ul.right li div {
  float: left;
  margin-right: 25px;  
  margin-left: -30px;
}
.optimal_benefits ul.left li span {
  float: right;
  text-align: right;
  margin-right: 25px;
  margin-top: 5px;
}
.optimal_benefits ul.right li span {
  float: left;
  margin-top: 5px;	
}

.download.spec h5,
.download.spec span {
  color: #fff;	
}
.download.spec .link-btn {
  color: #114880;	
}
.download.spec .link-btn:hover {
  background: #00A0E3;
  color: #fff;  
}

.row_colostrum .inner {
  margin-top: 70px;	
}


/*------------------------------
  [ QUALITY ]
--------------------------------*/
.qcontrol .inner {
  padding-right: 50px;	
}
.qcontrol p {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.qcontrol .img {
  display: inline-block;
  border: 8px solid #fff;
  background: #00A0E3;
  border-radius: 50%;
  position: relative;
  top: -200px;
  margin-bottom: -200px;
}

.certification {
  border-top: 1px solid #efefef; 
  margin-top: 50px;
  padding-top: 50px;  
}
.certification .inner {
  margin-top: 30px;	
}
.certification .inner h3 {
  font-weight: 700;	
  margin-bottom: 30px;
}
.certification .inner h3 span {
  font-weight: 300;
  font-size: 22px;  
}

.hm_quality {
  padding-top: 170px;	
}
.hm_quality a {
  margin-top: 20px;	
}
.hm_quality .img {
  display: inline-block;
  background: #00A0E3;
  border-radius: 50%;
}


/*------------------------------
  [ PRIVATE LABELING ]
--------------------------------*/
.establish {
  font-size: 40px;
  line-height: 40px;
  color: #114880;
  font-weight: 300;
  margin: 20px 0px 30px 0px;
}

.img-plabeling {
  padding-left: 30px;	
}
.img-plabeling img {
  border-radius: 3px;	
}

.dark_block {
  background-image: url(../images/private_labeling/own_brand_bg.jpg);	
}
.dark_block h2 {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
}
.dark_block img {
  position: relative;
  top: 160px;
  margin-top: -170px;	
}

.private_label {
  padding-top: 130px;	
}
.private_label .inner span.span {
  font-size: 28px;	
}
.private_label img {
  border-radius: 50%;
  border: 2px solid #f5f5f5;
}
.private_label .line {
  height: 1px;
  border-top: 1px dashed #efefef;
  margin: 50px 0px;
}

.private_label ul  {
  margin-top: 15px;	
}
.private_label ul li {
  font-size: 18px;
  color: #00A0E3;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
  padding-left: 20px;
  font-weight: 300;
}
.private_label ul li:last-child {
  margin-bottom: 0px;
}
.private_label ul li:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}


/*------------------------------
  [ BLOG ]
--------------------------------*/
.prime_news a {
  overflow: hidden;
  border-radius: 3px;  
}
.prime_news a .bgimage {
  padding-top: 56.20%;
  width: 100%;
}
.prime_news a .inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 80px 120px;
}
.prime_news a .inner h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  color: #fff;
}
.prime_news ul.post-tags {
  margin-bottom: 0px;
}
.gradient {
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.13) 18%, rgba(0,0,0,0.33) 36%, rgba(0,0,0,0.74) 70%, rgba(0,0,0,0.91) 87%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.13) 18%,rgba(0,0,0,0.33) 36%,rgba(0,0,0,0.74) 70%,rgba(0,0,0,0.91) 87%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.13) 18%,rgba(0,0,0,0.33) 36%,rgba(0,0,0,0.74) 70%,rgba(0,0,0,0.91) 87%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );	
}

.masonry-grid .item {
  float: left;
  margin-bottom: 30px;
}
.blog-grid {
  float: left;
  width: 100%;
  -webkit-transition: .4s box-shadow,.4s transform;
  transition: .4s box-shadow,.4s transform; 
}
.blog-grid:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.blog-grid img {
  border-radius: 3px 3px 0px 0px;	
}
.blog-grid .content {
  border: 1px solid #f5f5f5;
  border-top: 0px;
  float: left;
  width: 100%;
  border-radius: 0px 0px 3px 3px;
}
.blog-grid .content .inner {
  padding: 30px 30px 20px;
}
.blog-grid .content .grid-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}
.blog-grid .more {
  float: left;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  padding: 15px 30px;
  font-size: 11px;
  text-transform: uppercase;
  color: #c1c0c0;
}
.blog-grid .more span {
  float: left;	
}
.blog-grid .more span i {
  margin-right: 5px;	
}
.blog-grid .more a {
  float: right;
  color: #c1c0c0;
}
.blog-grid .more a i {
  margin: 3px 0px 0px 5px;
  transition: 1s;
  float: right;
}
.blog-grid  .more a:hover {
  color: #333;	
}

.paging {
  text-align: left;
  margin-top: 30px;  
}
.pagination {
  margin: 0px;
  width: auto;
  float: none;
}
.pagination > li {
  width: auto;	
}
.pagination > li >a,
.pagination > li > span {
  color: #00A0E3;
  padding: 8px 15px;
  border-color: #00A0E3;
  background: none;
  margin-left: 4px;
  border-radius: 3px !important; 
}
.pagination > li > a.active,
.pagination > li > a:hover {
  background: #00A0E3;
  color: #fff;
  border-color: #00A0E3;
}
.pagination > li > .disable:hover,
.pagination > li > span:hover  {
  background: none;
  color: #00A0E3;
  border-color: #00A0E3;
}


/*------------------------------
  [ ARTICLE ]
--------------------------------*/
.blog-post .post-title {
  font-weight: 700;
  font-size: 35px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}
.blog-post .post-img img {
  border-radius: 3px;	
}
ul.post-tags {
  margin-bottom: 30px;
}
ul.post-tags li {
  margin-right: 10px;
  font-size: 12px;
  text-transform: capitalize;
  color: #ababab;
  width: auto;
}
ul.post-tags li i {
  margin-right: 3px;
}
ul.post-tags li a {
  color: #ababab;
}

.post-desc {
  padding: 40px 0px 30px;
}
.post-desc p {
  text-align: justify;	
}
.post-desc .row .col-md-4 {
  margin-top: 30px;
}
.post-desc strong {
  float: left;
  width: 100%;  
  color: #333;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.post-share {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 15px;
  font-size: 13px;  
}
.post-share  span.share-alt {
  float: left;
  font-weight: 600;
  margin-right: 15px;  
}
.post-share  span.share-alt i {
  margin-right: 5px;	
}
.post-share  a {
  float: left;
  margin-left: 15px;
  color: #999;
}
.post-share  a i {
  margin-right: 3px;	
}
.post-share  a.facebook:hover {
  color: #5d82d1;	
}
.post-share  a.twitter:hover {
  color: #40bff5;	
}
.post-share  a.gplus:hover {
  color: #eb5e4c;	
}

.fb-comments {
  float: left;
  width: 100%;
  margin-top: 30px;  
}

.blog-right {
  margin-top: 30px;	
}
.blog-right .widget {
  float: left;
  width: 100%;  
  margin-top: 30px;
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 3px;
}
.blog-right .widget h3 {
  border-bottom: 1px solid #f7f8fa;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #333;
  margin-top: 0px;
  font-size: 25px;
}

.widget .post-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7f8fa;
}
.widget .post-item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.widget .post-item  .post-thumb,
.widget .post-item   .post-inner {
  display: table-cell;
  vertical-align: middle;
}
.widget .post-item  .post-thumb {
  float: left;
  width: 110px;
  margin-right: 15px;
}
.widget .post-item  .post-thumb a {
  display: block;	
}
.widget .post-item  .post-thumb img {
  width: 100%;
  border-radius: 3px;
}
.widget .post-item   .post-inner a {
  margin-bottom: 3px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 14px;
}
.widget .post-item   .post-inner .dateview {
  display: block;
  text-transform: uppercase;  
}
.widget .post-item   .post-inner span {
  font-size: 10px;
  font-weight: 400;
  color: #ababab;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}
.widget .post-item   .post-inner span:last-child {
  margin-right: 0px;	
}

.widget.twitter {
  padding-bottom: 7px;
  height: 366px;
  overflow: hidden;
}


/*------------------------------
  [ CONTACT US ]
--------------------------------*/
.map {
  float: left;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.map iframe {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  border: none;
  float: left;
  width: 100%;
  height: 600px;
}

.location [class*='col-'] {
  padding: 0px;	
}
.location .inner {
  text-align: center;
  padding: 70px 30px;
}
.location  .inner.mdl {
  border-right: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
}
.location .inner i {
  font-size: 50px;
  display: inline-block;
}
.location .inner h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.location .inner h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 200px;
  height: 1px;
  margin-left: -100px;
  background: #fff;
}
.location .inner p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 26px;
}

form.form {
  float: left;
  width: 100%;
  margin-top: 15px;  
}
form.form input, 
form.form select,
form.form textarea {
  float: left;
  width: 100%;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 0em 0 0.3em 0;
  height: 2.5em;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  margin-bottom: 25px;
}
form.form textarea {
  height: 110px;
  resize: none;
}
form.form select:required:invalid {
  color: #8a8a8a;
}

form.form input:focus,
form.form textarea:focus,
form.form select:focus {
  border-color: #ccc !important;
  outline: 0;
}
::-webkit-input-placeholder,
-moz-placeholder {
  color: #999;
}

button:focus {
  outline: 0;
}
.send-btn {
  float: left;
  width: 100%;
  margin-top: 10px;
}
form.form label {
  float: left;
  width: 100%;
  text-transform: capitalize;
  color: #ff0000;
  font-weight: 400;
  margin: -20px 0px 20px 0px;
  font-size: 13px;
  font-family: Roboto, sans-serif;
}


/*------------------------------
  [ FOOTER ]
--------------------------------*/
.footer {
  background-image: url(../images/bg_footer.jpg);
  padding-top: 100px;  
}
.footer:after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0px;
  left: 0px;
  height: 30px;
  background: #fff;
  transform: rotate(-1deg) skew(-1deg);
}
.footer .widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
}
.footer .widget h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  color: #fff;
}
.footer .widget h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 1px;
  background: rgba(255,255,255,.3);
}
.footer .widget p {
  line-height: 20px;  	
}

.footer .widget.add li strong {
  text-transform: uppercase;
  margin-top: 8px;
  display: inline-block;
  margin-bottom: 8px;
}
.footer .widget.add p span {
  display: block;	
}

.footer .widget.posts .inner {
  float: left;
  width: 100%;
  display: table;  
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .widget.posts .inner:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.footer .widget.posts .inner a.img {
  display: table-cell;
  vertical-align: middle;
}
.footer .widget.posts .inner a.img  img {
  height: 62px;
  border-radius: 3px;
}
.footer .widget.posts .inner  .detail {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}
.footer .widget.posts .inner  .detail a {
  color: #fff;
}
.footer .widget.posts .inner  .detail span {
  float: left;
  width: 100%;
  font-size: 10px;
  margin-top: 6px;
  text-transform: uppercase;
  color: #ccc;
}

.footer .widget.links {
  padding-left: 30px;	
}
.footer .widget.links li {
  width: 50%;
  margin-bottom: 13px;
  padding-left: 18px;
}
.footer .widget.links li:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
  color:#177aab;
}
.footer .widget.links li a {
  color: #fff;  
}

.footer-bottom {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 35px 0px 30px;
  text-align: center;
  margin-top: 25px;
}
.footer-bottom .social {
  float: left;
  width: 100%; 
  margin-bottom: 10px;  
}
.footer-bottom .social  a {
  display: inline-block;
  background: #00A0E3;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  margin: 0px 2px;  
} 
.footer-bottom .social  a:hover {
  background: #fff;
  color: #00A0E3;  
}
.footer-bottom p {
  text-align: center;
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 13px;
  color: #c7c7c7;
  font-weight: 300;
}
.footer-bottom  p span,
.footer-bottom  p a,
.footer-bottom  p img {
  display: inline-block;
  vertical-align: middle;  
}
.footer-bottom  p img {
  margin: 4px 3px 0px;	
}
.footer-bottom p a {
  color: #fff	
}

.fa {
 margin-top: 10px;
}
