.pane-scad-svg-loader-scad-svg-block {
  display: none;
}


svg.svg-icon {
  width: 70px;
  height: 70px;
  max-width: 100%;
  -webkit-transition: color 0.3s ease, fill 0.3s ease;
  -moz-transition: color 0.3s ease, fill 0.3s ease;
  -o-transition: color 0.3s ease, fill 0.3s ease;
  -ms-transition: color 0.3s ease, fill 0.3s ease;
  transition: color 0.3s ease, fill 0.3s ease;
}

/* SVG Size */
svg.svg-icon.svg-xsmall {
  width: 20px;
  height: 20px;
}

svg.svg-icon.svg-small{
  width: 40px;
  height: 40px;
}

svg.svg-icon.svg-medium{
  width: 100px;
  height: 100px;
}

svg.svg-icon.svg-large{
  width: 150px;
  height: 150px;
}

svg.svg-icon.svg-xlarge{
  width: 200px;
  height: 200px;
}


/* SVG Theme */
svg.svg-theme-light {
  opacity: .45;
}

svg.svg-theme-section {
  color: #383838;
  fill:#9a9a9a;
}
.section-life svg.svg-theme-section {
  color: #0b7963;
  fill:#0b7963;
}

svg.svg-theme-white {
  color: #fff;
}

svg.svg-theme-no-secondary {
  fill: transparent;
}


/* SVG Background Style */
/*svg.svg-circle-bg {
  background: #f7f7f7;
  border-radius: 50%;
}*/
svg.svg-square-bg {
  background: #f7f7f7;
}
.svg-circle-bg {
  background: #f7f7f7;
  border-radius: 50%;
  display: inline-block;
  padding: 50px;
}
.section-admission .svg-circle-bg {
  height:170px;
  width:170px;
}

.svg-circle-large {
  padding: 65px;
}


/* SVG Hover */

/* SVG Hover */
.svg-hover:hover svg,
.svg-hover-reverse:hover svg,
svg.svg-hover:hover,
svg.svg-hover-reverse:hover {
  color: #ccc;
}

.svg-hover-light:hover svg,
svg.svg-hover-light:hover {
  opacity: .4;
}

.svg-hover-reverse:hover svg,
svg.svg-hover-reverse:hover{
  color: fff;
}

.svg-hover:hover svg.svg-circle-bg,
.svg-hover:hover svg.svg-square-bg,
.svg-hover-reverse:hover svg.svg-circle-bg,
.svg-hover-reverse:hover svg.svg-square-bg,
svg.svg-square-bg.svg-hover:hover,
svg.svg-circle-bg.svg-hover:hover,
svg.svg-square-bg.svg-hover-reverse:hover,
svg.svg-circle-bg.svg-hover-reverse:hover {
 background-color: #656565;
}

/* SVG Hover -> Theme section */
.svg-hover-reverse:hover svg.svg-theme-section,
svg.svg-theme-section.svg-hover-reverse:hover {
  color:#aaa;
  fill: #656565;
}

.svg-hover:hover svg.svg-circle-bg.svg-theme-section,
.svg-hover:hover svg.svg-square-bg.svg-theme-section,
.svg-hover-reverse:hover svg.svg-circle-bg.svg-theme-section,
.svg-hover-reverse:hover svg.svg-square-bg.svg-theme-section,
svg.svg-square-bg.svg-theme-section.svg-hover:hover,
svg.svg-circle-bg.svg-theme-section.svg-hover:hover,
svg.svg-square-bg.svg-theme-section.svg-hover-reverse:hover,
svg.svg-circle-bg.svg-theme-section.svg-hover-reverse:hover {
  background-color: #656565;
  color:#fff;
  fill: #ddd;
}



/* Original Themes */
svg.facebook_circle_color {
  fill: #3b5998;
}

svg.gear {
  fill: #5f9ea0;
  color: #000000;
}

svg.home {
  fill: #1e90ff;
}

svg.instagram_circle {
  fill: #9b6954;
}

svg.linkedin_circle_color {
  fill: #007bb5;
}

svg.profile {
  fill: #708090;
  color: #f8f8ff;
}

svg.settings {
  fill: #32699a;
}

svg.youtube_circle {
  fill: #bb0000;
}
