﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url('https://fonts.googleapis.com/css?family=Karma|Mukta|Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Pacifico|Lobster');
@import url('https://fonts.googleapis.com/css?family=Cinzel|Josefin+Sans|Lato');
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cambay&display=swap');
@import url('https://fonts.google.com/share?selection.family=Khand:wght@600');
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.tagcloud02 div span {
    position: relative;
    padding: 4px 18px;
    margin: 0px 10px 10px 0px;
    border-radius: 10px;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    background-color: #3498DB;
    border-bottom: 2px solid #2980B9;
    text-shadow: 0px -2px #2980B9;
    display: inline-block;
}

.tagcloud02 ul li {
    /*float: left;
    width: 150px;
    margin: 0 10px 10px 0;
    padding: 0;*/
	
	margin: 5px 10px 5px 0;
    padding: 0;
    display: inline-block;
	
}



.tagcloud02 ul li a {
    position: relative;
    padding: 4px 7px;
    margin: 0px 10px 10px 0px;
    border-radius: 10px;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    background-color: #82BF56;
    border-bottom: 2px solid #669644;
    text-shadow: 0px -2px #669644;
    display: inline-block;
}


.clsNewsTitleHeading1 {
    font-size: 22px;
    color: #545352;
    padding: 4px 15px;
    border-left: 5px solid #ed7900;
    margin: 10px 0;
    font-weight: 700;
}


.clsNewsTitleHeading2 {
	
    color: #ae011a;
    margin: 15px 0;
    font-family: Vesper Libre;
    border-top: 1px dashed #ae011a;
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #ae011a;
    font-size: 28px!important;
}
img {
   max-width: 100%;
}
.line-clamp
{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;

	line-height        : 1.5;
	overflow           : hidden;
	text-overflow      : ellipsis;
	padding            : 0 ;
}
.line-clamp:after
{
	content    : '';
	text-align : right;
	bottom     : 0;
	right      : 0;
	width      : 25%;
	display    : block;
	position   : absolute;
	height     : calc(1em * 1.5);
	/*background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);*/
}

@supports (-webkit-line-clamp: 1)
{
	.line-clamp:after
		{
		display : none !important;
	}
}

.line-clamp-1
{
	-webkit-line-clamp : 1;
	height             : calc(1em * 1.5 * 1);
}
.line-clamp-2
{
	-webkit-line-clamp : 2;
	height             : calc(1em * 1.5 * 2);
}
.line-clamp-3
{
	-webkit-line-clamp : 3;
	height             : calc(1em * 1.5 * 3);
}
.line-clamp-4
{
	-webkit-line-clamp : 4;
	height             : calc(1em * 1.5 * 4);
}
.line-clamp-5
{
	-webkit-line-clamp : 5;
	height             : calc(1em * 1.5 * 5);
}
/*! Social Likes v3.1.0 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.fbshare {
    margin-bottom: 13px;
}
.social-likes {
    display: inline-block
}
.social-likes,
.social-likes__widget {
    padding: 0;
    vertical-align: middle!important;
    word-spacing: 0!important;
    text-indent: 0!important;
    list-style: none!important
}
.social-likes {
    opacity: 0
}
 #share2 .social-likes__icon {   background-repeat: no-repeat;
    height: 16px;
    width: 10px;     font: normal normal normal 14px/1 FontAwesome !important;}
.facecls{
border-bottom: 1px solid #cccccc;
padding-bottom:5px;
margin-bottom:5px;
}
.social-likes_visible {
    opacity: 1;
    transition: opacity .1s ease-in
}
.social-likes>* {
    display: inline-block;
    visibility: hidden
}
.social-likes_vertical>* {
    display: block
}
.social-likes_visible>* {
    visibility: inherit
}
.social-likes__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap
}
.social-likes__widget:before,
.social-likes__widget:after {
    display: none!important
}
.social-likes_vertical .social-likes__widget {
    float: left;
    clear: left
}
.social-likes__button,
.social-likes__icon,
.social-likes__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility
}
.social-likes__button {
    display: inline-block;
    margin: 0;
    outline: 0
}
.social-likes__counter {
    margin: 0;
    outline: 0
}
.social-likes__button {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.social-likes__button:before {
    content: "";
    display: inline-block
}
.social-likes__icon {
    
    top: 0;
    left: 0
}
.social-likes__counter {
    display: none;
    position: relative
}
.social-likes_ready .social-likes__counter,
.social-likes__counter_single {
    display: inline-block
}
.social-likes_ready .social-likes__counter_empty {
    display: none
}
.social-likes_vertical .social-likes__widget {
    display: block
}
.social-likes_notext .social-likes__button {
    padding-left: 0
}
.social-likes_single-w {
    position: relative;
    display: inline-block
}
.social-likes_single {
    position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .11s, opacity .1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.social-likes_single.social-likes_opened {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s ease-out
}
.social-likes__button_single {
    position: relative
}
.social-likes,
.social-likes__widget {
    border: 0;
    font-size: 14px
}
.social-likes__widget {
    line-height: 20px
}
.social-likes {
    min-height: 28px;
    margin: -3px
}
.social-likes,
.social-likes_single-w {
    line-height: 20px
}
.social-likes__widget {
    margin: 3px
}
.social-likes__button,
.social-likes__counter {
    font-family: "Trebuchet MS", "Helvetica Neue", Tahoma, sans-serif;
    font-size: 14px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px
}
.social-likes__button {
    padding: 1px 4px 1px 20px;
}
.social-likes__icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat
}
.social-likes__counter {
    margin-left: 7px;
    padding: 1px 4px;
    font-weight: 800;
    color: #000000;
   
    cursor: default
}
.social-likes__counter:before,
.social-likes__counter:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0; 
	color:#B5B5B4;
}
.social-likes__counter:before {
    top: 9px;
    left: -6px;
    border: 6px inset transparent;
    border-left: 0;
    border-right: 6px solid;
    opacity: .7
}
.social-likes__counter:after {
    top: 10px;
    left: -4px;
    border: 5px inset transparent;
    border-left: 0;
    border-right: 5px solid
}
.social-likes_vertical {
    margin: -6px -4px
}
.social-likes_vertical .social-likes__widget {
    margin: 6px 4px
}
.social-likes_notext .social-likes__widget {
    margin: 3px 2px
}
.social-likes_notext .social-likes__button {
    width: 16px
}
.social-likes_single {
    margin-top: -16px;
    padding: 6px 6px 4px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}
.social-likes__widget_single {
    margin: 0
}
.social-likes__button_single {
    padding-left: 19px;
    background: #e2e2e2;
    background: linear-gradient(to bottom, #f7f7f7, #e2e2e2);
    color: #444;
    border-color: #ccc;
    border-color: rgba(179, 179, 179, .8);
    border-bottom-color: rgba(153, 153, 153, .8)
}
.social-likes__button_single:hover,
.social-likes__widget_active .social-likes__button_single {
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f0f0f0, #cfcfcf);
    color: #222;
    border-color: #bbb;
    border-bottom-color: #9f9f9f
}
.social-likes__icon_single {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAACmUlEQVR42kySX0hTYRjGn/O3nQ3FTduc1gwsQA1VCgK9iYmBDIjwxvDGO70qVIRUKUTwbiKI6rWgGEOhFAhCJMYIQxiSjIgybIi2tuHcOTv/z9fZCaIH3psPfu/3Pg8PRQiho9vRlxk989SAEaBAWbqlQzd1lMUxHDiaAwGhWbC/A3zg9eiT0VdMmkuPade1MY1oNzRKcxGWCN4Kr+Cr9An+Kr8gWZKQU3MCGLgsyvIV6eLd7bfbHOu55emTVMlng2A5Fn1tfei+3Y3/tfdtD7upXYiyCFqlfcJNIcJeqpfNJmuC4ihMh6fRWN2Is8IZEj8TDtQV6nIWpTIpxE/icFNuqJraxJa0EsnLeUw8mnCgnS87WPy4CEmTHHDjaANttW1I/Uo5XlVDBdEJYUO+kLUaWUWNpwZZKYv5+DzqKuuwEFkAAUE0HkXiNAE350ZRK8JODpzBEZqhGVKGyto/2UdGymD4wTCa/c1o8bdg8N4gSkYJXsGLpkCTMzzLgz08PaR6V3tB8RTs1ODm3SjIhX/BFJUiLq4uMBOeQc+dHudt6s2UxSqGAkVWQFs07O8dD3Mf5pCVsyCEYPlgGbUVtQg3hmGYBmLHMaRzabCmaRKO4mARCwwYTD6cxFpyDePvxp3t5ZOXIkuwLWE9uY6RrREE+aADAgYg6iIG7g+gv7XfmeR5EhQotAfbnQWbR5uYfT+LhqoGWIplg4b5HSZ8AitgK7kFWZUx1DmEjmCHA6QLaawkVhD7HIOH9oCYBKZu/qBCj0PPqjurX9hwkDAEdiGcfta4/yadLWWd3nqveQGCss7zn/ILTOvz1oPccU6neTpADMK4iOuKMRmxJJVEpaSIvMWLLsslWpolm4r5VT6TV+o766N/BBgAW0s6t4L8o7kAAAAASUVORK5CYII=");
    background-position: 2px 3px
}
.social-likes__counter_single {
    background: #f6f6f6;
    border-color: #ddd
}
.social-likes__counter_single:after {
    border-right-color: #f6f6f6
}
.social-likes__button_facebook {
    padding: 7px 12px;
    background: #3B5998;
    
    color: #ffffff;
    border: none;
    
}

.social-likes__icon_facebook {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAFVBMVEVheaw7WZhgeKvr7vT///9FYp5thLQcmmHvAAAAMklEQVQI12NgFAQBAQZBCADTyi4Q2gRKuwii0C4uEHFjF2Os8mA6LC0tzSUtFU5D7QEASU4NS6TAlaUAAAAASUVORK5CYII=");
    background-position: 3px 3px
}
.social-likes__counter_facebook {
       background: #B5B5B4;
    border: none;
    padding: 7px 10px;
}
.social-likes__counter_facebook:after {
    border-right-color: #B5B5B4;
}
.social-likes__button_twitter {
    padding: 7px 12px;
    background: #55ACEE;
    color: #ffffff;
    border: none;
    
}

.social-likes__icon_twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAA3lBMVEX///////8AgJ8AgK/////m9fr///8Afa8GgrEAfq8Afa0AgrQAfa2MyuJ7yOUBiL0AhLUAhroCg7YRiLUmncub1+8AgLUWnc////+03u8MqeYChbgmreBpx+oMreuAy+mHzOcksecmseX///////+54/NBvesmtOsKmdAAgLAAib1Pwe0amMjA5fJtxehtyextzO+N1fLW8PkAq+0Ao+EAq+wAod8AkckAjMIApeUApuYAmNIAm9cApOMAqOgAouAAqusAntoAnNgAod4Alc4AjsQAp+cApeQArO4AqenIkFDnAAAAM3RSTlMADBAQd6EkYLOAcJ9garnwn7/hZ+DLMNE8pPvR89n7wYjx80gwruvz+Z/v55/B39/f18d/Bxu1AAAAhUlEQVQIHR3BBQLCMBAEwE0Nd9fi7iFQrFAI5fj/h0iYAQxoZjyWhGEA0QiUxvvo5fIFoOglTJTl/nN4TlJAOpCZ7OLFiYclB6iczsHlGhLRrQqgVufC9wURb0JxWm36+7rQOl1BCu/1oQ2GI0HExzYUczqT9weJuc2gMGu5Wm+2O4tB+QHGhxMRTbwDjQAAAABJRU5ErkJggg==");
    background-position: 3px 5px
}
.social-likes__counter_twitter {
       background: #B5B5B4;
    border: none;
    padding: 7px 10px;
}
.social-likes__counter_twitter:after {
    border-right-color: #B5B5B4
}
.social-likes__button_plusone {
     padding: 7px 12px;
    background: #d23e30;
    color: #ffffff;
    border: none;
}

}
.social-likes__icon_plusone {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAA1VBMVEX////w8PDaVzv6+vr29vbijXveaU/s5uXcalHmqp3p5eTfeGLnoJH77erw6ujcYUX39PTlinfhiHXfbVPxysLaWT3u6urbWz/t6enx6efggm78/PzutKfdZUvecVjq4d/kraHcYUb02NLjgWvcZ03gkH7fiXbcYkf33df4+Pj44dzxxLrebVXmu7Lw8PDgdFzgfGbo4+LssqXccVnl1tPcmozdemTcdFznlILaWTzcaE/kzsrik4L48fDsq53219Hhd2DdclvaVzr57Orj09Dqp5jl2daL4EW+AAAAAnRSTlMA+MX1txYAAAB3SURBVAgdLcEDFsMAEEDB341q27ZtbHH/IzV96QzBQDIkLiuKP2yUylKJGBCLAwkpAilcaclkIZcHCiIO6ARw5A5otQb1RhNoabvT7fVxDYajsV7xTGc6X+BZqq7WwGa7s/YHPZ7gfDFM82brA3z8PG198ffWzxcvuAx4n4cZ9wAAAABJRU5ErkJggg==");
    background-position: 0 6px
}
.social-likes__counter_plusone {
        background: #B5B5B4;
    border: none;
    padding: 7px 10px;
}
.social-likes__counter_plusone:after {
    border-right-color:#B5B5B4
}
.social-likes__button_mailru {
    padding-left: 18px;
    background: #004584;
    background: linear-gradient(to bottom, #5d90ba, #004584);
    color: #fff;
    color: rgba(255, 255, 255, .95);
    border-color: #1e65a5;
    border-color: rgba(11, 84, 153, .8);
    border-bottom-color: rgba(3, 27, 48, .8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}
.social-likes__button_mailru:hover {
    background: #001e5d;
    background: linear-gradient(to bottom, #618cae, #001e5d);
    color: #fff;
    color: rgba(255, 255, 255, .99);
    border-color: #094984;
    border-bottom-color: #031b30
}
.social-likes__icon_mailru {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAACXUlEQVR42nyTbUhTYRiGLzU1WxgqfqK5pSkaliASRb8qwLIIIaAQQ4qsAJLof4ghUkhQlJlihq6gyiTBqFQrmuIS0TDNUSubqS3bVHNzW7r1nJgxE3zh4pzD8/G+9/2cF1ZZiz1sXC3u919yCFAoFAmZPiGDcEe4HpDN3IpiKdR4PDzz8yPF+A1D9wDmySnsCdGEZqYSlRRPssRHJZ4rDQYA/L2F4W43L23zxBaWoM0u4Mp3C43pGrpedFObksel4goezMyhUvKWybF3Ur3wlsX8fVRqL7JfgsOCx4dblg7azxymak6HXXj4T6dLj1N3m/cn88j4reen4TGGrDRuAOUFuTT8eoNFafK6huP3ymhTNlJOu8Yyw9aIDQQNGmm7XMxu0RR2opTy3g/UAtMNLajVsfiVnCLf4STw6wRNkrNHZG33/zJOKkBwIH0/rOyYtWHT9VOjFAIAI64F6gEAYiIYBhg1s9l/yIgDIFXN2o8mpkNVqORIbt8RipzopXdxPhLANIHTv66ZPocLpyaOgxVamuwOHItutNJgvdeT9PgoKpaKI8PIFcc9jR30AgS2XKVLMWT8OQdydnJtsh2T1+W/Rr2qRm/rxGFu5alirny/A9YBIIYdMjYzLi7Oy/NscBDnjuZQX3qa+7syqQLylA0Ulz89YTRNwzHfPywgI5nzd8so2rKJJMAkU9CZrVgTY4hQhRC37QiVY5NkTc0yAtQJjgAAwCNO9998hNU6i9PjxhUVjjoxlr02B2GDn7H1DHFBxtkK6IWFFRfDu1IEjZDgxSKMCU3Csin8EWAAcfkVu4j5tGUAAAAASUVORK5CYII=");
    background-position: 1px 2px
}
.social-likes__counter_mailru {
    background: #fff1c2;
    border-color: #ffc70d
}
.social-likes__counter_mailru:after {
    border-right-color: #fff1c2
}
.social-likes_notext .social-likes__icon_mailru {
    background-position: 2px 2px
}
.social-likes__button_vkontakte {
    background: #436f96;
    background: linear-gradient(to bottom, #8faecf, #436f96);
    color: #fff;
    color: rgba(255, 255, 255, .95);
    border-color: #4d84c1;
    border-color: rgba(78, 131, 193, .8);
    border-bottom-color: rgba(52, 88, 127, .8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}
.social-likes__button_vkontakte:hover {
    background: #4e80ab;
    background: linear-gradient(to bottom, #a2c0df, #4e80ab);
    color: #fff;
    color: rgba(255, 255, 255, .99);
    border-color: #5788be;
    border-bottom-color: #3b6798
}
.social-likes__icon_vkontakte {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAACFUlEQVR42mL5//8/g4JbDgsDA4MgEMsCsTAQswExIwN28BuI3wPxUyB+DcS/WIAGgBSLBzqbJqWHuWYoSImKcLCzsuEwgOHP33//Hr94+3rzgTPb+xZubQcK3WOQd83m9M3ujPz6/eeP/yQAoFn/KvqXNQL1CzEBTeJ1tdLz4uJgY2cgATAxMjJaG6p7g4IBFBYcPFwcYsgK3n/6+sUwpLwXyLwGxNxAzBLsam5XmujrLSEiIAhTB7SYE0hxggxh/P/vPxMWy44baym9i/Ozy7x+78n1Gav2zGZiYuTqLo4JQlPHyITPxbISwvL+TiaJAc5m0aAYE+DlxuplFjyG/Dtz9d6dqokr6s9cuXvH1lhTODPc1Q6rbXgMYRQW4OHUUZXVAbrG8fDZ6y8Ta6b3f/vx6ycpLmGSFBVUifKyDgVxPnz+dn72mr3Hb95/+txQU1GBaO8A087TExdvn/3w+eun9XtP3WRnY5WTFhcSwO4SRsb/WAzRAXrhOhBPBQWqorSo1aTKxFgxIX50Q/6DDPn5+8+fT8iivNycXIcWNpTD+MCw4eHm5OBAt+Xnrz9/QHkHFLCfj1+4tReUJ+DOY2ZikpMUEYFhbAaAwPV7T0+AgotZQNns74Nnr9+xsjKL6KrKqbOyMLMQSvJ//vz9s27PqcPNM9e1ALmPGKFFASjXSgCxPBDz4SkGYOArED+B4u8AAQYACBLgM8J5VXgAAAAASUVORK5CYII=");
    background-position: 1px 2px
}
.social-likes__counter_vkontakte {
    background: #eaeef3;
    border-color: #afc1d4
}
.social-likes__counter_vkontakte:after {
    border-right-color: #eaeef3
}
.social-likes__button_odnoklassniki {
    padding-left: 17px;
    background: #f6900b;
    background: linear-gradient(to bottom, #f6bb6d, #f6900b);
    color: #fff;
    color: rgba(255, 255, 255, .95);
    border-color: #d99c27;
    border-color: rgba(217, 154, 38, .8);
    border-bottom-color: rgba(197, 137, 7, .8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}
.social-likes__button_odnoklassniki:hover {
    background: #f69a21;
    background: linear-gradient(to bottom, #fbcc5a, #f69a21);
    color: #fff;
    color: rgba(255, 255, 255, .99);
    border-color: #f0b22c;
    border-bottom-color: #c59121
}
.social-likes__icon_odnoklassniki {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAQAAACcwS2GAAAA4ElEQVQYGQXBMUsCYQCA4Zc75yS3BoWQSHCK1oaGpjYLAgd3IZwkcOuHNBREEGQI/QFpy/GqranBkNCw8pKD83t7HgCMbXhmwxgAsORIVX22BMDqSvP59CGf6+oagPCtt0dsXBxqWAKw+tGPPZgeaFgC8Hmvzr0LXzodANCtpYmqpkm3Bhhnx52dYfvlfNju7WYnxthSf7NBepn1/VNb3GwtRqqqmib9GhQoP56q6lOXCgXAzTBWcw0TtwGLYazpa28/TTRMLPK2ls/SpFmn0KwvRvnsfR0iqlSIgIgyVaJ/7Q6fqBoqPZcAAAAASUVORK5CYII=");
    background-position: 4px 3px
}
.social-likes__counter_odnoklassniki {
    background: #ffe9be;
    border-color: #d9ab53
}
.social-likes__counter_odnoklassniki:after {
    border-right-color: #ffe9be
}
.social-likes_notext .social-likes__icon_odnoklassniki {
    background-position: 5px 3px
}
.social-likes__button_pinterest {
    padding: 7px 12px;
    background: #cb132d;
    color: #ffffff;
    border: none;
}
.fa-pinterest-p:before {
  content: "\f231";
}
.social-likes__icon_pinterest {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAABYlBMVEX////CByTCByXCByS+BSC2ACTCBiS/ABXBByXBBiTCBiQAAAC/ACC5ABe0AB7BBiTBCCTBBCPBByW/AADCByTBCCXBCCXCAB/BBiTCBSTBByTBByTBByTBByW6AB3DByTBBiTBBiPCByTCBiW/BiDBBiTCBiO/BiPBBiS/BCK+BSHBByTBCCTBCCW5ACO8ABvCCCTBBiTBBiPCBiOZAAC/ACDCByPABSTCBiTCBiPCBiXBBiTCByTBByTBByLCBiTDCCTCCCTBByTBByXBByXBByXBBiXBByXBBiXCByTBCCWzABq/BiSAAADCBCTBBiXBBiXBByXBByXBByPBBiTCCCTBBiPCBiTBBiPBBSO4ABy/BSLBByXAByTAByW8BiG/BCTBByPCACS/BCPABCTACCOqAADCByLBCCTCCCTCBiTCBiTBByLBBiPCCCTBBiTCCCS+CCLCCCXCByTDCCXCByVy9s/zAAAAcnRSTlMA6ryWNwf9DObPswEQCxHspTqZBI3s6xn8Mo+csesass3a2fooW9Essjwv2+LmFhPpodOnBQjEaarZ2J3UzZR5qqqT1pH7Wq3s1eQKVAJH9Mnf3tuwgbBPe14SNG9NRS5AlxVIOYIGS8aiq6Mly8XXo0OXLlv1AAAA3ElEQVQYGQXBA4IDUAxAwVd763Zt27Zt22byc/+dAQAAAACAsvKIp6p52g8ABHINpmqiQV8CIFCpouvemtpS57whIKey1zQItLSaVUB7UMerzzN19bONDJikWXRLbSUd2mnW1d3Ta3302zfzlh4adjbCqIyRtAkmpyBqMkNG8yRtjt2FWNwjssyKrLLmwhubnq1tsZ1idt8O8JkeHh1zYnbKmViKCxG1S7JX19yETW7hzon476MPj095kRSQ8Irn+cVU1NxrHCD0Fom9m5qTjxIA4LP4VSj8/P4B/APnbDloW0CFhAAAAABJRU5ErkJggg==");
    background-position: 2px 1px
}
.social-likes__counter_pinterest {
    background: #B5B5B4;
    border: none;
    padding: 7px 10px;
}
.social-likes__counter_pinterest:after {
    border-right-color: #B5B5B4
}

.addthis_32x32_style .at_flat_counter, .addthis_32x32_white_style .at_flat_counter {
    height: 2pc;
    margin: 0 2px 0 10px;
    line-height: 2pc;
    padding: 0 9pt;
    font-size: 14px;
}
.at_flat_counter:hover {
    background: #e1e2e2;
}
.at_flat_counter {
    height: 1pc;
    margin: 2px 2px 0 8px;
    padding: 0 6px;
    line-height: 1pc;
    font-size: 10px;
    position: relative;
    left: -1px;
    display: inline-block;
    background: #ebebeb;
    text-transform: uppercase;
    font-family: helvetica,arial,sans-serif;
    font-weight: 700;
    color: #32363b;
    cursor: pointer;
    vertical-align: top;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.fb2 {
    position: fixed;
    top: 215px;
	left:0px;
}
	.social-likes_vertical{min-height:30px!important;}
	
	#share3.facebook{width:100px!important;}
	
	.fb2 .social-likes__icon{position:relative !important ; margin-left:10px; }
	
	.fb2 .social-likes__button {
    font-size: 18px !important;
    font-weight: 700 !important;
	
        padding: 5px 0px 7px 3px !important;
}
 .fb2 .social-likes__widget{ margin :0.1em 0.5em !important;min_width:100px; } 

.fbshare{}
.updated{padding-left:5px;}


.share_icons_container .fbshare a {
    padding: 0px !important;
}

.Img-Latest-News-1-v1{
	border-style: solid;
	border-width: 0;
}
.Img-Latest-News-1-v1 *{
	margin: 0;
	padding:0;
}
.Img-Latest-News-1-v1 a{
	text-decoration: none;
	color:black;
}

.Img-Latest-News-1-v1 .heading{
	padding:10px;
}
.Img-Latest-News-1-v1 .grid_container .grid_box{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.Img-Latest-News-1-v1 .grid_container .grid_box:last-of-type{
	margin-bottom: 0px;
	border-bottom: none;
}
.Img-Latest-News-1-v1 .grid_container .grid_box .image{
	height: 150px;
}
.Img-Latest-News-1-v1 .grid_container .grid_box .image img{
	display: none;
}
.Img-Latest-News-1-v1 .grid_container .grid_box h1{
	font-size: 15px;
	font-weight: bold;
	padding-top:10px;
	font-family: Montserrat;
	text-align: center;
}
.Img-Latest-News-1-v1 .grid_container .grid_box p{
	padding-top:5px;
	font-size: 13px;
	font-family: Montserrat;
}
.Img-Related-News-1-v1{
	border-style: solid;
	border-width: 0;
}
.Img-Related-News-1-v1 *{
	margin: 0;
	padding:0;
}
.Img-Related-News-1-v1 a{
	text-decoration: none;
	color:black;
}

.Img-Related-News-1-v1 .heading{
	padding:10px;
}
.Img-Related-News-1-v1 .grid_container .grid_box{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.Img-Related-News-1-v1 .grid_container .grid_box:last-of-type{
	margin-bottom: 0px;
	border-bottom: none;
}
.Img-Related-News-1-v1 .grid_container .grid_box .image{
	height: 150px;
}
.Img-Related-News-1-v1 .grid_container .grid_box .image img{
	display: none;
}
.Img-Related-News-1-v1 .grid_container .grid_box h1{
	font-size: 15px;
	font-weight: bold;
	padding-top:10px;
	font-family: Montserrat;
	text-align: center;
}
.Img-Related-News-1-v1 .grid_container .grid_box p{
	padding-top:5px;
	font-size: 13px;
	font-family: Montserrat;
}
.Img-News-Page-Category-News-1-v1{
	border-style: solid;
	border-width: 0;
}
.Img-News-Page-Category-News-1-v1 *{
	margin: 0;
	padding:0;
}
.Img-News-Page-Category-News-1-v1 a{
	text-decoration: none;
	color:black;
}

.Img-News-Page-Category-News-1-v1 .heading{
	padding:10px;
}
.Img-News-Page-Category-News-1-v1 .grid_container .grid_box{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.Img-News-Page-Category-News-1-v1 .grid_container .grid_box:last-of-type{
	margin-bottom: 0px;
	border-bottom: none;
}
.Img-News-Page-Category-News-1-v1 .grid_container .grid_box .image{
	height: 150px;
}
.Img-News-Page-Category-News-1-v1 .grid_container .grid_box .image img{
	display: none;
}
.Img-News-Page-Category-News-1-v1 .grid_container .grid_box h1{
	font-size: 15px;
	font-weight: bold;
	padding-top:10px;
	font-family: Montserrat;
	text-align: center;
}
.Img-News-Page-Category-News-1-v1 .grid_container .grid_box p{
	padding-top:5px;
	font-size: 13px;
	font-family: Montserrat;
}
.Img-News-Page-Other-Category-News-1-v1{
	border-style: solid;
	border-width: 0;
}
.Img-News-Page-Other-Category-News-1-v1 *{
	margin: 0;
	padding:0;
}
.Img-News-Page-Other-Category-News-1-v1 a{
	text-decoration: none;
	color:black;
}

.Img-News-Page-Other-Category-News-1-v1 .heading{
	padding:10px;
}
.Img-News-Page-Other-Category-News-1-v1 .grid_container .grid_box{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.Img-News-Page-Other-Category-News-1-v1 .grid_container .grid_box:last-of-type{
	margin-bottom: 0px;
	border-bottom: none;
}
.Img-News-Page-Other-Category-News-1-v1 .grid_container .grid_box .image{
	height: 150px;
}
.Img-News-Page-Other-Category-News-1-v1 .grid_container .grid_box .image img{
	display: none;
}
.Img-News-Page-Other-Category-News-1-v1 .grid_container .grid_box h1{
	font-size: 15px;
	font-weight: bold;
	padding-top:10px;
	font-family: Montserrat;
	text-align: center;
}
.Img-News-Page-Other-Category-News-1-v1 .grid_container .grid_box p{
	padding-top:5px;
	font-size: 13px;
	font-family: Montserrat;
}
.Custom-Image-1-v1 *{
    padding:0;
    margin:0;
}
.Custom-Image-1-v1 a{
   text-decoration: none;
   color: black;
}
.Custom-Image-1-v1 a:hover{
   text-decoration: none;
}
.Custom-Image-1-v1 h1{
    display: none;
}
.Custom-Image-1-v1 .grid{
    border-style: solid;
    border-width: 0;
    display: grid;
    grid-template-columns: 1fr;
}
.Custom-Image-1-v1 .image{
    position: relative;
}
.Custom-Image-1-v1 .image a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
}
.News-Tags-1-v1{
	border-style: solid;
	border-width: 0;
}
.News-Tags-1-v1 *{
	padding:0;
	margin:0;
}
.shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.shadow-md{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
    0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
}
.News-Tags-1-v1 a{
	display: inline-block;
	padding:7px 20px;
	text-align: center;
	margin:5px;
	text-decoration: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	transition: 0.3s background-color, 0.3s color;
}
.Most-Popular-1-v1{
	border-style: solid;
	border-width: 0;
}
.Most-Popular-1-v1 *{
	margin: 0;
	padding:0;
}
.Most-Popular-1-v1 a{
	text-decoration: none;
	color:black;
}
.Most-Popular-1-v1 .heading a{
	display: inline-block;
}
.Most-Popular-1-v1 .heading a:first-of-type{
	//float: right;
	padding-right: 25px;
}
.Most-Popular-1-v1 .heading a span{
	display: block;
	height: 3px;
	margin-top:5px;
	border-radius: 50px;
}
.Most-Popular-1-v1 .heading{
	padding:10px;
}
.Most-Popular-1-v1 .most_read{
	display: none;
}
.Most-Popular-1-v1 .grid_container .grid_box{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.Most-Popular-1-v1 .grid_container .grid_box:last-of-type{
	margin-bottom: 0px;
	border-bottom: none;
}
.Most-Popular-1-v1 .grid_container .grid_box .image{
	/*height: 150px;*/
	overflow: hidden;
}
.Most-Popular-1-v1 .grid_container .grid_box .image img{
	/*display: none;*/
}
.Most-Popular-1-v1 .grid_container .grid_box h1{
	font-size: 15px;
	font-weight: bold;
	padding-top:10px;
	font-family: Montserrat;
	text-align: center;
}
.Most-Popular-1-v1 .grid_container .grid_box p{
	padding-top:5px;
	font-size: 13px;
	font-family: Montserrat;
}
@import url("https://sangraha.net/s90/FontAwesome6/css/all.css");
.Menu-Bar-1-v1 *{
	padding:0;
	margin:0;
	text-decoration: none;
	list-style: none;
}
.Menu-Bar-1-v1 a{
	text-decoration: none;
}
.Menu-Bar-1-v1 *:focus{
	outline: none;
}
.shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.shadow-md{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
    0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
}
.Menu-Bar-1-v1{
	border-style: solid;
	border-width: 0;
}
.Menu-Bar-1-v1 .desktop{
	display: grid;
	grid-template-columns: 1fr auto 50px;
}
.Menu-Bar-1-v1 .desktop_fixed{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	display: grid;
	grid-template-columns: auto 1fr auto 50px;
	display: none;
	z-index: 50;
}
.Menu-Bar-1-v1 .desktop_fixed .logo_container{
	height: 100%;
	min-width: 150px;
	max-width: 150px;
	text-align: center;
}
.Menu-Bar-1-v1 .desktop_fixed .logo_container img{
	width: auto;
	max-height: calc(100% - 15px);
	padding:0px 10px;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
.Menu-Bar-1-v1 .mobile_menu_icon{
	display: none;
	width: 50px;
}
.Menu-Bar-1-v1 .mobile_menu_icon a{
	display: block;
	width: 100%;
	text-align: center;
	color:#424242;
	vertical-align: middle;
	font-size: 18px;
}
.Menu-Bar-1-v1 .social_accounts{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.Menu-Bar-1-v1 .social_accounts a{
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	font-size: 16px;
	cursor: pointer;
	color:black;
	margin-left: 5px;
	margin-right: 5px;
}
.Menu-Bar-1-v1 .social_accounts a i{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
.Menu-Bar-1-v1 .search_icon{
	position: relative;
}
.Menu-Bar-1-v1 .search_icon input[type="text"]{
	display: none;
	position: absolute;
	top:0;
	right: 50px;
	width: 150px;
	height: 100%;
	padding:10px;
	border:none;
	border-bottom: 2px solid #ccc;
}
.Menu-Bar-1-v1 .search_icon a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	//background-color: #fafafa;
	font-size: 18px;
	cursor: pointer;
	color:black;
}
.Menu-Bar-1-v1 .search_icon a i{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
.Menu-Bar-1-v1 .menu_container{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.Menu-Bar-1-v1 .menu_container > ul > li > ul, .Menu-Bar-1-v1 .menu_container > ul > li > ul > li > ul{
	display: none;
}

/* Level 1 */
.Menu-Bar-1-v1 .menu_container > ul{
	position: relative;
	float: left;
	border-right-style: solid;
	border-right-width: 0;
}
.Menu-Bar-1-v1 .menu_container > ul:last-of-type{
	border-right-width: 0 !important;
}
.Menu-Bar-1-v1 .menu_container > ul > li a{
	display: block;
	padding:10px 20px;
	//background-color: white;
}

/* Level 2 */
.Menu-Bar-1-v1 .menu_container > ul > li > ul{
	position: absolute;
	left:0;
	width: 200px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	//background-color: #424242;
	z-index: 50;
}
.Menu-Bar-1-v1 .menu_container > ul > li:hover > ul{
	display: block;
}
.Menu-Bar-1-v1 .menu_container > ul > li > ul > li a{
	display: block;
	padding:10px 20px;
	//background-color: #424242;
	color:white;
}

/* Level 3 */
.Menu-Bar-1-v1 .menu_container > ul > li > ul > li > ul{
	position: absolute;
	top:0;
	left:200px;
	width: 200px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	//background-color: #424242;
}
.Menu-Bar-1-v1 .menu_container  > ul > li > ul > li{
	position: relative;
}
.Menu-Bar-1-v1 .menu_container  > ul > li > ul > li:hover >ul{
	display: block;
}
.Menu-Bar-1-v1 .menu_container > ul > li > ul > li > ul > li a{
	display: block;
	padding:10px 20px;
	//background-color: #424242;
	color:white;
}


/* Mobile Menu Starts */
.Menu-Bar-1-v1 .mobile_menu{
	position: fixed;
	top:0;
	right:-300px;
	width: 300px;
	height: 100%;
	background-color: white;
	z-index: 51;
	font-size: 13px !important; 
	overflow: auto;
	transition: 0.5s right;
}
.Menu-Bar-1-v1 .mobile_menu .close_icon{
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: normal;
	cursor: pointer;
}
.Menu-Bar-1-v1 .mobile_menu .mobile_menu_container{
	padding:20px;
	clear: both;
}
.Menu-Bar-1-v1 .mobile_menu .mobile_menu_container ul li a{
	display: block;
	color:#424242;
	padding:5px 0;
	font-weight: bold !important;
}
.Menu-Bar-1-v1 .mobile_menu .mobile_menu_container > ul > li > ul{
	padding-left: 15px;
}
.Menu-Bar-1-v1 .mobile_menu .mobile_menu_container > ul > li > ul > li a{
	font-weight: normal !important;
}
.Menu-Bar-1-v1 .mobile_menu .mobile_menu_container > ul > li > ul li > ul{
	padding-left: 15px;
}
/* Mobile Menu Ends */



/* Media Queries Starts */
@media screen and (max-width: 1200px){
	/*.Menu-Bar-1-v1 .desktop{
		grid-template-columns:auto 150px 50px;
	}
	.Menu-Bar-1-v1 .desktop_fixed{
		grid-template-columns:40px auto 150px 50px;
	}*/
	.Menu-Bar-1-v1 .menu_container{
		display: none;
	}
	.Menu-Bar-1-v1 .mobile_menu_icon{
		display: block;
	}
	.Menu-Bar-1-v1 .mobile_menu_icon{
		padding-top:15px !important;
		padding-bottom:15px !important;
	}
	.Menu-Bar-1-v1 .desktop_fixed .mobile_menu_icon{
		width: 40px;
	}
	.Menu-Bar-1-v1 .desktop_fixed .logo_container img{
		padding-left: 0px !important;
	}
}
/* Media Queries Ends */

/* New Popup Search */
.Menu-Bar-1-v1 .popup_search{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 100;
}
.Menu-Bar-1-v1 .popup_search .grid{
	position: relative;
	bottom:100px;
	display: grid;
	grid-template-columns: 1fr auto auto;
	grid-gap: 0px;
	transition: 0.5s all;
}
.Menu-Bar-1-v1 .popup_search input[type="text"]{
	width: 100%;
	padding:10px 20px;
	height: 70px;
	border:none;
}
.Menu-Bar-1-v1 .popup_search .grid i{
	display: inline-block;
	width: 50px;
	height: 70px;
	background-color: #f1f1f1;
	color:black;
	margin:0px;
	vertical-align: top;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.Menu-Bar-1-v1 .popup_search .grid div:nth-child(2){
	height: 70px;
	background-color: #fff;
	border-left:1px solid #ccc;
	width: 60px;
	text-align: right;
}
.Menu-Bar-1-v1 .popup_search .grid div:nth-child(2) i{
	//border-left:1px solid #ccc;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
.Menu-Bar-1-v1 .popup_search .grid div:last-of-type i{
	//border-left: 1px solid #ccc;
	background-color: #fff;
	color: black;
}

/* Home Icon */
/*.Menu-Bar-1-v1 .menu_container > ul.home_icon{
	display: none;
}
.Menu-Bar-1-v1 .mobile_menu .mobile_menu_container .home_icon{
	display: none;
}*/
.widget-content {
    border: 1px solid #e1dcdc;
    padding: 12px;
    margin: 15px 0;
}

h4.post-title a {
    color: #025201;
    /*font-size: 1.0625rem;*/
	font-size: 15px;
}

.post-desc {
    border-top: 1px dashed #c4c4c4;
    margin-top: .625rem;
    padding-top: .625rem;
}

.post-desc a p{
	
	font-size: 15px;
	
}

.reporter-main
{
	font-size: 15px;
	    background-color: #02053c;
    margin-bottom: 10px;
    padding: 10px;
	
}	

.rep-im {
    float: left;
    margin-right: 15px;
    text-align: center;
}

.rep-name {
    color: #ffffff;
    font-size: 16px;
}

.rep-img img {
    border-radius: 150px;
    box-shadow: 1px 1px 22px #000000;
    height: 230px;
    width: 230px;
    padding: 4px;
    background: #fff;
}

.rep-img h2 {
    color: #ffffff;
    font-size: 20px;
    padding: 7px 0;
    text-transform: uppercase;
    background: none;
    border: none;
}


.authorNews .imgcircle {
    /*float: right;*/
    margin-right: 5px;
    padding: 3px;
    text-align: right;
}

.imgcircle span {
    margin-right: 10px;
}

.imgcircle img {
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    height: 50px;
    overflow: hidden;
    width: 50px;
}


.News-Article-1-v1{
	border-style: solid;
	border-width: 0;
}
.News-Article-1-v1 a{
	text-decoration: none;
}
.shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.shadow-md{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
    0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
}
.News-Article-1-v1 .heading_container{
	margin:0px;
	padding:0px;
	margin-bottom: 20px;
}
.News-Article-1-v1 .heading_container h1{
	font-family: 'Ubuntu';
	font-size: 25px;
	color:#424242;
	line-height: 31px;
	margin:0px;
	padding:0px;
}
.News-Article-1-v1 .date_and_author_container{
	margin-bottom: 20px
}
.News-Article-1-v1 .date_and_author_container span{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-family: 'Ubuntu';
	color:#424242;
	font-weight: bold;
	vertical-align: middle;
}
.News-Article-1-v1 .date_and_author_container span:last-of-type{
	margin-right: 0px;
}
.News-Article-1-v1 .date_and_author_container span i{
	padding-right: 5px;
	color:#F44336;
}
.News-Article-1-v1 .date_and_author_container span img{
	width: 50px;
	height: 50px;
	padding-right: 5px;
	border-radius: 50%;
}
.News-Article-1-v1 .share_icons_container{
	margin-bottom: 10px;
	clear: both;
}
.share_icons{
	margin-bottom:10px;
	clear: both;
}
/*
.News-Article-1-v1 .share_icons_container a{
	position: relative;
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
	vertical-align: middle;
	color:black;
	text-align: center;
	box-sizing: content-box;
	font-size: 16px;
	transition: 0.3s background-color, 0.3s color;
	margin-top: 2px;
	background-color: white;
	padding:5px;
}
.News-Article-1-v1 .share_icons_container a i{
	margin:0;
	padding:0;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
*/
.News-Article-1-v1 .body_container img{
	display: block;
	margin:auto auto;
	max-width: 100%;
}
.News-Article-1-v1 .body_container iframe{
    /*width:100%;*/
    border:none;
}
.News-Article-1-v1 .body_container{
	font-family: 'Ubuntu';
	color:#424242;
}
.News-Article-1-v1 .tags_container a{
	display: inline-block;
	padding:7px 20px;
	text-align: center;
	margin:5px;
	text-decoration: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	transition: 0.3s background-color, 0.3s color;
}

/* Hide Author Image */
.News-Article-1-v1 .date_and_author_container .authorNews{
	display:inline-block !important;
}
.News-Article-1-v1 .date_and_author_container .authorNews .authorImage{
	display:none !important;
}

/* Hide Google Plus */
.News-Article-1-v1 .social-likes__widget_plusone{
	display:none !important;
}

/* Views Count */
.News-Article-1-v1 .views_container{
	display: none;
	font-weight: bold;
}

.athdesc p {line-height: initial;}

.author-comp-v2 {
        font-size: 13px;
        color: #7e7e7e;
		border-top: 5px solid #000!important;
      }
      .author-comp-v2 {
        display: grid;
        grid-template-columns: 1fr 5fr;
        grid-gap: 15px;
        margin: 15px 0;
        padding: 15px;
        border: 1px solid #ccc;
        font-size: 14px;
        color: #7e7e7e;
      }
      h3.NameAuthor {
         margin: 10px 0 5px;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: #363636;
		line-height: inherit;
      }
      .NameAuthor a {
        color: #363636;
      }
      p.Email-author {
		margin-bottom: 7px;
		line-height: inherit;
	}
      p.Email-author a {
		font-size: 14px;
		font-style: italic;
		line-height: 21px;
		color: #1070b5;
		line-break: anywhere;
	}
      .imgauthor {
        max-height: 165px;
		overflow: hidden;
		text-align: center;
      }
      .athdesc {
        margin-bottom: 8px;
      }
	  
	  .social-auth a i {
        color: #000;
        font-size: 14px;
        display: inline-block;
        margin-right: 4px;
      }
	  
	  .social-auth a i:hover {
        color: #7e7e7e;
      }

      @media screen and (max-width: 480px) {
        .author-comp-v2 {
          grid-template-columns: 1fr;
        }
        .imgauthor {
          max-height: 165px;
		  overflow: hidden;
          text-align: center;
        }
        .imgauthor img {
          max-height: 150px;
        }
        .Desc-ath {
          text-align: center;
        }
      }
	  
	  
/* Tabs CSS Starts Here  */	  
	  
	  .wrapper {
    width: 90%;
    max-width: 900px;
    margin: auto;
}

.previewContainer {
    padding-top: 30px;
}

.generateTabsContainer * {
    font-family: Montserrat;
}

.generateTabsContainer {
    display: grid;
    grid-template-columns: 1fr 350px;
    min-height: 100%;
    font-family: Montserrat;
}

.generateTabsContainer .left {
    padding-top: 30px;
}

.generateTabsContainer .right {
    height: 100%;
    background-color: white;
}
@media screen and (max-width: 800px){
    .generateTabsContainer{
        display: block;
    }
    .generateTabsContainer .right{
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 450px;
    }
    .previewContainer{
        padding-bottom: 450px;
    }
}
.generateTabsContainer .right h1 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 40px;
}

.generateTabsContainer .right label {
    display: block;
    margin-top: 30px;
}

.generateTabsContainer .right input,
.generateTabsContainer .right textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    padding: 10px 0px;
    outline: none;
    resize: none;
    font-family: Montserrat;
}

.generateTabsContainer .right button {
    width: 100%;
    border: none;
    background-color: black;
    color: white;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid;
}

.generateTabsContainer .right button:hover {
    opacity: 0.8;
}

.tabsContainer {
    /*text-align: center;*/
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: Montserrat;
}

.tabsContainer a {
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 5px solid transparent;
    color: #424242;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.tabsContainer .tabs {
    white-space: nowrap;
    overflow: auto;
}

.tabsContainer .tabs::-webkit-scrollbar {
    display: none;
}

.tabsContainer .active {
    color: #f47435;
    border-color: #f47435;
    font-weight: bold;
}

.contentBox {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Montserrat;
}

.contentBox .box {
    display: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.contentBox .box .delTab {
    border: none;
    background: transparent;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ff5722;
    cursor: pointer;
}

.contentBox .box:first-of-type {
    display: block;
}
	  
/* Tabs CSS Ends Here  */


.firstcharacter {
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}	  	  

.News-Author-1-v1 .author_container{
	margin-bottom: 20px
}
.News-Author-1-v1 .author_container span{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-family: 'Ubuntu';
	color:#424242;
	font-weight: bold;
	vertical-align: middle;
}
.News-Author-1-v1 .author_container span:last-of-type{
	margin-right: 0px;
}
.News-Author-1-v1 .author_container span i{
	padding-right: 5px;
	color:#F44336;
}
.News-Author-1-v1 .author_container span img{
	width: 50px;
	height: 50px;
	padding-right: 5px;
	border-radius: 50%;
}

.News-Body-1-v1 .body_container img, .News-Body-1-v1 .body_container iframe{
	display: block;
	margin:auto auto;
	max-width: 100%;
}
.News-Body-1-v1 .body_container{
	font-family: 'Ubuntu';
	color:#424242;
}


.News-Date-1-v1 .date_container{
	margin-bottom: 20px
}
.News-Date-1-v1 .date_container span{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-family: 'Ubuntu';
	color:#424242;
	font-weight: bold;
	vertical-align: middle;
}
.News-Date-1-v1 .date_container span:last-of-type{
	margin-right: 0px;
}
.News-Date-1-v1 .date_container span i{
	padding-right: 5px;
	color:#F44336;
}
.News-Date-1-v1 .date_container span img{
	width: 50px;
	height: 50px;
	padding-right: 5px;
	border-radius: 50%;
}

.News-Intro-1-v1 .intro_container img, .News-Intro-1-v1 .intro_container iframe{
	display: block;
	margin:auto auto;
	max-width: 100%;
}
.News-Intro-1-v1 .intro_container{
	font-family: 'Ubuntu';
	color:#424242;
}
/* Views Count */
.News-Read-Count-Display-1-v1 .views_container{
	display: none;
	font-weight: bold;
}
.News-SocialIcons-1-v1 .share_icons_container{
	margin-bottom: 10px;
	clear: both;
}
.share_icons{
	margin-bottom:10px;
	clear: both;
}

.News-Tags-1-v1{
	border-style: solid;
	border-width: 0;
}
.News-Tags-1-v1 *{
	padding:0;
	margin:0;
}
.shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.shadow-md{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
    0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
}
.News-Tags-1-v1 a{
	display: inline-block;
	padding:7px 20px;
	text-align: center;
	margin:5px;
	text-decoration: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	transition: 0.3s background-color, 0.3s color;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,600,700);

.generateTimelineContainer {
    display: grid;
    grid-template-columns: 1fr 350px;
    min-height: 100%;
    font-family: Montserrat;
}

.generateTimelineContainer .left {
    padding-top: 30px;
}

.generateTimelineContainer .right {
    height: 100%;
    background-color: white;
}
@media screen and (max-width: 800px){
    .generateTimelineContainer{
        display: block;
    }
    .generateTimelineContainer .right{
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 280px;
    }
    .generateTimelineContainer{
        padding-bottom: 280px;
    }
}

.generateTimelineContainer .right h1 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 40px;
}

.generateTimelineContainer .right label {
    display: block;
    margin-top: 30px;
}

.generateTimelineContainer .right input,
.generateTimelineContainer .right textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    padding: 10px 0px;
    outline: none;
    resize: none;
    font-family: Montserrat;
}

.generateTimelineContainer .right button {
    width: 100%;
    border: none;
    background-color: black;
    color: white;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid;
}

.generateTimelineContainer .right button:hover {
    opacity: 0.8;
}

.timelineContainer .delBox {
    border: none;
    background: transparent;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-weight: bold;
    color: #ff5722;
    cursor: pointer;
}
.stitched {
  padding: 15px 20px;
margin: 10px;
background: #ff0030;
color: #fff;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
border: 2px dashed #fff;
border-radius: 10px;
box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #aa3030;
font-weight: normal;
display: inline-block;

}
.shadow1 {
	
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
	
	position: relative;
padding: 15px;
background-color: #DDD;
display: inline-block;
margin: 20px 0;
}.pquote {
    float: left;
    width: 200px;
    background: #ddf;
    font-weight: bold;
    padding: 13px;
    margin: 0 13px 13px 0;
}


fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	width: auto!important;
}
#easyComment_Content
{

margin-top:10px!important;

}

.add-comment {

margin-top:10px!important;

}


#easyComment_Content iframe .add-comment {

margin-top:10px!important;

}

.ui-1{
	margin:0px 0px;
}
/* UI Item */
.ui-1 .ui-item{
	padding:25px 30px;
	margin:20px auto;
	border:1px solid #e8e8e8;
	background:#fff;
	box-shadow:3px 3px 0px 1px rgba(0,0,0,0.06);
	border-radius:4px;
}
@media (max-width: 991px){
	.ui-1 .ui-item {
		max-width: 480px;
	}
}
/* UI Item Border */
.ui-1 .br-red{
	border-left:5px solid #d9534f;
}
.ui-1 .br-green{
	border-left:5px solid #5cb85c;
}
.ui-1 .br-blue{
	border-left:5px solid #5bc0de;
}
.ui-1 .br-yellow{
	border-left:5px solid #f0ad4e;
}
/* UI Details */
.ui-1 .ui-item .ui-details{
	line-height:65px;
	margin-bottom: 10px;
}
@media (max-width: 991px){
	.ui-1 .ui-item .ui-details{
		margin-bottom: 0px;
	}
}
/* Heading */
.ui-1 .ui-item .ui-details h2{
	font-size: 22px;
	font-weight:400;
	float:left;
}
@media (max-width: 991px){
	.ui-1 .ui-item .ui-details h2{
		float:none;
	}
}
/* Button */
.ui-1 .ui-item .ui-details a.btn{
	float:right;
	border:0px;
	font-weight:600;
	padding:10px 12px;
	font-size:15px;
	position:relative;
	top:-5px;
}
@media (max-width: 991px){
	.ui-1 .ui-item .ui-details a.btn{
		float:none;
		position:static;
	}
}
/* Paragraph */
.ui-1 .ui-item p{
	font-size: 14px;
	line-height: 30px;
	color:#999;
}.ui-243{
	margin:5px 0px;
}
/* Background color classes */
.color-one:hover {
  background-color: #f75353 !important;
  color: #fff;
}
.color-two:hover {
  background-color: #51d466 !important;
  color: #fff;
}
.color-three:hover {
  background-color: #32c8de !important;
  color: #fff;
}
.color-four:hover {
  background-color: #609cec !important;
  color: #fff;
}
.color-five:hover {
  background-color: #f78153 !important;
  color: #fff;
}
.color-six:hover {
  background-color: #fcd419 !important;
  color: #fff;
}
.color-seven:hover {
  background-color: #cb79e6 !important;
  color: #fff;
}
.ui-243 .hover-menu {
	position: relative;
	margin: 0 auto;
}
.ui-243 .hover-menu .menu-btn i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	background: #fff;
	color: #666;
	border: 1px solid rgba(0,0,0,0.1);
}
.ui-243 .hover-menu .dd-menu { 
	display: none;
	position: absolute;
	top: 100%;
	left:0;
	z-index: 1024;
	width: 100%;
}
/* Menu One */
.ui-243 .hover-menu .menu-one a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	background: #fff;
	color:#555;
   -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
           transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-one a:hover { background: #fafafa; }
.ui-243 .hover-menu .menu-one a .menu-title {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 10px;
	margin-top: -13px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	background: rgba(0,0,0,0.8);
	border-radius: 4px;
	color: #fff;
	display: none;
}
.ui-243 .hover-menu .menu-one a:hover .menu-title { display: block; }
.ui-243 .hover-menu .menu-one a .menu-title:after,
.ui-243 .hover-menu .menu-one a .menu-title:before {
	top: 50%;
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ui-243 .hover-menu .menu-one a .menu-title:after {
	border-color: rgba(240, 253, 255, 0);
	border-width: 6px;
	margin-top:-6px;
	border-right-color: rgba(0,0,0,0); 
}
.ui-243 .hover-menu .menu-one a .menu-title:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 7px;
	margin-top:-7px;
	border-right-color: rgba(0,0,0,0.8);
}
/* Menu Two */
.ui-243 .hover-menu .menu-two a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	border-right: 0;
	background: #fff;
   -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
           transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-two a .menu-title {
	position: absolute;
	left: 100%;	
	top: 0;
	margin-top: -1px;
	margin-left: -1px;
	width: 0;
	height: 100%px;
	line-height: 49px;
	font-size: 14px;
	font-weight:600;
	text-align: left;
	background: #fff;
	color: #656565;
	text-transform:uppercase;
	border: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	border-left: 0;
   -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
           transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-two a:hover .menu-title { 
	width: 130px; 
	padding-left: 15px;
}
/* Menu Three */
.ui-243 .hover-menu .menu-three a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	border-right: 0;
}
.ui-243 .hover-menu .menu-three a .menu-title {
	position: absolute;
	left: 100%;	
	top: 0;
	margin-left: -1px;
	width: 130px; 
	height: 100%px;
	line-height: 49px;
	padding-left: 15px;
	font-size: 14px;
	font-weight:600;
	text-align: left;
	color: #454545;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	text-transform:uppercase;
	overflow: hidden;
	border-left: 0;
	border-top: 0;
   -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
           transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-three li:first-child a .menu-title { 
	border-top: 1px solid #ddd; 
	line-height: 48px; 
}
.ui-243 .hover-menu .menu-three a:hover .menu-title { background: #f5f5f5; }/************************
Designed by : http://responsivewebinc.com
************************/
/* Open Sans  */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');
/* General */
body {
	color: #666666;
	font-size: 13px;
	line-height: 23px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 2px 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;
	line-height: 45px;
}
h2 {
	font-size: 25px;
	line-height: 40px;
}
h3 {
	font-size: 22px;
	line-height: 37px;
}
h4 {
	font-size: 18px;
	line-height: 33px;
}
h5 {
	font-size: 15px;
	line-height: 30px;
}
h6 {
	font-size: 13px;
	line-height: 28px;
}
p {
	margin: 2px 0px;
	padding: 0px;
	margin-bottom:5px;
	line-height:28px;
}
a{
	text-decoration: none;
	color: #777;
}
a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
	color: #999;
}
hr {
	margin: 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}
/* Text color classes */
.white {
  color: #ffffff !important;
}
.grey {
  color: #eeeeee !important;
}
.black {
  color: #555555 !important;
}
.red {
  color: #f75353 !important;
}
.green {
  color: #51d466 !important;
}
.lblue {
  color: #32c8de !important;
}
.blue {
  color: #609cec !important;
}
.orange {
  color: #f78153 !important;
}
.yellow {
  color: #fcd419 !important;
}
.purple {
  color: #cb79e6 !important;
}
.rose {
  color: #ff61e7 !important;
}
.brown {
  color: #d08166 !important;
}
/* Background color classes */
.bg-white {
  background-color: #ffffff !important;
}
.bg-grey {
  background-color: #eeeeee !important;
}
.bg-black {
  background-color: #555555 !important;
}
.bg-red {
  background-color: #f75353 !important;
}
.bg-green {
  background-color: #51d466 !important;
}
.bg-lblue {
  background-color: #32c8de !important;
}
.bg-blue {
  background-color: #609cec !important;
}
.bg-orange {
  background-color: #f78153 !important;
}
.bg-yellow {
  background-color: #fcd419 !important;
}
.bg-purple {
  background-color: #cb79e6 !important;
}
.bg-rose {
  background-color: #ff61e7 !important;
}
.bg-brown {
  background-color: #d08166 !important;
}
/* Border color classes */
.br-white {
  border: 1px solid #ffffff !important;
}
.br-grey {
  border: 1px solid #eeeeee;
}
.br-black {
  border: 1px solid #555555;
}
.br-red {
  border: 1px solid #f75353;
}
.br-green {
  border: 1px solid #51d466;
}
.br-lblue {
  border: 1px solid #32c8de;
}
.br-blue {
  border: 1px solid #609cec;
}
.br-orange {
  border: 1px solid #f78153;
}
.br-yellow {
  border: 1px solid #fcd419;
}
.br-purple {
  border: 1px solid #cb79e6;
}
.br-rose {
  border: 1px solid #ff61e7;
}
.br-brown {
  border: 1px solid #d08166;
}
/* Button classes */
.btn {
	border-radius: 2px;
	position: relative;
}
.btn.btn-no-border {
	border: 0px !important;
}
/* Button colors */
.btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #999;
}
.btn.btn-black {
	color: #ffffff;
	background: #666666;
	border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}
.btn.btn-red {
	color: #ffffff;
	background: #ed5441;
	border: 1px solid #e52d16;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
	color: #ffffff;
	background: #e52d16;
}
.btn.btn-green {
	color: #ffffff;
	background: #51d466;
	border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}
.btn.btn-lblue {
	color: #ffffff;
	background: #32c8de;
	border: 1px solid #1faabe;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
	background: #1faabe;
	color: #ffffff;
}
.btn.btn-blue {
	color: #ffffff;
	background: #609cec;
	border: 1px solid #3280e7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #3280e7;
	color: #ffffff;
}
.btn.btn-orange {
	color: #ffffff;
	background: #f8a841;
	border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
	background: #f69110;
	color: #ffffff;
}
.btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
	border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}
.btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
	border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}
.btn.btn-rose {
	background: #ff61e7;
	color: #ffffff;
	border: 1px solid #ff2edf;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
	background: #ff2edf;
	color: #ffffff;
}
.btn.btn-brown {
	background: #d08166;
	color: #ffffff;
	border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}
/* Label */
.label {
	border-radius: 2px;
	font-weight: normal;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 18px;
}
/* Label sizes */
.label.label-xs {
	font-size: 10px;
	padding: 1px 5px;
	line-height: 12px;
}
.label.label-sm {
	font-size: 11px;
	padding: 2px 6px;
	line-height: 15px;
}
.label.label-lg {
	font-size: 13px;
	padding: 5px 9px;
	line-height: 23px;
}
/* Label colors */
.label.label-white{
	color: #666666 !important;
	background: #f7f7f7;
}
.label.label-grey {
	color: #666666 !important;
	background: #eeeeee;
}
.label.label-black {
	color: #ffffff;
	background: #666666;
}
.label.label-red {
	color: #ffffff;
	background: #ed5441;
}
.label.label-green {
	color: #ffffff;
	background: #51d466;
}
.label.label-lblue {
	color: #ffffff;
	background: #32c8de;
}
.label.label-blue {
	color: #ffffff;
	background: #609cec;
}
.label.label-orange {
	color: #ffffff;
	background: #f8a841;
}
.label.label-yellow {
	background: #fcd419;
	color: #ffffff;
}
.label.label-purple {
	background: #cb79e6;
	color: #ffffff;
}
.label.label-rose {
	background: #ff61e7;
	color: #ffffff;
}
.label.label-brown {
	background: #d08166;
	color: #ffffff;
}
/* Badges */
.badge {
	min-width: 10px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.badge.badge-white {
	color: #666666;
	background: #ffffff;
}
.badge.badge-grey {
	color: #a2a2a2;
	background: #eeeeee;
}
.badge.badge-black {
	color: #ffffff;
	background: #666666;
}
.badge.badge-red {
	color: #ffffff;
	background: #ed5441;
}
.badge.badge-green {
	color: #ffffff;
	background: #51d466;
}
.badge.badge-lblue {
	color: #ffffff;
	background: #32c8de;
}
.badge.badge-blue {
	color: #ffffff;
	background: #609cec;
}
.badge.badge-orange {
	color: #ffffff;
	background: #f8a841;
}
.badge.badge-yellow {
	color: #ffffff;
	background: #fcd419;
}
.badge.badge-purple {
	color: #ffffff;
	background: #cb79e6;
}
.badge.badge-rose {
	color: #ffffff;
	background: #ff61e7;
}
.badge.badge-brown {
	color: #ffffff;
	background: #d08166;
}
.btn .badge {
	position: absolute;
	top: -13px;
	right: -8px;
}
/* Social Media */
.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }
.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}
.google-plus {background: #f96f4a;}
.google-plus:hover {	background: #eb6440;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}
.pinterest {	background: #ed5441;}
.pinterest:hover { background: #b72411;}
.dropbox {background: #32c8de;}
.dropbox:hover {	background: #188392;}
.bitcoin {background: #f8a841;}
.bitcoin:hover {	background: #cc7607;}
.foursquare {background: #22bed4;}
.foursquare:hover {background: #146f7c;}
.flickr { background: #ff61e7;}
.flickr:hover {	background: #fa00d4;}
.github {background: #666666;}
.github:hover {	background: #333333;}
.instagram {	background: #d6917a;}
.instagram:hover {background: #b35637;}
.skype {background: #32c8de;}
.skype:hover {background: #188392;}
.tumblr {background: #84a1c8;}
.tumblr:hover {background: #476d9f;}
.vimeo {background: #32c8de;}
.vimeo:hover {background: #188392;}
.dribbble{background: #ff2edf;}
.dribbble:hover {background: #c700a9;}
.youtube {background: #ed5441;}
.youtube:hover {	background: #b72411;}

/* UI X */
.ui-99{
	margin:10px 0px;
}
.ui-99 .team-member {
	position: relative;
	margin: 25px auto;
}
.ui-99 .team-member img {
	    width: 100%;
    /* max-width: 200px; */
    float: left;
    border-radius: 3px;
    border-radius: 150px;
    box-shadow: 1px 1px 22px #000000;
    height: 200px;
    width: 200px;
}
.ui-99 .team-details { 
	margin-left: 225px; 
}
@media (max-width:450px){
	.ui-99 .team-member {
		text-align:center;
	}
	.ui-99 img {
		float: none;
		margin:10px auto;
	}
	.ui-99 .team-details { 
		margin-left: 0px; 
		text-align:center;
	}	
}
.ui-99 .team-details .deg {
	color: #aaa;
}
.ui-99  .brand-bg {
	margin-top:5px;
}
.ui-99 .brand-bg a{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#fff;
	border-radius:50px;
	margin-right:3px;
}
/*LOGO-IMAGE*/
.logo_image_container{
	border-style: solid;
	border-width: 0;
}
.logo_image_container img{
	/*width: 200px;
	height: 65px;*/
}/*SLIDER-GRID-1-V1*/
.Slider-Grid-1-v1{
    position: relative;
    margin:auto auto;
    border-width: 0;
    border-style: solid;
}
.Slider-Grid-1-v1 .controls .left{
    position: absolute;
    top:calc((350px - 25px) / 2);
    left: 0;
    z-index: 10;
}
.Slider-Grid-1-v1 .controls .right{
    position: absolute;
    top:calc((350px - 25px) / 2);
    right: 0;
    z-index: 10;
}
.Slider-Grid-1-v1 .controls button{
    padding:4px 11px;
    text-align: center;
    background-color: #fff;
    border:none;
    cursor: pointer;
    color:#000;
    box-shadow: 0 0 2px #ccc;
    font-size: 13px;
}
.Slider-Grid-1-v1 *{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
.Slider-Grid-1-v1 .item{
    position: relative;
    padding:20px;
    background-color: white;
    height:350px;
}
.Slider-Grid-1-v1 .item img{
    display: none !important;
}
.Slider-Grid-1-v1 .item h1{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    padding:20px;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.9));
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 15px;
}
.Slider-Grid-1-v1 .item h1 a{
    text-decoration: none;
    color:white;
}
.Slider-Grid-1-v1 .pagination_images{
    display: grid;
    display: none;
    height:50px;
}

.Slider-Grid-1-v1 .pagination_images div{
   border:1px solid white;
}

.Slider-Grid-1-v1 .pagination_images div:hover{
    cursor: pointer;
    opacity: 0.9;
}/*TEXT-AUTO-SCROLL-1-V1*/
.Text-Auto-Scroll-1-v1 *{
    margin: 0;
    padding: 0;
}
.Text-Auto-Scroll-1-v1 a{
    text-decoration: none;
    color:#424242;
}
.Text-Auto-Scroll-1-v1{
    border-style: solid;
    border-width: 0;
    background-color: white;
    padding:20px;
}
.Text-Auto-Scroll-1-v1 .heading{
    font-family: 'Ubuntu';
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.Text-Auto-Scroll-1-v1 h1{
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 15px;
}
.Text-Auto-Scroll-1-v1 h1 a{
    color:#34495e;
}
.Text-Auto-Scroll-1-v1 h1:last-of-type{
    margin-bottom: 0;
}/*MENU-BAR-3-V1*/
.Menu-Bar-3-v1 *{
	padding:0;
	margin:0;
	text-decoration: none;
	list-style: none;
}
.Menu-Bar-3-v1 a{
	text-decoration: none;
}
.Menu-Bar-3-v1 *:focus{
	outline: none;
}
.shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.shadow-md{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
    0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
}
.Menu-Bar-3-v1{
	border-style: solid;
	border-width: 0;
}

/* Top Logo */
.Menu-Bar-3-v1 .top_logo{
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}
.Menu-Bar-3-v1 .top_logo img{
	width: 70%;
	max-width: 250px;
}

/* Bottom Logo */
.Menu-Bar-3-v1 .bottom_logo{
	display: none;
	text-align: center;
	padding-top:20px;
	padding-bottom:10px;
}
.Menu-Bar-3-v1 .bottom_logo img{
	width: 70%;
	max-width: 250px;
}

.Menu-Bar-3-v1 .desktop{
	display: grid;
	grid-template-columns: 160px 1fr 160px;
	grid-gap: 10px;
	background-color: #dff2f9;
	background-color: #f9e6df;
	padding:0px 10px;
}
.Menu-Bar-3-v1 .fixed{
	position: fixed;
	top:-200px;
	left:0px;
	width: 100%;
	transition: 0.3s top;
	z-index: 10;
}
.Menu-Bar-3-v1 .menu_container > ul > li > ul{
	display: none;
}
.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul{
	display: none;
}

/* Social Accounts */
.Menu-Bar-3-v1 .social_accounts{
	padding-left: 10px;
	padding-right: 10px;
}
.Menu-Bar-3-v1 .social_accounts a{
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	font-size: 14px;
	cursor: pointer;
	color:black;
	margin-right: 15px;
	background-color:transparent;
}
.Menu-Bar-3-v1 .social_accounts a:last-of-type{
	margin-right: 0px;
}
.Menu-Bar-3-v1 .social_accounts a i{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}

/* Overlay */
.Menu-Bar-3-v1 .overlay{
	display: none;
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 50;
}

/* Search */
.Menu-Bar-3-v1 .search_icon{
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.Menu-Bar-3-v1 .search_icon form{
	position: fixed;
	top:-100px;
	left: 0;
	right: 50px;
	width: 100%;
	z-index: 51;
	transition: 0.3s top;
	display: grid;
	grid-template-columns: 1fr auto auto;
	border-bottom: 2px solid #ccc;
}
.Menu-Bar-3-v1 .search_icon input[type="text"]{
	width: 100%;
	padding:20px;
	border:none;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 600;
	height: 62px;
	margin-bottom: 0px;
}
.Menu-Bar-3-v1 .search_icon form i{
	display: inline-block;
	width: 50px;
	height: 62px;
	background-color: #f1f1f1;
	color:black;
	margin:0px;
	vertical-align: top;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.Menu-Bar-3-v1 .search_icon form div:nth-child(2){
	height: 62px;
	background-color: #fff;
	border-left:1px solid #ccc;
	width: 60px;
	text-align: right;
}
.Menu-Bar-3-v1 .search_icon form div:nth-child(2) i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
.Menu-Bar-3-v1 .search_icon form div:last-of-type i{
	background-color: #fff;
}
.Menu-Bar-3-v1 .search_icon a{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	line-height: 100%;
	//background-color: #fafafa;
	font-size: 18px;
	font-size: 16px;
	cursor: pointer;
	color:black;
}
.Menu-Bar-3-v1 .search_icon a i{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}

/* Level 1 */
.Menu-Bar-3-v1 .menu_container{
	text-align: center;
}
.Menu-Bar-3-v1 .menu_container > ul{
	position: relative;
	display: inline-block;
	border-right-style: solid;
	border-right-width: 0;
	text-align: center;
}
.Menu-Bar-3-v1 .menu_container > ul:last-of-type{
	border-right-width: 0 !important;
}
.Menu-Bar-3-v1 .menu_container > ul > li a{
	display: block;
	padding:15px 10px;
	color:#c2b599;
	color:#424242;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 12px;
	transition: 0.3s color;
}
.Menu-Bar-3-v1 .menu_container > ul > li a:hover{
	color:#c2b599;
}

/* Level 2 */
.Menu-Bar-3-v1 .menu_container > ul > li > ul{
	position: absolute;
	left:0;
	width: 200px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fff;
	z-index: 50;
	text-align: left;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.Menu-Bar-3-v1 .menu_container > ul > li:hover > ul{
	display: block;
}
.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
	display: block;
	padding:10px 20px;
	color:black;
	text-transform: none;
	font-family: 'Montserrat';
	border-bottom: 1px solid #d9d9d9;
}
.Menu-Bar-3-v1 .menu_container > ul > li > ul > li:last-of-type a{
	border-bottom:none;
}

/* Level 3 */
.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul{
	position: absolute;
	top:0;
	left:200px;
	width: 200px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.Menu-Bar-3-v1 .menu_container  > ul > li > ul > li{
	position: relative;
}
.Menu-Bar-3-v1 .menu_container  > ul > li > ul > li:hover >ul{
	display: block;
}
.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
	display: block;
	padding:10px 20px;
	color:black;
	border-top: 1px solid #d9d9d9;
}
.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li:first-of-type a{
	border-top:none;
}

/* Mobile Menu Starts */
.Menu-Bar-3-v1 .mobile_menu_icon{
	margin-left: 10px;
}
.Menu-Bar-3-v1 .mobile_menu{
	position: fixed;
	top:0;
	right:-300px;
	left:auto !important;
	width: 300px;
	height: 100%;
	background-color: white;
	z-index: 51;
	font-size: 13px !important; 
	overflow: auto;
	transition: 0.5s right;
}
.Menu-Bar-3-v1 .mobile_menu .close_icon{
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: normal;
	cursor: pointer;
}
.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container{
	padding:20px;
	clear: both;
}
.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container ul li a{
	display: block;
	color:#424242;
	padding:5px 0;
	font-weight: bold !important;
}
.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container > ul > li > ul{
	padding-left: 15px;
}
.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container > ul > li > ul > li a{
	font-weight: normal !important;
	text-transform: none;
}
.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container > ul > li > ul li > ul{
	padding-left: 15px;
}
/* Mobile Menu Ends */

/* Media Queries Starts */
@media screen and (max-width: 1100px){
	.Menu-Bar-3-v1 .desktop{
		grid-template-columns: 1fr 1fr !important;
		height: 50px;
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	.Menu-Bar-3-v1 .menu_container{
		display: none;
	}
}
@media screen and (max-width: 900px){
	.Menu-Bar-3-v1 .search_icon input[type="text"]{
		text-align: left;
	}
}
/* Media Queries Ends */

/* Home Icon */
.Menu-Bar-3-v1 .menu_container > ul.home_icon{
	display: none;
}
.Menu-Bar-3-v1 .menu_container > ul.home_icon i{
	font-size: 14px;
}/*IMG-TITLE-INTRO-UI-1-V2*/
.Img-Title-Intro-UI-1-v2 *{
    padding:0;
    margin:0;
}
.Img-Title-Intro-UI-1-v2 a{
   text-decoration: none;
   color: black;
}
.Img-Title-Intro-UI-1-v2 a:hover{
   text-decoration: none;
}
.Img-Title-Intro-UI-1-v2{
    display: grid;
    grid-template-columns: 40% 60%;
    border-style: solid;
    border-width: 0;
    padding:20px;
    background-color: white;
}
.Img-Title-Intro-UI-1-v2 .image{
    position: relative;
}
.Img-Title-Intro-UI-1-v2 .image a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
}
.Img-Title-Intro-UI-1-v2 .content{
    position: relative;
}
.Img-Title-Intro-UI-1-v2 .content .content_wrapper{
    position: absolute;
    top:50%;
    width: 100%;
    transform: translateY(-50%);
    padding:30px;
}
.Img-Title-Intro-UI-1-v2 .content h1{
    font-size: 25px;
    padding-bottom:20px;
}
.Img-Title-Intro-UI-1-v2 .content p{
    padding-bottom:20px;
    color:#666666;
}
.Img-Title-Intro-UI-1-v2 .content .btn_container a{
    display: inline-block;
    padding:10px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    background-color: #424242;
    color:white;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s all;
    cursor: pointer;
    margin-bottom: 3px;
}
.Img-Title-Intro-UI-1-v2 .content .btn_container a:last-of-type{
    margin-bottom: 0;
}
.Img-Title-Intro-UI-1-v2 .content .btn_container a:hover, .Img-Title-Intro-UI-1-v2 .content .btn_container a:focus{
    background-color: #FF7043;
    color:white;
}
@media screen and (max-width: 800px){
    .Img-Title-Intro-UI-1-v2{
        grid-template-columns: 100%;
    }
    .Img-Title-Intro-UI-1-v2 .image{
        min-height: 250px;
    }
}/*TEXT-CUSTOM-TEXT-1-V1*/
.Text-Custom-Text-1-v1 *{
	padding:0;
	margin:0;
	text-decoration: none;
}
.Text-Custom-Text-1-v1{
	padding:10px;
	border-style: solid;
	border-width: 0;
}
.Text-Custom-Text-1-v1 .grid{
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-gap: 10px;
}
.Text-Custom-Text-1-v1 .grid .text{
	position: relative;
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: bold;
	color:black;
	line-height: 30px;
}
.Text-Custom-Text-1-v1 .grid .text span{
	display: inline-block;
	padding:10px;
}
.Text-Custom-Text-1-v1 .grid .text span a{
	text-decoration: none;
}
.Text-Custom-Text-1-v1 .grid .text .link{
	display: none;
	position: absolute;
	right: 0px;
	top:50%;
	transform: translateY(-50%);
	font-size: 12px;
	color:#5C6BC0;
	text-decoration: none;
	font-weight: bold;
	font-family: Montserrat;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.Text-Custom-Text-1-v1 .grid .line{
	height:1px;
	background-color: black;
	align-self: center;
}/*SLIDER-GRID-2-V1*/
.Slider-Grid-2-v1 *{
    padding:0;
    margin:0;
}
.Slider-Grid-2-v1 a{
   text-decoration: none;
   color: black;
}
.Slider-Grid-2-v1 a:hover{
   text-decoration: none;
}
.Slider-Grid-2-v1{
    position: relative;
    border-style: solid;
    border-width: 0;
}
.Slider-Grid-2-v1 .controls{
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    z-index: 1;
}
.Slider-Grid-2-v1 .controls button{
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    border:none;
    cursor: pointer;
    color:#000;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.Slider-Grid-2-v1 .item{
    display: grid;
    grid-template-columns: 40% 60%;
    margin-right: 5px;
}
.Slider-Grid-2-v1 .image{
    position: relative;
}
.Slider-Grid-2-v1 .image img{
    display: none !important;
}
.Slider-Grid-2-v1 .image .category{
    display: none;
    position: absolute;
    top:20px;
    left: 20px;
    padding:5px 15px;
    background-color: #f1f1f1;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 20px;
}
.Slider-Grid-2-v1 .image .category a{
    color:#424242;
}
.Slider-Grid-2-v1 .content{
    padding:40px;
}
.Slider-Grid-2-v1 .content .category{
    display: none;
    padding:5px 15px;
    background-color: #f1f1f1;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 20px;
}
.Slider-Grid-2-v1 .content .category a{
    color:#424242;
}
.Slider-Grid-2-v1 .content h1{
    font-size: 25px;
}
.Slider-Grid-2-v1 .content p{
    padding-top:20px;
    color:#666666;
}
.Slider-Grid-2-v1 .content .btn_container{
    padding-top:20px;
}
.Slider-Grid-2-v1 .content .btn_container a{
    display: inline-block;
    padding:10px 30px;
    text-decoration: none;
    text-align: center;
    background-color: #424242;
    color:white;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s all;
    cursor: pointer;
}
.Slider-Grid-2-v1 .content .btn_container a:hover, .Slider-Grid-2-v1 .content .btn_container a:focus{
    background-color: #FF7043;
    color:white;
}
@media screen and (max-width: 800px){
    .Slider-Grid-2-v1 .item{
        grid-template-columns: 100%;
    }
    .Slider-Grid-2-v1 .image{
        min-height: 250px;
    }
}/*SPECIAL-EMBED-CODE*/
.Special-Embed-Code{
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}
.Special-Embed-Code *{
	box-sizing: border-box;
}
.Special-Embed-Code h1{
	padding-bottom: 10px;
	font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: normal;
}/*IMG-TITLE-INTRO-UI-1-V1*/
.Img-Title-Intro-UI-1-v1 *{
    padding:0;
    margin:0;
}
.Img-Title-Intro-UI-1-v1 a{
   text-decoration: none;
   color: black;
}
.Img-Title-Intro-UI-1-v1 a:hover{
   text-decoration: none;
}
.Img-Title-Intro-UI-1-v1{
    display: grid;
    grid-template-columns: 40% 60%;
    border-style: solid;
    border-width: 0;
    /*grid-template-areas: 'image content';*/
}
.Img-Title-Intro-UI-1-v1 .image{
    position: relative;
    /*grid-area: image;*/
}
.Img-Title-Intro-UI-1-v1 .image img{
    display: none;
}
.Img-Title-Intro-UI-1-v1 .image .category{
    display: none;
    position: relative;
    padding:5px 15px;
    background-color: #f1f1f1;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    border-radius: 20px;
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
}
.Img-Title-Intro-UI-1-v1 .image .category a{
    color:#424242;
}
.Img-Title-Intro-UI-1-v1 .content{
    padding:40px;
    /*grid-area: content;*/
}
.Img-Title-Intro-UI-1-v1 .content .category{
    display: none;
    padding:5px 15px;
    background-color: #f1f1f1;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 20px;
}
.Img-Title-Intro-UI-1-v1 .content .category a{
    color:#424242;
}
.Img-Title-Intro-UI-1-v1 .content h1{
    font-size: 25px;
}
.Img-Title-Intro-UI-1-v1 .content p{
    padding-top:20px;
    color:#666666;
}
.Img-Title-Intro-UI-1-v1 .content .date{
    display: none;
    padding-left: 10px;
    font-family: 'Montserrat';
    margin-left: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #424242;
    color:grey;
}
.Img-Title-Intro-UI-1-v1 .content .timestamp{
    display: none;
    margin-top:10px;
    padding-top:5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #424242;
    color:#828282;
    font-family: 'Montserrat';
    text-transform: capitalize;
    font-size: 13px;
}
.Img-Title-Intro-UI-1-v1 .content .btn_container{
    padding-top:20px;
}
.Img-Title-Intro-UI-1-v1 .content .btn_container a{
    display: inline-block;
    padding:10px 30px;
    text-decoration: none;
    text-align: center;
    background-color: #424242;
    color:white;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s all;
    cursor: pointer;
}
.Img-Title-Intro-UI-1-v1 .content .btn_container a:hover, .Img-Title-Intro-UI-1-v1 .content .btn_container a:focus{
    background-color: #FF7043;
    color:white;
}
@media screen and (max-width: 800px){
    .Img-Title-Intro-UI-1-v1{
        grid-template-columns: 100%;
    }
    .Img-Title-Intro-UI-1-v1 .image{
        min-height: 250px;
    }
}

.Img-Title-Intro-UI-1-v1_load_more{
    display: none;
    margin:20px auto auto;
    border:none;
    padding:10px;
    width: 150px;
    border-radius: 30px;
    background-color: #292929;
    color:white;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.3s all;
    box-shadow: 0 0 3px #ccc;
}
.Img-Title-Intro-UI-1-v1_load_more:hover, .Img-Title-Intro-UI-1-v1_load_more:active{
    opacity: 0.9;
}
.Img-Title-Intro-UI-1-v1_load_more_active{
    background:url('https://sangraha.net/s90/images/loading_white.gif') no-repeat center;
    background-size:20px;
    background-color: #292929;
    height: 40px;
    width: 40px;
    font-size: 0px;
    opacity: 0.9;
}/*WHATSAPP*/
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.WhatsApp_Container {
    border-style: solid;
    border-width: 0;
}
.WhatsApp_Container * {
    padding: 0;
    margin: 0;
}
.WhatsApp_Container .feed_container::-webkit-scrollbar {
    display: none;
}
.shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.WhatsApp_Container .feed_icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    background-color: #128c7e;
    color: white;
    font-size: 25px;
    transition: 0.3s all;
    z-index: 60;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
}
.WhatsApp_Container .feed_icon:hover {
    background-color: #075e54;
}

.WhatsApp_Container .feed_container {
    position: fixed;
    bottom: 35px;
    right: 35px;
    /* right: -350px; */
    width: 350px;
    /* height: 100px; */
    background-color: white;
    overflow: auto;
    transform: scale(0, 0);
    transform-origin: 100% 100% 0;
    transition: 0.5s transform;
    border-radius: 20px;
    background: #ede4dd url(https://sangraha.net/s90/UIComponents/WhatsApp/background.png) center repeat-y;
    z-index: 99;
}
.WhatsApp_Container .WhatsApp_header {
    float: none;
    display: block;
    position: static;
    width: 100%;
    height: 70px;
    padding: 0 26px;
    margin: 0;
    background-color: #2e8c7d;
    color: rgba(255, 255, 255, 0.5);
}
.WhatsApp_Container .WhatsApp_header svg {
    width: 120px;
    height: 100%;
}

.WhatsApp_Container .WhatsApp_header-close {
    display: flex;
    position: absolute;
    top: 18px;
    right: 24px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
    -webkit-tap-highlight-color: transparent;
}

.WhatsApp_Container .WhatsApp_header-close:hover {
    opacity: 0.6;
}

.WhatsApp_Container .WhatsApp_header-close svg {
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
}

.WhatsApp_Container .WhatsApp_header {
    float: none;
    display: block;
    position: static;
    width: 100%;
    height: 70px;
    padding: 0 26px;
    margin: 0;
    background-color: #2e8c7d;
    color: rgba(255, 255, 255, 0.5);
}

.WhatsApp_Container .WhatsApp_message {
    position: relative;
    min-height: 80px;
    padding: 20px 2px 20px 0;
    margin: 34px 26px;
    border-radius: 32px;
    background-color: #fff;
    color: #4a4a4a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    cursor: default;
    user-select: none;
}
.WhatsApp_Container .WhatsApp_message::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: -18px;
    width: 18px;
    height: 18px;
    background-image: url("https://sangraha.net/s90/UIComponents/WhatsApp/chat.png");
    background-size: 100%;
}

.WhatsApp_Container .WhatsApp_message_wrap {
    max-height: calc(100vh - 270px);
    padding: 0 20px 0 22px;
    overflow: auto;
}

.WhatsApp_Container .WhatsApp_open-btn {
    float: right;
    border: none;
    background: #2e8c7d;
    margin: 10px 25px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: white;
}
.WhatsApp_Container .WhatsApp_open-btn svg{
    float: right;
    width: 22px;
    margin:3px 0 0 14px;
}

.WhatsApp_Container .WhatsApp_open-btn:hover {
    background-color: #075e54;
}
/*NEWS-ARTICLE-1-V1*/
.News-Article-1-v1{
	border-style: solid;
	border-width: 0;
}
.News-Article-1-v1 a{
	text-decoration: none;
}
.shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.shadow-md{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
    0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
}
.News-Article-1-v1 .heading_container{
	margin:0px;
	padding:0px;
	margin-bottom: 20px;
}
.News-Article-1-v1 .heading_container h1{
	font-family: 'Ubuntu';
	font-size: 25px;
	color:#424242;
	line-height: 31px;
	margin:0px;
	padding:0px;
}
.News-Article-1-v1 .date_and_author_container{
	margin-bottom: 20px
}
.News-Article-1-v1 .date_and_author_container span{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-family: 'Ubuntu';
	color:#424242;
	font-weight: bold;
	vertical-align: middle;
}
.News-Article-1-v1 .date_and_author_container span:last-of-type{
	margin-right: 0px;
}
.News-Article-1-v1 .date_and_author_container span i{
	padding-right: 5px;
	color:#F44336;
}
.News-Article-1-v1 .date_and_author_container span img{
	width: 50px;
	height: 50px;
	padding-right: 5px;
	border-radius: 50%;
}
.News-Article-1-v1 .share_icons_container{
	margin-bottom: 10px;
	clear: both;
}
.share_icons{
	margin-bottom:10px;
	clear: both;
}
/*
.News-Article-1-v1 .share_icons_container a{
	position: relative;
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
	vertical-align: middle;
	color:black;
	text-align: center;
	box-sizing: content-box;
	font-size: 16px;
	transition: 0.3s background-color, 0.3s color;
	margin-top: 2px;
	background-color: white;
	padding:5px;
}
.News-Article-1-v1 .share_icons_container a i{
	margin:0;
	padding:0;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
*/
.News-Article-1-v1 .body_container img{
	display: block;
	margin:auto auto;
	max-width: 100%;
}
.News-Article-1-v1 .body_container iframe{
    /*width:100%;*/
    border:none;
}
.News-Article-1-v1 .body_container{
	font-family: 'Ubuntu';
	color:#424242;
}
.News-Article-1-v1 .tags_container a{
	display: inline-block;
	padding:7px 20px;
	text-align: center;
	margin:5px;
	text-decoration: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	transition: 0.3s background-color, 0.3s color;
}

/* Hide Author Image */
.News-Article-1-v1 .date_and_author_container .authorNews{
	display:inline-block !important;
}
.News-Article-1-v1 .date_and_author_container .authorNews .authorImage{
	display:none !important;
}

/* Hide Google Plus */
.News-Article-1-v1 .social-likes__widget_plusone{
	display:none !important;
}

/* Views Count */
.News-Article-1-v1 .views_container{
	display: none;
	font-weight: bold;
}

.athdesc p {line-height: initial;}

.author-comp-v2 {
        font-size: 13px;
        color: #7e7e7e;
		border-top: 5px solid #000!important;
      }
      .author-comp-v2 {
        display: grid;
        grid-template-columns: 1fr 5fr;
        grid-gap: 15px;
        margin: 15px 0;
        padding: 15px;
        border: 1px solid #ccc;
        font-size: 14px;
        color: #7e7e7e;
      }
      h3.NameAuthor {
         margin: 10px 0 5px;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: #363636;
		line-height: inherit;
      }
      .NameAuthor a {
        color: #363636;
      }
      p.Email-author {
		margin-bottom: 7px;
		line-height: inherit;
	}
      p.Email-author a {
		font-size: 14px;
		font-style: italic;
		line-height: 21px;
		color: #1070b5;
		line-break: anywhere;
	}
      .imgauthor {
        max-height: 165px;
		overflow: hidden;
		text-align: center;
      }
      .athdesc {
        margin-bottom: 8px;
      }
	  
	  .social-auth a i {
        color: #000;
        font-size: 14px;
        display: inline-block;
        margin-right: 4px;
      }
	  
	  .social-auth a i:hover {
        color: #7e7e7e;
      }

      @media screen and (max-width: 480px) {
        .author-comp-v2 {
          grid-template-columns: 1fr;
        }
        .imgauthor {
          max-height: 165px;
		  overflow: hidden;
          text-align: center;
        }
        .imgauthor img {
          max-height: 150px;
        }
        .Desc-ath {
          text-align: center;
        }
      }
	  
	  
/* Tabs CSS Starts Here  */	  
	  
	  .wrapper {
    width: 90%;
    max-width: 900px;
    margin: auto;
}

.previewContainer {
    padding-top: 30px;
}

.generateTabsContainer * {
    font-family: Montserrat;
}

.generateTabsContainer {
    display: grid;
    grid-template-columns: 1fr 350px;
    min-height: 100%;
    font-family: Montserrat;
}

.generateTabsContainer .left {
    padding-top: 30px;
}

.generateTabsContainer .right {
    height: 100%;
    background-color: white;
}
@media screen and (max-width: 800px){
    .generateTabsContainer{
        display: block;
    }
    .generateTabsContainer .right{
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 450px;
    }
    .previewContainer{
        padding-bottom: 450px;
    }
}
.generateTabsContainer .right h1 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 40px;
}

.generateTabsContainer .right label {
    display: block;
    margin-top: 30px;
}

.generateTabsContainer .right input,
.generateTabsContainer .right textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    padding: 10px 0px;
    outline: none;
    resize: none;
    font-family: Montserrat;
}

.generateTabsContainer .right button {
    width: 100%;
    border: none;
    background-color: black;
    color: white;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid;
}

.generateTabsContainer .right button:hover {
    opacity: 0.8;
}

.tabsContainer {
    /*text-align: center;*/
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: Montserrat;
}

.tabsContainer a {
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 5px solid transparent;
    color: #424242;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.tabsContainer .tabs {
    white-space: nowrap;
    overflow: auto;
}

.tabsContainer .tabs::-webkit-scrollbar {
    display: none;
}

.tabsContainer .active {
    color: #f47435;
    border-color: #f47435;
    font-weight: bold;
}

.contentBox {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Montserrat;
}

.contentBox .box {
    display: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.contentBox .box .delTab {
    border: none;
    background: transparent;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ff5722;
    cursor: pointer;
}

.contentBox .box:first-of-type {
    display: block;
}
	  
/* Tabs CSS Ends Here  */


.firstcharacter {
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}	  	  
/*CSS-ShPu-CGwc-qPls-ldOA*/
#ShPu-CGwc-qPls-ldOA.logo_image_container
{
    padding-top:0px!important;
}
#ShPu-CGwc-qPls-ldOA.logo_image_container
{
    padding-bottom:0px!important;
}
#ShPu-CGwc-qPls-ldOA.logo_image_container
{
    text-align:left!important;
}
#ShPu-CGwc-qPls-ldOA.logo_image_container
{
    border-width:0px!important;
}
#ShPu-CGwc-qPls-ldOA.logo_image_container
{
    margin-bottom:0px!important;
}
/*CSS-hdxO-UyzO-VYMZ-YhTY*/
#hdxO-UyzO-VYMZ-YhTY.logo_image_container
{
    padding-top:0px!important;
}
#hdxO-UyzO-VYMZ-YhTY.logo_image_container
{
    padding-bottom:0px!important;
}
#hdxO-UyzO-VYMZ-YhTY.logo_image_container
{
    text-align:center!important;
}
#hdxO-UyzO-VYMZ-YhTY.logo_image_container
{
    border-width:0px!important;
}
#hdxO-UyzO-VYMZ-YhTY.logo_image_container
{
    margin-bottom:0px!important;
}
/*--qnyL-AGCi-snUX-YSqX--*/	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item{
						height: 450px;
					}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item{
							background-position: top center !important;
						}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1{
						border-width: 0px;
					}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1{
						margin-bottom: 0px;
					}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
							display: none;
						}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
							font-family: Ubuntu;
						}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1 a{
							color: #ffffff;
						}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
						font-size: 15px;
					}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
							font-weight: bold;
						}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
						line-height: 18px;
					}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
							text-transform: none;
						}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
						padding: 20px;
					}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls{
							display: block;
						}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls button{
							background-color: #ffffff;
						}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls button{
							color: #000000;
						}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls button{
						font-size: 13px;
					}
						#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls button{
							padding: 4px 11px;
						}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .pagination_images{
						height: 50px;
					}	
		#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1{
			min-height:450px;
			background:url('https://sangraha.net/s90/images/loading.gif') no-repeat center;
    		background-size: 100px;
		}	
		#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls .left,#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls .right{
			top:calc((450px - 28px) / 2) !important;
		}
		@media screen and (max-width:600px){
			#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1{
				min-height:170px;
			}	
			#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item{
				height:170px;
			}
		}
		@media screen and (max-width:600px){	
			#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls .left,#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .controls .right{
				top:calc((170px - 28px) / 2) !important;
			}
		}	
		#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .item h1{
			background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.9));
		}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .owl-dots{
						display:none !important;
					}	
					#qnyL-AGCi-snUX-YSqX.Slider-Grid-1-v1 .pagination_images{
						display:none;
					}/*CSS-xEkR-kDhg-PVtt-TfrE*/
#xEkR-kDhg-PVtt-TfrE.logo_image_container
{
    padding-top:0px!important;
}
#xEkR-kDhg-PVtt-TfrE.logo_image_container
{
    padding-bottom:0px!important;
}
#xEkR-kDhg-PVtt-TfrE.logo_image_container
{
    text-align:right!important;
}
#xEkR-kDhg-PVtt-TfrE.logo_image_container
{
    border-width:0px!important;
}
#xEkR-kDhg-PVtt-TfrE.logo_image_container
{
    margin-bottom:0px!important;
}
/*--shoj-rDym-qGIB-iwKP--*/
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1{
                                background-color: #eb9e0e;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1{
                                padding: 0;
                            }   
                        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1{
                            border-width: 0px;
                        }   
                        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1{
                            margin-bottom: 20px;
                        }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                                display: block;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                                font-family: Ubuntu;
                            }   
                        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                            font-size: 15px;
                        }   
                        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                            line-height: 24px;
                        }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                                font-weight: bold;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                                text-transform: none;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                                background-color: #F44336;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                                color: #ffffff;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading a{
                                color: #ffffff;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                                text-align: left;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1{
                                font-family: Ubuntu;
                            }   
                        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1{
                            font-size: 18px;
                        }   
                        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1{
                            line-height: 27px;
                        }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1{
                                font-weight: normal;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1{
                                text-transform: none;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1 a{
                                color: #fffbfb;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1 i{
                                display: inline-block;
                            }
                            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1 i{
                                color: #F44336;
                            }
        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1{
            display:grid;
            grid-template-columns: auto 1fr;
        }
        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 h1{
            display:inline-block;
            margin-right:20px;
            margin-bottom:0px;
        }
        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
            padding-bottom:0px;
            padding-right:20px;
        }
        #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 marquee{
            position:relative;
            top:50%;
            transform:translateY(-50%);
        }
            #shoj-rDym-qGIB-iwKP.Text-Auto-Scroll-1-v1 .heading{
                padding:10px 10px;
            }/*--Gokj-Pglt-rGIl-qCJp--*/
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .desktop{
                                background-color: #ef9c00;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .desktop{
                                padding: 0px 10px;
                            }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1{
                            margin-bottom: 0px;
                        }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .top_logo img{
                            max-width: 250px;
                        }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .bottom_logo img{
                            max-width: 250px;
                        }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .top_logo{
                                background-color: #fafafa;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .bottom_logo{
                                background-color: #fafafa;
                            }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .top_logo{
                            padding-top: 20px;
                        }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .bottom_logo{
                            padding-top: 20px;
                        }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .top_logo{
                            padding-bottom: 20px;
                        }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .bottom_logo{
                            padding-bottom: 20px;
                        }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li a{
                                padding: 15px 10px;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li a{
                                font-family: Open Sans;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container ul li a{
                                font-family: Open Sans;
                            }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li a{
                            font-size: 15px;
                        }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container ul li a{
                            font-size: 15px;
                        }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li a{
                                color: #ffffff;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .mobile_menu_icon a{
                                color: #ffffff;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li a:hover{
                                color: #ffffff;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li a{
                                font-weight: bold;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container ul li a{
                                font-weight: bold;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li a{
                                text-transform: none;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .mobile_menu .mobile_menu_container ul li a{
                                text-transform: none;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul.home_icon{
                                display: none;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul{
                                color: #d58b00;
                            }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul{
                            border-width: 1px;
                        }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
                                padding: 10px 20px;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
                                font-family: Open Sans;
                            }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
                            font-size: 15px;
                        }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
                                font-weight: bold;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
                                text-transform: none;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
                                background-color: #ef9c00;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a{
                                color: #ffffff;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li a:hover{
                                color: #ffffff;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
                                padding: 10px 20px;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
                                font-family: Montserrat;
                            }   
                        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
                            font-size: 13px;
                        }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
                                font-weight: normal;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
                                text-transform: none;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
                                background-color: #ffffff;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a{
                                color: #000000;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul > li a:hover{
                                color: #c2b599;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .social_accounts a{
                                color: #ffffff;
                            }
                            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .search_icon a{
                                color: #ffffff;
                            }
                    #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .top_logo{
                        display:none;
                    }
                    #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .bottom_logo{
                        display:none;
                    }
        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul{
            background-color:#ef9c00;
        }
        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container > ul > li > ul > li > ul{
            background-color:#ffffff;
        }
        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .social_accounts .linkedin{
            display:none !important;
        }
        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .desktop{
            grid-template-columns:1fr auto;
        }
        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .menu_container{
            text-align:left;
        }
        #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .social_accounts{
            display:none;
        }
        @media screen and (max-width: 1100px){
            #Gokj-Pglt-rGIl-qCJp.Menu-Bar-3-v1 .desktop{
                grid-template-columns:1fr !important;
            }
        }/*--jDbK-PKVf-jTwo-yxzi--*/

                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2{
                                background-color: # ;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2{
                                padding: 0px 0px;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .content_wrapper{
                                padding: 0px 0px;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2{
                            border-width: 0px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content{
                                text-align: left;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2{
                            margin-bottom: 20px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                                display: block;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                                font-family: Raleway;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                            font-size: 35px;
                        }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                            line-height: 55px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                                font-weight: bold;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                                color: #2c316b;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1 a{
                                color: #2c316b;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                                text-transform: uppercase;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                                text-align: left;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content h1{
                            padding-bottom: 20px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                                display: block;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                                font-family: Open Sans;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                            font-size: 20px;
                        }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                            line-height: 26px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                                font-weight: normal;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                                color: #56598b;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                                text-transform: none;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                                text-align: left;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content p{
                            padding-bottom: 20px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1){
                                display: inline-block;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1){
                                max-width: 150px;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1){
                            font-size: 13px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1){
                                background-color: #2c316b;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1){
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1):hover{
                                background-color: #FF7043;
                            }
                            #jDbK-PKVf-jTwo-yxzi  .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1):focus{
                                background-color: #FF7043;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1):hover{
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi  .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(1):focus{
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3){
                                display: none;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3){
                            font-size: 13px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3){
                                background-color: #424242;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3){
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3):hover{
                                background-color: #FF7043;
                            }
                            #jDbK-PKVf-jTwo-yxzi  .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3):focus{
                                background-color: #FF7043;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3):hover{
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi  .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(3):focus{
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container .break1{
                                display: none;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5){
                                display: none;
                            }   
                        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5){
                            font-size: 13px;
                        }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5){
                                background-color: #424242;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5){
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5):hover{
                                background-color: #FF7043;
                            }
                            #jDbK-PKVf-jTwo-yxzi  .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5):focus{
                                background-color: #FF7043;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5):hover{
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi  .Img-Title-Intro-UI-1-v2 .content .btn_container a:nth-child(5):focus{
                                color: #ffffff;
                            }
                            #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .content .btn_container .break2{
                                display: none;
                            }   
		        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2{
		            grid-template-columns:40% 60%;
		        }
		        @media screen and (max-width: 800px){
		        	#jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2{
			            grid-template-columns: 100%;
			        }
		        }
		        @media screen and (max-width: 800px){
		        	#jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .image{
			            min-height: 250px;
			        }
		        }
	        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .image a{
	            background-image:url(http://avmpv.testbharati.com/images/WebSiteImg_main-removebg-preview.png);
	            background-position:center;
	            background-size:contain;
	            background-repeat:no-repeat;
	        }   
        #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 .image{
            min-height:350px;
        }   
    #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2{
        transition:0.3s background-color;
    }   
    #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 h1{
        transition:0.3s color;
    }   
    #jDbK-PKVf-jTwo-yxzi .Img-Title-Intro-UI-1-v2 h1 a{
        transition:0.3s color;
    }/*--sRjc-RHWj-JtvD-Vaxy--*/
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1{
                                padding: 0px;
                            }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1{
                            border-width: 0px;
                        }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1{
                            margin-top: 10px;
                        }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1{
                            margin-bottom: 10px;
                        }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .line{
                            height: 1px;
                        }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .line{
                                background-color: #000000;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text{
                                font-family: Roboto Slab;
                            }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text{
                            font-size: 40px;
                        }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text{
                            letter-spacing: 0px;
                        }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text{
                            line-height: 28px;
                        }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text{
                                font-weight: normal;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text{
                                text-transform: none;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text span{
                                color: #000000;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text span a{
                                color: #000000;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text{
                                text-align: center;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link{
                                font-family: Montserrat;
                            }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link{
                            font-size: 13px;
                        }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link span{
                                color: #5C6BC0;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link{
                                color: #5C6BC0;
                            }   
                        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link{
                            letter-spacing: 0px;
                        }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link{
                                font-weight: bold;
                            }
                            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link{
                                text-transform: none;
                            }   
            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid{
                display:block;
            }   
            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .line{
                display:none;
            }   
            #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1{
                border-top-left-radius:0px;
                border-top-right-radius:0px;
                border-bottom-left-radius:0px;
                border-bottom-right-radius:0px;
            }   
        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text span{
            padding-left:0px;
            padding-right:0px;
        }   
        #sRjc-RHWj-JtvD-Vaxy.Text-Custom-Text-1-v1 .grid .text .link{
            display:none;
        }/*--uRRa-nSWz-KrDp-CmeG--*/   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1{
                            padding: 0px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content{
                                background-color: #5a5a5a;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content{
                                padding: 10px 10px;
                            }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1{
                            border-width: 0px;
                        }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1{
                            margin-bottom: 20px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image{
                                background-position: top center !important;
                            }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image .category{
                            border-radius: 20px;
                        }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .category{
                            border-radius: 20px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image .category{
                                background-color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .category{
                                background-color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image .category a{
                                color: #424242;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .category a{
                                color: #424242;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image .category:hover{
                                background-color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .category:hover{
                                background-color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image .category:hover a{
                                color: #424242;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .category:hover a{
                                color: #424242;
                            }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image .category{
                            font-size: 10px;
                        }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .category{
                            font-size: 10px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1{
                                display: block;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1{
                                font-family: Raleway;
                            }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1{
                            font-size: 20px;
                        }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1{
                            line-height: 20px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1{
                                font-weight: bold;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1{
                                text-transform: none;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1 a{
                                color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content h1{
                                text-align: center;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content{
                                text-align: center;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                                display: none;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                                font-family: Raleway;
                            }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                            font-size: 12px;
                        }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                            line-height: 20px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                                font-weight: normal;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                                text-transform: none;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p a{
                                color: #666666;
                            }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                            padding-top: 20px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content p{
                                text-align: left;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container{
                                display: none;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container a{
                                background-color: #292929;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container a{
                                color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container a:hover{
                                background-color: #66BB6A;
                            }
                            #uRRa-nSWz-KrDp-CmeG .Slider-Grid-2-v1 .content .btn_container a:focus{
                                background-color: #66BB6A;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container a:hover{
                                color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG .Slider-Grid-2-v1 .content .btn_container a:focus{
                                color: #ffffff;
                            }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container a{
                            font-size: 9px;
                        }   
                        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container{
                            padding-top: 20px;
                        }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .content .btn_container{
                                text-align: left;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .controls{
                                display: none;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .controls{
                                text-align: right;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .controls button{
                                background-color: #ffffff;
                            }
                            #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .controls button{
                                color: #000000;
                            }   
    #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 *:focus{
        outline:none;
    }   
		        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .item{
		            grid-template-columns:100%;
		        }   
		        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image{
		            min-height: 250px;
		        }   
        #uRRa-nSWz-KrDp-CmeG.Slider-Grid-2-v1 .image{
            min-height:220px;
        }/*--kaHK-Ejkr-yBdu-hZrb--*/
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1{
                                padding: 20px 20px;
                            }   
                        #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1{
                            border-width: 0px;
                        }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1{
                                border-color: #6e6e6e;
                            }   
                        #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1{
                            margin-bottom: 20px;
                        }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                                display: block;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                                font-family: Raleway;
                            }   
                        #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                            font-size: 20px;
                        }   
                        #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                            line-height: 24px;
                        }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                                font-weight: bold;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                                text-transform: none;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                                color: #ffffff;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading a{
                                color: #ffffff;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 .heading{
                                text-align: left;
                            }   
                        #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 marquee{
                            height: 260px;
                        }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1{
                                font-family: Montserrat;
                            }   
                        #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1{
                            font-size: 15px;
                        }   
                        #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1{
                            line-height: 21px;
                        }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1{
                                font-weight: normal;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1{
                                text-transform: none;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1 a{
                                color: #000000;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1 i{
                                display: inline-block;
                            }
                            #kaHK-Ejkr-yBdu-hZrb.Text-Auto-Scroll-1-v1 h1 i{
                                color: #F44336;
                            }/*--sjhZ-Agjb-qEiz-uydq--*/
	
					#sjhZ-Agjb-qEiz-uydq.Special-Embed-Code{
						padding: 0px;
					}	
					#sjhZ-Agjb-qEiz-uydq.Special-Embed-Code{
						border-width: 0px;
					}	
					#sjhZ-Agjb-qEiz-uydq.Special-Embed-Code{
						margin-bottom: 0px;
					} 
    @media screen and (max-width:800px){
        #sjhZ-Agjb-qEiz-uydq.Special-Embed-Code .embed_container{
            height:auto;
            overflow:hidden;
        }
    }/*--YNnc-mAcU-Ozua-CvOT--*/

                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content{
                                padding: 40px 30px;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1{
                            border-width: 0px;
                        }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1{
                            margin-bottom: 20px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image{
                                background-position: top center !important;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image .category{
                            border-radius: 20px;
                        }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .category{
                            border-radius: 20px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image .category{
                                background-color: #f1f1f1;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .category{
                                background-color: #f1f1f1;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image .category a{
                                color: #424242;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .category a{
                                color: #424242;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image .category:hover{
                                background-color: #f1f1f1;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .category:hover{
                                background-color: #f1f1f1;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image .category:hover a{
                                color: #424242;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .category:hover a{
                                color: #424242;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .category{
                            font-size: 10px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .date{
                                border-color: #cccccc;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .timestamp{
                                border-color: #cccccc;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .date{
                                color: #828282;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .timestamp{
                                color: #828282;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .date{
                            font-size: 13px;
                        }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .timestamp{
                            font-size: 13px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                                display: block;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                                font-family: Raleway;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                            font-size: 22px;
                        }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                            line-height: 20px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                                font-weight: bold;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                                text-transform: none;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1 a{
                                color: #ffffff;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                            padding-top: 0px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content h1{
                                text-align: left;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                                display: block;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                                font-family: Raleway;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                            font-size: 17px;
                        }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                            line-height: 23px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                                font-weight: normal;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                                text-transform: none;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p a{
                                color: #ffffff;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                            padding-top: 20px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content p{
                                text-align: left;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container{
                                display: none;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container a{
                                background-color: #424242;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container a{
                                color: #ffffff;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container a:hover{
                                background-color: #FF7043;
                            }
                            #YNnc-mAcU-Ozua-CvOT  .Img-Title-Intro-UI-1-v1 .content .btn_container a:focus{
                                background-color: #FF7043;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container a:hover{
                                color: #ffffff;
                            }
                            #YNnc-mAcU-Ozua-CvOT  .Img-Title-Intro-UI-1-v1 .content .btn_container a:focus{
                                color: #ffffff;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container{
                            padding-top: 20px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container a{
                                padding: 10px 30px;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container a{
                            font-size: 10px;
                        }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .btn_container{
                                text-align: left;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1_load_more{
                                background-color: #f1f1f1;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1_load_more_active{
                                background-color: #f1f1f1;
                            }
                            #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1_load_more{
                                color: #000000;
                            }   
                        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1_load_more{
                            margin-bottom: 20px;
                        }   
		        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1{
		            grid-template-columns:0% 100%;
		        }
		        @media screen and (max-width: 800px){
		        	#YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1{
			            grid-template-columns: 100%;
			        }
		        }
		        @media screen and (max-width: 800px){
		        	#YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image{
			            min-height: 250px;
			        }
		        }   
			        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image{
			            height: 0px !important;
			            min-height: 0px !important;
			        }
			        @media screen and (max-width: 800px){
			        	#YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image{
				            min-height: 0px !important;
				            height: 0px !important;
				        }
			        }   
        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .image{
            min-height:250px;
        }   
	        #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1 .content .date{
	            padding-left:0px;
	            margin-left:0px;
	            border:none;
	            padding-bottom:5px;
	            margin-bottom:10px;
	            border-bottom-width:1px;
	            border-bottom-style:solid;
	        }
	    #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1_load_more{
	        display:none;
	    }
    #YNnc-mAcU-Ozua-CvOT .Img-Title-Intro-UI-1-v1_load_more:focus{
        outline:none !important;
    }/*--kgyq-gDkw-FsMK-PbYn--*/
/*--NEWS-ARTICLE-1-V1--*/

						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1{
							padding: 0px 0px;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1{
						border-width: 0px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1{
						margin-bottom: 20px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container{
							padding: 0px 0px;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container h1{
							font-family: Open Sans;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container h1{
						font-size: 22px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container h1{
						line-height: 31px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container h1{
							font-weight: bold;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container h1{
							text-transform: none;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container h1,.News-Article-1-v1 .heading_container h1 a{
							color: #292929;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container h1{
							text-align: left;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container{
							border-color: #000000;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container{
						border-left-width: 4px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .heading_container{
						border-bottom-width: 2px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container{
							padding: 0px 0px;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container h4{
							font-family: Ubuntu;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container h4{
						font-size: 20px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container h4{
						line-height: 27px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container h4{
							font-weight: normal;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container h4{
							text-transform: none;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container h4,.News-Article-1-v1 .subheading_container h4 a{
							color: #292929;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container h4{
							text-align: left;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container{
							border-color: #000000;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container{
						border-left-width: 4px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .subheading_container{
						border-bottom-width: 2px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .date_and_author_container{
							display: block;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .date_and_author_container{
							padding: 0px 0px;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .date_and_author_container span i{
							color: #F44336;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .date_and_author_container span,.News-Article-1-v1 .date_and_author_container span a{
							color: #424242;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .date_and_author_container span{
						font-size: 15px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container{
							display: none;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container a{
							border-radius: 0;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container{
							padding: 0px 0px;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container a{
							padding: 5px;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container a{
							background-color: #fafafa;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container a{
							color: #000000;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container a{
						font-size: 16px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .share_icons_container{
							text-align: left;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .body_container{
							font-family: Poppins;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .body_container,.News-Article-1-v1 .body_container *{
						font-size: 17px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .body_container,.News-Article-1-v1 .body_container *{
						line-height: 25px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .body_container{
							color: #292929;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .body_container a{
							color: #F44336;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .body_container{
							text-align: justify;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container{
							display: block;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container{
							padding: 0px 0px;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container{
						margin-top: 20px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container{
						margin-bottom: 20px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
							background-color: #ffffff;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
							color: #000000;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a:hover{
							background-color: #F44336;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a:hover{
							color: #ffffff;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
							padding: 7px 20px;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
							font-family: Open Sans;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
						font-size: 11px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
							font-weight: bold;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
							text-transform: uppercase;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container{
							text-align: left;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
						border-radius: 0px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .tags_container a{
						margin: 5px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .views_container{
							display: none;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .views_container{
							color: #666666;
						}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .views_container{
							text-align: left;
						}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .views_container{
						margin-top: 0px;
					}	
					#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .views_container{
						margin-bottom: 20px;
					}
						#NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .topProgressBar{
							background-color: #ff7f50;
						}
            #NewsComp-BihR-dgbI-Vetm-ZHWp.News-Article-1-v1 .topProgressBar{
                height:0px;
                top:-10px;
            }