/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
/* -------------------------------- 

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Outline';
  src: url('/fonts/Nucleo/outline/nucleo-outline.eot');
  src: url('/fonts/Nucleo/outline/nucleo-outline.eot') format('embedded-opentype'), url('/fonts/Nucleo/outline/nucleo-outline.woff2') format('woff2'), url('/fonts/Nucleo/outline/nucleo-outline.woff') format('woff'), url('/fonts/Nucleo/outline/nucleo-outline.ttf') format('truetype'), url('/fonts/Nucleo/outline/nucleo-outline.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nucleo Mini';
  src: url('/fonts/Nucleo/Mini/nucleo-mini.eot');
  src: url('/fonts/Nucleo/Mini/nucleo-mini.eot') format('embedded-opentype'), url('/fonts/Nucleo/Mini/nucleo-mini.woff2') format('woff2'), url('/fonts/Nucleo/Mini/nucleo-mini.woff') format('woff'), url('/fonts/Nucleo/Mini/nucleo-mini.ttf') format('truetype'), url('/fonts/Nucleo/Mini/nucleo-mini.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.nc-icon-outline {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nc-icon-mini {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
.nc-icon-outline.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}
.nc-icon-outline.x2 {
  font-size: 2em;
}
.nc-icon-outline.x3 {
  font-size: 3em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-outline.square,
.nc-icon-outline.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}
.nc-icon-outline.circle {
  border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.nc-icon-ul > li {
  position: relative;
}
.nc-icon-ul > li > .nc-icon-outline {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}
.nc-icon-ul > li > .nc-icon-outline.lg {
  top: 0;
  left: -1.35714286em;
}
.nc-icon-ul > li > .nc-icon-outline.circle,
.nc-icon-ul > li > .nc-icon-outline.square {
  top: -0.19047619em;
  left: -1.9047619em;
}
/*------------------------
  spinning icons
-------------------------*/
.nc-icon-outline.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}
@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-outline.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nc-icon-outline.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nc-icon-outline.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nc-icon-outline.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.nc-icon-outline.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	font icons
-------------------------*/
.nc-icon-outline.files-2_ai-illustrator:before {
  content: "\e947";
}
.nc-icon-outline.files-2_avi:before {
  content: "\e948";
}
.nc-icon-outline.files-2_css:before {
  content: "\e949";
}
.nc-icon-outline.files-2_csv:before {
  content: "\e94a";
}
.nc-icon-outline.files-2_doc:before {
  content: "\e94b";
}
.nc-icon-outline.files-2_docx:before {
  content: "\e94c";
}
.nc-icon-outline.files-2_epub:before {
  content: "\e94d";
}
.nc-icon-outline.files-2_exe:before {
  content: "\e94e";
}
.nc-icon-outline.files-2_font:before {
  content: "\e94f";
}
.nc-icon-outline.files-2_gif:before {
  content: "\e950";
}
.nc-icon-outline.files-2_html:before {
  content: "\e951";
}
.nc-icon-mini.social_logo-fb-simple:before {
  content: "\eb82";
}
.nc-icon-outline.files-2_jpg-jpeg:before {
  content: "\e952";
}
.nc-icon-outline.files-2_js-javascript-jquery:before {
  content: "\e953";
}
.nc-icon-outline.files-3_mov:before {
  content: "\e954";
}
.nc-icon-mini.social_logo-twitter:before {
  content: "\eb98";
}
.nc-icon-mini.social_logo-pinterest:before {
  content: "\eb8d";
}
.nc-icon-mini.social_logo-linkedin:before {
  content: "\eb89";
}
.nc-icon-outline.files-3_mp3:before {
  content: "\e955";
}
.nc-icon-outline.files-3_mp4:before {
  content: "\e956";
}
.nc-icon-outline.files-3_pdf:before {
  content: "\e957";
}
.nc-icon-outline.files-3_png:before {
  content: "\e958";
}
.nc-icon-outline.files-3_psd-photoshop:before {
  content: "\e959";
}
.nc-icon-outline.files-3_rar:before {
  content: "\e95a";
}
.nc-icon-outline.files-3_sketch:before {
  content: "\e95b";
}
.nc-icon-outline.files-3_svg:before {
  content: "\e95c";
}
.nc-icon-outline.files-3_txt:before {
  content: "\e95d";
}
.nc-icon-outline.files-3_wav:before {
  content: "\e95e";
}
.nc-icon-outline.files-3_zip:before {
  content: "\e95f";
}
.nc-icon-outline.design_album:before {
  content: "\e960";
}
.nc-icon-outline.design_align-bottom:before {
  content: "\e961";
}
.nc-icon-outline.design_align-center-horizontal:before {
  content: "\e962";
}
.nc-icon-outline.design_align-center-vertical:before {
  content: "\e963";
}
.nc-icon-outline.design_align-left:before {
  content: "\e964";
}
.nc-icon-outline.design_align-right:before {
  content: "\e965";
}
.nc-icon-outline.design_align-top:before {
  content: "\e966";
}
.nc-icon-outline.design_app:before {
  content: "\e967";
}
.nc-icon-outline.design_artboard:before {
  content: "\e968";
}
.nc-icon-outline.design_blend:before {
  content: "\e969";
}
.nc-icon-outline.design_book-bookmark:before {
  content: "\e96a";
}
.nc-icon-outline.design_book-open:before {
  content: "\e96b";
}
.nc-icon-outline.design_brush:before {
  content: "\e96c";
}
.nc-icon-outline.design_bug:before {
  content: "\e96d";
}
.nc-icon-outline.design_bullet-list-67:before {
  content: "\e96e";
}
.nc-icon-outline.design_bullet-list-68:before {
  content: "\e96f";
}
.nc-icon-outline.design_bullet-list-69:before {
  content: "\e970";
}
.nc-icon-outline.design_bullet-list-70:before {
  content: "\e971";
}
.nc-icon-outline.design_clone:before {
  content: "\e972";
}
.nc-icon-outline.design_code-editor:before {
  content: "\e973";
}
.nc-icon-outline.design_code:before {
  content: "\e974";
}
.nc-icon-outline.design_collection:before {
  content: "\e975";
}
.nc-icon-outline.design_command:before {
  content: "\e976";
}
.nc-icon-outline.design_compass:before {
  content: "\e977";
}
.nc-icon-outline.design_contrast:before {
  content: "\e978";
}
.nc-icon-outline.design_copy:before {
  content: "\e979";
}
.nc-icon-outline.design_crop:before {
  content: "\e97a";
}
.nc-icon-outline.design_cursor-48:before {
  content: "\e97b";
}
.nc-icon-outline.design_cursor-49:before {
  content: "\e97c";
}
.nc-icon-outline.design_design-dev:before {
  content: "\e97d";
}
.nc-icon-outline.design_design:before {
  content: "\e97e";
}
.nc-icon-outline.design_distribute-horizontal:before {
  content: "\e97f";
}
.nc-icon-outline.design_distribute-vertical:before {
  content: "\e980";
}
.nc-icon-outline.design_drag:before {
  content: "\e981";
}
.nc-icon-outline.design_eraser-32:before {
  content: "\e982";
}
.nc-icon-outline.design_eraser-33:before {
  content: "\e983";
}
.nc-icon-outline.design_eraser-46:before {
  content: "\e984";
}
.nc-icon-outline.design_flip-horizontal:before {
  content: "\e985";
}
.nc-icon-outline.design_flip-vertical:before {
  content: "\e986";
}
.nc-icon-outline.design_image:before {
  content: "\e987";
}
.nc-icon-outline.design_magnet:before {
  content: "\e988";
}
.nc-icon-outline.design_marker:before {
  content: "\e989";
}
.nc-icon-outline.design_measure-02:before {
  content: "\e98a";
}
.nc-icon-outline.design_measure-17:before {
  content: "\e98b";
}
.nc-icon-outline.design_measure-big:before {
  content: "\e98c";
}
.nc-icon-outline.design_mobile-design:before {
  content: "\e98d";
}
.nc-icon-outline.design_mobile-dev:before {
  content: "\e98e";
}
.nc-icon-outline.design_mouse-08:before {
  content: "\e98f";
}
.nc-icon-outline.design_mouse-09:before {
  content: "\e990";
}
.nc-icon-outline.design_mouse-10:before {
  content: "\e991";
}
.nc-icon-outline.design_newsletter-dev:before {
  content: "\e992";
}
.nc-icon-outline.design_note-code:before {
  content: "\e993";
}
.nc-icon-outline.design_paint-16:before {
  content: "\e994";
}
.nc-icon-outline.design_paint-37:before {
  content: "\e995";
}
.nc-icon-outline.design_paint-38:before {
  content: "\e996";
}
.nc-icon-outline.design_paint-bucket-39:before {
  content: "\e997";
}
.nc-icon-outline.design_paint-bucket-40:before {
  content: "\e998";
}
.nc-icon-outline.design_palette:before {
  content: "\e999";
}
.nc-icon-outline.design_pantone:before {
  content: "\e99a";
}
.nc-icon-outline.design_paper-design:before {
  content: "\e99b";
}
.nc-icon-outline.design_paper-dev:before {
  content: "\e99c";
}
.nc-icon-outline.design_patch-19:before {
  content: "\e99d";
}
.nc-icon-outline.design_patch-34:before {
  content: "\e99e";
}
.nc-icon-outline.design_path-exclude:before {
  content: "\e99f";
}
.nc-icon-outline.design_path-intersect:before {
  content: "\e9a0";
}
.nc-icon-outline.design_path-minus:before {
  content: "\e9a1";
}
.nc-icon-outline.design_path-unite:before {
  content: "\e9a2";
}
.nc-icon-outline.design_pen-01:before {
  content: "\e9a3";
}
.nc-icon-outline.design_pen-23:before {
  content: "\e9a4";
}
.nc-icon-outline.design_pen-tool:before {
  content: "\e9a5";
}
.nc-icon-outline.design_phone:before {
  content: "\e9a6";
}
.nc-icon-outline.design_photo-editor:before {
  content: "\e9a7";
}
.nc-icon-outline.design_responsive:before {
  content: "\e9a8";
}
.nc-icon-outline.design_scissors-dashed:before {
  content: "\e9a9";
}
.nc-icon-outline.design_scissors:before {
  content: "\e9aa";
}
.nc-icon-outline.design_shape-adjust:before {
  content: "\edcb";
}
.nc-icon-outline.design_shape-circle:before {
  content: "\edcc";
}
.nc-icon-outline.design_shape-polygon:before {
  content: "\edcd";
}
.nc-icon-outline.design_shape-square:before {
  content: "\edce";
}
.nc-icon-outline.design_shape-triangle:before {
  content: "\edcf";
}
.nc-icon-outline.design_shapes:before {
  content: "\edd0";
}
.nc-icon-outline.design_sharpener:before {
  content: "\edd1";
}
.nc-icon-outline.design_slice:before {
  content: "\edd2";
}
.nc-icon-outline.design_spray:before {
  content: "\edd3";
}
.nc-icon-outline.design_stamp:before {
  content: "\edd4";
}
.nc-icon-outline.design_tablet-mobile:before {
  content: "\edd5";
}
.nc-icon-outline.design_tablet:before {
  content: "\edd6";
}
.nc-icon-outline.design_text:before {
  content: "\edd7";
}
.nc-icon-outline.design_todo:before {
  content: "\edd8";
}
.nc-icon-outline.design_usb:before {
  content: "\edd9";
}
.nc-icon-outline.design_vector:before {
  content: "\edda";
}
.nc-icon-outline.design_wand-11:before {
  content: "\eddb";
}
.nc-icon-outline.design_wand-99:before {
  content: "\eddc";
}
.nc-icon-outline.design_watch-dev:before {
  content: "\eddd";
}
.nc-icon-outline.design_web-design:before {
  content: "\edde";
}
.nc-icon-outline.design_webpage:before {
  content: "\eddf";
}
.nc-icon-outline.design_window-code:before {
  content: "\ede0";
}
.nc-icon-outline.design_window-dev:before {
  content: "\ede1";
}
.nc-icon-outline.design_window-paragraph:before {
  content: "\ede2";
}
.nc-icon-outline.design_window-responsive:before {
  content: "\ede3";
}
.nc-icon-outline.design-2_3d-28:before {
  content: "\ede4";
}
.nc-icon-outline.design-2_3d-29:before {
  content: "\ede5";
}
.nc-icon-outline.design-2_android:before {
  content: "\ede6";
}
.nc-icon-outline.design-2_angle:before {
  content: "\ede7";
}
.nc-icon-outline.design-2_animation-14:before {
  content: "\ede8";
}
.nc-icon-outline.design-2_animation-31:before {
  content: "\ede9";
}
.nc-icon-outline.design-2_animation-32:before {
  content: "\edea";
}
.nc-icon-outline.design-2_apple:before {
  content: "\edeb";
}
.nc-icon-outline.design-2_browser-chrome:before {
  content: "\edec";
}
.nc-icon-outline.design-2_browser-edge:before {
  content: "\eded";
}
.nc-icon-outline.design-2_browser-firefox:before {
  content: "\edee";
}
.nc-icon-outline.design-2_browser-ie:before {
  content: "\edef";
}
.nc-icon-outline.design-2_browser-opera:before {
  content: "\edf0";
}
.nc-icon-outline.design-2_browser-safari:before {
  content: "\edf1";
}
.nc-icon-outline.design-2_bucket:before {
  content: "\edf2";
}
.nc-icon-outline.design-2_button:before {
  content: "\edf3";
}
.nc-icon-outline.design-2_canvas:before {
  content: "\edf4";
}
.nc-icon-outline.design-2_css3:before {
  content: "\edf5";
}
.nc-icon-outline.design-2_cursor-add:before {
  content: "\edf6";
}
.nc-icon-outline.design-2_cursor-grab:before {
  content: "\edf7";
}
.nc-icon-outline.design-2_cursor-load:before {
  content: "\edf8";
}
.nc-icon-outline.design-2_cursor-menu:before {
  content: "\edf9";
}
.nc-icon-outline.design-2_cursor-not-allowed:before {
  content: "\edfa";
}
.nc-icon-outline.design-2_cursor-pointer:before {
  content: "\edfb";
}
.nc-icon-outline.design-2_cursor-text:before {
  content: "\edfc";
}
.nc-icon-outline.design-2_divider:before {
  content: "\edfd";
}
.nc-icon-outline.design-2_filter-organization:before {
  content: "\edfe";
}
.nc-icon-outline.design-2_form:before {
  content: "\edff";
}
.nc-icon-outline.design-2_frame:before {
  content: "\ee00";
}
.nc-icon-outline.design-2_group:before {
  content: "\ee01";
}
.nc-icon-outline.design-2_html5:before {
  content: "\ee02";
}
.nc-icon-outline.design-2_image:before {
  content: "\ee03";
}
.nc-icon-outline.design-2_layers:before {
  content: "\ee04";
}
.nc-icon-outline.design-2_layout-11:before {
  content: "\ee05";
}
.nc-icon-outline.design-2_layout-25:before {
  content: "\ee06";
}
.nc-icon-outline.design-2_microsoft:before {
  content: "\ee07";
}
.nc-icon-outline.design-2_mirror:before {
  content: "\ee08";
}
.nc-icon-outline.design-2_move-down:before {
  content: "\ee09";
}
.nc-icon-outline.design-2_move-up:before {
  content: "\ee0a";
}
.nc-icon-outline.design-2_paint-brush:before {
  content: "\ee0b";
}
.nc-icon-outline.design-2_ruler-pencil:before {
  content: "\ee0c";
}
.nc-icon-outline.design-2_scale-down:before {
  content: "\ee0d";
}
.nc-icon-outline.design-2_scale-up:before {
  content: "\ee0e";
}
.nc-icon-outline.design-2_scale:before {
  content: "\ee0f";
}
.nc-icon-outline.design-2_selection:before {
  content: "\ee10";
}
.nc-icon-outline.design-2_slider:before {
  content: "\ee11";
}
.nc-icon-outline.design-2_text:before {
  content: "\ee12";
}
.nc-icon-outline.design-2_transform-origin:before {
  content: "\ee13";
}
.nc-icon-outline.design-2_transform:before {
  content: "\ee14";
}
.nc-icon-outline.design-2_ungroup:before {
  content: "\ee15";
}
.nc-icon-outline.loader_circle-04:before {
  content: "\edc7";
}
.nc-icon-outline.loader_dots-06:before {
  content: "\edc8";
}
.nc-icon-outline.loader_gear:before {
  content: "\edc9";
}
.nc-icon-outline.loader_refresh:before {
  content: "\edca";
}
.nc-icon-outline.ui-1_analytics-88:before {
  content: "\ecd6";
}
.nc-icon-outline.ui-1_analytics-89:before {
  content: "\ecd7";
}
.nc-icon-outline.ui-1_attach-86:before {
  content: "\ecd8";
}
.nc-icon-outline.ui-1_attach-87:before {
  content: "\ecd9";
}
.nc-icon-outline.ui-1_bell-53:before {
  content: "\ecda";
}
.nc-icon-outline.ui-1_bell-54:before {
  content: "\ecdb";
}
.nc-icon-outline.ui-1_bell-55:before {
  content: "\ecdc";
}
.nc-icon-outline.ui-1_bold-add:before {
  content: "\ecdd";
}
.nc-icon-outline.ui-1_bold-delete:before {
  content: "\ecde";
}
.nc-icon-outline.ui-1_bold-remove:before {
  content: "\ecdf";
}
.nc-icon-outline.ui-1_bookmark-add:before {
  content: "\ece0";
}
.nc-icon-outline.ui-1_bookmark-remove:before {
  content: "\ece1";
}
.nc-icon-outline.ui-1_calendar-57:before {
  content: "\ece2";
}
.nc-icon-outline.ui-1_calendar-60:before {
  content: "\ece3";
}
.nc-icon-outline.ui-1_calendar-check-59:before {
  content: "\ece4";
}
.nc-icon-outline.ui-1_calendar-check-62:before {
  content: "\ece5";
}
.nc-icon-outline.ui-1_calendar-grid-58:before {
  content: "\ece6";
}
.nc-icon-outline.ui-1_calendar-grid-61:before {
  content: "\ece7";
}
.nc-icon-outline.ui-1_check-bold:before {
  content: "\ece8";
}
.nc-icon-outline.ui-1_check-circle-07:before {
  content: "\ece9";
}
.nc-icon-outline.ui-1_check-circle-08:before {
  content: "\ecea";
}
.nc-icon-outline.ui-1_check-curve:before {
  content: "\eceb";
}
.nc-icon-outline.ui-1_check-simple:before {
  content: "\ecec";
}
.nc-icon-outline.ui-1_check-small:before {
  content: "\eced";
}
.nc-icon-outline.ui-1_check-square-09:before {
  content: "\ecee";
}
.nc-icon-outline.ui-1_check-square-11:before {
  content: "\ecef";
}
.nc-icon-outline.ui-1_check:before {
  content: "\ecf0";
}
.nc-icon-outline.ui-1_circle-add:before {
  content: "\ecf1";
}
.nc-icon-outline.ui-1_circle-bold-add:before {
  content: "\ecf2";
}
.nc-icon-outline.ui-1_circle-bold-remove:before {
  content: "\ecf3";
}
.nc-icon-outline.ui-1_circle-delete:before {
  content: "\ecf4";
}
.nc-icon-outline.ui-1_circle-remove:before {
  content: "\ecf5";
}
.nc-icon-outline.ui-1_dashboard-29:before {
  content: "\ecf6";
}
.nc-icon-outline.ui-1_dashboard-30:before {
  content: "\ecf7";
}
.nc-icon-outline.ui-1_dashboard-half:before {
  content: "\ecf8";
}
.nc-icon-outline.ui-1_dashboard-level:before {
  content: "\ecf9";
}
.nc-icon-outline.ui-1_database:before {
  content: "\ecfa";
}
.nc-icon-outline.ui-1_drop:before {
  content: "\ecfb";
}
.nc-icon-outline.ui-1_edit-71:before {
  content: "\ecfc";
}
.nc-icon-outline.ui-1_edit-72:before {
  content: "\ecfd";
}
.nc-icon-outline.ui-1_edit-73:before {
  content: "\ecfe";
}
.nc-icon-outline.ui-1_edit-74:before {
  content: "\ecff";
}
.nc-icon-outline.ui-1_edit-75:before {
  content: "\ed00";
}
.nc-icon-outline.ui-1_edit-76:before {
  content: "\ed01";
}
.nc-icon-outline.ui-1_edit-77:before {
  content: "\ed02";
}
.nc-icon-outline.ui-1_edit-78:before {
  content: "\ed03";
}
.nc-icon-outline.ui-1_email-83:before {
  content: "\ed04";
}
.nc-icon-outline.ui-1_email-84:before {
  content: "\ed05";
}
.nc-icon-outline.ui-1_email-85:before {
  content: "\ed06";
}
.nc-icon-outline.ui-1_eye-17:before {
  content: "\ed07";
}
.nc-icon-outline.ui-1_eye-19:before {
  content: "\ed08";
}
.nc-icon-outline.ui-1_eye-ban-18:before {
  content: "\ed09";
}
.nc-icon-outline.ui-1_eye-ban-20:before {
  content: "\ed0a";
}
.nc-icon-outline.ui-1_flame:before {
  content: "\ed0b";
}
.nc-icon-outline.ui-1_home-51:before {
  content: "\ed0c";
}
.nc-icon-outline.ui-1_home-52:before {
  content: "\ed0d";
}
.nc-icon-outline.ui-1_home-minimal:before {
  content: "\ed0e";
}
.nc-icon-outline.ui-1_home-simple:before {
  content: "\ed0f";
}
.nc-icon-outline.ui-1_leaf-80:before {
  content: "\ed10";
}
.nc-icon-outline.ui-1_leaf-81:before {
  content: "\ed11";
}
.nc-icon-outline.ui-1_leaf-edit:before {
  content: "\ed12";
}
.nc-icon-outline.ui-1_lock-circle-open:before {
  content: "\ed13";
}
.nc-icon-outline.ui-1_lock-circle:before {
  content: "\ed14";
}
.nc-icon-outline.ui-1_lock-open:before {
  content: "\ed15";
}
.nc-icon-outline.ui-1_lock:before {
  content: "\ed16";
}
.nc-icon-outline.ui-1_notification-69:before {
  content: "\ed17";
}
.nc-icon-outline.ui-1_notification-70:before {
  content: "\ed18";
}
.nc-icon-outline.ui-1_pencil:before {
  content: "\ed19";
}
.nc-icon-outline.ui-1_preferences-circle-rotate:before {
  content: "\ed1a";
}
.nc-icon-outline.ui-1_preferences-circle:before {
  content: "\ed1b";
}
.nc-icon-outline.ui-1_preferences-container-circle-rotate:before {
  content: "\ed1c";
}
.nc-icon-outline.ui-1_preferences-container-circle:before {
  content: "\ed1d";
}
.nc-icon-outline.ui-1_preferences-container-rotate:before {
  content: "\ed1e";
}
.nc-icon-outline.ui-1_preferences-container:before {
  content: "\ed1f";
}
.nc-icon-outline.ui-1_preferences-rotate:before {
  content: "\ed20";
}
.nc-icon-outline.ui-1_preferences:before {
  content: "\ed21";
}
.nc-icon-outline.ui-1_send:before {
  content: "\ed22";
}
.nc-icon-outline.ui-1_settings-gear-63:before {
  content: "\ed23";
}
.nc-icon-outline.ui-1_settings-gear-64:before {
  content: "\ed24";
}
.nc-icon-outline.ui-1_settings-gear-65:before {
  content: "\ed25";
}
.nc-icon-outline.ui-1_settings-tool-66:before {
  content: "\ed26";
}
.nc-icon-outline.ui-1_settings-tool-67:before {
  content: "\ed27";
}
.nc-icon-outline.ui-1_settings:before {
  content: "\ed28";
}
.nc-icon-outline.ui-1_simple-add:before {
  content: "\ed29";
}
.nc-icon-outline.ui-1_simple-delete:before {
  content: "\ed2a";
}
.nc-icon-outline.ui-1_simple-remove:before {
  content: "\ed2b";
}
.nc-icon-outline.ui-1_trash-round:before {
  content: "\ed2c";
}
.nc-icon-outline.ui-1_trash-simple:before {
  content: "\ed2d";
}
.nc-icon-outline.ui-1_trash:before {
  content: "\ed2e";
}
.nc-icon-outline.ui-1_ui-03:before {
  content: "\ed2f";
}
.nc-icon-outline.ui-1_ui-04:before {
  content: "\ed30";
}
.nc-icon-outline.ui-1_zoom-bold-in:before {
  content: "\ed31";
}
.nc-icon-outline.ui-1_zoom-bold-out:before {
  content: "\ed32";
}
.nc-icon-outline.ui-1_zoom-bold:before {
  content: "\ed33";
}
.nc-icon-outline.ui-1_zoom-in:before {
  content: "\ed34";
}
.nc-icon-outline.ui-1_zoom-out:before {
  content: "\ed35";
}
.nc-icon-outline.ui-1_zoom-split-in:before {
  content: "\ed36";
}
.nc-icon-outline.ui-1_zoom-split-out:before {
  content: "\ed37";
}
.nc-icon-outline.ui-1_zoom-split:before {
  content: "\ed38";
}
.nc-icon-outline.ui-1_zoom:before {
  content: "\ed39";
}
.nc-icon-outline.ui-2_alert:before {
  content: "\ed3a";
}
.nc-icon-outline.ui-2_alert-:before {
  content: "\ed3b";
}
.nc-icon-outline.ui-2_alert-circle:before {
  content: "\ed3c";
}
.nc-icon-outline.ui-2_alert-circle-:before {
  content: "\ed3d";
}
.nc-icon-outline.ui-2_alert-circle-i:before {
  content: "\ed3e";
}
.nc-icon-outline.ui-2_alert-i:before {
  content: "\ed3f";
}
.nc-icon-outline.ui-2_alert-square:before {
  content: "\ed40";
}
.nc-icon-outline.ui-2_alert-square-:before {
  content: "\ed41";
}
.nc-icon-outline.ui-2_alert-square-i:before {
  content: "\ed42";
}
.nc-icon-outline.ui-2_archive:before {
  content: "\ed43";
}
.nc-icon-outline.ui-2_ban-bold:before {
  content: "\ed44";
}
.nc-icon-outline.ui-2_ban:before {
  content: "\ed45";
}
.nc-icon-outline.ui-2_battery-81:before {
  content: "\ed46";
}
.nc-icon-outline.ui-2_battery-83:before {
  content: "\ed47";
}
.nc-icon-outline.ui-2_battery-half:before {
  content: "\ed48";
}
.nc-icon-outline.ui-2_battery-low:before {
  content: "\ed49";
}
.nc-icon-outline.ui-2_bluetooth:before {
  content: "\ed4a";
}
.nc-icon-outline.ui-2_book:before {
  content: "\ed4b";
}
.nc-icon-outline.ui-2_chart-bar-52:before {
  content: "\ed4c";
}
.nc-icon-outline.ui-2_chart-bar-53:before {
  content: "\ed4d";
}
.nc-icon-outline.ui-2_chat-content:before {
  content: "\ed4e";
}
.nc-icon-outline.ui-2_chat-round-content:before {
  content: "\ed4f";
}
.nc-icon-outline.ui-2_chat-round:before {
  content: "\ed50";
}
.nc-icon-outline.ui-2_chat:before {
  content: "\ed51";
}
.nc-icon-outline.ui-2_circle-bold-delete:before {
  content: "\ed52";
}
.nc-icon-outline.ui-2_cloud-25:before {
  content: "\ed53";
}
.nc-icon-outline.ui-2_cloud-26:before {
  content: "\ed54";
}
.nc-icon-outline.ui-2_disk:before {
  content: "\ed55";
}
.nc-icon-outline.ui-2_enlarge-57:before {
  content: "\ed56";
}
.nc-icon-outline.ui-2_enlarge-58:before {
  content: "\ed57";
}
.nc-icon-outline.ui-2_enlarge-59:before {
  content: "\ed58";
}
.nc-icon-outline.ui-2_fat-add:before {
  content: "\ed59";
}
.nc-icon-outline.ui-2_fat-delete:before {
  content: "\ed5a";
}
.nc-icon-outline.ui-2_fat-remove:before {
  content: "\ed5b";
}
.nc-icon-outline.ui-2_favourite-28:before {
  content: "\ed5c";
}
.nc-icon-outline.ui-2_favourite-31:before {
  content: "\ed5d";
}
.nc-icon-outline.ui-2_favourite-add-29:before {
  content: "\ed5e";
}
.nc-icon-outline.ui-2_favourite-add-32:before {
  content: "\ed5f";
}
.nc-icon-outline.ui-2_favourite-remove-30:before {
  content: "\ed60";
}
.nc-icon-outline.ui-2_favourite-remove-33:before {
  content: "\ed61";
}
.nc-icon-outline.ui-2_filter:before {
  content: "\ed62";
}
.nc-icon-outline.ui-2_fullsize:before {
  content: "\ed63";
}
.nc-icon-outline.ui-2_grid-45:before {
  content: "\ed64";
}
.nc-icon-outline.ui-2_grid-46:before {
  content: "\ed65";
}
.nc-icon-outline.ui-2_grid-48:before {
  content: "\ed66";
}
.nc-icon-outline.ui-2_grid-49:before {
  content: "\ed67";
}
.nc-icon-outline.ui-2_grid-50:before {
  content: "\ed68";
}
.nc-icon-outline.ui-2_grid-square:before {
  content: "\ed69";
}
.nc-icon-outline.ui-2_hourglass:before {
  content: "\ed6a";
}
.nc-icon-outline.ui-2_lab:before {
  content: "\ed6b";
}
.nc-icon-outline.ui-2_layers:before {
  content: "\ed6c";
}
.nc-icon-outline.ui-2_like:before {
  content: "\ed6d";
}
.nc-icon-outline.ui-2_link-66:before {
  content: "\ed6e";
}
.nc-icon-outline.ui-2_link-67:before {
  content: "\ed6f";
}
.nc-icon-outline.ui-2_link-68:before {
  content: "\ed70";
}
.nc-icon-outline.ui-2_link-69:before {
  content: "\ed71";
}
.nc-icon-outline.ui-2_link-71:before {
  content: "\ed72";
}
.nc-icon-outline.ui-2_link-72:before {
  content: "\ed73";
}
.nc-icon-outline.ui-2_link-broken-70:before {
  content: "\ed74";
}
.nc-icon-outline.ui-2_link-broken-73:before {
  content: "\ed75";
}
.nc-icon-outline.ui-2_menu-34:before {
  content: "\ed76";
}
.nc-icon-outline.ui-2_menu-35:before {
  content: "\ed77";
}
.nc-icon-outline.ui-2_menu-bold:before {
  content: "\ed78";
}
.nc-icon-outline.ui-2_menu-dots:before {
  content: "\ed79";
}
.nc-icon-outline.ui-2_menu-square:before {
  content: "\ed7a";
}
.nc-icon-outline.ui-2_node:before {
  content: "\ed7b";
}
.nc-icon-outline.ui-2_paragraph:before {
  content: "\ed7c";
}
.nc-icon-outline.ui-2_phone:before {
  content: "\ed7d";
}
.nc-icon-outline.ui-2_settings-90:before {
  content: "\ed7e";
}
.nc-icon-outline.ui-2_settings-91:before {
  content: "\ed7f";
}
.nc-icon-outline.ui-2_share-bold:before {
  content: "\ed80";
}
.nc-icon-outline.ui-2_share:before {
  content: "\ed81";
}
.nc-icon-outline.ui-2_small-add:before {
  content: "\ed82";
}
.nc-icon-outline.ui-2_small-delete:before {
  content: "\ed83";
}
.nc-icon-outline.ui-2_small-remove:before {
  content: "\ed84";
}
.nc-icon-outline.ui-2_square-add-08:before {
  content: "\ed85";
}
.nc-icon-outline.ui-2_square-add-11:before {
  content: "\ed86";
}
.nc-icon-outline.ui-2_square-delete-10:before {
  content: "\ed87";
}
.nc-icon-outline.ui-2_square-delete-13:before {
  content: "\ed88";
}
.nc-icon-outline.ui-2_square-remove-09:before {
  content: "\ed89";
}
.nc-icon-outline.ui-2_square-remove-12:before {
  content: "\ed8a";
}
.nc-icon-outline.ui-2_target:before {
  content: "\ed8b";
}
.nc-icon-outline.ui-2_tile-55:before {
  content: "\ed8c";
}
.nc-icon-outline.ui-2_tile-56:before {
  content: "\ed8d";
}
.nc-icon-outline.ui-2_time-alarm:before {
  content: "\ed8e";
}
.nc-icon-outline.ui-2_time-clock:before {
  content: "\ed8f";
}
.nc-icon-outline.ui-2_time-countdown:before {
  content: "\ed90";
}
.nc-icon-outline.ui-2_time:before {
  content: "\ed91";
}
.nc-icon-outline.ui-2_webpage:before {
  content: "\ed92";
}
.nc-icon-outline.ui-2_window-add:before {
  content: "\ed93";
}
.nc-icon-outline.ui-2_window-delete:before {
  content: "\ed94";
}
.nc-icon-outline.ui-3_alert:before {
  content: "\ed95";
}
.nc-icon-outline.ui-3_backward:before {
  content: "\ed96";
}
.nc-icon-outline.ui-3_bolt:before {
  content: "\ed97";
}
.nc-icon-outline.ui-3_bullet-list:before {
  content: "\ed98";
}
.nc-icon-outline.ui-3_calendar-add:before {
  content: "\ed99";
}
.nc-icon-outline.ui-3_card-add:before {
  content: "\ed9a";
}
.nc-icon-outline.ui-3_card-alert:before {
  content: "\ed9b";
}
.nc-icon-outline.ui-3_chart-bars:before {
  content: "\ed9c";
}
.nc-icon-outline.ui-3_chart:before {
  content: "\ed9d";
}
.nc-icon-outline.ui-3_chat-33:before {
  content: "\ed9e";
}
.nc-icon-outline.ui-3_chat-45:before {
  content: "\ed9f";
}
.nc-icon-outline.ui-3_chat-46:before {
  content: "\eda0";
}
.nc-icon-outline.ui-3_chat-reply:before {
  content: "\eda1";
}
.nc-icon-outline.ui-3_check-in:before {
  content: "\eda2";
}
.nc-icon-outline.ui-3_check-out:before {
  content: "\eda3";
}
.nc-icon-outline.ui-3_dock-bottom:before {
  content: "\eda4";
}
.nc-icon-outline.ui-3_dock-left:before {
  content: "\eda5";
}
.nc-icon-outline.ui-3_dock-right:before {
  content: "\eda6";
}
.nc-icon-outline.ui-3_dock-top:before {
  content: "\eda7";
}
.nc-icon-outline.ui-3_filter-check:before {
  content: "\eda8";
}
.nc-icon-outline.ui-3_filter-remove:before {
  content: "\eda9";
}
.nc-icon-outline.ui-3_forward:before {
  content: "\edaa";
}
.nc-icon-outline.ui-3_funnel-39:before {
  content: "\edab";
}
.nc-icon-outline.ui-3_funnel-40:before {
  content: "\edac";
}
.nc-icon-outline.ui-3_funnel-41:before {
  content: "\edad";
}
.nc-icon-outline.ui-3_heart-add:before {
  content: "\edae";
}
.nc-icon-outline.ui-3_heart-remove:before {
  content: "\edaf";
}
.nc-icon-outline.ui-3_heart:before {
  content: "\edb0";
}
.nc-icon-outline.ui-3_infinite:before {
  content: "\edb1";
}
.nc-icon-outline.ui-3_link:before {
  content: "\edb2";
}
.nc-icon-outline.ui-3_menu-left:before {
  content: "\edb3";
}
.nc-icon-outline.ui-3_menu-right:before {
  content: "\edb4";
}
.nc-icon-outline.ui-3_menu:before {
  content: "\edb5";
}
.nc-icon-outline.ui-3_metrics:before {
  content: "\edb6";
}
.nc-icon-outline.ui-3_phone-call-end:before {
  content: "\edb7";
}
.nc-icon-outline.ui-3_phone-call:before {
  content: "\edb8";
}
.nc-icon-outline.ui-3_phone:before {
  content: "\edb9";
}
.nc-icon-outline.ui-3_playlist:before {
  content: "\edba";
}
.nc-icon-outline.ui-3_search:before {
  content: "\edbb";
}
.nc-icon-outline.ui-3_security:before {
  content: "\edbc";
}
.nc-icon-outline.ui-3_segmentation:before {
  content: "\edbd";
}
.nc-icon-outline.ui-3_select:before {
  content: "\edbe";
}
.nc-icon-outline.ui-3_send:before {
  content: "\edbf";
}
.nc-icon-outline.ui-3_signal:before {
  content: "\edc0";
}
.nc-icon-outline.ui-3_slide-left:before {
  content: "\edc1";
}
.nc-icon-outline.ui-3_slide-right:before {
  content: "\edc2";
}
.nc-icon-outline.ui-3_table-left:before {
  content: "\edc3";
}
.nc-icon-outline.ui-3_table-right:before {
  content: "\edc4";
}
.nc-icon-outline.ui-3_tag:before {
  content: "\edc5";
}
.nc-icon-outline.ui-3_widget:before {
  content: "\edc6";
}
.nc-icon-outline.envir_bulb-saver:before {
  content: "\ecc4";
}
.nc-icon-outline.envir_bulb:before {
  content: "\ecc5";
}
.nc-icon-outline.envir_car:before {
  content: "\ecc6";
}
.nc-icon-outline.envir_fuel-electric:before {
  content: "\ecc7";
}
.nc-icon-outline.envir_fuel:before {
  content: "\ecc8";
}
.nc-icon-outline.envir_home:before {
  content: "\ecc9";
}
.nc-icon-outline.envir_level:before {
  content: "\ecca";
}
.nc-icon-outline.envir_panel:before {
  content: "\eccb";
}
.nc-icon-outline.envir_radiation:before {
  content: "\eccc";
}
.nc-icon-outline.envir_recycling:before {
  content: "\eccd";
}
.nc-icon-outline.envir_save-planet:before {
  content: "\ecce";
}
.nc-icon-outline.envir_waste-danger:before {
  content: "\eccf";
}
.nc-icon-outline.envir_waste-recycling:before {
  content: "\ecd0";
}
.nc-icon-outline.envir_waste:before {
  content: "\ecd1";
}
.nc-icon-outline.envir_water-hand:before {
  content: "\ecd2";
}
.nc-icon-outline.envir_water-sink:before {
  content: "\ecd3";
}
.nc-icon-outline.envir_water:before {
  content: "\ecd4";
}
.nc-icon-outline.envir_wind:before {
  content: "\ecd5";
}
.nc-icon-outline.text_align-center:before {
  content: "\ecaa";
}
.nc-icon-outline.text_align-justify:before {
  content: "\ecab";
}
.nc-icon-outline.text_align-left:before {
  content: "\ecac";
}
.nc-icon-outline.text_align-right:before {
  content: "\ecad";
}
.nc-icon-outline.text_background:before {
  content: "\ecae";
}
.nc-icon-outline.text_bold:before {
  content: "\ecaf";
}
.nc-icon-outline.text_capitalize:before {
  content: "\ecb0";
}
.nc-icon-outline.text_caps-all:before {
  content: "\ecb1";
}
.nc-icon-outline.text_caps-small:before {
  content: "\ecb2";
}
.nc-icon-outline.text_color:before {
  content: "\ecb3";
}
.nc-icon-outline.text_edit:before {
  content: "\ecb4";
}
.nc-icon-outline.text_italic:before {
  content: "\ecb5";
}
.nc-icon-outline.text_line-height:before {
  content: "\ecb6";
}
.nc-icon-outline.text_list-bullet:before {
  content: "\ecb7";
}
.nc-icon-outline.text_list-numbers:before {
  content: "\ecb8";
}
.nc-icon-outline.text_margin-left:before {
  content: "\ecb9";
}
.nc-icon-outline.text_margin-right:before {
  content: "\ecba";
}
.nc-icon-outline.text_quote:before {
  content: "\ecbb";
}
.nc-icon-outline.text_scale-horizontal:before {
  content: "\ecbc";
}
.nc-icon-outline.text_scale-vertical:before {
  content: "\ecbd";
}
.nc-icon-outline.text_size:before {
  content: "\ecbe";
}
.nc-icon-outline.text_strikethrough:before {
  content: "\ecbf";
}
.nc-icon-outline.text_subscript:before {
  content: "\ecc0";
}
.nc-icon-outline.text_superscript:before {
  content: "\ecc1";
}
.nc-icon-outline.text_tracking:before {
  content: "\ecc2";
}
.nc-icon-outline.text_underline:before {
  content: "\ecc3";
}
.nc-icon-outline.gestures_2x-drag-down:before {
  content: "\ec09";
}
.nc-icon-outline.gestures_2x-drag-up:before {
  content: "\ec0a";
}
.nc-icon-outline.gestures_2x-swipe-down:before {
  content: "\ec0b";
}
.nc-icon-outline.gestures_2x-swipe-left:before {
  content: "\ec0c";
}
.nc-icon-outline.gestures_2x-swipe-right:before {
  content: "\ec0d";
}
.nc-icon-outline.gestures_2x-swipe-up:before {
  content: "\ec0e";
}
.nc-icon-outline.gestures_2x-tap:before {
  content: "\ec0f";
}
.nc-icon-outline.gestures_3x-swipe-left:before {
  content: "\ec10";
}
.nc-icon-outline.gestures_3x-swipe-right:before {
  content: "\ec11";
}
.nc-icon-outline.gestures_3x-swipe-up:before {
  content: "\ec12";
}
.nc-icon-outline.gestures_3x-tap:before {
  content: "\ec13";
}
.nc-icon-outline.gestures_4x-swipe-left:before {
  content: "\ec14";
}
.nc-icon-outline.gestures_4x-swipe-right:before {
  content: "\ec15";
}
.nc-icon-outline.gestures_4x-swipe-up:before {
  content: "\ec16";
}
.nc-icon-outline.gestures_active-38:before {
  content: "\ec17";
}
.nc-icon-outline.gestures_active-40:before {
  content: "\ec18";
}
.nc-icon-outline.gestures_camera:before {
  content: "\ec19";
}
.nc-icon-outline.gestures_double-tap:before {
  content: "\ec1a";
}
.nc-icon-outline.gestures_drag-21:before {
  content: "\ec1b";
}
.nc-icon-outline.gestures_drag-31:before {
  content: "\ec1c";
}
.nc-icon-outline.gestures_drag-down:before {
  content: "\ec1d";
}
.nc-icon-outline.gestures_drag-left:before {
  content: "\ec1e";
}
.nc-icon-outline.gestures_drag-right:before {
  content: "\ec1f";
}
.nc-icon-outline.gestures_drag-up:before {
  content: "\ec20";
}
.nc-icon-outline.gestures_flick-down:before {
  content: "\ec21";
}
.nc-icon-outline.gestures_flick-left:before {
  content: "\ec22";
}
.nc-icon-outline.gestures_flick-right:before {
  content: "\ec23";
}
.nc-icon-outline.gestures_flick-up:before {
  content: "\ec24";
}
.nc-icon-outline.gestures_grab:before {
  content: "\ec25";
}
.nc-icon-outline.gestures_hold:before {
  content: "\ec26";
}
.nc-icon-outline.gestures_pin:before {
  content: "\ec27";
}
.nc-icon-outline.gestures_pinch:before {
  content: "\ec28";
}
.nc-icon-outline.gestures_rotate-22:before {
  content: "\ec29";
}
.nc-icon-outline.gestures_rotate-23:before {
  content: "\ec2a";
}
.nc-icon-outline.gestures_scan:before {
  content: "\ec2b";
}
.nc-icon-outline.gestures_scroll-horitontal:before {
  content: "\ec2c";
}
.nc-icon-outline.gestures_scroll-vertical:before {
  content: "\ec2d";
}
.nc-icon-outline.gestures_stretch:before {
  content: "\ec2e";
}
.nc-icon-outline.gestures_swipe-bottom:before {
  content: "\ec2f";
}
.nc-icon-outline.gestures_swipe-left:before {
  content: "\ec30";
}
.nc-icon-outline.gestures_swipe-right:before {
  content: "\ec31";
}
.nc-icon-outline.gestures_swipe-up:before {
  content: "\ec32";
}
.nc-icon-outline.gestures_tap-01:before {
  content: "\ec33";
}
.nc-icon-outline.gestures_tap-02:before {
  content: "\ec34";
}
.nc-icon-outline.sport_badminton:before {
  content: "\ec35";
}
.nc-icon-outline.sport_baseball-ball:before {
  content: "\ec36";
}
.nc-icon-outline.sport_baseball-bat:before {
  content: "\ec37";
}
.nc-icon-outline.sport_baseball:before {
  content: "\ec38";
}
.nc-icon-outline.sport_basketball-12:before {
  content: "\ec39";
}
.nc-icon-outline.sport_basketball-13:before {
  content: "\ec3a";
}
.nc-icon-outline.sport_boxing:before {
  content: "\ec3b";
}
.nc-icon-outline.sport_cardio:before {
  content: "\ec3c";
}
.nc-icon-outline.sport_cricket:before {
  content: "\ec3d";
}
.nc-icon-outline.sport_crown:before {
  content: "\ec3e";
}
.nc-icon-outline.sport_dart:before {
  content: "\ec3f";
}
.nc-icon-outline.sport_dumbbells:before {
  content: "\ec40";
}
.nc-icon-outline.sport_energy-drink:before {
  content: "\ec41";
}
.nc-icon-outline.sport_energy-supplement:before {
  content: "\ec42";
}
.nc-icon-outline.sport_fencing:before {
  content: "\ec43";
}
.nc-icon-outline.sport_fishing:before {
  content: "\ec44";
}
.nc-icon-outline.sport_flag-finish:before {
  content: "\ec45";
}
.nc-icon-outline.sport_football-headguard:before {
  content: "\ec46";
}
.nc-icon-outline.sport_golf:before {
  content: "\ec47";
}
.nc-icon-outline.sport_helmet:before {
  content: "\ec48";
}
.nc-icon-outline.sport_hockey:before {
  content: "\ec49";
}
.nc-icon-outline.sport_kettlebell:before {
  content: "\ec4a";
}
.nc-icon-outline.sport_ping-pong:before {
  content: "\ec4b";
}
.nc-icon-outline.sport_podium-trophy:before {
  content: "\ec4c";
}
.nc-icon-outline.sport_podium:before {
  content: "\ec4d";
}
.nc-icon-outline.sport_rope:before {
  content: "\ec4e";
}
.nc-icon-outline.sport_rugby:before {
  content: "\ec4f";
}
.nc-icon-outline.sport_shaker:before {
  content: "\ec50";
}
.nc-icon-outline.sport_shoe-run:before {
  content: "\ec51";
}
.nc-icon-outline.sport_skateboard:before {
  content: "\ec52";
}
.nc-icon-outline.sport_snowboard:before {
  content: "\ec53";
}
.nc-icon-outline.sport_soccer-field:before {
  content: "\ec54";
}
.nc-icon-outline.sport_steering-wheel:before {
  content: "\ec55";
}
.nc-icon-outline.sport_supplement:before {
  content: "\ec56";
}
.nc-icon-outline.sport_surf:before {
  content: "\ec57";
}
.nc-icon-outline.sport_tactic:before {
  content: "\ec58";
}
.nc-icon-outline.sport_tennis-ball:before {
  content: "\ec59";
}
.nc-icon-outline.sport_tennis:before {
  content: "\ec5a";
}
.nc-icon-outline.sport_trophy:before {
  content: "\ec5b";
}
.nc-icon-outline.sport_user-balance:before {
  content: "\ec5c";
}
.nc-icon-outline.sport_user-climb:before {
  content: "\ec5d";
}
.nc-icon-outline.sport_user-meditation:before {
  content: "\ec5e";
}
.nc-icon-outline.sport_user-run:before {
  content: "\ec5f";
}
.nc-icon-outline.sport_user-snowboard:before {
  content: "\ec60";
}
.nc-icon-outline.sport_user-swim:before {
  content: "\ec61";
}
.nc-icon-outline.sport_volleyball:before {
  content: "\ec62";
}
.nc-icon-outline.sport_whistle:before {
  content: "\ec63";
}
.nc-icon-outline.holidays_bat:before {
  content: "\ec64";
}
.nc-icon-outline.holidays_biscuit:before {
  content: "\ec65";
}
.nc-icon-outline.holidays_bones:before {
  content: "\ec66";
}
.nc-icon-outline.holidays_boot:before {
  content: "\ec67";
}
.nc-icon-outline.holidays_candy:before {
  content: "\ec68";
}
.nc-icon-outline.holidays_cat:before {
  content: "\ec69";
}
.nc-icon-outline.holidays_cauldron:before {
  content: "\ec6a";
}
.nc-icon-outline.holidays_chimney:before {
  content: "\ec6b";
}
.nc-icon-outline.holidays_cockade:before {
  content: "\ec6c";
}
.nc-icon-outline.holidays_coffin:before {
  content: "\ec6d";
}
.nc-icon-outline.holidays_dead-hand:before {
  content: "\ec6e";
}
.nc-icon-outline.holidays_decoration:before {
  content: "\ec6f";
}
.nc-icon-outline.holidays_deer:before {
  content: "\ec70";
}
.nc-icon-outline.holidays_egg-38:before {
  content: "\ec71";
}
.nc-icon-outline.holidays_egg-39:before {
  content: "\ec72";
}
.nc-icon-outline.holidays_frankenstein:before {
  content: "\ec73";
}
.nc-icon-outline.holidays_ghost:before {
  content: "\ec74";
}
.nc-icon-outline.holidays_gift-exchange:before {
  content: "\ec75";
}
.nc-icon-outline.holidays_gift:before {
  content: "\ec76";
}
.nc-icon-outline.holidays_glove:before {
  content: "\ec77";
}
.nc-icon-outline.holidays_grave:before {
  content: "\ec78";
}
.nc-icon-outline.holidays_light:before {
  content: "\ec79";
}
.nc-icon-outline.holidays_message:before {
  content: "\ec7a";
}
.nc-icon-outline.holidays_mistletoe:before {
  content: "\ec7b";
}
.nc-icon-outline.holidays_owl:before {
  content: "\ec7c";
}
.nc-icon-outline.holidays_pumpkin:before {
  content: "\ec7d";
}
.nc-icon-outline.holidays_rabbit:before {
  content: "\ec7e";
}
.nc-icon-outline.holidays_santa-hat:before {
  content: "\ec7f";
}
.nc-icon-outline.holidays_sickle:before {
  content: "\ec80";
}
.nc-icon-outline.holidays_snow-ball:before {
  content: "\ec81";
}
.nc-icon-outline.holidays_snowman-head:before {
  content: "\ec82";
}
.nc-icon-outline.holidays_snowman:before {
  content: "\ec83";
}
.nc-icon-outline.holidays_soak:before {
  content: "\ec84";
}
.nc-icon-outline.holidays_spider:before {
  content: "\ec85";
}
.nc-icon-outline.holidays_tree-ball:before {
  content: "\ec86";
}
.nc-icon-outline.holidays_tree:before {
  content: "\ec87";
}
.nc-icon-outline.holidays_vampire:before {
  content: "\ec88";
}
.nc-icon-outline.holidays_witch-hat:before {
  content: "\ec89";
}
.nc-icon-outline.holidays_wolf:before {
  content: "\ec8a";
}
.nc-icon-outline.holidays_zombie:before {
  content: "\ec8b";
}
.nc-icon-outline.nature_bear:before {
  content: "\ec8c";
}
.nc-icon-outline.nature_bee:before {
  content: "\ec8d";
}
.nc-icon-outline.nature_butterfly:before {
  content: "\ec8e";
}
.nc-icon-outline.nature_chicken:before {
  content: "\ec8f";
}
.nc-icon-outline.nature_clover:before {
  content: "\ec90";
}
.nc-icon-outline.nature_collar:before {
  content: "\ec91";
}
.nc-icon-outline.nature_cow:before {
  content: "\ec92";
}
.nc-icon-outline.nature_dog-house:before {
  content: "\ec93";
}
.nc-icon-outline.nature_dog:before {
  content: "\ec94";
}
.nc-icon-outline.nature_flower-05:before {
  content: "\ec95";
}
.nc-icon-outline.nature_flower-06:before {
  content: "\ec96";
}
.nc-icon-outline.nature_flower-07:before {
  content: "\ec97";
}
.nc-icon-outline.nature_food-dog:before {
  content: "\ec98";
}
.nc-icon-outline.nature_food:before {
  content: "\ec99";
}
.nc-icon-outline.nature_forest:before {
  content: "\ec9a";
}
.nc-icon-outline.nature_mountain:before {
  content: "\ec9b";
}
.nc-icon-outline.nature_mushroom:before {
  content: "\ec9c";
}
.nc-icon-outline.nature_panda:before {
  content: "\ec9d";
}
.nc-icon-outline.nature_paw:before {
  content: "\ec9e";
}
.nc-icon-outline.nature_pig:before {
  content: "\ec9f";
}
.nc-icon-outline.nature_plant-ground:before {
  content: "\eca0";
}
.nc-icon-outline.nature_plant-vase:before {
  content: "\eca1";
}
.nc-icon-outline.nature_rat:before {
  content: "\eca2";
}
.nc-icon-outline.nature_sheep:before {
  content: "\eca3";
}
.nc-icon-outline.nature_snake:before {
  content: "\eca4";
}
.nc-icon-outline.nature_tree-01:before {
  content: "\eca5";
}
.nc-icon-outline.nature_tree-02:before {
  content: "\eca6";
}
.nc-icon-outline.nature_tree-03:before {
  content: "\eca7";
}
.nc-icon-outline.nature_turtle:before {
  content: "\eca8";
}
.nc-icon-outline.nature_wood:before {
  content: "\eca9";
}
.nc-icon-outline.travel_axe:before {
  content: "\eb28";
}
.nc-icon-outline.travel_backpack:before {
  content: "\eb29";
}
.nc-icon-outline.travel_bag:before {
  content: "\eb2a";
}
.nc-icon-outline.travel_barbecue:before {
  content: "\eb2b";
}
.nc-icon-outline.travel_beach-umbrella:before {
  content: "\eb2c";
}
.nc-icon-outline.travel_berlin:before {
  content: "\eb2d";
}
.nc-icon-outline.travel_binocular:before {
  content: "\eb2e";
}
.nc-icon-outline.travel_camper:before {
  content: "\eb2f";
}
.nc-icon-outline.travel_camping:before {
  content: "\eb30";
}
.nc-icon-outline.travel_castle:before {
  content: "\eb31";
}
.nc-icon-outline.travel_china:before {
  content: "\eb32";
}
.nc-icon-outline.travel_church:before {
  content: "\eb33";
}
.nc-icon-outline.travel_drink:before {
  content: "\eb34";
}
.nc-icon-outline.travel_explore:before {
  content: "\eb35";
}
.nc-icon-outline.travel_fire:before {
  content: "\eb36";
}
.nc-icon-outline.travel_hotel-bell:before {
  content: "\eb37";
}
.nc-icon-outline.travel_hotel-symbol:before {
  content: "\eb38";
}
.nc-icon-outline.travel_hotel:before {
  content: "\eb39";
}
.nc-icon-outline.travel_hut:before {
  content: "\eb3a";
}
.nc-icon-outline.travel_igloo:before {
  content: "\eb3b";
}
.nc-icon-outline.travel_info:before {
  content: "\eb3c";
}
.nc-icon-outline.travel_istanbul:before {
  content: "\eb3d";
}
.nc-icon-outline.travel_jellyfish:before {
  content: "\eb3e";
}
.nc-icon-outline.travel_lamp:before {
  content: "\eb3f";
}
.nc-icon-outline.travel_lighthouse:before {
  content: "\eb40";
}
.nc-icon-outline.travel_london:before {
  content: "\eb41";
}
.nc-icon-outline.travel_luggage:before {
  content: "\eb42";
}
.nc-icon-outline.travel_mosque:before {
  content: "\eb43";
}
.nc-icon-outline.travel_ny:before {
  content: "\eb44";
}
.nc-icon-outline.travel_octopus:before {
  content: "\eb45";
}
.nc-icon-outline.travel_paris-tower:before {
  content: "\eb46";
}
.nc-icon-outline.travel_passport:before {
  content: "\eb47";
}
.nc-icon-outline.travel_pickaxe:before {
  content: "\eb48";
}
.nc-icon-outline.travel_pool:before {
  content: "\eb49";
}
.nc-icon-outline.travel_pyramid:before {
  content: "\eb4a";
}
.nc-icon-outline.travel_rackets:before {
  content: "\eb4b";
}
.nc-icon-outline.travel_rio:before {
  content: "\eb4c";
}
.nc-icon-outline.travel_road-sign-left:before {
  content: "\eb4d";
}
.nc-icon-outline.travel_road-sign-right:before {
  content: "\eb4e";
}
.nc-icon-outline.travel_rome:before {
  content: "\eb4f";
}
.nc-icon-outline.travel_rowing:before {
  content: "\eb50";
}
.nc-icon-outline.travel_sea-mask:before {
  content: "\eb51";
}
.nc-icon-outline.travel_sf-bridge:before {
  content: "\eb52";
}
.nc-icon-outline.travel_shark:before {
  content: "\eb53";
}
.nc-icon-outline.travel_spa:before {
  content: "\eb54";
}
.nc-icon-outline.travel_sunglasses:before {
  content: "\eb55";
}
.nc-icon-outline.travel_surf:before {
  content: "\eb56";
}
.nc-icon-outline.travel_swimsuit:before {
  content: "\eb57";
}
.nc-icon-outline.travel_swimwear:before {
  content: "\eb58";
}
.nc-icon-outline.travel_swiss-knife:before {
  content: "\eb59";
}
.nc-icon-outline.travel_temple-02:before {
  content: "\eb5a";
}
.nc-icon-outline.travel_temple-25:before {
  content: "\eb5b";
}
.nc-icon-outline.travel_trolley:before {
  content: "\eb5c";
}
.nc-icon-outline.travel_white-house:before {
  content: "\eb5d";
}
.nc-icon-outline.travel_world:before {
  content: "\eb5e";
}
.nc-icon-outline.travel_worldmap:before {
  content: "\eb5f";
}
.nc-icon-outline.food_alcohol:before {
  content: "\eb60";
}
.nc-icon-outline.food_apple:before {
  content: "\eb61";
}
.nc-icon-outline.food_baby:before {
  content: "\eb62";
}
.nc-icon-outline.food_bacon:before {
  content: "\eb63";
}
.nc-icon-outline.food_baguette:before {
  content: "\eb64";
}
.nc-icon-outline.food_banana:before {
  content: "\eb65";
}
.nc-icon-outline.food_barbecue-02:before {
  content: "\eb66";
}
.nc-icon-outline.food_barbecue-15:before {
  content: "\eb67";
}
.nc-icon-outline.food_barbecue-tools:before {
  content: "\eb68";
}
.nc-icon-outline.food_beer-95:before {
  content: "\eb69";
}
.nc-icon-outline.food_beer-96:before {
  content: "\eb6a";
}
.nc-icon-outline.food_beverage:before {
  content: "\eb6b";
}
.nc-icon-outline.food_bottle-wine:before {
  content: "\eb6c";
}
.nc-icon-outline.food_bottle:before {
  content: "\eb6d";
}
.nc-icon-outline.food_bowl:before {
  content: "\eb6e";
}
.nc-icon-outline.food_bread:before {
  content: "\eb6f";
}
.nc-icon-outline.food_broccoli:before {
  content: "\eb70";
}
.nc-icon-outline.food_cake-13:before {
  content: "\eb71";
}
.nc-icon-outline.food_cake-100:before {
  content: "\eb72";
}
.nc-icon-outline.food_cake-slice:before {
  content: "\eb73";
}
.nc-icon-outline.food_candle:before {
  content: "\eb74";
}
.nc-icon-outline.food_candy:before {
  content: "\eb75";
}
.nc-icon-outline.food_carrot:before {
  content: "\eb76";
}
.nc-icon-outline.food_champagne:before {
  content: "\eb77";
}
.nc-icon-outline.food_cheese-24:before {
  content: "\eb78";
}
.nc-icon-outline.food_cheese-87:before {
  content: "\eb79";
}
.nc-icon-outline.food_cheeseburger:before {
  content: "\eb7a";
}
.nc-icon-outline.food_chef-hat:before {
  content: "\eb7b";
}
.nc-icon-outline.food_cherry:before {
  content: "\eb7c";
}
.nc-icon-outline.food_chicken:before {
  content: "\eb7d";
}
.nc-icon-outline.food_chili:before {
  content: "\eb7e";
}
.nc-icon-outline.food_chinese:before {
  content: "\eb7f";
}
.nc-icon-outline.food_chips:before {
  content: "\eb80";
}
.nc-icon-outline.food_chocolate:before {
  content: "\eb81";
}
.nc-icon-outline.food_cocktail:before {
  content: "\eb82";
}
.nc-icon-outline.food_coffe-long:before {
  content: "\eb83";
}
.nc-icon-outline.food_coffee-long:before {
  content: "\eb84";
}
.nc-icon-outline.food_coffee:before {
  content: "\eb85";
}
.nc-icon-outline.food_cookies:before {
  content: "\eb86";
}
.nc-icon-outline.food_course:before {
  content: "\eb87";
}
.nc-icon-outline.food_crab:before {
  content: "\eb88";
}
.nc-icon-outline.food_croissant:before {
  content: "\eb89";
}
.nc-icon-outline.food_cutlery-75:before {
  content: "\eb8a";
}
.nc-icon-outline.food_cutlery-76:before {
  content: "\eb8b";
}
.nc-icon-outline.food_cutlery-77:before {
  content: "\eb8c";
}
.nc-icon-outline.food_dishwasher:before {
  content: "\eb8d";
}
.nc-icon-outline.food_donut:before {
  content: "\eb8e";
}
.nc-icon-outline.food_drink:before {
  content: "\eb8f";
}
.nc-icon-outline.food_egg:before {
  content: "\eb90";
}
.nc-icon-outline.food_energy-drink:before {
  content: "\eb91";
}
.nc-icon-outline.food_fish:before {
  content: "\eb92";
}
.nc-icon-outline.food_fishbone:before {
  content: "\eb93";
}
.nc-icon-outline.food_fridge:before {
  content: "\eb94";
}
.nc-icon-outline.food_glass:before {
  content: "\eb95";
}
.nc-icon-outline.food_grape:before {
  content: "\eb96";
}
.nc-icon-outline.food_hob:before {
  content: "\eb97";
}
.nc-icon-outline.food_hot-dog:before {
  content: "\eb98";
}
.nc-icon-outline.food_ice-cream-22:before {
  content: "\eb99";
}
.nc-icon-outline.food_ice-cream-72:before {
  content: "\eb9a";
}
.nc-icon-outline.food_jam:before {
  content: "\eb9b";
}
.nc-icon-outline.food_kettle:before {
  content: "\eb9c";
}
.nc-icon-outline.food_kitchen-fan:before {
  content: "\eb9d";
}
.nc-icon-outline.food_knife:before {
  content: "\eb9e";
}
.nc-icon-outline.food_lemon-slice:before {
  content: "\eb9f";
}
.nc-icon-outline.food_lighter:before {
  content: "\eba0";
}
.nc-icon-outline.food_lobster:before {
  content: "\eba1";
}
.nc-icon-outline.food_matches:before {
  content: "\eba2";
}
.nc-icon-outline.food_measuring-cup:before {
  content: "\eba3";
}
.nc-icon-outline.food_meat-spit:before {
  content: "\eba4";
}
.nc-icon-outline.food_microwave:before {
  content: "\eba5";
}
.nc-icon-outline.food_milk:before {
  content: "\eba6";
}
.nc-icon-outline.food_moka:before {
  content: "\eba7";
}
.nc-icon-outline.food_muffin:before {
  content: "\eba8";
}
.nc-icon-outline.food_mug:before {
  content: "\eba9";
}
.nc-icon-outline.food_oven:before {
  content: "\ebaa";
}
.nc-icon-outline.food_pan:before {
  content: "\ebab";
}
.nc-icon-outline.food_pizza-slice:before {
  content: "\ebac";
}
.nc-icon-outline.food_pizza:before {
  content: "\ebad";
}
.nc-icon-outline.food_plate:before {
  content: "\ebae";
}
.nc-icon-outline.food_pot:before {
  content: "\ebaf";
}
.nc-icon-outline.food_prosciutto:before {
  content: "\ebb0";
}
.nc-icon-outline.food_recipe-book-46:before {
  content: "\ebb1";
}
.nc-icon-outline.food_recipe-book-47:before {
  content: "\ebb2";
}
.nc-icon-outline.food_rolling-pin:before {
  content: "\ebb3";
}
.nc-icon-outline.food_salt:before {
  content: "\ebb4";
}
.nc-icon-outline.food_sausage:before {
  content: "\ebb5";
}
.nc-icon-outline.food_scale:before {
  content: "\ebb6";
}
.nc-icon-outline.food_scotch:before {
  content: "\ebb7";
}
.nc-icon-outline.food_shrimp:before {
  content: "\ebb8";
}
.nc-icon-outline.food_steak:before {
  content: "\ebb9";
}
.nc-icon-outline.food_store:before {
  content: "\ebba";
}
.nc-icon-outline.food_strawberry:before {
  content: "\ebbb";
}
.nc-icon-outline.food_sushi:before {
  content: "\ebbc";
}
.nc-icon-outline.food_tacos:before {
  content: "\ebbd";
}
.nc-icon-outline.food_tea:before {
  content: "\ebbe";
}
.nc-icon-outline.food_temperature:before {
  content: "\ebbf";
}
.nc-icon-outline.food_vest-07:before {
  content: "\ebc0";
}
.nc-icon-outline.food_vest-31:before {
  content: "\ebc1";
}
.nc-icon-outline.food_watermelon:before {
  content: "\ebc2";
}
.nc-icon-outline.food_whisk:before {
  content: "\ebc3";
}
.nc-icon-outline.emoticons_alien:before {
  content: "\ebc4";
}
.nc-icon-outline.emoticons_angry-10:before {
  content: "\ebc5";
}
.nc-icon-outline.emoticons_angry-44:before {
  content: "\ebc6";
}
.nc-icon-outline.emoticons_big-eyes:before {
  content: "\ebc7";
}
.nc-icon-outline.emoticons_big-smile:before {
  content: "\ebc8";
}
.nc-icon-outline.emoticons_bigmouth:before {
  content: "\ebc9";
}
.nc-icon-outline.emoticons_bleah:before {
  content: "\ebca";
}
.nc-icon-outline.emoticons_blind:before {
  content: "\ebcb";
}
.nc-icon-outline.emoticons_bomb:before {
  content: "\ebcc";
}
.nc-icon-outline.emoticons_bored:before {
  content: "\ebcd";
}
.nc-icon-outline.emoticons_cake:before {
  content: "\ebce";
}
.nc-icon-outline.emoticons_cry-15:before {
  content: "\ebcf";
}
.nc-icon-outline.emoticons_cry-57:before {
  content: "\ebd0";
}
.nc-icon-outline.emoticons_cute:before {
  content: "\ebd1";
}
.nc-icon-outline.emoticons_devil:before {
  content: "\ebd2";
}
.nc-icon-outline.emoticons_disgusted:before {
  content: "\ebd3";
}
.nc-icon-outline.emoticons_fist:before {
  content: "\ebd4";
}
.nc-icon-outline.emoticons_ghost:before {
  content: "\ebd5";
}
.nc-icon-outline.emoticons_hannibal:before {
  content: "\ebd6";
}
.nc-icon-outline.emoticons_happy-sun:before {
  content: "\ebd7";
}
.nc-icon-outline.emoticons_kid:before {
  content: "\ebd8";
}
.nc-icon-outline.emoticons_kiss:before {
  content: "\ebd9";
}
.nc-icon-outline.emoticons_laugh-17:before {
  content: "\ebda";
}
.nc-icon-outline.emoticons_laugh-35:before {
  content: "\ebdb";
}
.nc-icon-outline.emoticons_like-no:before {
  content: "\ebdc";
}
.nc-icon-outline.emoticons_like:before {
  content: "\ebdd";
}
.nc-icon-outline.emoticons_mad-12:before {
  content: "\ebde";
}
.nc-icon-outline.emoticons_mad-58:before {
  content: "\ebdf";
}
.nc-icon-outline.emoticons_malicious:before {
  content: "\ebe0";
}
.nc-icon-outline.emoticons_manga-62:before {
  content: "\ebe1";
}
.nc-icon-outline.emoticons_manga-63:before {
  content: "\ebe2";
}
.nc-icon-outline.emoticons_monster:before {
  content: "\ebe3";
}
.nc-icon-outline.emoticons_nerd-22:before {
  content: "\ebe4";
}
.nc-icon-outline.emoticons_nerd-23:before {
  content: "\ebe5";
}
.nc-icon-outline.emoticons_ninja:before {
  content: "\ebe6";
}
.nc-icon-outline.emoticons_no-words:before {
  content: "\ebe7";
}
.nc-icon-outline.emoticons_parrot:before {
  content: "\ebe8";
}
.nc-icon-outline.emoticons_penguin:before {
  content: "\ebe9";
}
.nc-icon-outline.emoticons_pirate:before {
  content: "\ebea";
}
.nc-icon-outline.emoticons_poop:before {
  content: "\ebeb";
}
.nc-icon-outline.emoticons_puzzled:before {
  content: "\ebec";
}
.nc-icon-outline.emoticons_quite-happy:before {
  content: "\ebed";
}
.nc-icon-outline.emoticons_robot:before {
  content: "\ebee";
}
.nc-icon-outline.emoticons_rock:before {
  content: "\ebef";
}
.nc-icon-outline.emoticons_sad:before {
  content: "\ebf0";
}
.nc-icon-outline.emoticons_satisfied:before {
  content: "\ebf1";
}
.nc-icon-outline.emoticons_shark:before {
  content: "\ebf2";
}
.nc-icon-outline.emoticons_shy:before {
  content: "\ebf3";
}
.nc-icon-outline.emoticons_sick:before {
  content: "\ebf4";
}
.nc-icon-outline.emoticons_silly:before {
  content: "\ebf5";
}
.nc-icon-outline.emoticons_skull:before {
  content: "\ebf6";
}
.nc-icon-outline.emoticons_sleep:before {
  content: "\ebf7";
}
.nc-icon-outline.emoticons_sloth:before {
  content: "\ebf8";
}
.nc-icon-outline.emoticons_smart:before {
  content: "\ebf9";
}
.nc-icon-outline.emoticons_smile:before {
  content: "\ebfa";
}
.nc-icon-outline.emoticons_soldier:before {
  content: "\ebfb";
}
.nc-icon-outline.emoticons_speechless:before {
  content: "\ebfc";
}
.nc-icon-outline.emoticons_spiteful:before {
  content: "\ebfd";
}
.nc-icon-outline.emoticons_sunglasses-48:before {
  content: "\ebfe";
}
.nc-icon-outline.emoticons_sunglasses-49:before {
  content: "\ebff";
}
.nc-icon-outline.emoticons_surprise:before {
  content: "\ec00";
}
.nc-icon-outline.emoticons_upset-13:before {
  content: "\ec01";
}
.nc-icon-outline.emoticons_upset-14:before {
  content: "\ec02";
}
.nc-icon-outline.emoticons_virus:before {
  content: "\ec03";
}
.nc-icon-outline.emoticons_what:before {
  content: "\ec04";
}
.nc-icon-outline.emoticons_whiskers:before {
  content: "\ec05";
}
.nc-icon-outline.emoticons_wink-06:before {
  content: "\ec06";
}
.nc-icon-outline.emoticons_wink-11:before {
  content: "\ec07";
}
.nc-icon-outline.emoticons_wink-69:before {
  content: "\ec08";
}
.nc-icon-outline.weather_celsius:before {
  content: "\e600";
}
.nc-icon-outline.weather_cloud-13:before {
  content: "\e601";
}
.nc-icon-outline.weather_cloud-14:before {
  content: "\e602";
}
.nc-icon-outline.weather_cloud-drop:before {
  content: "\e603";
}
.nc-icon-outline.weather_cloud-fog-31:before {
  content: "\e604";
}
.nc-icon-outline.weather_cloud-fog-32:before {
  content: "\e605";
}
.nc-icon-outline.weather_cloud-hail:before {
  content: "\e606";
}
.nc-icon-outline.weather_cloud-light:before {
  content: "\e607";
}
.nc-icon-outline.weather_cloud-moon:before {
  content: "\e608";
}
.nc-icon-outline.weather_cloud-rain:before {
  content: "\e609";
}
.nc-icon-outline.weather_cloud-rainbow:before {
  content: "\e60a";
}
.nc-icon-outline.weather_cloud-snow-34:before {
  content: "\e60b";
}
.nc-icon-outline.weather_cloud-snow-42:before {
  content: "\e60c";
}
.nc-icon-outline.weather_cloud-sun-17:before {
  content: "\e60d";
}
.nc-icon-outline.weather_cloud-sun-19:before {
  content: "\e60e";
}
.nc-icon-outline.weather_compass:before {
  content: "\e60f";
}
.nc-icon-outline.weather_drop-12:before {
  content: "\e610";
}
.nc-icon-outline.weather_drop-15:before {
  content: "\e611";
}
.nc-icon-outline.weather_drops:before {
  content: "\e612";
}
.nc-icon-outline.weather_eclipse:before {
  content: "\e613";
}
.nc-icon-outline.weather_fahrenheit:before {
  content: "\e614";
}
.nc-icon-outline.weather_fog:before {
  content: "\e615";
}
.nc-icon-outline.weather_forecast:before {
  content: "\e616";
}
.nc-icon-outline.weather_hurricane-44:before {
  content: "\e617";
}
.nc-icon-outline.weather_hurricane-45:before {
  content: "\e618";
}
.nc-icon-outline.weather_moon-cloud-drop:before {
  content: "\e619";
}
.nc-icon-outline.weather_moon-cloud-fog:before {
  content: "\e61a";
}
.nc-icon-outline.weather_moon-cloud-hail:before {
  content: "\e61b";
}
.nc-icon-outline.weather_moon-cloud-light:before {
  content: "\e61c";
}
.nc-icon-outline.weather_moon-cloud-rain:before {
  content: "\e61d";
}
.nc-icon-outline.weather_moon-cloud-snow-61:before {
  content: "\e61e";
}
.nc-icon-outline.weather_moon-cloud-snow-62:before {
  content: "\e61f";
}
.nc-icon-outline.weather_moon-fog:before {
  content: "\e620";
}
.nc-icon-outline.weather_moon-full:before {
  content: "\e621";
}
.nc-icon-outline.weather_moon-stars:before {
  content: "\e622";
}
.nc-icon-outline.weather_moon:before {
  content: "\e623";
}
.nc-icon-outline.weather_rain-hail:before {
  content: "\e624";
}
.nc-icon-outline.weather_rain:before {
  content: "\e625";
}
.nc-icon-outline.weather_rainbow:before {
  content: "\e626";
}
.nc-icon-outline.weather_snow:before {
  content: "\e627";
}
.nc-icon-outline.weather_sun-cloud-drop:before {
  content: "\e628";
}
.nc-icon-outline.weather_sun-cloud-fog:before {
  content: "\e629";
}
.nc-icon-outline.weather_sun-cloud-hail:before {
  content: "\e62a";
}
.nc-icon-outline.weather_sun-cloud-light:before {
  content: "\e62b";
}
.nc-icon-outline.weather_sun-cloud-rain:before {
  content: "\e62c";
}
.nc-icon-outline.weather_sun-cloud-snow-54:before {
  content: "\e62d";
}
.nc-icon-outline.weather_sun-cloud-snow-55:before {
  content: "\e62e";
}
.nc-icon-outline.weather_sun-cloud:before {
  content: "\e62f";
}
.nc-icon-outline.weather_sun-fog-29:before {
  content: "\e630";
}
.nc-icon-outline.weather_sun-fog-30:before {
  content: "\e631";
}
.nc-icon-outline.weather_sun-fog-43:before {
  content: "\e632";
}
.nc-icon-outline.weather_sun:before {
  content: "\e633";
}
.nc-icon-outline.weather_wind:before {
  content: "\e634";
}
.nc-icon-outline.users_add-27:before {
  content: "\e635";
}
.nc-icon-outline.users_add-29:before {
  content: "\e636";
}
.nc-icon-outline.users_badge-13:before {
  content: "\e637";
}
.nc-icon-outline.users_badge-14:before {
  content: "\e638";
}
.nc-icon-outline.users_badge-15:before {
  content: "\e639";
}
.nc-icon-outline.users_circle-08:before {
  content: "\e63a";
}
.nc-icon-outline.users_circle-09:before {
  content: "\e63b";
}
.nc-icon-outline.users_circle-10:before {
  content: "\e63c";
}
.nc-icon-outline.users_contacts:before {
  content: "\e63d";
}
.nc-icon-outline.users_delete-28:before {
  content: "\e63e";
}
.nc-icon-outline.users_delete-30:before {
  content: "\e63f";
}
.nc-icon-outline.users_man-20:before {
  content: "\e640";
}
.nc-icon-outline.users_man-23:before {
  content: "\e641";
}
.nc-icon-outline.users_man-glasses:before {
  content: "\e642";
}
.nc-icon-outline.users_mobile-contact:before {
  content: "\e643";
}
.nc-icon-outline.users_multiple-11:before {
  content: "\e644";
}
.nc-icon-outline.users_multiple-19:before {
  content: "\e645";
}
.nc-icon-outline.users_network:before {
  content: "\e646";
}
.nc-icon-outline.users_parent:before {
  content: "\e647";
}
.nc-icon-outline.users_single-01:before {
  content: "\e648";
}
.nc-icon-outline.users_single-02:before {
  content: "\e649";
}
.nc-icon-outline.users_single-03:before {
  content: "\e64a";
}
.nc-icon-outline.users_single-04:before {
  content: "\e64b";
}
.nc-icon-outline.users_single-05:before {
  content: "\e64c";
}
.nc-icon-outline.users_single-body:before {
  content: "\e64d";
}
.nc-icon-outline.users_single-position:before {
  content: "\e64e";
}
.nc-icon-outline.users_square-31:before {
  content: "\e64f";
}
.nc-icon-outline.users_square-32:before {
  content: "\e650";
}
.nc-icon-outline.users_square-33:before {
  content: "\e651";
}
.nc-icon-outline.users_woman-21:before {
  content: "\e652";
}
.nc-icon-outline.users_woman-24:before {
  content: "\e653";
}
.nc-icon-outline.users_woman-25:before {
  content: "\e654";
}
.nc-icon-outline.users_woman-34:before {
  content: "\e655";
}
.nc-icon-outline.users_woman-35:before {
  content: "\e656";
}
.nc-icon-outline.users_woman-man:before {
  content: "\e657";
}
.nc-icon-outline.transportation_air-baloon:before {
  content: "\e717";
}
.nc-icon-outline.transportation_bike-sport:before {
  content: "\e718";
}
.nc-icon-outline.transportation_bike:before {
  content: "\e719";
}
.nc-icon-outline.transportation_boat-front:before {
  content: "\e71a";
}
.nc-icon-outline.transportation_boat-small-02:before {
  content: "\e71b";
}
.nc-icon-outline.transportation_boat-small-03:before {
  content: "\e71c";
}
.nc-icon-outline.transportation_boat:before {
  content: "\e71d";
}
.nc-icon-outline.transportation_bus-front-10:before {
  content: "\e71e";
}
.nc-icon-outline.transportation_bus-front-12:before {
  content: "\e71f";
}
.nc-icon-outline.transportation_bus:before {
  content: "\e720";
}
.nc-icon-outline.transportation_car-front:before {
  content: "\e721";
}
.nc-icon-outline.transportation_car-simple:before {
  content: "\e722";
}
.nc-icon-outline.transportation_car-sport:before {
  content: "\e723";
}
.nc-icon-outline.transportation_car-taxi:before {
  content: "\e724";
}
.nc-icon-outline.transportation_car:before {
  content: "\e725";
}
.nc-icon-outline.transportation_helicopter:before {
  content: "\e726";
}
.nc-icon-outline.transportation_helmet:before {
  content: "\e727";
}
.nc-icon-outline.transportation_light-traffic:before {
  content: "\e728";
}
.nc-icon-outline.transportation_moto:before {
  content: "\e729";
}
.nc-icon-outline.transportation_plane-17:before {
  content: "\e72a";
}
.nc-icon-outline.transportation_plane-18:before {
  content: "\e72b";
}
.nc-icon-outline.transportation_road:before {
  content: "\e72c";
}
.nc-icon-outline.transportation_skateboard:before {
  content: "\e72d";
}
.nc-icon-outline.transportation_tractor:before {
  content: "\e72e";
}
.nc-icon-outline.transportation_train-speed:before {
  content: "\e72f";
}
.nc-icon-outline.transportation_train:before {
  content: "\e730";
}
.nc-icon-outline.transportation_tram:before {
  content: "\e731";
}
.nc-icon-outline.transportation_truck-front:before {
  content: "\e732";
}
.nc-icon-outline.transportation_vespa-front:before {
  content: "\e733";
}
.nc-icon-outline.transportation_vespa:before {
  content: "\e734";
}
.nc-icon-outline.tech_cable-49:before {
  content: "\e735";
}
.nc-icon-outline.tech_cable-50:before {
  content: "\e736";
}
.nc-icon-outline.tech_cd-reader:before {
  content: "\e737";
}
.nc-icon-outline.tech_computer-monitor:before {
  content: "\e738";
}
.nc-icon-outline.tech_computer-old:before {
  content: "\e739";
}
.nc-icon-outline.tech_computer:before {
  content: "\e73a";
}
.nc-icon-outline.tech_controller-modern:before {
  content: "\e73b";
}
.nc-icon-outline.tech_controller:before {
  content: "\e73c";
}
.nc-icon-outline.tech_desktop-screen:before {
  content: "\e73d";
}
.nc-icon-outline.tech_desktop:before {
  content: "\e73e";
}
.nc-icon-outline.tech_disk-reader:before {
  content: "\e73f";
}
.nc-icon-outline.tech_disk:before {
  content: "\e740";
}
.nc-icon-outline.tech_gopro:before {
  content: "\e741";
}
.nc-icon-outline.tech_headphones:before {
  content: "\e742";
}
.nc-icon-outline.tech_keyboard-mouse:before {
  content: "\e743";
}
.nc-icon-outline.tech_keyboard-wifi:before {
  content: "\e744";
}
.nc-icon-outline.tech_keyboard:before {
  content: "\e745";
}
.nc-icon-outline.tech_laptop-camera:before {
  content: "\e746";
}
.nc-icon-outline.tech_laptop-front:before {
  content: "\e747";
}
.nc-icon-outline.tech_laptop:before {
  content: "\e748";
}
.nc-icon-outline.tech_mobile-button:before {
  content: "\e749";
}
.nc-icon-outline.tech_mobile-camera:before {
  content: "\e74a";
}
.nc-icon-outline.tech_mobile-recharger-08:before {
  content: "\e74b";
}
.nc-icon-outline.tech_mobile-recharger-09:before {
  content: "\e74c";
}
.nc-icon-outline.tech_mobile-toolbar:before {
  content: "\e74d";
}
.nc-icon-outline.tech_mobile:before {
  content: "\e74e";
}
.nc-icon-outline.tech_music:before {
  content: "\e74f";
}
.nc-icon-outline.tech_navigation:before {
  content: "\e750";
}
.nc-icon-outline.tech_player-19:before {
  content: "\e751";
}
.nc-icon-outline.tech_player-48:before {
  content: "\e752";
}
.nc-icon-outline.tech_print-fold:before {
  content: "\e753";
}
.nc-icon-outline.tech_print-round-fold:before {
  content: "\e754";
}
.nc-icon-outline.tech_print-round:before {
  content: "\e755";
}
.nc-icon-outline.tech_print:before {
  content: "\e756";
}
.nc-icon-outline.tech_ram:before {
  content: "\e757";
}
.nc-icon-outline.tech_remote:before {
  content: "\e758";
}
.nc-icon-outline.tech_signal:before {
  content: "\e759";
}
.nc-icon-outline.tech_socket:before {
  content: "\e75a";
}
.nc-icon-outline.tech_sync:before {
  content: "\e75b";
}
.nc-icon-outline.tech_tablet-button:before {
  content: "\e75c";
}
.nc-icon-outline.tech_tablet-reader-31:before {
  content: "\e75d";
}
.nc-icon-outline.tech_tablet-reader-42:before {
  content: "\e75e";
}
.nc-icon-outline.tech_tablet-toolbar:before {
  content: "\e75f";
}
.nc-icon-outline.tech_tablet:before {
  content: "\e760";
}
.nc-icon-outline.tech_tv-old:before {
  content: "\e761";
}
.nc-icon-outline.tech_tv:before {
  content: "\e762";
}
.nc-icon-outline.tech_watch-circle:before {
  content: "\e763";
}
.nc-icon-outline.tech_watch-time:before {
  content: "\e764";
}
.nc-icon-outline.tech_watch:before {
  content: "\e765";
}
.nc-icon-outline.tech_webcam-38:before {
  content: "\e766";
}
.nc-icon-outline.tech_webcam-39:before {
  content: "\e767";
}
.nc-icon-outline.tech_wifi-router:before {
  content: "\e768";
}
.nc-icon-outline.tech_wifi:before {
  content: "\e769";
}
.nc-icon-outline.shopping_award:before {
  content: "\e76a";
}
.nc-icon-outline.shopping_bag-09:before {
  content: "\e76b";
}
.nc-icon-outline.shopping_bag-16:before {
  content: "\e76c";
}
.nc-icon-outline.shopping_bag-17:before {
  content: "\e76d";
}
.nc-icon-outline.shopping_bag-20:before {
  content: "\e76e";
}
.nc-icon-outline.shopping_bag-add-18:before {
  content: "\e76f";
}
.nc-icon-outline.shopping_bag-add-21:before {
  content: "\e770";
}
.nc-icon-outline.shopping_bag-edit:before {
  content: "\e771";
}
.nc-icon-outline.shopping_bag-remove-19:before {
  content: "\e772";
}
.nc-icon-outline.shopping_bag-remove-22:before {
  content: "\e773";
}
.nc-icon-outline.shopping_barcode-scan:before {
  content: "\e774";
}
.nc-icon-outline.shopping_barcode:before {
  content: "\e775";
}
.nc-icon-outline.shopping_bardcode-qr:before {
  content: "\e776";
}
.nc-icon-outline.shopping_basket-add:before {
  content: "\e777";
}
.nc-icon-outline.shopping_basket-edit:before {
  content: "\e778";
}
.nc-icon-outline.shopping_basket-remove:before {
  content: "\e779";
}
.nc-icon-outline.shopping_basket-simple-add:before {
  content: "\e77a";
}
.nc-icon-outline.shopping_basket-simple-remove:before {
  content: "\e77b";
}
.nc-icon-outline.shopping_basket-simple:before {
  content: "\e77c";
}
.nc-icon-outline.shopping_basket:before {
  content: "\e77d";
}
.nc-icon-outline.shopping_bitcoin:before {
  content: "\e77e";
}
.nc-icon-outline.shopping_board:before {
  content: "\e77f";
}
.nc-icon-outline.shopping_box-3d-50:before {
  content: "\e780";
}
.nc-icon-outline.shopping_box-3d-67:before {
  content: "\e781";
}
.nc-icon-outline.shopping_box-ribbon:before {
  content: "\e782";
}
.nc-icon-outline.shopping_box:before {
  content: "\e783";
}
.nc-icon-outline.shopping_cart-add:before {
  content: "\e784";
}
.nc-icon-outline.shopping_cart-modern-add:before {
  content: "\e785";
}
.nc-icon-outline.shopping_cart-modern-in:before {
  content: "\e786";
}
.nc-icon-outline.shopping_cart-modern-remove:before {
  content: "\e787";
}
.nc-icon-outline.shopping_cart-modern:before {
  content: "\e788";
}
.nc-icon-outline.shopping_cart-remove:before {
  content: "\e789";
}
.nc-icon-outline.shopping_cart-simple-add:before {
  content: "\e78a";
}
.nc-icon-outline.shopping_cart-simple-in:before {
  content: "\e78b";
}
.nc-icon-outline.shopping_cart-simple-remove:before {
  content: "\e78c";
}
.nc-icon-outline.shopping_cart-simple:before {
  content: "\e78d";
}
.nc-icon-outline.shopping_cart:before {
  content: "\e78e";
}
.nc-icon-outline.shopping_cash-register:before {
  content: "\e78f";
}
.nc-icon-outline.shopping_chart:before {
  content: "\e790";
}
.nc-icon-outline.shopping_credit-card-in:before {
  content: "\e791";
}
.nc-icon-outline.shopping_credit-card:before {
  content: "\e792";
}
.nc-icon-outline.shopping_credit-locked:before {
  content: "\e793";
}
.nc-icon-outline.shopping_delivery-fast:before {
  content: "\e794";
}
.nc-icon-outline.shopping_delivery-time:before {
  content: "\e795";
}
.nc-icon-outline.shopping_delivery-track:before {
  content: "\e796";
}
.nc-icon-outline.shopping_delivery:before {
  content: "\e797";
}
.nc-icon-outline.shopping_discount:before {
  content: "\e798";
}
.nc-icon-outline.shopping_gift:before {
  content: "\e799";
}
.nc-icon-outline.shopping_hand-card:before {
  content: "\e79a";
}
.nc-icon-outline.shopping_list:before {
  content: "\e79b";
}
.nc-icon-outline.shopping_mobile-card:before {
  content: "\e79c";
}
.nc-icon-outline.shopping_mobile-cart:before {
  content: "\e79d";
}
.nc-icon-outline.shopping_mobile-touch:before {
  content: "\e79e";
}
.nc-icon-outline.shopping_newsletter:before {
  content: "\e79f";
}
.nc-icon-outline.shopping_pos:before {
  content: "\e7a0";
}
.nc-icon-outline.shopping_receipt-list-42:before {
  content: "\e7a1";
}
.nc-icon-outline.shopping_receipt-list-43:before {
  content: "\e7a2";
}
.nc-icon-outline.shopping_receipt:before {
  content: "\e7a3";
}
.nc-icon-outline.shopping_shop-location:before {
  content: "\e7a4";
}
.nc-icon-outline.shopping_shop:before {
  content: "\e7a5";
}
.nc-icon-outline.shopping_stock:before {
  content: "\e7a6";
}
.nc-icon-outline.shopping_tag-content:before {
  content: "\e7a7";
}
.nc-icon-outline.shopping_tag-cut:before {
  content: "\e7a8";
}
.nc-icon-outline.shopping_tag-line:before {
  content: "\e7a9";
}
.nc-icon-outline.shopping_tag-sale:before {
  content: "\e7aa";
}
.nc-icon-outline.shopping_tag:before {
  content: "\e7ab";
}
.nc-icon-outline.shopping_wallet:before {
  content: "\e7ac";
}
.nc-icon-outline.education_abc:before {
  content: "\e7ad";
}
.nc-icon-outline.education_agenda-bookmark:before {
  content: "\e7ae";
}
.nc-icon-outline.education_atom:before {
  content: "\e7af";
}
.nc-icon-outline.education_award-55:before {
  content: "\e7b0";
}
.nc-icon-outline.education_backpack-57:before {
  content: "\e7b1";
}
.nc-icon-outline.education_backpack-58:before {
  content: "\e7b2";
}
.nc-icon-outline.education_ball-basket:before {
  content: "\e7b3";
}
.nc-icon-outline.education_ball-soccer:before {
  content: "\e7b4";
}
.nc-icon-outline.education_board-51:before {
  content: "\e7b5";
}
.nc-icon-outline.education_book-39:before {
  content: "\e7b6";
}
.nc-icon-outline.education_book-bookmark:before {
  content: "\e7b7";
}
.nc-icon-outline.education_book-open:before {
  content: "\e7b8";
}
.nc-icon-outline.education_books-46:before {
  content: "\e7b9";
}
.nc-icon-outline.education_chalkboard:before {
  content: "\e7ba";
}
.nc-icon-outline.education_flask:before {
  content: "\e7bb";
}
.nc-icon-outline.education_glasses:before {
  content: "\e7bc";
}
.nc-icon-outline.education_grammar-check:before {
  content: "\e7bd";
}
.nc-icon-outline.education_hat:before {
  content: "\e7be";
}
.nc-icon-outline.education_language:before {
  content: "\e7bf";
}
.nc-icon-outline.education_microscope:before {
  content: "\e7c0";
}
.nc-icon-outline.education_molecule:before {
  content: "\e7c1";
}
.nc-icon-outline.education_notepad:before {
  content: "\e7c2";
}
.nc-icon-outline.education_paper-diploma:before {
  content: "\e7c3";
}
.nc-icon-outline.education_paper:before {
  content: "\e7c4";
}
.nc-icon-outline.education_pencil-47:before {
  content: "\e7c5";
}
.nc-icon-outline.education_school:before {
  content: "\e7c6";
}
.nc-icon-outline.objects_alien-29:before {
  content: "\e7c7";
}
.nc-icon-outline.objects_alien-33:before {
  content: "\e7c8";
}
.nc-icon-outline.objects_anchor:before {
  content: "\e7c9";
}
.nc-icon-outline.objects_astronaut:before {
  content: "\e7ca";
}
.nc-icon-outline.objects_axe:before {
  content: "\e7cb";
}
.nc-icon-outline.objects_baby-bottle:before {
  content: "\e7cc";
}
.nc-icon-outline.objects_baby:before {
  content: "\e7cd";
}
.nc-icon-outline.objects_baloon:before {
  content: "\e7ce";
}
.nc-icon-outline.objects_battery:before {
  content: "\e7cf";
}
.nc-icon-outline.objects_bear:before {
  content: "\e7d0";
}
.nc-icon-outline.objects_billiard:before {
  content: "\e7d1";
}
.nc-icon-outline.objects_binocular:before {
  content: "\e7d2";
}
.nc-icon-outline.objects_bow:before {
  content: "\e7d3";
}
.nc-icon-outline.objects_bowling:before {
  content: "\e7d4";
}
.nc-icon-outline.objects_broom:before {
  content: "\e7d5";
}
.nc-icon-outline.objects_cone:before {
  content: "\e7d6";
}
.nc-icon-outline.objects_controller:before {
  content: "\e7d7";
}
.nc-icon-outline.objects_diamond:before {
  content: "\e7d8";
}
.nc-icon-outline.objects_dice:before {
  content: "\e7d9";
}
.nc-icon-outline.objects_globe:before {
  content: "\e7da";
}
.nc-icon-outline.objects_hut:before {
  content: "\e7db";
}
.nc-icon-outline.objects_key-25:before {
  content: "\e7dc";
}
.nc-icon-outline.objects_key-26:before {
  content: "\e7dd";
}
.nc-icon-outline.objects_lamp:before {
  content: "\e7de";
}
.nc-icon-outline.objects_leaf-36:before {
  content: "\e7df";
}
.nc-icon-outline.objects_leaf-38:before {
  content: "\e7e0";
}
.nc-icon-outline.objects_light:before {
  content: "\e7e1";
}
.nc-icon-outline.objects_pipe:before {
  content: "\e7e2";
}
.nc-icon-outline.objects_planet:before {
  content: "\e7e3";
}
.nc-icon-outline.objects_puzzle-09:before {
  content: "\e7e4";
}
.nc-icon-outline.objects_puzzle-10:before {
  content: "\e7e5";
}
.nc-icon-outline.objects_shovel:before {
  content: "\e7e6";
}
.nc-icon-outline.objects_skull:before {
  content: "\e7e7";
}
.nc-icon-outline.objects_spaceship:before {
  content: "\e7e8";
}
.nc-icon-outline.objects_spray:before {
  content: "\e7e9";
}
.nc-icon-outline.objects_support-16:before {
  content: "\e7ea";
}
.nc-icon-outline.objects_support-17:before {
  content: "\e7eb";
}
.nc-icon-outline.objects_umbrella-13:before {
  content: "\e7ec";
}
.nc-icon-outline.objects_umbrella-14:before {
  content: "\e7ed";
}
.nc-icon-outline.objects_wool-ball:before {
  content: "\e7ee";
}
.nc-icon-outline.media-1_3d:before {
  content: "\e7ef";
}
.nc-icon-outline.media-1_action-73:before {
  content: "\e7f0";
}
.nc-icon-outline.media-1_action-74:before {
  content: "\e7f1";
}
.nc-icon-outline.media-1_album:before {
  content: "\e7f2";
}
.nc-icon-outline.media-1_audio-91:before {
  content: "\e7f3";
}
.nc-icon-outline.media-1_audio-92:before {
  content: "\e7f4";
}
.nc-icon-outline.media-1_balance:before {
  content: "\e7f5";
}
.nc-icon-outline.media-1_brightness-46:before {
  content: "\e7f6";
}
.nc-icon-outline.media-1_brightness-47:before {
  content: "\e7f7";
}
.nc-icon-outline.media-1_button-circle-pause:before {
  content: "\e7f8";
}
.nc-icon-outline.media-1_button-circle-play:before {
  content: "\e7f9";
}
.nc-icon-outline.media-1_button-circle-stop:before {
  content: "\e7fa";
}
.nc-icon-outline.media-1_button-eject:before {
  content: "\e7fb";
}
.nc-icon-outline.media-1_button-next:before {
  content: "\e7fc";
}
.nc-icon-outline.media-1_button-pause:before {
  content: "\e7fd";
}
.nc-icon-outline.media-1_button-play:before {
  content: "\e7fe";
}
.nc-icon-outline.media-1_button-power:before {
  content: "\e7ff";
}
.nc-icon-outline.media-1_button-previous:before {
  content: "\e800";
}
.nc-icon-outline.media-1_button-record:before {
  content: "\e801";
}
.nc-icon-outline.media-1_button-rewind:before {
  content: "\e802";
}
.nc-icon-outline.media-1_button-skip:before {
  content: "\e803";
}
.nc-icon-outline.media-1_button-stop:before {
  content: "\e804";
}
.nc-icon-outline.media-1_camera-18:before {
  content: "\e805";
}
.nc-icon-outline.media-1_camera-19:before {
  content: "\e806";
}
.nc-icon-outline.media-1_camera-20:before {
  content: "\e807";
}
.nc-icon-outline.media-1_camera-ban-36:before {
  content: "\e808";
}
.nc-icon-outline.media-1_camera-ban-37:before {
  content: "\e809";
}
.nc-icon-outline.media-1_camera-compact:before {
  content: "\e80a";
}
.nc-icon-outline.media-1_camera-screen:before {
  content: "\e80b";
}
.nc-icon-outline.media-1_camera-square-57:before {
  content: "\e80c";
}
.nc-icon-outline.media-1_camera-square-58:before {
  content: "\e80d";
}
.nc-icon-outline.media-1_camera-time:before {
  content: "\e80e";
}
.nc-icon-outline.media-1_countdown-34:before {
  content: "\e80f";
}
.nc-icon-outline.media-1_countdown-35:before {
  content: "\e810";
}
.nc-icon-outline.media-1_edit-color:before {
  content: "\e811";
}
.nc-icon-outline.media-1_edit-contrast-42:before {
  content: "\e812";
}
.nc-icon-outline.media-1_edit-contrast-43:before {
  content: "\e813";
}
.nc-icon-outline.media-1_edit-saturation:before {
  content: "\e814";
}
.nc-icon-outline.media-1_flash-21:before {
  content: "\e815";
}
.nc-icon-outline.media-1_flash-24:before {
  content: "\e816";
}
.nc-icon-outline.media-1_flash-29:before {
  content: "\e817";
}
.nc-icon-outline.media-1_flash-auto-22:before {
  content: "\e818";
}
.nc-icon-outline.media-1_flash-auto-25:before {
  content: "\e819";
}
.nc-icon-outline.media-1_flash-off-23:before {
  content: "\e81a";
}
.nc-icon-outline.media-1_flash-off-26:before {
  content: "\e81b";
}
.nc-icon-outline.media-1_focus-32:before {
  content: "\e81c";
}
.nc-icon-outline.media-1_focus-38:before {
  content: "\e81d";
}
.nc-icon-outline.media-1_focus-40:before {
  content: "\e81e";
}
.nc-icon-outline.media-1_focus-circle:before {
  content: "\e81f";
}
.nc-icon-outline.media-1_frame-12:before {
  content: "\e820";
}
.nc-icon-outline.media-1_frame-41:before {
  content: "\e821";
}
.nc-icon-outline.media-1_grid:before {
  content: "\e822";
}
.nc-icon-outline.media-1_image-01:before {
  content: "\e823";
}
.nc-icon-outline.media-1_image-02:before {
  content: "\e824";
}
.nc-icon-outline.media-1_image-05:before {
  content: "\e825";
}
.nc-icon-outline.media-1_image-add:before {
  content: "\e826";
}
.nc-icon-outline.media-1_image-delete:before {
  content: "\e827";
}
.nc-icon-outline.media-1_image-location:before {
  content: "\e828";
}
.nc-icon-outline.media-1_kid:before {
  content: "\e829";
}
.nc-icon-outline.media-1_layers:before {
  content: "\e82a";
}
.nc-icon-outline.media-1_lens-31:before {
  content: "\e82b";
}
.nc-icon-outline.media-1_lens-56:before {
  content: "\e82c";
}
.nc-icon-outline.media-1_macro:before {
  content: "\e82d";
}
.nc-icon-outline.media-1_movie-61:before {
  content: "\e82e";
}
.nc-icon-outline.media-1_movie-62:before {
  content: "\e82f";
}
.nc-icon-outline.media-1_night:before {
  content: "\e830";
}
.nc-icon-outline.media-1_picture:before {
  content: "\e831";
}
.nc-icon-outline.media-1_play-68:before {
  content: "\e832";
}
.nc-icon-outline.media-1_play-69:before {
  content: "\e833";
}
.nc-icon-outline.media-1_player:before {
  content: "\e834";
}
.nc-icon-outline.media-1_polaroid-add:before {
  content: "\e835";
}
.nc-icon-outline.media-1_polaroid-delete:before {
  content: "\e836";
}
.nc-icon-outline.media-1_polaroid-multiple:before {
  content: "\e837";
}
.nc-icon-outline.media-1_polaroid-user:before {
  content: "\e838";
}
.nc-icon-outline.media-1_polaroid:before {
  content: "\e839";
}
.nc-icon-outline.media-1_roll:before {
  content: "\e83a";
}
.nc-icon-outline.media-1_rotate-left:before {
  content: "\e83b";
}
.nc-icon-outline.media-1_rotate-right:before {
  content: "\e83c";
}
.nc-icon-outline.media-1_sd:before {
  content: "\e83d";
}
.nc-icon-outline.media-1_selfie:before {
  content: "\e83e";
}
.nc-icon-outline.media-1_shake:before {
  content: "\e83f";
}
.nc-icon-outline.media-1_speaker:before {
  content: "\e840";
}
.nc-icon-outline.media-1_sport:before {
  content: "\e841";
}
.nc-icon-outline.media-1_ticket-75:before {
  content: "\e842";
}
.nc-icon-outline.media-1_ticket-76:before {
  content: "\e843";
}
.nc-icon-outline.media-1_touch:before {
  content: "\e844";
}
.nc-icon-outline.media-1_tripod:before {
  content: "\e845";
}
.nc-icon-outline.media-1_video-64:before {
  content: "\e846";
}
.nc-icon-outline.media-1_video-65:before {
  content: "\e847";
}
.nc-icon-outline.media-1_video-66:before {
  content: "\e848";
}
.nc-icon-outline.media-1_video-67:before {
  content: "\e849";
}
.nc-icon-outline.media-1_videocamera-71:before {
  content: "\e84a";
}
.nc-icon-outline.media-1_videocamera-72:before {
  content: "\e84b";
}
.nc-icon-outline.media-1_volume-93:before {
  content: "\e84c";
}
.nc-icon-outline.media-1_volume-97:before {
  content: "\e84d";
}
.nc-icon-outline.media-1_volume-98:before {
  content: "\e84e";
}
.nc-icon-outline.media-1_volume-ban:before {
  content: "\e84f";
}
.nc-icon-outline.media-1_volume-down:before {
  content: "\e850";
}
.nc-icon-outline.media-1_volume-off:before {
  content: "\e851";
}
.nc-icon-outline.media-1_volume-up:before {
  content: "\e852";
}
.nc-icon-outline.media-2_guitar:before {
  content: "\e853";
}
.nc-icon-outline.media-2_headphones-mic:before {
  content: "\e854";
}
.nc-icon-outline.media-2_headphones:before {
  content: "\e855";
}
.nc-icon-outline.media-2_knob:before {
  content: "\e856";
}
.nc-icon-outline.media-2_mic:before {
  content: "\e857";
}
.nc-icon-outline.media-2_music-album:before {
  content: "\e858";
}
.nc-icon-outline.media-2_music-cloud:before {
  content: "\e859";
}
.nc-icon-outline.media-2_note-03:before {
  content: "\e85a";
}
.nc-icon-outline.media-2_note-04:before {
  content: "\e85b";
}
.nc-icon-outline.media-2_piano:before {
  content: "\e85c";
}
.nc-icon-outline.media-2_radio:before {
  content: "\e85d";
}
.nc-icon-outline.media-2_remix:before {
  content: "\e85e";
}
.nc-icon-outline.media-2_sound-wave:before {
  content: "\e85f";
}
.nc-icon-outline.media-2_speaker-01:before {
  content: "\e860";
}
.nc-icon-outline.media-2_speaker-05:before {
  content: "\e861";
}
.nc-icon-outline.media-2_tape:before {
  content: "\e862";
}
.nc-icon-outline.location_appointment:before {
  content: "\e863";
}
.nc-icon-outline.location_bookmark-add:before {
  content: "\e864";
}
.nc-icon-outline.location_bookmark-remove:before {
  content: "\e865";
}
.nc-icon-outline.location_bookmark:before {
  content: "\e866";
}
.nc-icon-outline.location_compass-04:before {
  content: "\e867";
}
.nc-icon-outline.location_compass-05:before {
  content: "\e868";
}
.nc-icon-outline.location_compass-06:before {
  content: "\e869";
}
.nc-icon-outline.location_crosshair:before {
  content: "\e86a";
}
.nc-icon-outline.location_explore-user:before {
  content: "\e86b";
}
.nc-icon-outline.location_explore:before {
  content: "\e86c";
}
.nc-icon-outline.location_flag-complex:before {
  content: "\e86d";
}
.nc-icon-outline.location_flag-diagonal-33:before {
  content: "\e86e";
}
.nc-icon-outline.location_flag-diagonal-34:before {
  content: "\e86f";
}
.nc-icon-outline.location_flag-points-31:before {
  content: "\e870";
}
.nc-icon-outline.location_flag-points-32:before {
  content: "\e871";
}
.nc-icon-outline.location_flag-simple:before {
  content: "\e872";
}
.nc-icon-outline.location_flag-triangle:before {
  content: "\e873";
}
.nc-icon-outline.location_flag:before {
  content: "\e874";
}
.nc-icon-outline.location_gps:before {
  content: "\e875";
}
.nc-icon-outline.location_map-big:before {
  content: "\e876";
}
.nc-icon-outline.location_map-compass:before {
  content: "\e877";
}
.nc-icon-outline.location_map-gps:before {
  content: "\e878";
}
.nc-icon-outline.location_map-marker:before {
  content: "\e879";
}
.nc-icon-outline.location_map-pin:before {
  content: "\e87a";
}
.nc-icon-outline.location_map:before {
  content: "\e87b";
}
.nc-icon-outline.location_marker:before {
  content: "\e87c";
}
.nc-icon-outline.location_pin-add:before {
  content: "\e87d";
}
.nc-icon-outline.location_pin-copy:before {
  content: "\e87e";
}
.nc-icon-outline.location_pin-remove:before {
  content: "\e87f";
}
.nc-icon-outline.location_pin:before {
  content: "\e880";
}
.nc-icon-outline.location_pins:before {
  content: "\e881";
}
.nc-icon-outline.location_position-marker:before {
  content: "\e882";
}
.nc-icon-outline.location_position-pin:before {
  content: "\e883";
}
.nc-icon-outline.location_position-user:before {
  content: "\e884";
}
.nc-icon-outline.location_radar:before {
  content: "\e885";
}
.nc-icon-outline.location_road:before {
  content: "\e886";
}
.nc-icon-outline.location_route-alert:before {
  content: "\e887";
}
.nc-icon-outline.location_route-close:before {
  content: "\e888";
}
.nc-icon-outline.location_route-open:before {
  content: "\e889";
}
.nc-icon-outline.location_square-marker:before {
  content: "\e88a";
}
.nc-icon-outline.location_square-pin:before {
  content: "\e88b";
}
.nc-icon-outline.location_treasure-map-21:before {
  content: "\e88c";
}
.nc-icon-outline.location_treasure-map-40:before {
  content: "\e88d";
}
.nc-icon-outline.location_worl-marker:before {
  content: "\e88e";
}
.nc-icon-outline.location_world-pin:before {
  content: "\e88f";
}
.nc-icon-outline.location_world:before {
  content: "\e890";
}
.nc-icon-outline.health_ambulance:before {
  content: "\e891";
}
.nc-icon-outline.health_apple:before {
  content: "\e892";
}
.nc-icon-outline.health_bag-49:before {
  content: "\e893";
}
.nc-icon-outline.health_bag-50:before {
  content: "\e894";
}
.nc-icon-outline.health_brain:before {
  content: "\e895";
}
.nc-icon-outline.health_dna-27:before {
  content: "\e896";
}
.nc-icon-outline.health_dna-38:before {
  content: "\e897";
}
.nc-icon-outline.health_doctor:before {
  content: "\e898";
}
.nc-icon-outline.health_flask:before {
  content: "\e899";
}
.nc-icon-outline.health_heartbeat-16:before {
  content: "\e89a";
}
.nc-icon-outline.health_height:before {
  content: "\e89b";
}
.nc-icon-outline.health_hospital-32:before {
  content: "\e89c";
}
.nc-icon-outline.health_hospital-33:before {
  content: "\e89d";
}
.nc-icon-outline.health_hospital-34:before {
  content: "\e89e";
}
.nc-icon-outline.health_humidity-26:before {
  content: "\e89f";
}
.nc-icon-outline.health_humidity-52:before {
  content: "\e8a0";
}
.nc-icon-outline.health_intestine:before {
  content: "\e8a1";
}
.nc-icon-outline.health_lungs:before {
  content: "\e8a2";
}
.nc-icon-outline.health_molecule-39:before {
  content: "\e8a3";
}
.nc-icon-outline.health_molecule-40:before {
  content: "\e8a4";
}
.nc-icon-outline.health_notebook:before {
  content: "\e8a5";
}
.nc-icon-outline.health_nurse:before {
  content: "\e8a6";
}
.nc-icon-outline.health_patch-46:before {
  content: "\e8a7";
}
.nc-icon-outline.health_pill-42:before {
  content: "\e8a8";
}
.nc-icon-outline.health_pill-43:before {
  content: "\e8a9";
}
.nc-icon-outline.health_pill-container-44:before {
  content: "\e8aa";
}
.nc-icon-outline.health_pill-container-47:before {
  content: "\e8ab";
}
.nc-icon-outline.health_pulse-chart:before {
  content: "\e8ac";
}
.nc-icon-outline.health_pulse-phone:before {
  content: "\e8ad";
}
.nc-icon-outline.health_pulse-sleep:before {
  content: "\e8ae";
}
.nc-icon-outline.health_pulse-watch:before {
  content: "\e8af";
}
.nc-icon-outline.health_pulse:before {
  content: "\e8b0";
}
.nc-icon-outline.health_sleep:before {
  content: "\e8b1";
}
.nc-icon-outline.health_steps:before {
  content: "\e8b2";
}
.nc-icon-outline.health_syringe:before {
  content: "\e8b3";
}
.nc-icon-outline.health_temperature-23:before {
  content: "\e8b4";
}
.nc-icon-outline.health_temperature-24:before {
  content: "\e8b5";
}
.nc-icon-outline.health_tooth:before {
  content: "\e8b6";
}
.nc-icon-outline.health_weed:before {
  content: "\e8b7";
}
.nc-icon-outline.health_weight:before {
  content: "\e8b8";
}
.nc-icon-outline.health_wheelchair:before {
  content: "\e8b9";
}
.nc-icon-outline.health_woman:before {
  content: "\e8ba";
}
.nc-icon-outline.furniture_air-conditioner:before {
  content: "\e8bb";
}
.nc-icon-outline.furniture_armchair:before {
  content: "\e8bc";
}
.nc-icon-outline.furniture_bath-tub:before {
  content: "\e8bd";
}
.nc-icon-outline.furniture_bed-09:before {
  content: "\e8be";
}
.nc-icon-outline.furniture_bed-23:before {
  content: "\e8bf";
}
.nc-icon-outline.furniture_bed-side:before {
  content: "\e8c0";
}
.nc-icon-outline.furniture_cabinet:before {
  content: "\e8c1";
}
.nc-icon-outline.furniture_cactus:before {
  content: "\e8c2";
}
.nc-icon-outline.furniture_chair:before {
  content: "\e8c3";
}
.nc-icon-outline.furniture_coat-hanger:before {
  content: "\e8c4";
}
.nc-icon-outline.furniture_coffee:before {
  content: "\e8c5";
}
.nc-icon-outline.furniture_cradle:before {
  content: "\e8c6";
}
.nc-icon-outline.furniture_curtain:before {
  content: "\e8c7";
}
.nc-icon-outline.furniture_desk-drawer:before {
  content: "\e8c8";
}
.nc-icon-outline.furniture_desk:before {
  content: "\e8c9";
}
.nc-icon-outline.furniture_door:before {
  content: "\e8ca";
}
.nc-icon-outline.furniture_drawer:before {
  content: "\e8cb";
}
.nc-icon-outline.furniture_fridge:before {
  content: "\e8cc";
}
.nc-icon-outline.furniture_hanger-clothes:before {
  content: "\e8cd";
}
.nc-icon-outline.furniture_hanger:before {
  content: "\e8ce";
}
.nc-icon-outline.furniture_heater:before {
  content: "\e8cf";
}
.nc-icon-outline.furniture_iron:before {
  content: "\e8d0";
}
.nc-icon-outline.furniture_lamp-floor:before {
  content: "\e8d1";
}
.nc-icon-outline.furniture_lamp:before {
  content: "\e8d2";
}
.nc-icon-outline.furniture_library:before {
  content: "\e8d3";
}
.nc-icon-outline.furniture_light:before {
  content: "\e8d4";
}
.nc-icon-outline.furniture_mixer:before {
  content: "\e8d5";
}
.nc-icon-outline.furniture_oven:before {
  content: "\e8d6";
}
.nc-icon-outline.furniture_shower:before {
  content: "\e8d7";
}
.nc-icon-outline.furniture_sink-wash:before {
  content: "\e8d8";
}
.nc-icon-outline.furniture_sink:before {
  content: "\e8d9";
}
.nc-icon-outline.furniture_sofa:before {
  content: "\e8da";
}
.nc-icon-outline.furniture_storage-hanger:before {
  content: "\e8db";
}
.nc-icon-outline.furniture_storage:before {
  content: "\e8dc";
}
.nc-icon-outline.furniture_table:before {
  content: "\e8dd";
}
.nc-icon-outline.furniture_toilet-paper:before {
  content: "\e8de";
}
.nc-icon-outline.furniture_toilet:before {
  content: "\e8df";
}
.nc-icon-outline.furniture_tv:before {
  content: "\e8e0";
}
.nc-icon-outline.furniture_wardrobe:before {
  content: "\e8e1";
}
.nc-icon-outline.furniture_wash:before {
  content: "\e8e2";
}
.nc-icon-outline.files_add:before {
  content: "\e8e3";
}
.nc-icon-outline.files_archive-3d-check:before {
  content: "\e8e4";
}
.nc-icon-outline.files_archive-3d-content:before {
  content: "\e8e5";
}
.nc-icon-outline.files_archive-check:before {
  content: "\e8e6";
}
.nc-icon-outline.files_archive-content:before {
  content: "\e8e7";
}
.nc-icon-outline.files_archive-paper-check:before {
  content: "\e8e8";
}
.nc-icon-outline.files_archive-paper:before {
  content: "\e8e9";
}
.nc-icon-outline.files_archive:before {
  content: "\e8ea";
}
.nc-icon-outline.files_audio:before {
  content: "\e8eb";
}
.nc-icon-outline.files_book-07:before {
  content: "\e8ec";
}
.nc-icon-outline.files_book-08:before {
  content: "\e8ed";
}
.nc-icon-outline.files_bookmark:before {
  content: "\e8ee";
}
.nc-icon-outline.files_box:before {
  content: "\e8ef";
}
.nc-icon-outline.files_chart-bar:before {
  content: "\e8f0";
}
.nc-icon-outline.files_chart-pie:before {
  content: "\e8f1";
}
.nc-icon-outline.files_check:before {
  content: "\e8f2";
}
.nc-icon-outline.files_cloud:before {
  content: "\e8f3";
}
.nc-icon-outline.files_copy:before {
  content: "\e8f4";
}
.nc-icon-outline.files_dev:before {
  content: "\e8f5";
}
.nc-icon-outline.files_download:before {
  content: "\e8f6";
}
.nc-icon-outline.files_drawer:before {
  content: "\e8f7";
}
.nc-icon-outline.files_edit:before {
  content: "\e8f8";
}
.nc-icon-outline.files_exclamation:before {
  content: "\e8f9";
}
.nc-icon-outline.files_folder-13:before {
  content: "\e8fa";
}
.nc-icon-outline.files_folder-14:before {
  content: "\e8fb";
}
.nc-icon-outline.files_folder-15:before {
  content: "\e8fc";
}
.nc-icon-outline.files_folder-16:before {
  content: "\e8fd";
}
.nc-icon-outline.files_folder-17:before {
  content: "\e8fe";
}
.nc-icon-outline.files_folder-18:before {
  content: "\e8ff";
}
.nc-icon-outline.files_folder-19:before {
  content: "\e900";
}
.nc-icon-outline.files_folder-add:before {
  content: "\e901";
}
.nc-icon-outline.files_folder-audio:before {
  content: "\e902";
}
.nc-icon-outline.files_folder-bookmark:before {
  content: "\e903";
}
.nc-icon-outline.files_folder-chart-bar:before {
  content: "\e904";
}
.nc-icon-outline.files_folder-chart-pie:before {
  content: "\e905";
}
.nc-icon-outline.files_folder-check:before {
  content: "\e906";
}
.nc-icon-outline.files_folder-cloud:before {
  content: "\e907";
}
.nc-icon-outline.files_folder-dev:before {
  content: "\e908";
}
.nc-icon-outline.files_folder-download:before {
  content: "\e909";
}
.nc-icon-outline.files_folder-edit:before {
  content: "\e90a";
}
.nc-icon-outline.files_folder-exclamation:before {
  content: "\e90b";
}
.nc-icon-outline.files_folder-gallery:before {
  content: "\e90c";
}
.nc-icon-outline.files_folder-heart:before {
  content: "\e90d";
}
.nc-icon-outline.files_folder-image:before {
  content: "\e90e";
}
.nc-icon-outline.files_folder-info:before {
  content: "\e90f";
}
.nc-icon-outline.files_folder-link:before {
  content: "\e910";
}
.nc-icon-outline.files_folder-locked:before {
  content: "\e911";
}
.nc-icon-outline.files_folder-money:before {
  content: "\e912";
}
.nc-icon-outline.files_folder-music:before {
  content: "\e913";
}
.nc-icon-outline.files_folder-no-access:before {
  content: "\e914";
}
.nc-icon-outline.files_folder-play:before {
  content: "\e915";
}
.nc-icon-outline.files_folder-question:before {
  content: "\e916";
}
.nc-icon-outline.files_folder-refresh:before {
  content: "\e917";
}
.nc-icon-outline.files_folder-remove:before {
  content: "\e918";
}
.nc-icon-outline.files_folder-search:before {
  content: "\e919";
}
.nc-icon-outline.files_folder-settings-81:before {
  content: "\e91a";
}
.nc-icon-outline.files_folder-settings-97:before {
  content: "\e91b";
}
.nc-icon-outline.files_folder-shared:before {
  content: "\e91c";
}
.nc-icon-outline.files_folder-star:before {
  content: "\e91d";
}
.nc-icon-outline.files_folder-time:before {
  content: "\e91e";
}
.nc-icon-outline.files_folder-upload:before {
  content: "\e91f";
}
.nc-icon-outline.files_folder-user:before {
  content: "\e920";
}
.nc-icon-outline.files_folder-vector:before {
  content: "\e921";
}
.nc-icon-outline.files_gallery:before {
  content: "\e922";
}
.nc-icon-outline.files_heart:before {
  content: "\e923";
}
.nc-icon-outline.files_image:before {
  content: "\e924";
}
.nc-icon-outline.files_info:before {
  content: "\e925";
}
.nc-icon-outline.files_link:before {
  content: "\e926";
}
.nc-icon-outline.files_locked:before {
  content: "\e927";
}
.nc-icon-outline.files_money:before {
  content: "\e928";
}
.nc-icon-outline.files_music:before {
  content: "\e929";
}
.nc-icon-outline.files_no-access:before {
  content: "\e92a";
}
.nc-icon-outline.files_notebook:before {
  content: "\e92b";
}
.nc-icon-outline.files_paper:before {
  content: "\e92c";
}
.nc-icon-outline.files_play:before {
  content: "\e92d";
}
.nc-icon-outline.files_question:before {
  content: "\e92e";
}
.nc-icon-outline.files_refresh:before {
  content: "\e92f";
}
.nc-icon-outline.files_remove:before {
  content: "\e930";
}
.nc-icon-outline.files_replace-folder:before {
  content: "\e931";
}
.nc-icon-outline.files_replace:before {
  content: "\e932";
}
.nc-icon-outline.files_search:before {
  content: "\e933";
}
.nc-icon-outline.files_settings-46:before {
  content: "\e934";
}
.nc-icon-outline.files_settings-99:before {
  content: "\e935";
}
.nc-icon-outline.files_shared:before {
  content: "\e936";
}
.nc-icon-outline.files_single-content-02:before {
  content: "\e937";
}
.nc-icon-outline.files_single-content-03:before {
  content: "\e938";
}
.nc-icon-outline.files_single-copies:before {
  content: "\e939";
}
.nc-icon-outline.files_single-copy-04:before {
  content: "\e93a";
}
.nc-icon-outline.files_single-copy-06:before {
  content: "\e93b";
}
.nc-icon-outline.files_single-folded-content:before {
  content: "\e93c";
}
.nc-icon-outline.files_single-folded:before {
  content: "\e93d";
}
.nc-icon-outline.files_single-paragraph:before {
  content: "\e93e";
}
.nc-icon-outline.files_single:before {
  content: "\e93f";
}
.nc-icon-outline.files_star:before {
  content: "\e940";
}
.nc-icon-outline.files_time:before {
  content: "\e941";
}
.nc-icon-outline.files_upload:before {
  content: "\e942";
}
.nc-icon-outline.files_user:before {
  content: "\e943";
}
.nc-icon-outline.files_vector:before {
  content: "\e944";
}
.nc-icon-outline.files_zip-54:before {
  content: "\e945";
}
.nc-icon-outline.files_zip-55:before {
  content: "\e946";
}
.nc-icon-outline.clothes_baby:before {
  content: "\e9ab";
}
.nc-icon-outline.clothes_backpack:before {
  content: "\e9ac";
}
.nc-icon-outline.clothes_bag-21:before {
  content: "\e9ad";
}
.nc-icon-outline.clothes_bag-22:before {
  content: "\e9ae";
}
.nc-icon-outline.clothes_belt:before {
  content: "\e9af";
}
.nc-icon-outline.clothes_boot-woman:before {
  content: "\e9b0";
}
.nc-icon-outline.clothes_boot:before {
  content: "\e9b1";
}
.nc-icon-outline.clothes_bra:before {
  content: "\e9b2";
}
.nc-icon-outline.clothes_button:before {
  content: "\e9b3";
}
.nc-icon-outline.clothes_cap:before {
  content: "\e9b4";
}
.nc-icon-outline.clothes_coat:before {
  content: "\e9b5";
}
.nc-icon-outline.clothes_corset:before {
  content: "\e9b6";
}
.nc-icon-outline.clothes_dress-man:before {
  content: "\e9b7";
}
.nc-icon-outline.clothes_dress-woman:before {
  content: "\e9b8";
}
.nc-icon-outline.clothes_flip:before {
  content: "\e9b9";
}
.nc-icon-outline.clothes_glasses:before {
  content: "\e9ba";
}
.nc-icon-outline.clothes_gloves:before {
  content: "\e9bb";
}
.nc-icon-outline.clothes_hat-top:before {
  content: "\e9bc";
}
.nc-icon-outline.clothes_hat:before {
  content: "\e9bd";
}
.nc-icon-outline.clothes_hoodie:before {
  content: "\e9be";
}
.nc-icon-outline.clothes_iron-dont:before {
  content: "\e9bf";
}
.nc-icon-outline.clothes_iron:before {
  content: "\e9c0";
}
.nc-icon-outline.clothes_jeans-41:before {
  content: "\e9c1";
}
.nc-icon-outline.clothes_jeans-43:before {
  content: "\e9c2";
}
.nc-icon-outline.clothes_jeans-pocket:before {
  content: "\e9c3";
}
.nc-icon-outline.clothes_kitchen:before {
  content: "\e9c4";
}
.nc-icon-outline.clothes_long-sleeve:before {
  content: "\e9c5";
}
.nc-icon-outline.clothes_makeup:before {
  content: "\e9c6";
}
.nc-icon-outline.clothes_needle:before {
  content: "\e9c7";
}
.nc-icon-outline.clothes_pajamas:before {
  content: "\e9c8";
}
.nc-icon-outline.clothes_ring:before {
  content: "\e9c9";
}
.nc-icon-outline.clothes_scarf:before {
  content: "\e9ca";
}
.nc-icon-outline.clothes_shirt-business:before {
  content: "\e9cb";
}
.nc-icon-outline.clothes_shirt-buttons:before {
  content: "\e9cc";
}
.nc-icon-outline.clothes_shirt-neck:before {
  content: "\e9cd";
}
.nc-icon-outline.clothes_shirt:before {
  content: "\e9ce";
}
.nc-icon-outline.clothes_shoe-man:before {
  content: "\e9cf";
}
.nc-icon-outline.clothes_shoe-sport:before {
  content: "\e9d0";
}
.nc-icon-outline.clothes_shoe-woman:before {
  content: "\e9d1";
}
.nc-icon-outline.clothes_skirt:before {
  content: "\e9d2";
}
.nc-icon-outline.clothes_slacks-12:before {
  content: "\e9d3";
}
.nc-icon-outline.clothes_slacks-13:before {
  content: "\e9d4";
}
.nc-icon-outline.clothes_sock:before {
  content: "\e9d5";
}
.nc-icon-outline.clothes_tie-bow:before {
  content: "\e9d6";
}
.nc-icon-outline.clothes_tshirt-53:before {
  content: "\e9d7";
}
.nc-icon-outline.clothes_tshirt-54:before {
  content: "\e9d8";
}
.nc-icon-outline.clothes_tshirt-sport:before {
  content: "\e9d9";
}
.nc-icon-outline.clothes_underwear-man:before {
  content: "\e9da";
}
.nc-icon-outline.clothes_underwear:before {
  content: "\e9db";
}
.nc-icon-outline.clothes_vest-sport:before {
  content: "\e9dc";
}
.nc-icon-outline.clothes_vest:before {
  content: "\e9dd";
}
.nc-icon-outline.clothes_wash-30:before {
  content: "\e9de";
}
.nc-icon-outline.clothes_wash-60:before {
  content: "\e9df";
}
.nc-icon-outline.clothes_wash-90:before {
  content: "\e9e0";
}
.nc-icon-outline.clothes_wash-hand:before {
  content: "\e9e1";
}
.nc-icon-outline.clothes_wash:before {
  content: "\e9e2";
}
.nc-icon-outline.business_agenda:before {
  content: "\e9e3";
}
.nc-icon-outline.business_atm:before {
  content: "\e9e4";
}
.nc-icon-outline.business_award-48:before {
  content: "\e9e5";
}
.nc-icon-outline.business_award-49:before {
  content: "\e9e6";
}
.nc-icon-outline.business_award-74:before {
  content: "\e9e7";
}
.nc-icon-outline.business_badge:before {
  content: "\e9e8";
}
.nc-icon-outline.business_bank:before {
  content: "\e9e9";
}
.nc-icon-outline.business_board-27:before {
  content: "\e9ea";
}
.nc-icon-outline.business_board-28:before {
  content: "\e9eb";
}
.nc-icon-outline.business_board-29:before {
  content: "\e9ec";
}
.nc-icon-outline.business_board-30:before {
  content: "\e9ed";
}
.nc-icon-outline.business_books:before {
  content: "\e9ee";
}
.nc-icon-outline.business_briefcase-24:before {
  content: "\e9ef";
}
.nc-icon-outline.business_briefcase-25:before {
  content: "\e9f0";
}
.nc-icon-outline.business_briefcase-26:before {
  content: "\e9f1";
}
.nc-icon-outline.business_building:before {
  content: "\e9f2";
}
.nc-icon-outline.business_bulb-61:before {
  content: "\e9f3";
}
.nc-icon-outline.business_bulb-62:before {
  content: "\e9f4";
}
.nc-icon-outline.business_bulb-63:before {
  content: "\e9f5";
}
.nc-icon-outline.business_business-contact-85:before {
  content: "\e9f6";
}
.nc-icon-outline.business_business-contact-86:before {
  content: "\e9f7";
}
.nc-icon-outline.business_business-contact-87:before {
  content: "\e9f8";
}
.nc-icon-outline.business_business-contact-88:before {
  content: "\e9f9";
}
.nc-icon-outline.business_business-contact-89:before {
  content: "\e9fa";
}
.nc-icon-outline.business_businessman-03:before {
  content: "\e9fb";
}
.nc-icon-outline.business_businessman-04:before {
  content: "\e9fc";
}
.nc-icon-outline.business_calculator:before {
  content: "\e9fd";
}
.nc-icon-outline.business_chair:before {
  content: "\e9fe";
}
.nc-icon-outline.business_chart-bar-32:before {
  content: "\e9ff";
}
.nc-icon-outline.business_chart-bar-33:before {
  content: "\ea00";
}
.nc-icon-outline.business_chart-growth:before {
  content: "\ea01";
}
.nc-icon-outline.business_chart-pie-35:before {
  content: "\ea02";
}
.nc-icon-outline.business_chart-pie-36:before {
  content: "\ea03";
}
.nc-icon-outline.business_chart:before {
  content: "\ea04";
}
.nc-icon-outline.business_cheque:before {
  content: "\ea05";
}
.nc-icon-outline.business_coins:before {
  content: "\ea06";
}
.nc-icon-outline.business_connect:before {
  content: "\ea07";
}
.nc-icon-outline.business_contacts:before {
  content: "\ea08";
}
.nc-icon-outline.business_currency-dollar:before {
  content: "\ea09";
}
.nc-icon-outline.business_currency-euro:before {
  content: "\ea0a";
}
.nc-icon-outline.business_currency-pound:before {
  content: "\ea0b";
}
.nc-icon-outline.business_currency-yen:before {
  content: "\ea0c";
}
.nc-icon-outline.business_factory:before {
  content: "\ea0d";
}
.nc-icon-outline.business_globe:before {
  content: "\ea0e";
}
.nc-icon-outline.business_goal-64:before {
  content: "\ea0f";
}
.nc-icon-outline.business_goal-65:before {
  content: "\ea10";
}
.nc-icon-outline.business_gold:before {
  content: "\ea11";
}
.nc-icon-outline.business_hammer:before {
  content: "\ea12";
}
.nc-icon-outline.business_handout:before {
  content: "\ea13";
}
.nc-icon-outline.business_handshake:before {
  content: "\ea14";
}
.nc-icon-outline.business_hat:before {
  content: "\ea15";
}
.nc-icon-outline.business_hierarchy-53:before {
  content: "\ea16";
}
.nc-icon-outline.business_hierarchy-54:before {
  content: "\ea17";
}
.nc-icon-outline.business_hierarchy-55:before {
  content: "\ea18";
}
.nc-icon-outline.business_hierarchy-56:before {
  content: "\ea19";
}
.nc-icon-outline.business_laptop-71:before {
  content: "\ea1a";
}
.nc-icon-outline.business_laptop-72:before {
  content: "\ea1b";
}
.nc-icon-outline.business_laptop-91:before {
  content: "\ea1c";
}
.nc-icon-outline.business_law:before {
  content: "\ea1d";
}
.nc-icon-outline.business_math:before {
  content: "\ea1e";
}
.nc-icon-outline.business_money-11:before {
  content: "\ea1f";
}
.nc-icon-outline.business_money-12:before {
  content: "\ea20";
}
.nc-icon-outline.business_money-13:before {
  content: "\ea21";
}
.nc-icon-outline.business_money-bag:before {
  content: "\ea22";
}
.nc-icon-outline.business_money-coins:before {
  content: "\ea23";
}
.nc-icon-outline.business_money-growth:before {
  content: "\ea24";
}
.nc-icon-outline.business_money-time:before {
  content: "\ea25";
}
.nc-icon-outline.business_net:before {
  content: "\ea26";
}
.nc-icon-outline.business_notes:before {
  content: "\ea27";
}
.nc-icon-outline.business_payment:before {
  content: "\ea28";
}
.nc-icon-outline.business_percentage-38:before {
  content: "\ea29";
}
.nc-icon-outline.business_percentage-39:before {
  content: "\ea2a";
}
.nc-icon-outline.business_pig:before {
  content: "\ea2b";
}
.nc-icon-outline.business_pin:before {
  content: "\ea2c";
}
.nc-icon-outline.business_plug:before {
  content: "\ea2d";
}
.nc-icon-outline.business_progress:before {
  content: "\ea2e";
}
.nc-icon-outline.business_round-dollar:before {
  content: "\ea2f";
}
.nc-icon-outline.business_round-euro:before {
  content: "\ea30";
}
.nc-icon-outline.business_round-pound:before {
  content: "\ea31";
}
.nc-icon-outline.business_round-yen:before {
  content: "\ea32";
}
.nc-icon-outline.business_safe:before {
  content: "\ea33";
}
.nc-icon-outline.business_scale:before {
  content: "\ea34";
}
.nc-icon-outline.business_sign:before {
  content: "\ea35";
}
.nc-icon-outline.business_signature:before {
  content: "\ea36";
}
.nc-icon-outline.business_stock:before {
  content: "\ea37";
}
.nc-icon-outline.business_strategy:before {
  content: "\ea38";
}
.nc-icon-outline.business_tie-01:before {
  content: "\ea39";
}
.nc-icon-outline.business_tie-02:before {
  content: "\ea3a";
}
.nc-icon-outline.business_wallet-43:before {
  content: "\ea3b";
}
.nc-icon-outline.business_wallet-44:before {
  content: "\ea3c";
}
.nc-icon-outline.business_wallet-90:before {
  content: "\ea3d";
}
.nc-icon-outline.arrows-1_back-78:before {
  content: "\ea3e";
}
.nc-icon-outline.arrows-1_back-80:before {
  content: "\ea3f";
}
.nc-icon-outline.arrows-1_bold-direction:before {
  content: "\ea40";
}
.nc-icon-outline.arrows-1_bold-down:before {
  content: "\ea41";
}
.nc-icon-outline.arrows-1_bold-left:before {
  content: "\ea42";
}
.nc-icon-outline.arrows-1_bold-right:before {
  content: "\ea43";
}
.nc-icon-outline.arrows-1_bold-up:before {
  content: "\ea44";
}
.nc-icon-outline.arrows-1_circle-down-12:before {
  content: "\ea45";
}
.nc-icon-outline.arrows-1_circle-down-40:before {
  content: "\ea46";
}
.nc-icon-outline.arrows-1_circle-left-10:before {
  content: "\ea47";
}
.nc-icon-outline.arrows-1_circle-left-38:before {
  content: "\ea48";
}
.nc-icon-outline.arrows-1_circle-right-09:before {
  content: "\ea49";
}
.nc-icon-outline.arrows-1_circle-right-37:before {
  content: "\ea4a";
}
.nc-icon-outline.arrows-1_circle-up-11:before {
  content: "\ea4b";
}
.nc-icon-outline.arrows-1_circle-up-39:before {
  content: "\ea4c";
}
.nc-icon-outline.arrows-1_cloud-download-93:before {
  content: "\ea4d";
}
.nc-icon-outline.arrows-1_cloud-download-95:before {
  content: "\ea4e";
}
.nc-icon-outline.arrows-1_cloud-upload-94:before {
  content: "\ea4f";
}
.nc-icon-outline.arrows-1_cloud-upload-96:before {
  content: "\ea50";
}
.nc-icon-outline.arrows-1_curved-next:before {
  content: "\ea51";
}
.nc-icon-outline.arrows-1_curved-previous:before {
  content: "\ea52";
}
.nc-icon-outline.arrows-1_direction-53:before {
  content: "\ea53";
}
.nc-icon-outline.arrows-1_direction-56:before {
  content: "\ea54";
}
.nc-icon-outline.arrows-1_double-left:before {
  content: "\ea55";
}
.nc-icon-outline.arrows-1_double-right:before {
  content: "\ea56";
}
.nc-icon-outline.arrows-1_download:before {
  content: "\ea57";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-43:before {
  content: "\ea58";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-44:before {
  content: "\ea59";
}
.nc-icon-outline.arrows-1_enlarge-horizontal:before {
  content: "\ea5a";
}
.nc-icon-outline.arrows-1_enlarge-vertical:before {
  content: "\ea5b";
}
.nc-icon-outline.arrows-1_fit-horizontal:before {
  content: "\ea5c";
}
.nc-icon-outline.arrows-1_fit-vertical:before {
  content: "\ea5d";
}
.nc-icon-outline.arrows-1_fullscreen-70:before {
  content: "\ea5e";
}
.nc-icon-outline.arrows-1_fullscreen-71:before {
  content: "\ea5f";
}
.nc-icon-outline.arrows-1_fullscreen-76:before {
  content: "\ea60";
}
.nc-icon-outline.arrows-1_fullscreen-77:before {
  content: "\ea61";
}
.nc-icon-outline.arrows-1_fullscreen-double-74:before {
  content: "\ea62";
}
.nc-icon-outline.arrows-1_fullscreen-double-75:before {
  content: "\ea63";
}
.nc-icon-outline.arrows-1_fullscreen-split-72:before {
  content: "\ea64";
}
.nc-icon-outline.arrows-1_fullscreen-split-73:before {
  content: "\ea65";
}
.nc-icon-outline.arrows-1_log-in:before {
  content: "\ea66";
}
.nc-icon-outline.arrows-1_log-out:before {
  content: "\ea67";
}
.nc-icon-outline.arrows-1_loop-82:before {
  content: "\ea68";
}
.nc-icon-outline.arrows-1_loop-83:before {
  content: "\ea69";
}
.nc-icon-outline.arrows-1_minimal-down:before {
  content: "\ea6a";
}
.nc-icon-outline.arrows-1_minimal-left:before {
  content: "\ea6b";
}
.nc-icon-outline.arrows-1_minimal-right:before {
  content: "\ea6c";
}
.nc-icon-outline.arrows-1_minimal-up:before {
  content: "\ea6d";
}
.nc-icon-outline.arrows-1_redo-79:before {
  content: "\ea6e";
}
.nc-icon-outline.arrows-1_redo-81:before {
  content: "\ea6f";
}
.nc-icon-outline.arrows-1_refresh-68:before {
  content: "\ea70";
}
.nc-icon-outline.arrows-1_refresh-69:before {
  content: "\ea71";
}
.nc-icon-outline.arrows-1_round-down:before {
  content: "\ea72";
}
.nc-icon-outline.arrows-1_round-left:before {
  content: "\ea73";
}
.nc-icon-outline.arrows-1_round-right:before {
  content: "\ea74";
}
.nc-icon-outline.arrows-1_round-up:before {
  content: "\ea75";
}
.nc-icon-outline.arrows-1_share-66:before {
  content: "\ea76";
}
.nc-icon-outline.arrows-1_share-91:before {
  content: "\ea77";
}
.nc-icon-outline.arrows-1_share-92:before {
  content: "\ea78";
}
.nc-icon-outline.arrows-1_shuffle-97:before {
  content: "\ea79";
}
.nc-icon-outline.arrows-1_shuffle-98:before {
  content: "\ea7a";
}
.nc-icon-outline.arrows-1_simple-down:before {
  content: "\ea7b";
}
.nc-icon-outline.arrows-1_simple-left:before {
  content: "\ea7c";
}
.nc-icon-outline.arrows-1_simple-right:before {
  content: "\ea7d";
}
.nc-icon-outline.arrows-1_simple-up:before {
  content: "\ea7e";
}
.nc-icon-outline.arrows-1_small-triangle-down:before {
  content: "\ea7f";
}
.nc-icon-outline.arrows-1_small-triangle-left:before {
  content: "\ea80";
}
.nc-icon-outline.arrows-1_small-triangle-right:before {
  content: "\ea81";
}
.nc-icon-outline.arrows-1_small-triangle-up:before {
  content: "\ea82";
}
.nc-icon-outline.arrows-1_square-down:before {
  content: "\ea83";
}
.nc-icon-outline.arrows-1_square-left:before {
  content: "\ea84";
}
.nc-icon-outline.arrows-1_square-right:before {
  content: "\ea85";
}
.nc-icon-outline.arrows-1_square-up:before {
  content: "\ea86";
}
.nc-icon-outline.arrows-1_strong-down:before {
  content: "\ea87";
}
.nc-icon-outline.arrows-1_strong-left:before {
  content: "\ea88";
}
.nc-icon-outline.arrows-1_strong-right:before {
  content: "\ea89";
}
.nc-icon-outline.arrows-1_strong-up:before {
  content: "\ea8a";
}
.nc-icon-outline.arrows-1_tail-down:before {
  content: "\ea8b";
}
.nc-icon-outline.arrows-1_tail-left:before {
  content: "\ea8c";
}
.nc-icon-outline.arrows-1_tail-right:before {
  content: "\ea8d";
}
.nc-icon-outline.arrows-1_tail-triangle-down:before {
  content: "\ea8e";
}
.nc-icon-outline.arrows-1_tail-triangle-left:before {
  content: "\ea8f";
}
.nc-icon-outline.arrows-1_tail-triangle-right:before {
  content: "\ea90";
}
.nc-icon-outline.arrows-1_tail-triangle-up:before {
  content: "\ea91";
}
.nc-icon-outline.arrows-1_tail-up:before {
  content: "\ea92";
}
.nc-icon-outline.arrows-1_trend-down:before {
  content: "\ea93";
}
.nc-icon-outline.arrows-1_trend-up:before {
  content: "\ea94";
}
.nc-icon-outline.arrows-1_triangle-down-20:before {
  content: "\ea95";
}
.nc-icon-outline.arrows-1_triangle-down-65:before {
  content: "\ea96";
}
.nc-icon-outline.arrows-1_triangle-left-18:before {
  content: "\ea97";
}
.nc-icon-outline.arrows-1_triangle-left-63:before {
  content: "\ea98";
}
.nc-icon-outline.arrows-1_triangle-right-17:before {
  content: "\ea99";
}
.nc-icon-outline.arrows-1_triangle-right-62:before {
  content: "\ea9a";
}
.nc-icon-outline.arrows-1_triangle-up-19:before {
  content: "\ea9b";
}
.nc-icon-outline.arrows-1_triangle-up-64:before {
  content: "\ea9c";
}
.nc-icon-outline.arrows-1_window-zoom-in:before {
  content: "\ea9d";
}
.nc-icon-outline.arrows-1_window-zoom-out:before {
  content: "\ea9e";
}
.nc-icon-outline.arrows-1_zoom-88:before {
  content: "\ea9f";
}
.nc-icon-outline.arrows-1_zoom-99:before {
  content: "\eaa0";
}
.nc-icon-outline.arrows-1_zoom-100:before {
  content: "\eaa1";
}
.nc-icon-outline.arrows-2_block-down:before {
  content: "\eaa2";
}
.nc-icon-outline.arrows-2_block-left:before {
  content: "\eaa3";
}
.nc-icon-outline.arrows-2_block-right:before {
  content: "\eaa4";
}
.nc-icon-outline.arrows-2_block-up:before {
  content: "\eaa5";
}
.nc-icon-outline.arrows-2_circle-in:before {
  content: "\eaa6";
}
.nc-icon-outline.arrows-2_circle-out:before {
  content: "\eaa7";
}
.nc-icon-outline.arrows-2_circuit-round:before {
  content: "\eaa8";
}
.nc-icon-outline.arrows-2_circuit:before {
  content: "\eaa9";
}
.nc-icon-outline.arrows-2_computer-upload:before {
  content: "\eaaa";
}
.nc-icon-outline.arrows-2_conversion:before {
  content: "\eaab";
}
.nc-icon-outline.arrows-2_corner-down-round:before {
  content: "\eaac";
}
.nc-icon-outline.arrows-2_corner-down:before {
  content: "\eaad";
}
.nc-icon-outline.arrows-2_corner-left-down:before {
  content: "\eaae";
}
.nc-icon-outline.arrows-2_corner-left-round:before {
  content: "\eaaf";
}
.nc-icon-outline.arrows-2_corner-left:before {
  content: "\eab0";
}
.nc-icon-outline.arrows-2_corner-right-down:before {
  content: "\eab1";
}
.nc-icon-outline.arrows-2_corner-right-round:before {
  content: "\eab2";
}
.nc-icon-outline.arrows-2_corner-right:before {
  content: "\eab3";
}
.nc-icon-outline.arrows-2_corner-up-left:before {
  content: "\eab4";
}
.nc-icon-outline.arrows-2_corner-up-right:before {
  content: "\eab5";
}
.nc-icon-outline.arrows-2_corner-up-round:before {
  content: "\eab6";
}
.nc-icon-outline.arrows-2_corner-up:before {
  content: "\eab7";
}
.nc-icon-outline.arrows-2_cross-down:before {
  content: "\eab8";
}
.nc-icon-outline.arrows-2_cross-horizontal:before {
  content: "\eab9";
}
.nc-icon-outline.arrows-2_cross-left:before {
  content: "\eaba";
}
.nc-icon-outline.arrows-2_cross-right:before {
  content: "\eabb";
}
.nc-icon-outline.arrows-2_cross-up:before {
  content: "\eabc";
}
.nc-icon-outline.arrows-2_cross-vertical:before {
  content: "\eabd";
}
.nc-icon-outline.arrows-2_curve-circuit:before {
  content: "\eabe";
}
.nc-icon-outline.arrows-2_curve-directions:before {
  content: "\eabf";
}
.nc-icon-outline.arrows-2_curve-split:before {
  content: "\eac0";
}
.nc-icon-outline.arrows-2_delete-49:before {
  content: "\eac1";
}
.nc-icon-outline.arrows-2_delete-50:before {
  content: "\eac2";
}
.nc-icon-outline.arrows-2_direction:before {
  content: "\eac3";
}
.nc-icon-outline.arrows-2_dots-download:before {
  content: "\eac4";
}
.nc-icon-outline.arrows-2_dots-upload:before {
  content: "\eac5";
}
.nc-icon-outline.arrows-2_eject:before {
  content: "\eac6";
}
.nc-icon-outline.arrows-2_enlarge-circle:before {
  content: "\eac7";
}
.nc-icon-outline.arrows-2_file-download-87:before {
  content: "\eac8";
}
.nc-icon-outline.arrows-2_file-download-89:before {
  content: "\eac9";
}
.nc-icon-outline.arrows-2_file-download-94:before {
  content: "\eaca";
}
.nc-icon-outline.arrows-2_file-upload-86:before {
  content: "\eacb";
}
.nc-icon-outline.arrows-2_file-upload-88:before {
  content: "\eacc";
}
.nc-icon-outline.arrows-2_file-upload-93:before {
  content: "\eacd";
}
.nc-icon-outline.arrows-2_fork-round:before {
  content: "\eace";
}
.nc-icon-outline.arrows-2_fork:before {
  content: "\eacf";
}
.nc-icon-outline.arrows-2_hit-down:before {
  content: "\ead0";
}
.nc-icon-outline.arrows-2_hit-left:before {
  content: "\ead1";
}
.nc-icon-outline.arrows-2_hit-right:before {
  content: "\ead2";
}
.nc-icon-outline.arrows-2_hit-up:before {
  content: "\ead3";
}
.nc-icon-outline.arrows-2_lines:before {
  content: "\ead4";
}
.nc-icon-outline.arrows-2_log-out:before {
  content: "\ead5";
}
.nc-icon-outline.arrows-2_loop:before {
  content: "\ead6";
}
.nc-icon-outline.arrows-2_merge-round:before {
  content: "\ead7";
}
.nc-icon-outline.arrows-2_merge:before {
  content: "\ead8";
}
.nc-icon-outline.arrows-2_move-05:before {
  content: "\ead9";
}
.nc-icon-outline.arrows-2_move-06:before {
  content: "\eada";
}
.nc-icon-outline.arrows-2_move-92:before {
  content: "\eadb";
}
.nc-icon-outline.arrows-2_move-down-right:before {
  content: "\eadc";
}
.nc-icon-outline.arrows-2_move-down:before {
  content: "\eadd";
}
.nc-icon-outline.arrows-2_move-left:before {
  content: "\eade";
}
.nc-icon-outline.arrows-2_move-right:before {
  content: "\eadf";
}
.nc-icon-outline.arrows-2_move-up-left:before {
  content: "\eae0";
}
.nc-icon-outline.arrows-2_move-up:before {
  content: "\eae1";
}
.nc-icon-outline.arrows-2_push-next:before {
  content: "\eae2";
}
.nc-icon-outline.arrows-2_push-previous:before {
  content: "\eae3";
}
.nc-icon-outline.arrows-2_reload:before {
  content: "\eae4";
}
.nc-icon-outline.arrows-2_replay:before {
  content: "\eae5";
}
.nc-icon-outline.arrows-2_rotate-left:before {
  content: "\eae6";
}
.nc-icon-outline.arrows-2_rotate-right:before {
  content: "\eae7";
}
.nc-icon-outline.arrows-2_round-left-down:before {
  content: "\eae8";
}
.nc-icon-outline.arrows-2_round-right-down:before {
  content: "\eae9";
}
.nc-icon-outline.arrows-2_round-up-left:before {
  content: "\eaea";
}
.nc-icon-outline.arrows-2_round-up-right:before {
  content: "\eaeb";
}
.nc-icon-outline.arrows-2_select-83:before {
  content: "\eaec";
}
.nc-icon-outline.arrows-2_select-84:before {
  content: "\eaed";
}
.nc-icon-outline.arrows-2_separate-round:before {
  content: "\eaee";
}
.nc-icon-outline.arrows-2_separate:before {
  content: "\eaef";
}
.nc-icon-outline.arrows-2_share-left:before {
  content: "\eaf0";
}
.nc-icon-outline.arrows-2_share-right:before {
  content: "\eaf1";
}
.nc-icon-outline.arrows-2_skew-down:before {
  content: "\eaf2";
}
.nc-icon-outline.arrows-2_skew-left:before {
  content: "\eaf3";
}
.nc-icon-outline.arrows-2_skew-right:before {
  content: "\eaf4";
}
.nc-icon-outline.arrows-2_skew-up:before {
  content: "\eaf5";
}
.nc-icon-outline.arrows-2_small-left:before {
  content: "\eaf6";
}
.nc-icon-outline.arrows-2_small-right:before {
  content: "\eaf7";
}
.nc-icon-outline.arrows-2_split-horizontal:before {
  content: "\eaf8";
}
.nc-icon-outline.arrows-2_split-round:before {
  content: "\eaf9";
}
.nc-icon-outline.arrows-2_split-vertical:before {
  content: "\eafa";
}
.nc-icon-outline.arrows-2_split:before {
  content: "\eafb";
}
.nc-icon-outline.arrows-2_square-download:before {
  content: "\eafc";
}
.nc-icon-outline.arrows-2_square-upload:before {
  content: "\eafd";
}
.nc-icon-outline.arrows-2_time:before {
  content: "\eafe";
}
.nc-icon-outline.arrows-2_triangle-down:before {
  content: "\eaff";
}
.nc-icon-outline.arrows-2_triangle-left:before {
  content: "\eb00";
}
.nc-icon-outline.arrows-2_triangle-right:before {
  content: "\eb01";
}
.nc-icon-outline.arrows-2_triangle-up:before {
  content: "\eb02";
}
.nc-icon-outline.arrows-2_unite-round:before {
  content: "\eb03";
}
.nc-icon-outline.arrows-2_unite:before {
  content: "\eb04";
}
.nc-icon-outline.arrows-2_zoom:before {
  content: "\eb05";
}
.nc-icon-outline.arrows-3_circle-down:before {
  content: "\eb06";
}
.nc-icon-outline.arrows-3_circle-left:before {
  content: "\eb07";
}
.nc-icon-outline.arrows-3_circle-right:before {
  content: "\eb08";
}
.nc-icon-outline.arrows-3_circle-simple-down:before {
  content: "\eb09";
}
.nc-icon-outline.arrows-3_circle-simple-left:before {
  content: "\eb0a";
}
.nc-icon-outline.arrows-3_circle-simple-right:before {
  content: "\eb0b";
}
.nc-icon-outline.arrows-3_circle-simple-up:before {
  content: "\eb0c";
}
.nc-icon-outline.arrows-3_circle-up:before {
  content: "\eb0d";
}
.nc-icon-outline.arrows-3_cloud-refresh:before {
  content: "\eb0e";
}
.nc-icon-outline.arrows-3_separate:before {
  content: "\eb0f";
}
.nc-icon-outline.arrows-3_small-down:before {
  content: "\eb10";
}
.nc-icon-outline.arrows-3_small-up:before {
  content: "\eb11";
}
.nc-icon-outline.arrows-3_square-corner-down-left-17:before {
  content: "\eb12";
}
.nc-icon-outline.arrows-3_square-corner-down-left-18:before {
  content: "\eb13";
}
.nc-icon-outline.arrows-3_square-corner-up-left:before {
  content: "\eb14";
}
.nc-icon-outline.arrows-3_square-corner-up-right:before {
  content: "\eb15";
}
.nc-icon-outline.arrows-3_square-down-06:before {
  content: "\eb16";
}
.nc-icon-outline.arrows-3_square-down-22:before {
  content: "\eb17";
}
.nc-icon-outline.arrows-3_square-enlarge:before {
  content: "\eb18";
}
.nc-icon-outline.arrows-3_square-left-04:before {
  content: "\eb19";
}
.nc-icon-outline.arrows-3_square-left-20:before {
  content: "\eb1a";
}
.nc-icon-outline.arrows-3_square-right-03:before {
  content: "\eb1b";
}
.nc-icon-outline.arrows-3_square-right-19:before {
  content: "\eb1c";
}
.nc-icon-outline.arrows-3_square-simple-down:before {
  content: "\eb1d";
}
.nc-icon-outline.arrows-3_square-simple-left:before {
  content: "\eb1e";
}
.nc-icon-outline.arrows-3_square-simple-right:before {
  content: "\eb1f";
}
.nc-icon-outline.arrows-3_square-simple-up:before {
  content: "\eb20";
}
.nc-icon-outline.arrows-3_square-up-05:before {
  content: "\eb21";
}
.nc-icon-outline.arrows-3_square-up-21:before {
  content: "\eb22";
}
.nc-icon-outline.arrows-3_square-zoom:before {
  content: "\eb23";
}
.nc-icon-outline.arrows-3_super-bold-down:before {
  content: "\eb24";
}
.nc-icon-outline.arrows-3_super-bold-left:before {
  content: "\eb25";
}
.nc-icon-outline.arrows-3_super-bold-right:before {
  content: "\eb26";
}
.nc-icon-outline.arrows-3_super-bold-up:before {
  content: "\eb27";
}




body.homeHeight
.menuWrap {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}



.removeTopMargin {
    margin-top: 68px;
}

.menuWrap {
    width: 100%;
    float: left;
    top: 68px;
    margin-top: 0;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 235ms cubic-bezier(0.250,0.460,0.450,0.940);
}


#main_header {
    height: 68px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: margin-left .25s cubic-bezier(.06, .3, .26, 1.06);
    -moz-transition: margin-left .25s cubic-bezier(.06, .3, .26, 1.06);
    transition: margin-left .25s cubic-bezier(.06,.3,.26,1.06);
    box-shadow: 0 1px 2px #cfcfcf;
}

.introWhite {
    color: white;
    text-align: center;
}




.menuArticle {
    float: left;
    width: 100%;
    height: 111px;
    padding: 22px 8% 15px 8%;
    background-color: #017DE0;
    /*background-image: url('/wp-content/themes/affectiva/img/menuArticleBg.jpg');*/
    /*background-repeat: repeat-x;*/
    /*background-position: top center;*/
}

.menuArticle
h5 {
    font-family: "Roboto",sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: 0.03em;
}

p.shortDesc {
    font-family: 'Antenna ExtraLight',sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    letter-spacing: 0.03em;
    color: #fff;
}

p.readMore
a {
    font-family: 'Antenna Regular',sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

ul.menu {
    list-style: none outside;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f3f2f2;
}

ul.menu
li {
    background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor: pointer;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

ul.menu li:last-child {
    background-image: none;
}

ul.menu li:hover {
    cursor: pointer;
    background-color: #f8f8f8;
}

.mainMenu {
    background: #FFF;
    height: 68px;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.cbp-spmenu {
    background: #f3f3f3;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.cbp-spmenu
h3 {
    color: #333;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu
a {
    display: block;
    color: #333;
    font-size: 1.1em;
    font-weight: 300;
}

.rightMenuButton {
    float: right;
    border: none;
    padding: 0.6em 0;
    margin: 0
15px 0 15px;
    color: #545454;
    background: #FFF;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline;
    border-radius: 2px;
    text-decoration: none;
}

.rightMenuButton:hover {
color: #017DE0;
}

.rightMenuButtonLogin {
    float: right;
    border: none;
    padding: 0.6em 0;
    margin: 0
30px 0 15px;
    color: #545454;
    background: #FFF;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
}

.rightMenuButtonLogin:hover {
    color: #017DE0;
}

.spacerBar {
    float: right;
    display: inline;
    padding: 0.68em 0;
    color: #d6d6d6;
}

/*.left {
    width: 33.33%;
    float: left;
    margin: 24px
0 0 0;
}

.middle {
    float: left;
    height: 56px;
    margin: 5px
0 0;
    text-align: center;
    width: 33.33%;
}*/

/*.right {
    width: 33.33%;
    float: left;
    margin: 13px
0 0 0;
    text-align: right;
}*/

.spaceForNav {
    width: 100%;
    background-color: #FFF;
    height: 68px;
    float: left;
}

ul.menu
li.selectedNavItem {
    background-color: #ddd;
    background-image: url("http://d2ndwzy1vf3r2d.cloudfront.net/KGV/Images/menuArrow.png");
    background-position: 30px 29px;
    background-repeat: no-repeat;
    opacity: 0.85;
    padding: 0
0 0 14%;
    width:100%;
      color: #009aa9;
}

ul.menu li.selectedNavItem a{
    color:#444;
    font-weight:bold;
}
.menuArticle .socialIconHolder a, .address .socialIconHolder a{
display: inline-block;
padding-top: 8px;
padding-left: 10px;
border: none;
border-radius: 50%;
height: 35px;
width: 35px;
margin-right: 5px;
background: rgba(255, 255, 255, 0.72);
}
    .menuArticle .socialIconHolder a:hover, .address .socialIconHolder a:hover {
        background:#fff;
    }

    .menuArticle .socialIconHolder a i ,.address .socialIconHolder a i{
        font-size:20px;
        color:#017DE0;
    }
    .address .socialIconHolder a i {
       color: #2A2A2A;
    }

ul.menu li ul.sub-menu
li.selectedSubnavItem {
    background-repeat: no-repeat;
    opacity: 1;
    padding: 0;
    width: 100%;
    color: #009aa9;
}

ul.menu li ul.sub-menu li.selectedSubnavItem
a {
    color: #0aa5b5 !important;
}

#menu-item-223,#menu-item-379 {
    /*background-image: url('/wp-content/themes/affectiva/img/menuArrow.png');*/
    background-position: -18px 24px;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .5s;
    -moz-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    -ms-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    -o-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .5s;
}

#menu-item-223 a,
#menu-item-379
a {
    color: #2a2a2a;
    margin-left: 0;
}

#menu-item-223 a:first-child,
#menu-item-379 a:first-child {
    background: url(/wp-content/themes/affectiva/img/menuLineBg.jpg) no-repeat scroll bottom center transparent;
    color: #333;
    margin-left: 0;
    padding-top: 23px;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#menu-item-223 .sub-menu,
#menu-item-379 .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -moz-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -ms-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -o-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
}

#menu-item-223 .sub-menu li a:first-child,
#menu-item-379 .sub-menu li a:first-child {
    background: none;
    padding-top: 0;
    margin-left: 0;
}

#menu-item-223.subNavOpen,#menu-item-379.subNavOpen {
    background-color: #2a2a2a;
    background-position: 38px 24px;
    max-height: 300px;
}

#menu-item-223.subNavOpen a,
#menu-item-223.subNavOpen .sub-menu li a,
#menu-item-379.subNavOpen a,
#menu-item-379.subNavOpen .sub-menu li
a {
    background: none;
    color: #fff;
    margin-left: 34px;
}

#menu-item-223.subNavOpen a:first-child,
#menu-item-379.subNavOpen a:first-child {
    background: none;
    margin-left: 34px;
}

#menu-item-223.subNavOpen .sub-menu {
    height: 100px;
}

#menu-item-379.subNavOpen .sub-menu {
    height: 165px;
}

#menu-item-223.subNavClosing .sub-menu,
#menu-item-379.subNavClosing .sub-menu {
    height: 0;
    -webkit-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: height .4s cubic-bezier(0.230,1.000,0.320,1.000);
}

#menu-item-223.subNavClosing,#menu-item-379.subNavClosing {
    background-color: transparent;
    background-position: -18px 24px;
    -webkit-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -moz-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -ms-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -o-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
}

#menu-item-223.subNavClosing a:first-child,
#menu-item-379.subNavClosing a:first-child {
    background-image: none;
    margin-left: 0;
    color: #333;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -moz-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -ms-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -o-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
}

#menu-item-223 a:first-child,
#menu-item-379 a:first-child {
    padding-top: 23px;
    margin-left: 0;
    background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: margin-left .25s cubic-bezier(0.230,1.000,0.320,1.000);
}

ul.sub-menu {
    float: left;
    width: 88%;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .25s cubic-bezier(0.190, 1.000, 0.220, 1.000) .1s
margin .25s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: height .25s cubic-bezier(0.190, 1.000, 0.220, 1.000) .1s,
margin .25s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

ul.menu li ul.sub-menu
li {
    color: #7e7e7e;
    list-style: none outside;
    background: none;
    height: 32px;
}

ul.menu li ul.sub-menu
a {
    display: block;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Antenna Regular',sans-serif;
    letter-spacing: 0.1em;
    height: 25px;
    margin: 0;
    padding: 0;
}

ul.menu li ul.sub-menu li:hover {
    cursor: pointer;
}

.cbp-spmenu-vertical {
    width: 309px;
    height: 100%;
    top: 0;
    z-index: 99999;
}

/*ul.menu
a {
    border: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Antenna Medium',sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-weight: 100;
    width: 90%;
    height: 68px;
    padding: 27px
0 0 10%;
    text-align: left;
    opacity: 0.8;
    outline: none;
}*/

.cbp-spmenu-vertical a:hover {
    opacity: 1;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal
h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal
a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

.cbp-spmenu-left {
    left: 0;
    margin-left: -400px;
    -webkit-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 225ms cubic-bezier(0.215,0.610,0.355,1.000);
}

.cbp-spmenu-right {
    width: 380px;
    padding: 0;
    top: 68px;
    right: 0;
    margin-right: -380px;
    background-color: #FB5F00;
    -webkit-transition: margin-right .25s cubic-bezier(.06, .3, .26, 1.06);
    -moz-transition: margin-right .25s cubic-bezier(.06, .3, .26, 1.06);
    transition: margin-right .25s cubic-bezier(.06,.3,.26,1.06);
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
    margin-left: 0;
    background:#017DE0;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
    margin-right: 0;
}

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

.rightMenuArrow1 {
    float: left;
    left: 308px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -30px;
}

.rightMenuArrow2 {
    float: left;
    left: 230px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;
}

.sendMessage {
    font-family: 'Antenna Extralight',sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #fff;
    width: 100%;
    float: left;
    padding: 0;
    margin: 8px
0 0 0;
    height: 23px;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 235ms cubic-bezier(0.250,0.460,0.450,0.940);
}

.cbp-spmenu-push-toright {
    margin-left: 309px;
}

.cbp-spmenu-push-toleft {
    margin-left: -309px;
}

.cbp-spmenu,.cbp-spmenu-push {
}

#main_header.cbp-spmenu-push-to-right {
    margin-left: 309px;
}

.rightPad {
    padding: 25px;
    background-color: #f3f2f2;
    /*background-image: url('/wp-content/themes/affectiva/img/rightMenuBg.jpg');*/
    background-position: top center;
    background-repeat: repeat-x;
    min-height: 489px;
    position:relative;
    overflow:hidden;
}

.rightPad:after {
    clear: both;
    content: "";
    display: table;
}

.rightLoginContainer {
    height: 92.6%;
}

.address {
    width: 84%;
    margin: 0;
    padding: 15px
8%;
    background: transparent;
    float: left;
    color: #fff;
    height: 350px;
}

.addressTitle {
    background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 24px;
    font-weight: 100;
    height: 38px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    width: 100%;
}

.addressCopy {
    float: left;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 15px
0 0 0;
    width: 100%;
}

.addressCopy
a {
    color: #cacaca;
    text-decoration: none;
    display: inline;
    font-size: 14px;
}

.addressCopy
span {
    font-family: 'Antenna Bold',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.privacy {
    margin-top: 20px;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 0;
    position: absolute;
}

.privacy
a {
    color: #fff;
    text-decoration: none;
    font-size: 9px;
    display: inline;
    font-weight: 100;
}

.privacy
img {
    display: inline;
    margin: 0
4px 0 0;
}


.nav_button {
    float: left;
    height: 13px;
    line-height: 10px;
    position: relative;
    vertical-align: text-top;
    z-index: 10;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    color: #333;
}

.nav_button,
.nav_button
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_button
.burger {
    cursor: pointer;
    float: left;
    font-size: 1px;
    height: 13px;
    line-height: 13px;
    margin-left: 30px;
    overflow: visible;
    position: relative;
    width: 24px;
    transform: translateY(2px);
}

.nav_button .burger
.h_line {
    background-color: #252425;
    height: 2px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    width: 24px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: -ms-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.nav_button .burger .h_line:after {
    background: #a4a4a4;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.nav_button .burger .h_line:nth-child(1) {
    top: 0px;
    z-index: 2;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

.nav_button .burger .h_line:nth-child(2) {
    top: 5px;
    z-index: 1;
    -webkit-transition: opacity 0.4s linear 0.5s;
    -moz-transition: opacity 0.4s linear 0.5s;
    -o-transition: opacity 0.4s linear 0.5s;
    transition: opacity 0.4s linear 0.5s;
}

.nav_button .burger .h_line:nth-child(3) {
    top: 10px;
    z-index: 3;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

.nav_button .burger .h_line:nth-child(1):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
}

.nav_button .burger .h_line:nth-child(2):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
}

.nav_button .burger .h_line:nth-child(3):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.nav_button .burger:hover .h_line:after {
    width: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.nav_open .nav_button .burger .h_line:nth-child(1) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

.nav_open .nav_button .burger .h_line:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 0;
    -moz-transition: opacity 0.4s linear 0;
    -o-transition: opacity 0.4s linear 0;
    transition: opacity 0.4s linear 0;
}

.nav_open .nav_button .burger .h_line:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.nav_button
.button_text_container {
    height: 15px;
    overflow: hidden;
    position: relative;
    width: 70px;
    float: left;
}

.nav_button
.button_label {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 2;
}

.nav_button
.menu_button {
    margin-left: 11px;
}

.nav_button
.close_button {
    margin-left: 3px;
}

.nav_button .button_text_container
.button_label.close_button {
    display: none;
}

.nav_button .button_label
h4 {
    display: block;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    font-family: 'Antenna Regular';
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav_button .button_label h4
span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.nav_button .button_label span:first-child {
    color: #545454;
    position: relative;
    z-index: 2;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.mobileLogo {
height: 100%;
width: auto;
}
.nav_button .button_label:hover h4
span {
    color: #252425;
}

.nav_button
#showLeftPush {
    display: block;
    max-width: 140px;
    width: 140px;
}

.navArticle {
    opacity: 1;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}

.displayNone {
    opacity: 0;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}

.homeHeight.mobileHomeBody {
    height: 100% !important;
}

.hideOnMobile {
    display: block !important;
}

.mobileNavScrolling {
    overflow: auto;
}

/*CONTACT*/
.contactTitle {
 background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
background-repeat: no-repeat;
background-position: bottom center;
font-family: 'Roboto',sans-serif;
font-weight: 100;
font-size: 24px;
letter-spacing: 0.08em;
color: #525252;
width: 100%;
float: left;
padding: 0;
margin: 0;
height: 38px;
text-transform:uppercase;
}

.sendMessage {
font-family: 'Roboto',sans-serif;
font-weight: 100;
font-size: 18px;
letter-spacing: 0.03em;
color: #525252;
width: 100%;
float: left;
padding: 0;
margin: 8px 0 0 0;
height: 23px;
}

.contactFormContainer input {
height: 37px;
width: 100%;
background: none;
border-style: solid;
border-color: #d3d3d3;
border-width: 2px;
color: #333;
font-family: 'Roboto',sans-serif;
font-size: 14px;
letter-spacing: 0.08em;
text-indent: 14px;
}

.contactFormContainer form label {
display: block;
float: left;
margin: 15px 6% 0 0;
width: 47%;
}

.contactFormContainer label:after {
clear: both;
content: "";
display: table;
}

.contactFormContainer label:nth-child(2n) {
margin-right: 0;
}

.contactFormContainer label[for="txt_telephone"],.contactFormContainer label[for="txt_telephone1"] {
margin-bottom: 15px;
width:100%;
}

.contactFormContainer select#ddl_howFound,.contactFormContainer select#ddl_howFound1 {
background: none;
border: none;
color: #333;
font-family: "Roboto",sans-serif;
font-size: 14px;
height: 37px;
outline: none;
text-indent: 14px;
width: 100%;
}
.contactFormContainer select#ddl_howFound option, .contactFormContainer select#ddl_howFound1 option {
background: #fff;
padding: 0;
}
.contactFormContainer label[for="ddl_howFound"],.contactFormContainer label[for="ddl_howFound1"] {
/*background: url(/wp-content/themes/affectiva/img/selectArrow.png) no-repeat scroll center right transparent;*/
border-color: rgb(255, 255, 255);
border-color: #d3d3d3;
border-width: 2px;
border-style: solid;
clear: both;
float: none;
overflow: hidden;
width: 100.5%;
}
.contactFormContainer label[for="txt_questions"],.contactFormContainer label[for="txt_questions1"], .contactFormContainer textarea {
 width: 100%;
}
.contactFormContainer textarea {
background: none;
border: 2px solid #d3d3d3;
color: #333;
font-family: "Roboto",sans-serif;
font-size: 14px;
height: 87px;
letter-spacing: 0.1em;
max-height: 87px;
min-height: 87px;
padding: 14px 8% 14px 4%;
}
.contactFormContainer label[for="txt_questions"], .contactFormContainer textarea {
width: 100%;
}

.contactFormContainer #btn_contactFormSubmit, #formFailure #btn_tryAgain, #btn_contactFormSubmit1 {
    background: #2aa12b;
     border: 2px solid #2aa12b; 
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    height: 41px;
    letter-spacing: 0.1em;
    line-height: 14px;
    margin-top: 15px;
    width: 101.5%;
    cursor: pointer;
}

.contactFormContainer #btn_contactFormSubmit:hover, #btn_contactFormSubmit1:hover{
     background: transparent;
     border: 2px solid #2aa12b; 
      color: #2aa12b;
} 

.forScrolling {
width: 100%;
height: 100%;
overflow: auto;
float: left;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-ms-overflow-scrolling: touch;
-o-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.contactFormContainer .spinner {
clear: both;
display: none;
height: 41px;
margin: 0 auto;
position: relative;
top: 15px;
width: 32px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.contactFormContainer .spinner img {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#formSuccess, #formFailure {
display: none;
height: 489px;
}

#formSuccess .sendMessage, #formFailure .sendMessage {
font-size: 14px;
line-height: 26px;
text-rendering: optimizeLegibility;
}

.submit-loading {
   position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.52);
    background-image: url(/Images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 51px;
    background-position: center;
    display:none;
}

/*END CONTACT*/


.main-menu {
    float: left;
    position: relative;
    padding-top: 10px;
    margin-left: 15px;
}

    .main-menu a.toggle-nav-bar {
        color: #ccb169;
        margin-top: 3px;
        display: inline-block;
    }

        .main-menu a.toggle-nav-bar span {
            display: inline-block;
            float: left;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 600;
            margin-right: 12px;
        }

#ja-menu-text {
    /* display: none; */
    position: absolute;
    top: 35px;
    left: 1px;
    font-size: 9px;
    font-weight: 400;
}

#hp-side-menu {
    position: fixed;
    left: 0;
    /*top: 45px;*/
    width: 310px;
    height: 100%;
    box-shadow: 4px 0 6px 1px rgba(0,0,0,0.1);
    visibility: hidden;
    opacity: 0;
    border-right: 1px solid #ccc;
    background-color: #fff;
    /* overflow: auto; */
}

    #hp-side-menu.active {
        z-index: 99999999999999999;
        opacity: 1;
        visibility: visible;
        background-color: #2c2c33;
        top: 0;
    }

.cbp-spmenu-left.active {
    left: 0;
    margin-left: 0;
    background-color: #fff;
}

ul.menu a {
    border: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Antenna Medium',sans-serif;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .05em;
    font-weight: 100;
    width: 94%;
    height: 68px;
    padding: 27px 0 0 8%;
    text-align: left;
    opacity: .8;
    outline: none;
    display: block;
    color: #333;
}

    ul.menu a.menu-link.two-lines {
        padding-top: 14px;
        line-height: 22px;
    }

.cbp-spmenu-vertical a:hover {
    opacity: 1;
}

.hp-close-icon, .hp-close-menu {
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/Images/close-icon.png) no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    right: 0;
    margin: 5px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

    .hp-close-icon.searchactive, .hp-close-menu.active {
        opacity: 1;
        z-index: 2;
    }

.hp-close-menu {
    width: 35px;
    height: 33px;
}

#hp-side-menu .hp-menu-block {
    padding-left: 10px;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 9px;
    padding-top: 9px;
    position: relative;
}

    #hp-side-menu .hp-menu-block > ul > li {
        position: relative;
    }

    #hp-side-menu .hp-menu-block ul li:hover {
        border-radius: 5px;
        color: #000;
        background-color: #f0f8fc;
        text-decoration: none;
        margin-right: 10px;
    }

    #hp-side-menu .hp-menu-block ul li > a {
        color: #000;
        cursor: pointer;
        padding: 4px 21px 4px 12px;
        font: bold 14px/20px 'Roboto', Arial;
        text-transform: capitalize;
        display: inline-block;
        width: 100%;
        position: relative;
    }

.ja-body-container {
    -webkit-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    transition: all 225ms cubic-bezier(.215,.61,.355,1);
}

.menu-active {
    -moz-transform: translate(309px,0);
    -ms-transform: translate(309px,0);
    -o-transform: translate(309px,0);
    -webkit-transform: translate(309px,0);
    transform: translate(309px,0);
}

.menuArticle {
    float: left;
    width: 100%;
    height: 111px;
    padding: 22px 8% 15px 8%;
    background-color: #2c2c33 !important;
}

    .menuArticle .socialIconHolder a i, .address .socialIconHolder a i {
        font-size: 20px;
        color: #2c2c33 !important;
    }

/*.slider-div {
    margin-top: 68px;
}*/

.burger {
    cursor: pointer;
    float: left;
    font-size: 1px;
    height: 13px;
    line-height: 13px;
    margin-left: 2px;
    margin-top: 4px;
    overflow: visible;
    position: relative;
    width: 24px;
    transform: translateY(2px);
    z-index: 1;
}

    .burger .h_line {
        background-color: #ccb169;
        height: 2px;
        left: 0px;
        overflow: hidden;
        position: absolute;
        width: 24px;
        z-index: 1;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        -moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        -ms-transition: -ms-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        -o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        transition: transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    }

        .burger .h_line:nth-child(1) {
            top: 0px;
            z-index: 2;
            -webkit-transform-origin: 0px 1.5px;
            -moz-transform-origin: 0px 1.5px;
            -ms-transform-origin: 0px 1.5px;
            -o-transform-origin: 0px 1.5px;
            transform-origin: 0px 1.5px;
        }

        .burger .h_line:nth-child(2) {
            top: 5px;
            z-index: 1;
            -webkit-transition: opacity 0.4s linear 0.5s;
            -moz-transition: opacity 0.4s linear 0.5s;
            -o-transition: opacity 0.4s linear 0.5s;
            transition: opacity 0.4s linear 0.5s;
        }

        .burger .h_line:nth-child(3) {
            top: 10px;
            z-index: 3;
            -webkit-transform-origin: 0px 1.5px;
            -moz-transform-origin: 0px 1.5px;
            -ms-transform-origin: 0px 1.5px;
            -o-transform-origin: 0px 1.5px;
            transform-origin: 0px 1.5px;
        }

/*Active*/

.menu-active .burger .h_line:nth-child(1) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

.menu-active .burger .h_line:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 0;
    -moz-transition: opacity 0.4s linear 0;
    -o-transition: opacity 0.4s linear 0;
    transition: opacity 0.4s linear 0;
}

.menu-active .burger .h_line:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}


/*font franklin-gothic-urw */
@font-face {
    font-family: 'Quadon';
    src: url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.eot?v=3.2.1');
    src: url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.woff?v=3.2.1') format('woff'), url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.ttf?v=3.2.1') format('truetype'), url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Gentona';
    /*src: url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.eot?v=3.2.1');*/
    src: url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.woff?v=3.2.1') format('woff'), url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.ttf?v=3.2.1') format('truetype'), url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poiret-Regular;
    /*src: url(/Content/fon/Poiert/POIRETONE-REGULAR.eot);*/
    src: url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.eot?#iefix) format('embedded-opentype'),url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.woff) format('woff'),url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.ttf) format('truetype'),url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.svg#wf) format('svg');
    font-style: normal;
}

@font-face {
    font-family: Monyserrat-Light;
    src: url(/Content/fon/MONTSERRAT-LIGHT.eot);
    src: url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.eot?#iefix) format('embedded-opentype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.woff) format('woff'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.ttf) format('truetype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.svg#wf) format('svg');
    font-style: normal;
}

@font-face {
    font-family: MONTSERRAT;
    src: url(/Content/fon/MONTSERRAT-LIGHT.eot);
    src: url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.eot?#iefix) format('embedded-opentype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.woff) format('woff'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.ttf) format('truetype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.svg#wf) format('svg');
    font-style: normal;
}



@font-face {
    font-family: "Poppins-Bold";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Poppins-SemiBold";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Light";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeluguFont';
    src: url('http://images.apherald.com/Imagestore/styles/fonts22/Mallanna.ttf');
}

@font-face {
    font-family: 'Aleo-Regular';
    /*src: url('/content/file.eot');local('☺'), url('/content/file.woff') format('woff')*/
    src:url('http://images.apherald.com/Imagestore/fonts/Aleo/ALEO-REGULAR.ttf') format('truetype');
}
@font-face {
    font-family: 'Aleo-Light';
    /*src: url('/content/file.eot');local('☺'), url('/content/file.woff') format('woff')*/
    src:url('http://images.apherald.com/Imagestore/fonts/Aleo/ALEO-LIGHT.ttf') format('truetype');
}

@font-face {
    font-family: 'Segoe UI Light';
    /*src: url('/content/file.eot');local('☺'), url('/content/file.woff') format('woff')*/
    src:url('http://images.apherald.com/Imagestore/fonts/segoeui-light.ttf') format('truetype');
}

@font-face {
    font-family: "SVU-MHT";
    src: url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Verlag A";
    src: url("http://images.apherald.com/Imagestore/fonts/Verlag/Verlag.ttf?v=2") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Verlag A";
    src: url("http://images.apherald.com/Imagestore/fonts/Verlag/Verlag-400.ttf?v=2") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Verlag A";
    src: url("http://images.apherald.com/Imagestore/fonts/Verlag/Verlag-800.ttf?v=2") format("truetype");
    font-weight: 800;
    font-style: normal
}




* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}

html, body{
    margin: 0;
    padding: 0;
    font-family: Poppins-Regular, Arial;
    font-size: 100%;
}
a{
    text-decoration: none;
}

img{
    max-width: 100%;
}


section
{
    width:100%;
    height:auto;
    display:inline-block;
    float:left;
    background:#fff;
}

.pd10p
{
    padding:10%;
}
.pd510p{
    padding:5% 10%;
}
ul{
    list-style: none;
}
/* KGV Group - Start*/

.group-of-ventures {
    position: relative;
}
.group-header
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 801px;
    margin-bottom: 9px;

}
.group-header img,.group-of-ventures .all-groups .grid a img
{
    width:100%;
}
.group-of-ventures .all-groups .grid a img {
     transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    height: 95%;
    width: auto;
    object-fit: contain;
}

.group-of-ventures .all-groups .grid a span.group-type {
    width: 200px;
    background: #ddb758;
    position: absolute;
    left: 0px;
    padding: 10px;
    top: 0px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}

    .group-of-ventures .all-groups .grid a span.group-type:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 42px;
        right: -45px;
        top: 0px;
        /* background: #ddb758; */
        width: 0;
        height: 0;
        border-top: 43px solid #ddb758;
        border-right: 45px solid transparent;
    }

 .group-of-ventures .all-groups .grid a:hover img{
       -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
 }
.pd5p{
    padding:5%;
}

.vision-block .bx-pager a {
    border: 1px solid #333;
    /* border-left: none; */
    border-right: 0;
    display: block;
    background: #505050;
    background: -webkit-gradient(linear,left top,left bottom,from(#505050),to(#424242));
    background: -moz-linear-gradient(top,#505050,#424242);
    background: linear-gradient(to bottom,#505050,#424242);
    background-image: -ms-linear-gradient(top,#505050,#424242);
    text-align: center;
    height: 61px;
    text-shadow: -1px -1px 1px #333;
    color: #fff;
    cursor: pointer;
    border-left: 1px solid #666;
    border-right: 1px solid #333;
}
.group-of-ventures .all-groups
{
    width:100%;
    margin:0px auto;
    display:inline-block;
    text-align:center;
}

    .group-of-ventures .all-groups .grid {
        width: 377px !important;
        padding: 2%;
        height: 400px;
        background: #fff;
        /* margin: .1%; */
        display: inline-block;
        /* margin-right: .05%; */
        vertical-align: top;
        position: relative;
        margin: 0px !important;
        border-right: 1px dotted #e8e8e8;
        /* overflow: hidden; */
        position: relative;
    }


        .group-of-ventures .all-groups .grid a {
            width: 100%;
            display: flex;
            /* padding: 100%; */
            min-height: 180px;
            height: 100%;
            text-align: center;
            align-items: center;
        }

.group-of-ventures .all-groups .grid a .cnt{
       position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    background: hsla(44,24%,52%,.74);
    padding: 10%;
    font-family: SVU-MHT;
    font-size: 2vh;
    line-height: 110%;
    color: #fff;
    top: 0;
    left: 0;
    vertical-align: middle;
    font-weight: 600;
        
}
.group-of-ventures .all-groups .grid a .cnt p{
    position:relative;
    top: 50%;
    transform: translateY(-50%);
}
.group-of-ventures .all-groups .grid a .cnt span{
      padding: 10px;
    font: 15px/1.2 "Poppins-Light";
    background: hsl(44, 24%, 52%);
    display: block;
    width: auto;
    margin: 39px auto;
    max-width: 126px;
}
/*.group-of-ventures .all-groups .grid a:hover .cnt
{
    display:block;


}*/

    /* KGV Group - End*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*#region menu styles*/

header {
    background: none;
    position: relative;
    z-index: 1000;
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
}

.sticky-menu .grid-row {
    position: relative;
    z-index: 1;
    width: 100%;
    /*max-width: 1170px;*/
    margin: 0px auto;
    padding: 12px 27px;
}

.menu-text {
    display: inline-block;
    color: #ddb758;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    top: 10px;
    position: relative;
}


.social-container {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    opacity: 1;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow: hidden;
    /* float: left; */
    padding-top: 3px;
    width: 132px;
    margin: 0px auto;
}

    .social-container a {
        color: #ddb758;
        display: block;
        height: 35px;
        width: 25px;
        /* border: 2px solid #fff; */
        font-size: 22px;
        float: left;
        border-radius: 50%;
        line-height: 30px;
        padding-left: 8px;
        margin-right: 5px;
    }

        .social-container a:hover {
            color: #000;
        }

.login-anchor {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    line-height: 36px;
    padding-left: 7px;
    margin-left: 7px;
    top: 0px;
    position: relative;
    text-transform: uppercase;
}

/* sticky menu */
/**/
.main-page .sticky-wrapper {
    position: absolute;
    width: 100%;
}

.sticky-menu.double-menu:not(.second-nav),
.sticky-menu.alt.mobile {
    background-color: transparent;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.sticky-menu {
    position: relative;
    z-index: 500;
    background-color: #ffffff;
    width: 100%;
    transition: height 0.3s, transform 0.3s;
    -ms-transition: height 0.3s, transform 0.3s;
    -moz-transition: height 0.3s, transform 0.3s;
    -webkit-transition: height 0.3s, transform 0.3s;
    position: relative;
    background-color: rgb(255, 255, 255);
    text-align: center;
}

    .sticky-menu .logo {
        height: 72px;
        display: flex;
        margin: 14px 0;
        float: right;
        width: auto;
        transition: all 0.6s;
        -ms-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

        .sticky-menu .logo img {
            height: 91px;
            width: auto;
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -3px;
            -moz-transition: 0.3s all linear;
            -o-transition: 0.3s all linear;
            -webkit-transition: 0.3s all linear;
            transition: 0.3s all linear;
        }

        .sticky-menu .logo h1 {
            line-height: 61px;
            display: inline-block;
            vertical-align: middle;
            font-family: "Georgia";
            font-size: 36px;
            clear: none;
            color: #5f5f5f;
            margin: 0;
            transition: all 0.6s;
            -ms-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -webkit-transition: all 0.6s;
        }

    .sticky-menu.scrolling {
        position: fixed;
        top: 0px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.952941);
        -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    }

        .sticky-menu.scrolling .logo {
            height: 58px;
            margin: 3px 0;
        }

            .sticky-menu.scrolling .logo h1 {
                font-size: 28px;
                line-height: 52px;
            }

.main-nav ul {
    margin: 0;
}

    .main-nav ul li {
        border-bottom: 0;
        padding: 0;
    }

        .main-nav ul li:before {
            display: none;
        }

.main-nav {
    font-size: 14px;
    font-weight: 500;
    float: left;
    position: relative;
}

    .main-nav > ul > li {
        float: left;
        line-height: 100px;
        position: relative;
    }


    .right-menu {
    float: right;
    margin-top: 23px;
}
    .right-menu >ul >li{
        display: inline;
    }

    
     .right-menu ul li:last-child a{
         padding: 0;
     }

    .right-menu >ul >li > a{
        color: #bca464;
        font-family: poppins-light;
    padding: 0px 5px;
    }

    .right-menu >ul >li > a:hover{
        color:#000;
    }

    .menu-search-icon{
       background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/search-icon.png) no-repeat;
    height: 31px;
    width: 31px;
    background-size: 100%;
    display: inline-block;
    color: transparent;
    font-size: 18px;
    position: relative;
    left: -5px;
    }

    .main-nav ul > .back, .main-nav ul > .header-menu {
        display: none;
        background-color: #4bbcd7;
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        border-top-left-radius: 10px;
        -ms-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
    }

.sticky-menu.double-menu:not(.second-nav) .main-nav:not(.mobile_nav) > ul > li {
    color: #ffffff;
}

.sticky-menu.double-menu:not(.second-nav) .logo h1,
.sticky-menu.alt.mobile .logo h1 {
    color: #ffffff;
}

.sticky-menu.scrolling .main-nav > ul > li {
    line-height: 64px;
}

.main-nav > ul > li > a {
    display: block;
    padding-left: 10px;
    /* color: #fff; */
    color: #ddb758;
    font-size: 15px;
    line-height: 5;
}

    .main-nav > ul > li > a:hover {
        color: #000;
    }

    .main-nav > ul > li > a:after {
        content: "|";
        padding-left: 5px;
        color: rgba(255, 255, 255, 0.49);
        font-size: 10px;
        top: -1px;
        position: relative;
    }

.main-nav > ul > li:last-child > a:after {
    display: none;
}

@media screen and (max-width: 479px) {
    .sticky-menu .logo h1 {
        line-height: 45px;
        font-size: 22px;
    }

    .sticky-menu .logo {
        height: 50px;
    }
}

@media all and (max-width: 1280px) {

    .main-nav > ul > li > a {
        padding-left: 5px;
    }

        .main-nav > ul > li > a:after {
            padding-left: 5px;
        }
}

/**/
/* main menu pc */
/**/
.main-nav > ul > li > ul {
    position: absolute;
    left: -999999px;
    opacity: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}

.sticky-menu .grid-row {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.megamenu {
    position: inherit !important;
}

.main-nav ul ul {
    z-index: 1;
    border-top: 2px solid #f27c66;
    background-color: #ffffff;
    -webkit-transition: opacity 0.3s ease 0.3s, -webkit-left 0.6s step-end;
    -webkit-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    -moz-transition: opacity 0.3s ease 0.3s, -moz-left 0.6s step-end;
    -moz-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    -ms-transition: opacity 0.3s ease 0.3s, -ms-left 0.6s step-end;
    -ms-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -webkit-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -moz-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -ms-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.main-nav .megamenu ul ul {
    background: inherit;
}

.megamenu > ul ul {
    border: 0;
}

.megamenu > ul {
    display: flex;
    position: absolute;
    width: 100%;
    left: -999999px;
    padding: 20px 0 20px 0;
    opacity: 0;
    -webkit-box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
    box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
}

.megamenu:hover > ul {
    left: 0;
    opacity: 1;
}

.megamenu > ul > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 25%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .megamenu > ul > li > ul {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .megamenu > ul > li img {
        margin: 15px auto 0 auto;
        width: calc(100% - 41.5px);
    }

    .megamenu > ul > li:last-child {
        border: 0;
    }

    .megamenu > ul > li li {
        color: #5f5f5f;
        line-height: 36px;
    }

        .megamenu > ul > li li:last-child {
            border-bottom: 0;
        }

.megamenu > ul a {
    padding-left: 40px !important;
    display: block;
}

    .megamenu > ul a:before {
        font-family: FontAwesome;
        content: "\f111";
        font-size: 5px;
        color: #f27c66;
        vertical-align: middle;
        padding-right: 5px;
    }

.header-megamenu {
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    color: #333333;
    line-height: 1;
    padding: 0 25px 20px 40px;
    font-weight: 500;
}

.main-nav > ul > li ul li:last-child {
    border: 0;
}

.main-nav ul li:hover ul {
    z-index: 2;
    -webkit-transition: opacity 0.3s ease, -webkit-left 0.0s step-start;
    -webkit-transition: opacity 0.3s ease, left 0.0s step-start;
    -moz-transition: opacity 0.3s ease, -moz-left 0.0s step-start;
    -moz-transition: opacity 0.3s ease, left 0.0s step-start;
    -ms-transition: opacity 0.3s ease, -ms-left 0.0s step-start;
    -ms-transition: opacity 0.3s ease, left 0.0s step-start;
    transition: opacity 0.3s ease, -webkit-left 0.0s step-start;
    transition: opacity 0.3s ease, -moz-left 0.0s step-start;
    transition: opacity 0.3s ease, -ms-left 0.0s step-start;
}

.main-nav > ul > li:hover > ul {
    left: 0;
    opacity: 1;
}

.main-nav > ul > li > ul a {
    display: block;
    padding: 2px 25px;
    white-space: nowrap;
}

    .main-nav > ul > li > ul a:before {
        font-family: FontAwesome;
        content: "\f111";
        font-size: 5px;
        color: #f27c66;
        vertical-align: middle;
        padding-right: 5px;
    }


.sticky-menu.double-menu:not(.second-nav) .main-nav:not(.mobile_nav) > ul > li {
    color: #ffffff;
}

nav a:hover, nav a.active, .mobile_nav .active, .login-holder a:hover {
    color: #000;
}
/**/
/* menu bar */
/**/
.main-nav.switch-menu .menu-bar {
    position: relative;
    /*width: 44px;*/
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    line-height: 1.5;
}

.main-nav.switch-menu.mobile_nav .menu-bar {
    display: none;
}

.main-nav.switch-menu > ul {
    display: inline-block;
    vertical-align: middle;
}

.main-nav.switch-menu .menu-bar .ham {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    vertical-align: bottom;
    background: #bca464;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.items-visible .menu-bar .ham {
    background-color: transparent !important;
}

.menu-bar .ham:after, .menu-bar .ham:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #ddb758;
}

.menu-bar .ham:before {
    top: -8px;
}

.menu-bar .ham:after {
    top: 8px;
}

.items-visible .menu-bar .ham:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.items-visible .menu-bar .ham:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.main-nav.switch-menu > ul > li {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -moz-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -o-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}

.main-nav.switch-menu.mobile_nav > ul > li {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.main-nav.switch-menu.items-visible > ul > li {
    visibility: visible;
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    /*width: 70px;*/
}

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+1) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 360ms;
        -moz-transition-delay: 360ms;
        -o-transition-delay: 360ms;
        transition-delay: 360ms;
    }

    .main-nav.switch-menu.items-visible > ul > li.active a {
        color: #000;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+2) {
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+3) {
        -webkit-transition-duration: 450ms;
        -moz-transition-duration: 450ms;
        -o-transition-duration: 450ms;
        transition-duration: 450ms;
        -webkit-transition-delay: 180ms;
        -moz-transition-delay: 180ms;
        -o-transition-delay: 180ms;
        transition-delay: 180ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+4) {
        -webkit-transition-duration: 550ms;
        -moz-transition-duration: 550ms;
        -o-transition-duration: 550ms;
        transition-duration: 550ms;
        -webkit-transition-delay: 240ms;
        -moz-transition-delay: 240ms;
        -o-transition-delay: 240ms;
        transition-delay: 240ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+5) {
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        -webkit-transition-delay: 120ms;
        -moz-transition-delay: 120ms;
        -o-transition-delay: 120ms;
        transition-delay: 120ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+6) {
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-delay: 60ms;
        -moz-transition-delay: 60ms;
        -o-transition-delay: 60ms;
        transition-delay: 60ms;
    }

.main-nav.switch-menu > ul > li:nth-child(n+1) {
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+2) {
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+3) {
    -webkit-transition-duration: 450ms;
    -moz-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -o-transition-delay: 180ms;
    transition-delay: 180ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+4) {
    -webkit-transition-duration: 550ms;
    -moz-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+5) {
    -webkit-transition-duration: 650ms;
    -moz-transition-duration: 650ms;
    -o-transition-duration: 650ms;
    transition-duration: 650ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+6) {
    -webkit-transition-duration: 750ms;
    -moz-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    transition-delay: 360ms;
}

.login-holder {
    display: inline-block;
    float: left;
    line-height: 95px;
}

.main-nav {
    font-size: 14px;
    font-weight: 500;
    float: left;
    overflow: hidden;
}

    .main-nav.switch-menu.items-visible > ul {
        width: auto;
    }

    .main-nav.switch-menu > ul {
        display: inline-block;
        vertical-align: middle;
        width: 0;
    }

        .main-nav.switch-menu > ul li {
            width: 60px;
            height: 12.5px;
        }

.logged-in-header .main-nav.switch-menu > ul li {
    width: 60px;
    height: 12.8px;
}

.logged-not-admin .main-nav.switch-menu > ul li {
    width: 60px;
    height: 34.5px;
}

.main-nav.switch-menu > ul.logged-in-header-ul li {
    width: 60px;
    height: 20.5px;
}


.main-nav.switch-menu.items-visible > ul li {
    width: auto;
    height: auto;
}

.menu-bar .ham:before {
    top: -8px;
}


/*#endregion menu styles*/



/*#region Slider Styles*/

#slider-div {
    height: 100vh;
    background: #2c2d32;
}

.black-overlay {
     width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.24);
}

#bgDiv {
    display: inline-block;
    width: 100%;
    /*position: relative;*/
    height: 100vh;
    overflow: hidden;
    text-align:center;
}


    #bgDiv > img {
        /* width: auto; */
        /*width: auto;*/
        height: 100vh;
        position: relative;
        /*max-width: none;*/
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        /* margin: 0px -10%; */
        /*min-width: 100%;*/
        /*width:100%;*/
    }

.arts-college #btn-prev {
    background: url(/Images/Slides/slide-prev.png);
    background-position: 45px center;
    background-repeat: no-repeat;
}

.arts-college #btn-next {
    background: url(/Images/Slides/slide-next.png);
    background-position: 196px center;
    background-repeat: no-repeat;
}

.meteor-nav {
    display: block;
    position: absolute;
    top: 0%;
    /*z-index: 4;*/
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.slider-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;

    z-index: 9;
}

    .meteor-nav li a {
        /*height: 45px !important;*/
        width: 75px;
        text-align:left;
        z-index:99;
    }

.owl-item {
    float: left;
}


.owl-stage .owl-item {
    float: none;
}

.owl-stage li{
    text-align: center;
}
.video_thumb_section {
    overflow: auto;
}

.search-container {
    height: 0px;
    background: #f2f2f2;
    width: 100%;
    -moz-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
}

.search-input {
    width: 100%;
    height: 100%;
    font-size: 30px;
    padding: 0 37px;
    background: #f2f2f2;
    border: none;
    outline: 0;
    color: #bca464;
}

.close-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    font-family: SVU-MHT;
    font-weight: 100;
    cursor: pointer;
    padding: 15px;
    color: #ccb169;
}

.search-container.visible {
    height: 90px;
    display: block;
}

.pager-container {
    height: 20px;
    position: absolute;
    bottom: 35px;
    right: 20px;
    width: auto;
    z-index: 999;
}

.vision-block {
    position: relative;
}

.goto_section {
    background-position: -606px -88px;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}

    .pager-container span {
        height: 12px;
        width: 12px;
        border: 2px solid #bca464;
        border-radius: 50%;
        background-color: transparent;
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }

        .pager-container span.active {
            background-color: #bca464;
        }

.scroll-down {
    height: 49px;
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 115px;
    padding: 11px 36px 9px 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    background: url('/images/itinap/home_header_scroll_down.png') no-repeat right 14px;
    -webkit-animation: upanddown 1s linear infinite;
    animation: upanddown 1s linear infinite;
    /*background-color: rgba(0, 0, 0, 0.48);*/
    z-index: 90;
    cursor: pointer;
}

.meteor-nav .prev a {
    left: 0px;
}

.meteor-nav .next a {
    right: 0px;
}

.meteor-nav .next a i{
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
    height: 60px;
    width: 30px;
}

.meteor-nav .prev a i{
    background:  url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
    height: 60px;
    width: 30px;
}

.meteor-nav a {
    display: block;
    outline: none;
    position: absolute;
    /*text-indent: -9999px;*/
    width: 47px;
    height: 100%;
    z-index: 998;
}

    .meteor-nav a i {
        color: #bca464;
        margin-left: 30%;
        line-height: 1;
        font-size: 40px;
        position: absolute;
        top: 48%;
    }

.meteor-slides ul.meteor-nav {
    display: block !important;
}

.meteor-nav a {
    opacity: 0.4;
}

    .meteor-nav a:hover {
        opacity: 1;
    }

.meteor-nav .prev a:hover {
    /*background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;*/
}

.meteor-nav .next a:hover {
    /*background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;*/
}


.caption-container {
    position: absolute;
    bottom: 60px;
    left: 30px;
    z-index: 101;
    cursor: pointer;
    display: inline-block;
    width: 90px;
}

.icon-fallback {
    text-decoration: none;
    display: none;
    visibility: hidden;
}

    .caption-container.hover .fa, .caption-container.hover .icon-fallback, .caption-container:hover .fa, .caption-container:hover .icon-fallback {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        border-radius: 100% 0 100% 100%;
        -webkit-transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        -moz-transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        -o-transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        -webkit-transition-delay: 0ms,0ms;
        -moz-transition-delay: 0ms,0ms;
        -o-transition-delay: 0ms,0ms;
        transition-delay: 0ms,0ms;
    }

    .caption-container.hover .captions, .caption-container:hover .captions {
        width: 14em;
        max-height: 9000em;
        -webkit-transition: width 250ms ease-out,max-height 0ms ease-out;
        -moz-transition: width 250ms ease-out,max-height 0ms ease-out;
        -o-transition: width 250ms ease-out,max-height 0ms ease-out;
        transition: width 250ms ease-out,max-height 0ms ease-out;
        -webkit-transition-delay: 125ms,125ms;
        -moz-transition-delay: 125ms,125ms;
        -o-transition-delay: 125ms,125ms;
        transition-delay: 125ms,125ms;
        background: #bca464;
        border-radius:5px;
    }

        .caption-container.hover .captions .caption.showing, .caption-container:hover .captions .caption.showing {
            visibility: visible;
        }

    .caption-container .caption-trigger, .caption-container .fa, .caption-container .icon-fallback {
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
    }

    .caption-container .fa, .caption-container .icon-fallback {
    width: 1.6em;
    height: 1.6em;
    padding: .3em;
    border-radius: 100%;
    background-color: #bca464;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    /* opacity: .5; */
    -webkit-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -moz-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -o-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -webkit-transition-delay: 250ms,250ms;
    -moz-transition-delay: 250ms,250ms;
    -o-transition-delay: 250ms,250ms;
    transition-delay: 250ms,250ms;
    }

    .caption-container .icon-fallback {
        font-family: Quadon,"Myriad Pro",sans-serif;
        font-weight: 700;
    }

    .caption-container .caption-trigger {
        width: 2em;
        height: 2em;
        padding: .375em;
        margin: 0;
        border-bottom: none;
        background-color: transparent;
        font-size: 1em;
        color: transparent;
        display: block;
    }

    .caption-container .captions {
        width: 0;
        height: auto;
        max-height: 0;
        position: relative;
        margin: 0 0 2em 2em;
        background: #FFF;
        color: #000;
        overflow: hidden;
        -webkit-transition: width 250ms ease-in,max-height 0ms ease-in;
        -moz-transition: width 250ms ease-in,max-height 0ms ease-in;
        -o-transition: width 250ms ease-in,max-height 0ms ease-in;
        transition: width 250ms ease-in,max-height 0ms ease-in;
        -webkit-transition-delay: 0ms,250ms;
        -moz-transition-delay: 0ms,250ms;
        -o-transition-delay: 0ms,250ms;
        transition-delay: 0ms,250ms;
    }

    .caption-container .caption {
        display: none;
        visibility: hidden;
    }

        .caption-container .caption .hero-clip-title {
            width: 12em;
            margin: 1em;
            font-family: Quadon,"Myriad Pro",sans-serif;
        }

        .caption-container .caption .hero-clip-description {
            width: 15em;
            margin: 1.25em;
            font-size: .8em;
            color: #fff;
        }


/*#endregion Slider Styles*/

/*#region Industry Partner*/

.owl-stage-outer .bx-controls-direction {
    /*display: none;*/
}

.owl-stage-outer {
    padding: 0px 25px;
}

.owl-stage-outer .bx-controls-direction .bx-next, .owl-stage-outer .bx-controls-direction .bx-prev{
    position: absolute;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    z-index: 99999;
    color: transparent;
    width: 75px;
    height: 100%;
    top: 0%;
    opacity: 0.6;
    transition:0.3s all linear;
}

.owl-stage-outer .bx-controls-direction .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}


.owl-stage-outer .bx-controls-direction .bx-next {
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}

.owl-stage-outer:hover .bx-controls-direction .bx-prev{
    left: 0;
}

.owl-stage-outer:hover .bx-controls-direction .bx-next{
    right: 0;
}

.section1 {
    padding: 100px 0;
    position: relative;
}

.partners-block{
    background: #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.overlay {
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.52) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.52) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 60px 0;
    position: absolute;
    right: 0;
}

.svu-slide{
    width: 2% !important;
}

.svu-slide .owl-item{
    margin-top: 10%;
}

.bms-slide{
    width: 2% !important;
}

.bms-slide .owl-item{
    margin-top: 10%;
}


/*#endregion Industry Partner*/

/*#region testimonials block*/


.kg-testi-img {
    width: 250px;
    height: 250px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    /*border: 2px solid #ccb169;*/
   
}

.testi-image-container{
     position: relative;
      width: 250px;
    height: 250px;
    margin: 0px auto;
    overflow: visible;
    margin-top: 10px;
}

     .testi-image-container .ring {
        top: 1.5%;
        left: 1.5%;
        position: absolute;
        height: 97%;
        width: 97%;
        border: 2px solid #bca464;
        border-radius: 50%;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

     .testi-image-container:hover .ring {
           top: -2.5%;
    left: -2.5%;
    position: absolute;
    height: 105%;
    width: 105%;
    border: 2px solid #bca464;
    border-radius: 50%;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;

    }

.bx-w ul {
    list-style: none outside;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

h2_style {
    font-size: 32px;
    color: #000000;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}

.apply-now {
    position: relative;
    z-index: 9;
    float: left;
}

.serv-section.second {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #ccc;

  /*background-image: url(http://images.apherald.com/Imagestore/KGV/Images/background44.jpg) !important;
    background-position: 50% 26%;
    background-size: cover;
    background-repeat: no-repeat;*/
  background: #2C2C33;

    display: inline-block;
    width: 100%;
    min-height: 523px;
    position: relative;
    z-index: 1;
    float: left;
    padding: 50px 0px;
}

.testi-overlay {
    background: rgba(24,24,24,0.80);
    width: 100%;
    height: 100%;
    position: absolute;
}

.testimonilas-div {
    text-align: center;
    /*max-width: 875px;*/
    width: 100%;
    margin: 0px auto;
    padding-top: 25px;
    position: relative;
    padding-bottom: 70px;
}

.quote-sign {
   display: inline-block;
    color: #fff;
    font-size: 70px;
    font-family: Arial;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    background-color: rgba(255,255,255,0.03);
    margin: 0 auto;
    border-radius: 50%;
    opacity: 0.5;
    margin-bottom: 10px;
    display: none;
}


.snagger-features .bx-next, .snagger-features .bx-prev {
    position: absolute;
    position: absolute;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    z-index: 99999;
    color: transparent;
    width: 75px;
    height: 100%;
    top: 0%;
}
.snagger-features .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}

.snagger-features .bx-next {
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}

.testimonials-section .bx-prev {

}

.testimonials-section  .bx-next {
}



.serv-section .bx-wrapper .bx-pager, .serv-section .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}

.bx-controls-auto {
    display: none;
}

.serv-section .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.serv-section .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.4);
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #999;
}

/*.small-heading.gray.testimonilas {
      font-size: 20px;
    color: #d5d5d5;
    line-height: 1.6em;
    padding: 0 15px;
    font-family: Poppins-Light;
    font-weight: 100;
}*/

.small-heading.gray.testimonilas {
    font-size: 28px;
    line-height: 1.6em;
    padding: 0 15px;
    color: #ccb169;
    text-align: center;
    font-family: Quadon,"Myriad Pro",sans-serif;
    /*font-family: SVU-MHT, Arial;*/
    letter-spacing: 0.6px;
}

.testimonial-author {
    font-size: 14px;
    margin-top: 25px;
    color: #ccb169;
    text-transform: uppercase;
    font-family: poppins-light;
    letter-spacing: 1.3px;
}

.name-testimonials {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    margin-top: -9px;
}

.small-heading.profil {
    margin-top: -7px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-image {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-6 {
    width: 50%;
}

.serv-section .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block !important;
}

.serv-section .bx-controls.bx-has-pager.bx-has-controls-direction {
    margin-top: 50px;
}

.serv-section .bx-wrapper .bx-pager, .serv-section .bx-wrapper .bx-controls-auto {
    bottom: -50px;
    display: inline-block;
}

    .serv-section .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #e54343;
    }

    .serv-section .bx-wrapper .bx-pager.bx-default-pager a {
        background: rgba(255, 255, 255, 0.4);
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: none;
    }



/*#endregion testimonials block*/

/*#region history block*/
.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}

vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}


.vc_row {
    padding: 70px 0px;
    position: relative;
    background-size: cover;
}

#history{

        background-image: url(http://veented.info/crexis/wp-content/uploads/2016/02/background42.jpg?id=105) !important;
            display: inline-block;
    width: 100%;
    position:relative;
}

.special-heading-align-center {
    text-align: center;
        padding: 0 15px;
}

.bg-overlay, .bg-overlay-accent:after {
    position: absolute !important;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.20);
}

.bg-overlay-light {
    background: rgba(255,255,255,0.9);
}

.uppercase {
    text-transform: uppercase;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
}

.light-bg {
    position: relative;
}

.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}

h1.header {
    margin: 0 auto;
    padding-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #666666;
}



/*#endregion history block*/


/*#region news block*/


/*New News Block*/
.latest-news-block{
    padding: 60px 55px;
    border-top: 1px solid #ececec;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.space {
    padding-top: 50px;
    padding-bottom: 0px;
}

.latest-news-block .container{
    /*max-width:1170px;*/
    margin:0px auto;
}

.space-bottom {
    padding-bottom: 30px;
}

.latest-news-block .col-md-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.latest-news-block img {
    /*margin-left: 12px;*/
    display: block;
    margin:0px auto;
    max-width: 100%;
}

.latest-news-block blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    margin-top: 30px;
    word-spacing: 1px;
    letter-spacing: .3px;
    text-align: center;
}

.latest-news-block blockquote a:before {
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
    margin-right: 10px;
    color: #bca464;
}

.latest-news-block blockquote a {
    font-size: 14px;
    color: #ccb169;
    margin: 0 0 20px;
    font-size: 2.2vw;
    margin-top: 8px;
    word-spacing: 1px;
    letter-spacing: .3px;
    font-family: Poppins-Light, Arial;
    line-height: 1.2;
}

.latest-news-block blockquote a:hover{
    color: #bca464 !important;
    text-decoration: underline;
}


/*New News Block*/
.hp-featured {
    width: 100%;
    /*max-height: 448px;*/
    overflow: hidden;
    position: relative;
}

#featuredstory .bx-next, #featuredstory .bx-prev , .news .bx-next, .news .bx-prev, .latest-news-block .bx-next, .latest-news-block .bx-prev{
    position: absolute;
    position: absolute;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    z-index: 999;
    color: transparent;
    width: 75px;
    height: 100%;
    top: 0%;
}



#featuredstory .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}

#featuredstory .bx-next {
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}

.hp-featured h2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 50px;
    font-size: 36px;
    font-family: 'Verlag A';
    line-height: 100%;
    z-index: 2;
    color: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}

.featured-slider-container {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
    overflow: hidden;
}

.hp-featured li .slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    background-repeat: repeat-y;
    background: -webkit-gradient(linear, bottom top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    /* background: rgba(0,0,0,.5); */
}


.hp-featured h2 a {
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    line-height: 115%;
}

.hp-featured h2 a {
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    line-height: 115%;
}

.hp-featured .slider-cat {
    width: auto;
    float: left;
    background: #ff2727;
    color: #fff;
    padding: 9px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 100%;
    font-family: "Poppins-Light";
    text-transform: capitalize;
    font-weight: 400;
}



/*#endregion news block*/

/*#region vision slider*/

.vision-block .goto_section{

  bottom:82px;
}
.vision-block .bx-pager {
    width: 100%;
    height: 60px;
    margin: 0 0 0 0;
    margin-top: -5px;
    z-index: 9;
    position: relative;


}

.vision-block .bx-pager li {
    width: 20%;
    list-style: none;
    display: inline-block;
    float: left;
}

.vision-block  .bx-pager a {
    border: 1px solid #333;
    /* border-left: none; */
    border-right: 0;
    display: block;
    background: #505050;
    background: -webkit-gradient(linear,left top,left bottom,from(#505050),to(#424242));
    background: -moz-linear-gradient(top,#505050,#424242);
    background: linear-gradient(to bottom,#505050,#424242);
    background-image: -ms-linear-gradient(top,#505050,#424242);
    text-align: center;
    height: 75px;
    text-shadow: -1px -1px 1px #333;
    color: #fff;
    cursor: pointer;
    border-left: 1px solid #666;
    border-right: 1px solid #333;
}

.vision-block  .bx-pager a.active {
    position: relative;
    background: #fff;
    border-top: 1px solid #333;
    border-bottom: 2px solid #ccb169;
    text-shadow: none;
    border-right: 0;
    border-left: none;
    filter: none;
    color: #ccb169;
}

/*.vision-block  .bx-pager a.active {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #333;
    border-top: 3px solid #fdd922;
    text-shadow: none;
    border-right: 0;
    border-left: none;
    filter: none;
    color: #444;
}*/

.vision-block  .bx-pager a.active .pointer {
    display: inline-block;
}

.pointer {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -20px;
    left: 45%;
    z-index: 1004;
    display: none;
   
}

.pointer:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 18px;
    background: #fff;
    -moz-transform: rotate(45deg) translate(0,-3px);
    -ms-transform: rotate(45deg) translate(0,-3px);
    -webkit-transform: rotate(45deg) translate(0,-3px);
    -o-transform: rotate(45deg) translate(0,-3px);
    transform: rotate(45deg) translate(0,-3px);
    top: 12px;
    left: 50%;
    border: 1px solid #333;
    border-right: none;
    border-bottom: none;
 
}

/*.pointer {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -20px;
    left: 45%;
    z-index: 1004;
    display: none;
   
}
    .pointer:after {
        content: "";
        position: absolute;
        width: 19px;
        height: 18px;
        background: #fff;
        -moz-transform: rotate(45deg) translate(0,-3px);
        -ms-transform: rotate(45deg) translate(0,-3px);
        -webkit-transform: rotate(45deg) translate(0,-3px);
        -o-transform: rotate(45deg) translate(0,-3px);
        transform: rotate(45deg) translate(0,-3px);
        top: -3px;
        left: 50%;
        border: 1px solid #333;
        border-left: none;
        border-top: none;
       
    }*/
.sliderTabText {
    font-family: 'Verlag A', Arial;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 10px;
}

.vision-block  .bx-pager a span {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    float: left;
}


.sliderTabText1 {
    font-size: 12px;
    font-family: Poppins-Light, Arial;
}





/*#endregion vision slider*/


@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}


.preloader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    background: white;
}

.preloader .content-container {
    display: inline-block;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    width: 100%;
    text-align: center;
    left: 0px;
}

.preloader .logo {
    display: inline-block;
    height:auto;
    width: auto;
}

.preloader .line-scale-pulse-out-rapid {
    margin-top: 0px;
}



.line-scale-pulse-out-rapid > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

.preloader .line-scale-pulse-out-rapid div {
    background: #bca464;
}



.displayNone{
    display:none;
}

/*#region Footer Styles*/
 #gmap_canvas img {
        max-width: none !important;
        background: none !important;
    }

#backtotop {
    position: fixed;
    bottom: 100px;
    right: 18px;
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #bca464;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 999999;
   opacity:0;
   transform:scale(0);
}

#backtotop.active{
    opacity:1;
     transform:scale(1);
}

    #backtotop span {
        line-height: 44px;
    }

    #backtotop:hover {
        background-color: #000;
    }


footer {
    background: #ddb758;
    width: 100%;
    display: inline-block;
    float: left;
    z-index: 2;
    position: relative;
}

    footer .row-fluid.footer {
      /*border-bottom: 1px solid #1b1b1b;*/
    width: 100%;
    padding: 4.875em 0 0 0;
    display: inline-block;
    float: left;
    }


    .row-fluid [class^=col] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    /*margin-left: 2.564102564%;*/
}

.row-fluid.footer a:hover {
    text-decoration: underline;
}


.row-fluid .col2 {
    width: 16.999915%;
}

.row-fluid [class^=col]:first-child {
    margin-left: 0;
}

.footer ul, footer p {
    /*min-height: 150px;*/
    margin-bottom: 1.875em;
}

footer .left p, footer .left ul {
    /*border-right: 1px solid #4f4e4e;*/
    text-align: left;
    padding-right: 1.25em;
}

footer a {
    color: #fff;
    font-family: Poppins-Light, Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

footer .shield a {
    text-indent: -9999em;
    display: block;
    width: 300px;
    height: 300px;
    background: transparent url(/KGV/kgv-white.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    margin: 0 auto;
    margin-top: -70px;
}

.row-fluid .col4 {
    width: 31.623931624%;
}

footer .right p, footer .right ul {
    /*border-left: 1px solid #4f4e4e;*/
    text-align: left;
    padding-left: 1.25em;
}

footer .row-fluid:last-child {
    /*border-top: 1px solid #4f4e4e;*/
    padding: 1em 0;
    float: left;
    display: inline-block;
    width: 100%;
}

#social {
    height: 20px;
    width: 310px;
    margin: 0 auto 1em auto;
    text-align: center;
}

    #social li {
        display: inline-block;
        margin: 0 10px;
    }

        #social li a {
            font-size: 25px;
            color: #fff;
            opacity: .6;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
        }

footer p, footer ul {
    font-size: 14px;
    color: #d3d1d1;
    line-height: 20px;
}

    footer p.copyright {
        text-align: center;
        margin: 0;
        min-height: 0;
        height: auto;
        line-height: 1em;
        font-size: .75em;
        opacity: .5;
        padding-top: 5px;
    }

.row-fluid.footer a:hover {
    text-decoration: underline;
}


.row-fluid .col2 {
    width: 16.99%;
}

.row-fluid [class^=col]:first-child {
    margin-left: 0;
}


/*BIL FOOTER*/
.bil-footer {
    height: 325px;
    width: 100%;
    display: inline-block;
    background: #1a1a1a;
    border-top: 1px solid #252424;
}

.bil-footer-content {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.bil-logo-holder {
    width: 200px;
    margin: 0px auto;
}

.bil-introholder {
    color: #929191;
    font-size: 13px;
}

.footer-social {
    width: 70%;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    padding-right: 1%;
}

.footer-bil {
    width: 27%;
    padding-left: 2%;
    display: inline-block;
    position: relative;
}

footer .socialIconHolder {
    /*display: inline-block;*/
    padding: 14px 17px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: auto;
    margin: 0px auto;
    padding-top: 0px;
}

    footer .socialIconHolder a {
        display: inline-block;
        padding-top: 10px;
        padding-left: 2px;
        border: none;
        border-radius: 50%;
        height: 24px;
        width: 19px;
        margin-right: 5px;
        background: transparent;
        text-align: center;
    }

        footer .socialIconHolder a:hover {
        }

            footer .socialIconHolder a:hover footer .socialIconHolder a i {
                color: #444 !important;
            }

        footer .socialIconHolder a i {
            font-size: 19px;
            color: #ffffff;
        }
footer .hidden-phone > div {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-left: -11px;
}
    footer .socialIconHolder .ru-socialIcon.ru-twitter:hover i {
        color: #00a9e7;
    }

    footer .socialIconHolder .ru-socialIcon.ru-facebook:hover i {
        color: #0070b0;
    }

    footer .socialIconHolder .ru-socialIcon.ru-gplus:hover i {
        color: #eb4026;
    }

    footer .socialIconHolder .ru-socialIcon.ru-linkedin:hover i {
        color: #0074a1;
    }

    footer .socialIconHolder .ru-socialIcon.ru-pintrest:hover i {
        color: #eb4026;
    }

ul.fotter-nav li {
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 10px;
    color: #aaafba;
}

    ul.fotter-nav li a {
        color: #aaafba;
        text-transform: uppercase;
    }

.footerdata {
    font-family: Poppins-Light, Arial;
    font-size: 15px;
    text-align: left;
    min-height: 90px;
    color: #abaeb5;
    margin-bottom: 5px;
    text-align: justify !important;
    padding-top: 35px;
}

.footer-bil:before {
    content: "";
    position: absolute;
    left: 1%;
    top: 35px;
    width: 0;
    height: 78%;
    border-left: 1px solid #222;
}

.bottom-block {
    margin-top: 10px;
}

ul.fotter-nav li:not(:first-child)::before {
    content: "|";
    padding-right: 10px;
}

.bil-sec-footer {
    height: 288px;
    background: #25272b;
    color: #767d85;
    font-size: 13px;
    line-height: 1.5;
    margin-top: -3px;
    text-align: center;
    width: 100%;
    display: inline-block;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.span12 {
    position: relative;
    width: 100%;
    left: 0;
    max-width: 1024px;
    padding: 18px 0px 15px 0px;
}

.foter-li a:hover {
    color: #fff;
}


.footer_below {
    background: #1a1a1a;
    clear: both;
    padding-bottom: 40px;
    margin-top: -8px;
    display:inline-block;
    width: 100%;
}

    .footer_below .container {
        max-width: 1170px;
        width: 1004px;
        position: relative;
        margin: 0 auto;
        padding: 6px 0px;
    }

.anytime {
    padding: 25px 0 15px;
    width: 35%;
    float: left;
}

    .anytime p {
        color: #fff;
        font-size: 13px;
    }

    .anytime .below-footer-head, .anytime h3 {
        color: #fff;
        font-size: 34px;
        line-height: 34px;
    }

.app_box {
    padding: 0;
}

    .app_box li {
        float: left;
        border-right: 1px solid #161616;
        border-left: 1px solid #242424;
        padding: 25px 22px 12px;
        opacity: .8;
    }

        .app_box li:first-child {
            border-left: 0 none;
        }

.app_icon.apple {
    background-position: -22px -154px !important;
    margin-top: 8px;
}

.app_icon.apple, .app_icon.android, .app_icon.window {
    background: url("http://images.apherald.com/Imagestore/KGV/Images/mo.png") no-repeat center center;
}


    .app-link:hover .app_icon.apple, .app_icon.apple:hover {
        background-position: -22px -204px !important;
    }

    .app-link:hover .app_icon.window, .app_icon.window:hover {
        background-position: -222px -209px;
    }

    .app-link:hover .app_icon.android, .app_icon.android:hover {
        background-position: -122px -204px;
    }

.app_icon {
    width: 50px;
    height: 45px;
    float: left;
}

.app_text {
    float: left;
    margin-top: 5px;
}

    .app_text .ico-head-1 {
        color: #999 !important;
        font-size: 14px;
    }

    .app_text .ico-head-2 {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
    }

.app_icon.android {
    background-position: -121px -154px;
    margin-top: 8px;
}

.app_icon.window {
    background-position: -222px -159px;
    margin-top: 12px;
}

/*#endregion Footer Styles*/

/*#region Newsletter Block*/

.subscribe-block.page-content.parallax-1 {
    background: url("http://images.apherald.com/Imagestore/KGV/Images/parallax-1.jpg") no-repeat;
    background-size: 117%;
    padding-top: 140px;
    float: left;
    display:inline-block;
    width:100%;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.subscribe-block .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.subscribe-block .simple-heading {
    position: relative;
    margin-bottom: 10px;
    top: 15px;
}


.subscribe-block.page-content.dark h2 {
    font-family: SVU-MHT, 'Roboto', Arial, sans-serif;
    margin-bottom: 25px !important;
    font-size: 32px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.subscribe-block.page-content .newsletter input {
    background-color: #ffffff;
    padding: 15px;
    border: none;
    color: #636363;
    width: 400px;
    border-radius: 3px;
    height: 53px;
    display: table-cell;
    float: left;
    font-family: Poppins-Light;
}

.subscribe-block.page-content .newsletter .submit {
    position: relative;
    right: 2px;
    width: 170px;
    color: #fff;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-image: none;
    background-color: #a3c93a;
    text-align: center;
    cursor: pointer;
}

.subscribe-block .newsletter p {
    margin-top: 90px;
    padding-bottom: 0;
    color: #A0A0A0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.subscribe-block .newsletter a {
    display: block;
}

.subscribe-block span {
    color: #a3c93a;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 23px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.subscribe-block.page-content .newsletter {
    display: table;
    border-collapse: separate;
    position: relative;
    margin: 0 auto;
}

.newsletter-desc-txt {
    margin-top: 20px;
    font: normal 18px poppins-light;
    color: #d3d3d3;
    text-align: justify;
    margin-left: 135px;
    margin-right: 135px;
}
/* end region: subscribe block */

.colored {
    color: #ccb169;
}

/*#endredion NewsLetter Block*/


#status-bar {
    position: fixed;
    top: -100px;
    width: 100%;
    height: 60px;
    background-color: rgb(242, 38, 19);
    z-index: 99999;
    color: #fff;
    font: 300 18px/60px Poppins-Light;
    text-align: center;
    text-transform: uppercase;
    z-index: 99999999;
}

    #status-bar.status-success {
        background-color: #2aa12b !important;
    }

    #status-bar.active {
        top: 0;
    }


/*#region Blog Styles*/
.blogs-section {
    padding: 60px 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}



.blogs-container.news {
    /*max-width: 1200px;*/
    margin: 0px auto;
    display: block;
}

.news .owl-item {
    float: left;
}

.news .box {
    padding: 0 15px;
    cursor: default;
    font-family: Poppins-Light, Arial;

}

.blog-header-container {
    margin-bottom: 30px;
}

.blog-header-container > h2{
    color: #ccb169;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
        padding: 0 0 10px;
    margin: 0;
    line-height: 1;
    font-family: SVU-MHT;
    font-family:Quadon,"Myriad Pro",sans-serif;
    font-size: 3.1vw;

}


.blog-header-container > p{
   color: #ccb169;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px !important;
    font-family: Poppins-Light;
    margin-bottom: 20px;
}

.news .box img {
    width: 100%;
}

.extra-light {
    font-weight: 200;
}

.news .box .details h3 {
   font-size: 18px;
    color: #7e7d7d;
    margin-top: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.news .box .details h3 a {
    color: #444;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
}


.news .box .details p {
   margin: 0px 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
}

.news .box .details p.post-details i {
    margin-right: 3px;
}

.news .box .details p.post-details {
    font-size: 12px;
    color: #999;
}

.news .box .details p.post_message {
    font-size: 13px;
    color: #aaa;
}

.news .box .details a.post_read_more_button {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    display: block;
    outline: none;
    border: none;
    background: #fafafa;
    color: #aaa;
    margin-top: 10px;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.news .box .details a.post_read_more_button:hover {
    background:#bca464;
    color: white;
}


.news .bx-next, .testimonials-section .bx-next,.latest-news-block .bx-next{
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}
.news .bx-prev, .testimonials-section .bx-prev , .latest-news-block .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}

/*#endregion Blog Styles*/


/*#region media queries*/

@media (max-width: 1366px){

      #slider-div{
         height: auto;
     }
      #bgDiv{
          height: 100%;
          display:block;
      }
    #bgDiv > img{
        height: auto;
        width: 100%;
        max-width: none;
        display: block;
    }

    .blogs-section{
        padding: 40px 45px;
    }
}
@media (min-width: 992px){


/*.container {
    width: 970px;
}*/

}




@media (max-width: 1024px) {
    /*.social-container {
        width: 228px;
    }*/

    
.social-container.hidden {
    opacity: 0;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .social-container {
        width: 40%;
    }

    .topnav {
        background: rgb(44, 44, 51);
        background: url('http://manipal.edu/etc/designs/manipal/images/top-nav-bg.png');
        white-space: nowrap;
        position: relative;
        display: inline-block;
        width: 133%;
        z-index: 9;
        border-top: 4px solid #005EB8;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .social-container {
        width: 40%;
    }

    .topnav {
        background: rgb(44, 44, 51);
        background: url('http://manipal.edu/etc/designs/manipal/images/top-nav-bg.png');
        white-space: nowrap;
        position: relative;
        display: inline-block;
        width: 100%;
        z-index: 9;
        border-top: 4px solid #005EB8;
    }
}

@media (min-width: 1200px) {
    .container-test {
        width: 1170px;
    }
}

.container-arts {
   /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0px 50px;
}

.section-title-2 {
    position: relative;
    padding: 0 0 50px;
    display: block;
}

.text-center {
    text-align: center;
}

.paralbackground .section-title-2 .lead, .paralbackground .section-title-2 h2 {
   color: #ccb169;
   
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 3.1vw;
   
}

.testimonilas-div .section-title-2 h2 {
   color: #ccb169;
   
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 3.1vw;
   
}

.section-title-2 h2 {
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0;
    line-height: 1;
   font-family: Quadon,"Myriad Pro",sans-serif;
    font-weight: bold;
     text-transform: uppercase;
}


.section-title-2 .lead, .contact-details h2, .testi-item .lead, small {
    font-family: 'Droid Serif', serif;
}

.section-title-2 .lead {
    font-size: 14px !important;
    font-family: Poppins-Light;
}


@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}



.section-title-2 hr, .blog-header-container hr {
         width: 60px;
    margin: 0 auto;
    background: #ccb169;
    border: 0;
    height: 3px;
}

.owl-carousel.owl-loaded {
    display: block;
    padding:0px 50px;
}

.center-block li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.m20 {
    margin-top: 20px;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-controls {
    position: absolute;
    left: auto;
    top: -16.5%;
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-nav [class*="owl-"] {
    background: #ededed none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    color: #555;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    width: 30px;
}

.owl-prev {
    right: 31px;
    position: absolute;
}

.container-arts .owl-stage-outer .bx-wrapper .bx-pager {
    display: none !important;
}
/*Videos blog styles*/
/*.bg_content .fa:before {
    content: "\49";
}*/


.bg_content div a i {
    color: #fff;
    opacity: .4;
    cursor: pointer;
    font-size: 72px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .bg_content div a i:hover {
        color: #fff;
        opacity: 1;
    }

.bg_content div a {
    color: #3f9ad6;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: 0;
    background-color: transparent;
    font-size: 25px;
}

.bg_content p {
    margin-top: 10px;
    font-family: poppins-light;
    font-size: 18px;
    width: 630px;
    margin: auto;
}

.bg_content div h3 {
    font-size: 50px;
    font-family: SVU-MHT, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px;
}

.newsletter-desc-txt {
    margin-top: 20px;
    font: normal 18px poppins-light;
    color: #d3d3d3;
    text-align: justify;
    margin-left: 135px;
    margin-right: 135px;
}

.bg_content > div {
    display: table-cell;
    padding: 0 36vh;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    height: 70vh;
}

.bg_content {
    display: table;
    width: 100%;
    height: 500px;
    background: url(../Images/SVUImages/divisions-section-background-wall.jpg) no-repeat center center;
    background-size: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .bg_content div h3 {
        font-size: 40px;
        font-family: SVU-MHT, Arial, sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .bg_content > div {
        display: table-cell;
        padding: 0px 28vh;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        height: 90vh;
        padding-bottom: 2%;
    }
}



/*#endregion media queries*/

/*empower styles*/

.empower-icon {
    width: 9% !important;
    display: block;
    margin: 0px auto;
}
.empower-block
{
       width: 100%;
    background: #2C2C33;
    background-size: cover;
    padding-bottom: 36px;
    position: relative;
}

.kicker {
    color: #bca464;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    width: 20% !important;
    margin: 0px auto;
}

.kicker:after {
   content: "";
    width: 23.33333%;
    display: block;
    position: absolute;
    left: 39.33333%;
    right: 33.33333%;
    background-color: #918054;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .7;
    background: #bca464;
    height: 3px;
}


.empower-block h2{
         font-family: 'Segoe UI Light';
    font-size: 3.1vw;
    line-height: 1.3;
    font-weight: lighter;
    margin: 0% 0;
    color: #ccb169;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
    font-family: Quadon,"Myriad Pro",sans-serif;
    /* font-family: "Poppins-Light"; */


}
.empower-block h2 b{
          /* font-family: Aleo-Light; */
    font-size: 3.2vw;

    
}
.empower-block div
{
    width:100%;
}
/*end empower styles*/

/*contact us block */
.contact-us {
    position: relative;
    background-color:transparent;
    text-align: center;
    position: fixed;
    z-index: -1;
    left: 0px;
    height: 100vh;
    overflow-y: auto;
    top:10%;
    opacity:0;
    transition:top 0.4s ease-in;
    -webkit-transition: top 0.4s ease-in;
}
    .contact-us.active {
        top: 0px;
        z-index:9999;
        opacity:1;
    }
    .contact-us .main-container {
        width: 100%;
        max-width: 1180px;
        margin: 0px auto;
        text-align: center;
        background: #fff;
        display: inline-block;
        position: relative;
        /* margin-top: -300px; */
    }
section .header h2{
    font:3vw/1.7 "Poppins-Regular";
   
}

section .header p {
    width:100%;
    color:#eee;
    font:1vw/1.700 "Poppins-Light";
   
}

.contact-us .main-container .left,.contact-us .main-container .right
{
    width:50%;
    float:left;
    text-align:left;
    
}
.contact-us .main-container > .left,.contact-us .main-container > .right
{
    padding:15px;
    padding-top:60px;
}
.contact-us .main-container > .left
{
    padding-left:55px;

}
.contact-us .main-container > .right
{
    padding-right:25px;
}
.textal{
    text-align:left;
    font-family:"Segoe UI Light"
}
.contact-us h3{
    font-family: "Poppins-Regular";
    margin-bottom: 10px;
    font-size: 23px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-us p{
           font: 15px/26px Poppins-Light, Arial;
    color: #333;

}

.contactus-form > div input:not([type="button"]):focus, .contactus-form > div textarea:focus {
    outline: #bca464 solid 1px;
}

.contact-us .location_map
{
    width:100%;
    
}


.mb35
{
    margin-bottom:35px;
}

.mb20
{
    margin-bottom:20px;
}

.social-icons li{
      float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    
}
.social-icons li a{
    display:inline-block;
    width:100%;
    height:100%;
    color: #333;
}


.contactus-form 
{
       width: 100%;
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
    
}
.contactus-form > div{
         width: 50%;
    float: left;
    margin-top: 15px;
    padding: 0px 15px;
}

.contactus-form > div label{
 width: 100%;
    float: left;
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 4px;
    margin-top: 8px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.contactus-form > div input:not([type="button"]),.contactus-form > div textarea
{
       display: block;
    width: 100%;
    height: 46px;
      padding: 12px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
       border: 1px solid #ebebeb;
      border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.contactus-form > div textarea{
    height:auto;
}

.contactus-form .form-button
{
margin: 0px auto;
    width: auto;
    background: hsl(44, 24%, 52%);
    padding: 12px 24px;
    font-size: 15px;
    display: inline-block;
    float: none;
    cursor:pointer;
   
}
.contactus-form .form-button > *{
  
    color: #fff;
    font-size: 17px;
    margin-left: 0px;
    line-height: 1.1;

}

.mail-loader {
    position: absolute;
    width: 100%;
    height: 78%;
    background: rgba(0, 0, 0, 0.56);
    display: none;
}

.mail-loader img{
    width: 30px;
    margin: 0px auto;
    display: block;
    margin-top: 40%;
}

.contactus-form .form-button input[type=button],.contactus-form .form-button input[type=submit]
{
    width:auto;
    background-color:transparent;
    border:none;
}
.wd100p
{
    width:100% !important;
}
.dib{
    display:inline-block;
}
.txtalgnctr{
    text-align:center;
}

/*values - system*/
.values-system img
{
    width:100%;
    float:left;
}
.values-system-slider,values-system-slider li,values-system-slider li  img
{
    width:100%;
}
/* end values system*/

@media only all and (max-width: 1280px) {
    .contact-us .main-container
    {
        max-width:980px;
    }

    
}
@media only all and (min-width: 1024px)
{
    .group-of-ventures .all-groups .grid:nth-child(n+4)
{
   border-top: 1px dotted #e8e8e8;
}

.group-of-ventures .all-groups .grid:nth-child(3n) {
    border-right: 0px;
}

/*.group-of-ventures .all-groups .grid:nth-child(-n+3):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    top: 0px;
    z-index: 999;
    background: #fff;
}

.group-of-ventures .all-groups .grid:nth-child(n+10):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    bottom: 0px;
    z-index: 999;
    background: #fff;
}*/
}
@media only all and (min-width: 700px) and (max-width: 1024px)  {
    .group-of-ventures .all-groups .grid
    {
        width:49%;
    }
    .empower-block h2
    {
            font-size: 4vw;
    }
    .empower-block h2 b {
    font-size: 5.5vw;
}

     .group-of-ventures .all-groups .grid:nth-child(n+3)
{
   border-top: 1px solid #a29267;
}

.group-of-ventures .all-groups .grid:nth-child(2n) {
    border-right: 0px;
}

/*.group-of-ventures .all-groups .grid:nth-child(-n+2):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    top: 0px;
    z-index: 999;
    background: #fff;
}*/

/*.group-of-ventures .all-groups .grid:nth-child(n+11):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    bottom: 0px;
    z-index: 999;
    background: #fff;
}*/
}

@media only all and (max-width: 980px) {
    .contact-us .main-container
    {
        max-width:780px;
    }
    .contactus-form > div
    {
        width:100%;
    }
    
}

@media only all and (max-width: 780px) {
     .contact-us .main-container
    {
        max-width:480px;
        margin-top:0px;
    }
    .contact-us .main-container .left, .contact-us .main-container .right
    {
        width:100%;
       
    }

    .contact-us .main-container > .left, .contact-us .main-container > .right
    {
 padding:15px;
    }
}
@media only all and (min-width: 10px) and (max-width: 700px) {
        .group-of-ventures .all-groups .grid
    {
        width:100%;
    }

          .group-of-ventures .all-groups .grid:nth-child(n+2)
{
   border-top: 1px dotted #e8e8e8;
}

.group-of-ventures .all-groups .grid{
    border-right: 0px;
}

 .empower-block h2
    {
            font-size: 4.5vw;
    }
    .empower-block h2 b {
    font-size: 5.7vw;
}


}
/*end contact-us block*/

/*Actionbar*/
.footer_sticky_inside {
    background: #0b0b0b;
    bottom: -150px;
    display: inline-block;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9999;
    height: 43px;
    transition: all 1s ease;
}

.sticky_visible {
    bottom: 0px !important;
}

.footer_sticky_inside .container {
    width: 1196px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

    .footer_sticky_inside .container:before, .footer_sticky_inside .container:after, #sticky_element .container:before, #sticky_element .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

.footer_sticky_bar {
    position: relative;
}

    .footer_sticky_bar .how_it_works {
        display: inline-block;
        color: #fff;
        padding: 10px 8px 5px 8px;
        cursor: pointer;
        line-height: 25px;
        font-size: 13px;
    }

.footer_sticky_inside a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 17px;
    padding: 4px 5px 0;
    position: relative;
    width: auto;
}

.footer_sticky_bar .how_it_works:before {
    background: url(http://images.apherald.com/Imagestore/KGV/Images/header_sprite_v11.png) no-repeat scroll -62px -628px rgba(0,0,0,0);
    content: "";
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
    width: 21px;
}

.live_chat_div {
    float: right;
    list-style: none;
    margin: 0 -3px 0 0;
    padding: 0;
    width: 100%;
}

    .live_chat_div li {
        margin-left: 0;
        margin-right: 0px;
        display: inline-block;
        float: left;
        height: 45px;
        line-height: 47px;
    }

        .live_chat_div li.callback_link {
            width: 217px;
        }

.footer_sticky_bar li.chat-button > div > a {
    width: 200px;
    top: -7px;
}

.footer_sticky_inside .sticky_request_call {
    padding: 15px 18px 6px 0;
    border-bottom: 2px solid transparent;
}

.live_chat_div .call_back_footer {
    background-position: -282px -165px;
    width: 25px;
    height: 22px;
    margin-top: -3px;
}

.live_chat_div span {
    display: inline-block;
    float: left;
    height: 40px;
    margin: 10px 0 0 10px;
    vertical-align: middle;
}

.goto-icon{
        background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
    display: inline-block;
    /* background-position: -606px -130px; */
    transform: rotate(270deg);
    background-size:100%;

}

.aap_icon {
    background: url("http://images.apherald.com/Imagestore/KGV/Images/home-page_sprite_v5.png") no-repeat;
    display: inline-block;
    background-position: -606px -130px;
}

.call_us_on {
    background-position: -312px -163px;
    width: 25px;
}

.call_back_form {
    background: none;
    bottom: -5px;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 2;
}

#sticky_element .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 1004px;
}

.footer_call_back_div {
    background: #f0f0f0;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    box-shadow: 3px 1px 7px #c6c6c6;
    display: inline-block;
    float: left;
    margin-right: -2px;
    width: 337px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 50px;
}

.callback_wrapper {
    display: none;
    margin-left: 0px;
}

.collapse_sticky {
    background: #1e1e1e;
    display: block;
    float: left;
    margin-right: 0;
    position: relative;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .collapse_sticky li {
        width: 100%;
        margin-left: 0;
    }

        .collapse_sticky li a {
            border-bottom: 2px solid #0892C2;
            display: block;
            padding: 10px 0;
            text-align: left;
            width: 100%;
        }

            .collapse_sticky li a.sticky_close_btn {
                border: none;
                width: 20px;
                height: 3px;
                background: #fff;
                padding: 0;
                position: absolute;
                right: 9px;
                top: 19px;
                width: 14px;
            }

.call_container_in {
    padding: 10px;
    display: inline-block;
}

    .call_container_in p {
        padding-top: 10px;
        display: inline-block;
    }

.footer_call_back_div .placeholder_wrap {
    margin-bottom: 10px;
}

.placeholder_wrap {
    position: relative;
}

.footer_call_back_div .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

 .form-group:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 5px;
    width: 1px;
    background: #ccb169;
}

    .form-group:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 5px;
    width: 1px;
    background: #ccb169;
    z-index: 9;
}

input.form-control, textarea.form-control {
    background: #fff;
    border:none;
    border-bottom: 1px solid #ccb169;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #a0a0a0;
    height: 44px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: Raleway,Arial,sans-serif;
    line-height: 1.428571429;
    padding: 6px 5px;
    padding-top:18px;
    margin-top: 0px;
}

.footer_call_back_div .form-control {
    border: 1px solid #e7e7e7;
    color: #777;
    box-shadow: none;
    font-size: 13px;
    height: 35px;
    font-family: Poppins-Regular;
}

.support_coutry_code {
    position: relative;
    margin-bottom: 5px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.select_wraper {
    background: #fff;
    width: 317px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 33px;
}

.callback_wrapper .for_cun, .form_div_register .for_cun, .enroll_form .dr_cun, .webi_reg_form .dr_cun {
    margin-bottom: 2px;
    width: 49px;
}

    .expanded_form .select_wraper .sel_cr, .callback_wrapper .for_cun .sel_cr, .form_div_register .for_cun .sel_cr, .enroll_form .sel_cr {
        width: 75px;
        height: 100%;
        padding-left: 8px;
        border: none;
        font-family: Poppins-Regular;
        -webkit-appearance: none;
    }

.select_wraper .caret {
    position: absolute;
    right: 5px;
    top: 16px;
}

#request-callback {
    border: none;
    height: 40px;
    width: 100%;
    font-family: Poppins-Regular;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.support_coutry_code .placeholder_wrap {
    display: inline-block;
    width: 256px;
    position: relative;
    top: 0;
}

    .support_coutry_code .placeholder_wrap .country_code_span {
        display: inline-block;
        font-size: 13px;
        float: left;
        left: 5px;
        top: 4px;
        position: relative;
        vertical-align: middle;
        z-index: 1;
        padding-top: 4px;
    }

    .support_coutry_code .placeholder_wrap input {
        height: 33px;
        border: none;
        position: absolute;
        width: 259px;
    }

.call_container_in a.remember_me {
    color: #333;
    display: block;
    padding-left: 24px;
    text-indent: -23px;
}

.remember_me:before {
    margin-right: 3px;
    content: "";
    display: inline-block;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/header_sprite_v11.png) no-repeat;
    width: 15px;
    height: 15px;
}

.remember_me.selected_img:before {
    background-position: -75px -298px;
}

.call_container_in .btn-success {
    margin-top: 10px;
    background: #00a7dc;
    border-color: #00a7dc;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}
/*End of action bar*/


/*#region Login Page*/

.s-login-page1 {
    background: url('http://images.apherald.com/Imagestore/KGV/Images/kgv-slider.png') no-repeat fixed !important;
    background-size: cover !important;
    background-position: 82% !important;
}

.container-login {
    display: inline-block;
}

.container-login {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background: #fff;
}

.s-login-page {
    /* min-width: 1024px; */
    min-height: 700px;
    height: 100vh;
    width: 100%;
}

.image-overlay {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.14);
    height: 100%;
    top: 0px;
    left: 0px;
}

.s-login-page .content {
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 5 rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    padding: 0;
    width: 400px;
    display: table;
}

.login-box {
    padding: 30px 25px;
    position:relative;
    overflow: hidden;
}

.forgot-password-box {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #fff;
    bottom: -500px;
    transition:0.3s all ease-in;
        left: 0;
    padding: 25px;
}

.forgot-password-box.active{
    bottom:0;
}

#close-password{
    top:0;
    right:0;
}

.container-login .content {
       height: auto;
    margin: auto;
    text-align: center;
    /* min-width: 320px; */
    position: absolute;
    left: 0;
    right: 0;
    top: -11%;
    bottom: 0;
    border : 2px solid #ccb169;
}

    .container-login .content a {
        position: relative;
        display: inline-block;
        background : transparent;
        text-transform: lowercase;
        color: #ccb169;
    }

    .container-login .content a > i{
        margin-right: 5px;
    }

    .container-login .content img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-left: -12px;
    }

    .hp-logo-container{
        display: none;
    }

.hp-logo-container, .hp-login-container {
    /*display: table-cell !important;*/
    /* padding: 0px; */
    vertical-align: middle;
    width: 50%;
}

.hp-login-container {
    padding-left: 0px;
    border-left: none;
}

.hp-login-container {
    width: 100%;
    display: inline-block;
    height: auto;
    /* padding: 12px; */
    /* border: 2px solid #fff; */
    /* border-radius: 5px; */
    font-family: arial;
    text-align: left;
    background: #fff;
    position: relative;
    /* margin-top: -42px; */
}



    .hp-login-container .row {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }

.btn-primary1 {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.login_social {
    margin-bottom: 5px;
}

.container-login .content a {
    position: relative;
    display: inline-block;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}



.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    position: absolute;
    display :inline-block;
    width:100%;
    background: #ccb169;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
    color: #ccc;
}

.hp-login-left {
    width: 100%;
    float: left;
}

.form-group {
    position: relative;
    margin-bottom: 13px;
}

.input-icon {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 32px;
    height: 24px;
    text-align: right;
    /*border-left: 1px solid #ececec;*/
    color: #ccc;
    font-size: 18px;
    line-height: 24px;
    text-shadow: none;
}

    .input-icon i {
        color: #ccc;
        font-size: 30px;
        line-height: 24px;
        color: transparent;

    }

     .input-icon i.icon-user{
         background : url(http://images.apherald.com/Imagestore/KGV/Images/icons/user-icon.png) no-repeat;
         background-size: 100%;
         background-position: 1px 9px;

     }

       .input-icon i.icon-lock{
            background : url(http://images.apherald.com/Imagestore/KGV/Images/icons/lock-icon.png) no-repeat;
            background-size: 110%;
            background-position: 1px 9px;
     }

       .close-login {
    position: absolute;
    z-index: 999;
    font-size: 19px;
    line-height: 27px;
    right: -22px;
    top: -27px;
    height: 30px;
    display: block;
    width: 30px;
    text-align: center;
    /*border: 2px solid #ccb169;*/
    border-radius: 50%;
    color: #ccb169!important;
}


.small a {
    color: #ffa423;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
}

.hp-login-right {
    width: 100%;
    float: left;
    height: 100%;
}

.cb-login {
    border: none;
   background: #cfb571;
    color: #fff;
    outline: 0;
    padding: 12px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin-top: 50px;
    font-weight: 600;
}

.icon-user:before {
    content: '\f007';
}

.icon-lock:before {
    content: '\f023';
}

.hp-login-container .col-md-6 {
    width: 42%;
    float: left;
}

.hp-login-container .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*#endregion Login Page*/


/*#region for mobiles styles*/

@media screen and (max-width: 1024px) {
    .s-login-page1{
            background: url('http://images.apherald.com/Imagestore/KGV/Images/kgv-slider.png') no-repeat fixed !important;
    background-size: cover !important;
   
        background-position: 69% !important;
    }

    footer .socialIconHolder a{
        margin-right:0;
    }

}


@media screen and (max-width: 700px) {

    html, body{
        overflow-x: hidden;
    }
    .main-menu{
        display: inline-block !important;
    }

    .main-nav{
        display: none;
    }
    .right-menu ul li{
        display : none;
    }


 .social-container{
         top: 14px;
 }

 .s-login-page .content{
     width:90%;
     max-width: 400px;
 }

 .right-menu {
 
    margin-top: 14px;
}
    .grid-row.clear-fix{
        padding:0;
    }

    .sticky-menu .grid-row{
        padding: 0px 0px;
}

    .main-nav > ul > li > a{
        padding-left: 0;
    }
    
    .right-menu ul li:last-child{
        display:inline-block;
    }

       .meteor-nav li a{
        width: 50px;
    }

    #slider-div{
        padding-top: 55px;
    }

    .goto_section{
        display:none;
        bottom:0;
    }

    .pager-container{
        display: none;
    }


    .meteor-nav .next a i,.meteor-nav .prev a i{
        background-size: 100%;
    }

    .caption-container{
        display:none;
    }


   .sliderTabText{
        font-size: 17px;
   }

    .sliderTabText1 {
        font-size: 8px;
    }

    .vision-block  .bx-pager a{
        height: 60px;
    }


    .pointer{
        left: 37%;
    }
    .hp-featured h2{
        font-size: 18px;
        margin-bottom: 0;
    }

    .contact-us .location_map{
        display : none;
    }



    .footer_below .container{
        width: 100%;
    }

    .anytime {
    padding: 25px 0 15px;
    width: 100%;
    float: left;
    text-align: center;
}

   .app_box li {
    padding: 15px 100px 0px;
    width: 100%;
    border-bottom: 1px solid #333232;
}

    .hidden-phone{
        display: none !important;
    }

   .container-fluid .row-fluid .col4{
       width : 100%;
   }

  .container-fluid .row-fluid .col2{
       width: 100%;
   }
  .container-fluid .row-fluid .col2 >p {
      text-align: center;
      border: none;
  }

  .hp-featured .slider-cat{
      font-size: 11px;
  }

  /*Testimonials*/
  .news .bx-next, .testimonials-section .bx-next,.news .bx-prev, .testimonials-section .bx-prev,#featuredstory .bx-next,#featuredstory .bx-prev,.snagger-features .bx-next,.snagger-features .bx-prev,.owl-stage-outer .bx-controls-direction .bx-next, .owl-stage-outer .bx-controls-direction .bx-prev,.latest-news-block .bx-next, .latest-news-block .bx-prev{
      background-size:100%;
  }

  .small-heading.gray.testimonilas{
      font-size: 17px;
    line-height: 1.2;
  }

  .snagger-features .bx-next, .snagger-features .bx-prev, .owl-stage-outer .bx-controls-direction .bx-next, .owl-stage-outer .bx-controls-direction .bx-prev,#featuredstory .bx-next, #featuredstory .bx-prev, .news .bx-next, .news .bx-prev, .latest-news-block .bx-next, .latest-news-block .bx-prev{
      width: 55px;
  }

  .testimonilas-div{
      padding : 20px 0px;
  }
 .w-slider.testimonials {
    padding: 0px 25px;
}

 .testimonial-author{
     font-size: 10px;
    margin-top: 25px;
 }


 .paralbackground .section-title-2 .lead, .paralbackground .section-title-2 h2,.testimonilas-div .section-title-2 h2,.blog-header-container > h2{
     font-size: 6.4vw;
 }

 .kg-testi-img, .testi-image-container{
     width:200px;
     height: 200px;
    margin-bottom:15px;
 }


  /*Trusted Partners*/
  .section1{
      padding: 30px 0;
  }

  footer .socialIconHolder a{
      margin-right:0;
     
  }

  .latest-news-block .col-md-3{
      width: 100%;
  }

  .latest-news-block img{
      margin: 0px auto;
      max-width:100%;
  }
  .preloader .logo{
      height: auto;
      width: auto;
  }

  .kicker{
      width: 100% !important;
  }


  .empower-icon{
      width: 16% !important;
  }

  .latest-news-block{
      padding:20px 30px;
  }

  .latest-news-block blockquote{
      padding:0;
  }
   .latest-news-block blockquote a{
     font-size:4.2vw;
  }
}


/*#endregion for mobiles*/


/*#region awards-list*/
.sw-lt {
    width: 100%;
    padding: 24px 19px;
    display: inline-block;
    /* box-shadow: 0 0 2px #a5a5a5; */
    padding: 20px;
    /* -webkit-box-shadow: 0 0 2px #a5a5a5; */
    /*-o-box-shadow: 0 0 2px #a5a5a5;
        -ms-box-shadow: 0 0 2px #a5a5a5;*/
    display: flex;
    width: 98%;
    height: 100%;
    margin: 17% 1%;
    border-radius: 5px;
    /* float: left; */
    position: relative;
    /* overflow: hidden; */
    padding-top: 7%;
    padding-bottom: 3%;
    /* background-image: url(/kgv/images/logo/pinnacle-menu-bottom-500.png); */
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    align-items: center;
    /* direction: rtl;*/
}

    .sw-lt:nth-child(even) {
        direction: rtl;
    }

    .sw-lt:not(.bnr):before {
        content: "";
        position: absolute;
        width: 300px;
        height: 2px;
        /* top: 134%; */
        left: 38%;
        z-index: -1;
        /* background: url(/KGV/Images/logo/kgv-logo-500-3.png) 0 0 repeat; */
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(0deg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left bottom -30px;
        /* background: #d8d8d8; */
        bottom: -155px;
        box-shadow: 0px 5px 4px #c1bdbd;
    }

    .sw-lt:not(.bnr):after {
        content: "";
        position: absolute;
        width: 23px;
        height: 23px;
        /* border: 1px solid #ffffff; */
        border-radius: 50%;
        bottom: -167px;
        left: 46%;
        background: #ffffff;
        box-shadow: 0px 7px 7px #c1bdbd;
    }

    .sw-lt.bnr {
        padding-bottom: 20px;
    }

    .sw-lt h3 {
        color: #0099ff;
        font-weight: 500;
        font-weight: 700;
        font-size: 60px;
        text-align: center;
        margin-bottom: 3px;
        margin-bottom: 3px;
        text-transform: capitalize;
        margin-bottom: 18px;
        letter-spacing: -1.5px;
    }

    .sw-lt.f-w-develop h3 {
        text-align: left;
        color: #a5a5a5
    }

    .sw-lt img {
        width: 125%;
        /* margin-bottom: 10px; */
        max-width: 200%;
        margin-left: -6%;
        margin-top: -144px !important;
    }

    .sw-lt .logo {
        font-size: 29px;
        color: #008DA7;
        width: 30%;
        text-align: center;
        font-weight: bolder;
        margin-bottom: 20px;
        display: inline-block;
        float: left;
    }

    .sw-lt div.content {
        width: 65%;
        font-size: 29px;
        text-align: center;
        color: #000;
        /* text-align: justify; */
        line-height: 1.6;
        /* font-weight: 500; */
        margin-bottom: 9px;
        padding-left: 177px;
        float: right;
    }

    .sw-lt:nth-child(even) div.content {
        padding-right: 177px;
        padding-left: 0px;
    }

    .sw-lt .content .media a {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        padding: 5px 3px;
    }

    .sw-lt .swp-sno {
        font-size: 27px;
        width: auto;
        height: 42px;
        padding: 2px;
        position: absolute;
        z-index: 999;
        color: #000;
        top: 0px;
        left: 0px;
        text-align: center;
        border: 0px solid #fe0a00;
        /* border-radius: 50%; */
        padding-top: 7px;
        padding-left: 7px;
        /* background: #fe0a00; */
        color: #008DA7;
        font-weight: bold;
        letter-spacing: -0.7px;
        /* text-transform: uppercase; */
        padding-right: 5px;
    }

        .sw-lt .swp-sno:after {
            content: " ";
            width: 0;
            height: 0;
            /* border-top: 43px solid #fe0a00; */
            border-right: 25px solid transparent;
            display: inline-block;
            position: absolute;
            /* right: 0px; */
            left: 100%;
            top: 0px;
        }

/*#endregion awards-list*/
