div.social {
  /*width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -17px;*/
      width: 21%;
    position: relative;
    text-align: center;
    top: 0px;
    margin-top: 0px;
    display: flex;
}

div.social a {
 /* width: 35px;
  height: 35px;
*/
    width: 30px;
    height: 30px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 5px;
  font-family: "scicons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.2s linear, color 0.2s linear;
}
div.social a i{line-height: 30px; }
div.social a:before {
  width: inherit;
  height: inherit;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
div.social a.icon-twitter {
  background-color: #00acee;
}

div.social a.icon-twitter:hover {
  background-color: #fff;
  color: #00acee;
}
div.social a.icon-facebook {
  background-color: #3b5998;
}

div.social a.icon-facebook:hover {
  background-color: #fff;
  color: #3b5998;
}
div.social a.icon-instagram {
  background-color: #3f729b;
}
div.social a.icon-instagram:hover {
  background-color: #fff;
  color: #3f729b;
}
div.social a.icon-foursquare {
  background-color: #25a0ca;
}
div.social a.icon-foursquare:hover {
  background-color: #fff;
  color: #25a0ca;
}
div.social a.icon-soundcloud {
  background-color: #ff7700;
}
div.social a.icon-soundcloud:before {
  content: "";
}
div.social a.icon-soundcloud:hover {
  background-color: #fff;
  color: #ff7700;
}
div.social a.icon-youtube {
  background-color: #c4302b;
}

div.social a.icon-insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  /*-webkit-background-clip: text;*/
           /*Also define standard property for compatibility */
         /* background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.fa-instagram{
font-size: 18px!important;  
}



div.social a.icon-youtube:hover {
  background-color: #fff;
  color: #c4302b;
}
div.social a.icon-vimeo {
  background-color: #43baff;
}
div.social a.icon-vimeo:before {
  content: "";
}
div.social a.icon-vimeo:hover {
  background-color: #fff;
  color: #43baff;
}
div.social a.icon-dribbble {
  background-color: #ea4c89;
}
div.social a.icon-dribbble:before {
  content: "";
}
div.social a.icon-dribbble:hover {
  background-color: #fff;
  color: #ea4c89;
}
div.social a.icon-rss {
  background-color: #ee802f;
}
div.social a.icon-rss:before {
  content: "";
}
div.social a.icon-rss:hover {
  background-color: #fff;
  color: #ee802f;
}
div.social a.icon-github {
  background-color: #171515;
}
div.social a.icon-github:before {
  content: "";
}
div.social a.icon-github:hover {
  background-color: #fff;
  color: #171515;
}
div.social a.icon-tumblr {
  background-color: #34526f;
}
div.social a.icon-tumblr:before {
  content: "";
}
div.social a.icon-tumblr:hover {
  background-color: #fff;
  color: #34526f;
}
div.social a.icon-linkedin {
  background-color: #007fb1;
}
div.social a.icon-linkedin:before {
  content: "";
}
div.social a.icon-linkedin:hover {
  background-color: #fff;
  color: #007fb1;
}
div.social a.icon-gplus {
  background-color: #dd4b39;
}
div.social a.icon-gplus:hover {
  background-color: #fff;
  color: #dd4b39;
}
div.social a.icon-stackexchange {
  background-color: #f47920;
}
div.social a.icon-stackexchange:before {
  content: "";
}
div.social a.icon-stackexchange:hover {
  background-color: #fff;
  color: #f47920;
}

/*socialmedia responsive class*/
@media only screen and (max-width: 600px) {
div.social {
      width: 100%;
    position: relative;
    text-align: center;
    top: 0px;
    margin-top: 0px;
    display: flex;
}
div.social a {
    width: 25px;
    height: 25px;
  margin-left: 2px;
}

/*others css*/
.testimonials-main img{
      width: 100%;
    float: none;
}
.testimonial-info-wthree{
  width: 100%;
    float: none;
  }

.img-thumbnail-gallry-responsive{
  height: auto!important;
  text-align: -webkit-center;
}
.pd20-30{
padding: 27px;
}
.gl-imgresize{
  width: 100%;
  height: auto!important;
}
}

footer .col-md-3 {
    padding: 5px;
    text-align: center;
    margin-bottom: 17px;
}


/*side sticky color panel*/



.spans {
  font-style: italic;
  display: block;
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  /*background: #000000;*/
  background: #055705;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  /*width: 190px;*/
  width: 260px;
  position: fixed;
  right: -250px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 23px!important;
    vertical-align: top!important;
    height: 27px;
  }

.float-fb {
  /*top: 160px;*/
  top: 56px;
}


.flex-color-panel {
      display: flex!important;
      height: 29px;
}

ul.flex-color-panel {
    /*display: flex!important;*/
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: center;
      justify-content: flex-start;
      align-items: stretch;
      position: relative;
      top: 4px;
      margin-left: 7px;
}

a.btn.btn-link.ng-binding {
    font-size: 12px;
}
.font-cotrl{
  font-size: 20px;
}

.badge-warning{
  padding: 6px;
}
ul.screen-zoom.flex-color-panel li {
    margin-left: 3px;
}
ul.colr-panel.flex-color-panel li {
    margin-left: 3px;
}
ul.lng-panel.flex-color-panel li {
    /* margin: 0; */
    margin-top: -9px;
    margin-left: -11px;
}

.float-fb:before {
    content: "◄";
    padding-right: 0.5em;
    font-size: 42px;
    position: absolute;
    left: -35px;
    top: 0px;
    background: #055705;
    color: #ffc733;
    height: 37px;
    line-height: 37px;
}

/*logos and headers css*/
object.logo-svg-resposive {
    height: 117px;
    width: 100%;
}
.header-right-text {
    text-align: right;
}
h2.head-Agrisnet {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: -2px -1px 1px #fff;
    color: green;
    letter-spacing: 1.1px;
}
p.tn-department-title-one {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    color: #402a89;
}
p.tn-department-title-two {
    font-size: 13px;
    font-weight: bold;
    color: #5d5a5a;
}
@media only screen and (max-width: 600px) {
  p.tn-department-title-two { font-size: 8px!important;}
  p.tn-department-title-two{
    font-size: 11px;
  }
}

img{
  object-fit: cover;
}
.over-flow-hd{
 overflow: hidden;
}

.img-thumbnail-gallry-responsive{
  width: 100%; 
  height: 250px;,
}


.gl-imgresize{
  width: 100%;
  height: 166px;
}


/*footer aline*/

i.left-float {
    float: left;
    position: absolute;
    left: 0;
}
footer .container .row p {
    word-break: break-all;
    text-align: justify;
    margin-left: 23px;
}
.text-center{
  text-align: center!important;
}