/*f0109e0c5561da2f4184516935dfb302*/
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.5rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2.25rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 2rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.75rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.5rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1.25rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/deanimatech/custom/scss/_utilities.scss */
.noliststyle {
  list-style: none;
}
/* line 4, templates/deanimatech/custom/scss/_utilities.scss */
.g-uppercase {
  text-transform: uppercase;
}
/* line 7, templates/deanimatech/custom/scss/_utilities.scss */
.g-notexttransform {
  text-transform: none;
}
/* line 10, templates/deanimatech/custom/scss/_utilities.scss */
.g-positive-margin-top {
  margin-top: 23rem;
}
/* line 13, templates/deanimatech/custom/scss/_utilities.scss */
.g-negative-margin-bottom {
  margin-bottom: -25rem;
}
/* line 17, templates/deanimatech/custom/scss/_utilities.scss */
.g-textpromo-typed {
  visibility: hidden;
}
/* line 21, templates/deanimatech/custom/scss/_utilities.scss */
.typed-cursor {
  display: inline-block;
  opacity: 1;
  font-size: 1.5rem;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
  /* line 29, templates/deanimatech/custom/scss/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 30, templates/deanimatech/custom/scss/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 31, templates/deanimatech/custom/scss/_utilities.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  /* line 29, templates/deanimatech/custom/scss/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 30, templates/deanimatech/custom/scss/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 31, templates/deanimatech/custom/scss/_utilities.scss */
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  /* line 29, templates/deanimatech/custom/scss/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 30, templates/deanimatech/custom/scss/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 31, templates/deanimatech/custom/scss/_utilities.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 3, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 4, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-defaut input[type="text"]::-webkit-input-placeholder {
  color: #a5a5a5 !important;
}
/* line 5, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-defaut input[type="text"]::-moz-placeholder {
  color: #a5a5a5 !important;
}
/* line 6, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-defaut input[type="text"]:-ms-input-placeholder {
  color: #a5a5a5 !important;
}
/* line 8, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 9, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-clear input[type="text"]::-webkit-input-placeholder {
  color: #808080 !important;
}
/* line 10, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-clear input[type="text"]::-moz-placeholder {
  color: #808080 !important;
}
/* line 11, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-clear input[type="text"]:-ms-input-placeholder {
  color: #808080 !important;
}
/* line 13, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 14, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-dark input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
}
/* line 15, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-dark input[type="text"]::-moz-placeholder {
  color: #fff !important;
}
/* line 16, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-placeholder-dark input[type="text"]:-ms-input-placeholder {
  color: #fff !important;
}
/* line 19, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-form {
  white-space: nowrap;
}
/* line 22, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter h2 {
  margin-bottom: 0.1rem;
}
/* line 24, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-headtext {
  margin-bottom: 1rem;
}
/* line 27, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-foottext {
  margin-top: 1rem;
}
/* line 30, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 31, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-border-radius-0 input[type="text"], .etl-acy-newsletter .etl-acy-border-radius-0 input[type="submit"] {
  border-radius: 0 !important;
}
/* line 35, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 36, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-border-radius-defaut input[type="text"], .etl-acy-newsletter .etl-acy-border-radius-defaut input[type="submit"] {
  border-radius: 0.1875rem !important;
}
/* line 40, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 41, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-border-radius-1rem input[type="text"], .etl-acy-newsletter .etl-acy-border-radius-1rem input[type="submit"] {
  border-radius: 1rem !important;
}
/* line 45, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-inputboxemail-1, .etl-acy-newsletter .etl-acy-newsletter-inputboxemail-2, .etl-acy-newsletter .etl-acy-newsletter-inputboxname-2, .etl-acy-newsletter .etl-acy-newsletter-button-1, .etl-acy-newsletter .etl-acy-newsletter-button-2 {
  height: 40px;
}
/* line 48, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-inputboxemail-1 {
  color: #7f7f7f;
  background-color: #e6e6e6;
  border: 0;
  display: inline-block;
  padding: 0.7rem 1.25rem;
  width: 73%;
  margin-right: 0.25rem;
  vertical-align: top;
  box-shadow: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .etl-acy-newsletter .etl-acy-newsletter-inputboxemail-1 {
    padding: 0.7rem 0.5rem;
    width: 53%;
  }
}
/* line 63, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-inputboxemail-compact-text {
  color: #7f7f7f;
  background-color: #e6e6e6;
  border: 0;
  border-radius: 0;
  height: 40px;
  display: inline-block;
  padding: 0.7rem 1.25rem;
  width: 75%;
  margin-right: 0rem;
  vertical-align: top;
  box-shadow: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-acy-newsletter .etl-acy-newsletter-inputboxemail-compact-text {
    padding: 0.7rem 0.5rem;
    width: 60%;
  }
}
/* line 80, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-inputboxname-2, .etl-acy-newsletter .etl-acy-newsletter-inputboxemail-2 {
  color: #7f7f7f;
  background-color: #e6e6e6;
  border: 0;
  display: inline-block;
  padding: 0.7rem 1.25rem;
  width: 36%;
  margin-right: 0.25rem;
  vertical-align: top;
  box-shadow: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-acy-newsletter .etl-acy-newsletter-inputboxname-2, .etl-acy-newsletter .etl-acy-newsletter-inputboxemail-2 {
    padding: 0.7rem 0.5rem;
    width: 35%;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .etl-acy-newsletter .etl-acy-newsletter-inputboxname-2, .etl-acy-newsletter .etl-acy-newsletter-inputboxemail-2 {
    width: 100%;
    display: block;
  }
}
/* line 99, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-button-1 {
  width: 25%;
  height: 40px;
  padding-left: inherit;
  padding-right: inherit;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-acy-newsletter .etl-acy-newsletter-button-1 {
    padding: 0.7rem 0.5rem;
    width: 40%;
  }
}
/* line 109, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-button-compact-text {
  width: 25%;
  border-radius: 0;
  height: 40px;
  padding-left: inherit;
  padding-right: inherit;
  margin-left: -4px;
}
@media only all and (max-width: 47.99rem) {
  .etl-acy-newsletter .etl-acy-newsletter-button-compact-text {
    margin-left: 0px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-acy-newsletter .etl-acy-newsletter-button-compact-text {
    padding: 0.7rem 0.5rem;
    width: 40%;
  }
}
/* line 124, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-button-2 {
  width: 25%;
  height: 40px;
  padding-left: inherit;
  padding-right: inherit;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-acy-newsletter .etl-acy-newsletter-button-2 {
    padding: 0.7rem 0.5rem;
    width: 30%;
  }
}
@media only all and (max-width: 47.99rem) {
  .etl-acy-newsletter .etl-acy-newsletter-button-2 {
    width: 100%;
    display: block;
  }
}
/* line 138, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 139, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-inputboxemail-compact input, .etl-acy-newsletter .etl-acy-newsletter-button-compact input, .etl-acy-newsletter .etl-acy-newsletter-inputboxemail-compact .g-newsletter-button-submit, .etl-acy-newsletter .etl-acy-newsletter-button-compact .g-newsletter-button-submit {
  height: 40px;
  width: 100%;
  border-radius: 0;
  margin-left: -4px;
  box-shadow: none;
  font-size: 0.875rem;
}
/* line 149, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 150, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-inputboxemail-compact input {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  padding: 0 1.5rem;
  margin-bottom: 0;
}
/* line 158, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-compact-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 162, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-compact-wrapper .etl-acy-newsletter-inputboxemail-compact, .etl-acy-newsletter .etl-acy-newsletter-compact-wrapper .etl-acy-newsletter-button-compact {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
}
/* line 169, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-compact-wrapper .etl-acy-newsletter-inputboxemail-compact {
  width: 75%;
}
/* line 173, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 174, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-compact-wrapper .etl-acy-newsletter-button-compact {
  margin-left: -4px;
}
/* line 178, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 179, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-compact-wrapper .etl-acy-newsletter-button-compact-icon i {
  line-height: 40px;
}
/* line 184, templates/deanimatech/custom/scss/_newsletters.scss */
/* line 185, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-button-compact .etl-acy-newsletter-button-compact-submit {
  color: #fff;
  margin-bottom: 0;
  display: block;
  text-align: center;
}
/* line 191, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-button-compact .etl-acy-newsletter-button-compact-icon {
  color: #fff;
  border: 0;
}
/* line 194, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-button-compact .etl-acy-newsletter-button-compact-icon i {
  font-size: 1.25rem;
  line-height: 40px;
  vertical-align: middle;
}
/* line 201, templates/deanimatech/custom/scss/_newsletters.scss */
.etl-acy-newsletter .etl-acy-newsletter-button-compact-submit input[type="submit"] {
  font-family: FontAwesome;
  display: inline-block;
  text-rendering: auto;
  font-size: 1.3rem;
  line-height: 30px;
  vertical-align: middle;
}
/* Home */
/* line 5, templates/deanimatech/custom/scss/custom.scss */
/* line 6, templates/deanimatech/custom/scss/custom.scss */
#g-slideshow .g-promo {
  letter-spacing: 3px;
}
/* line 7, templates/deanimatech/custom/scss/custom.scss */
#g-slideshow .g-promocontent-desc-wrapper {
  text-align: center;
  height: 3rem;
  line-height: 1;
}
/* line 8, templates/deanimatech/custom/scss/custom.scss */
#g-slideshow .g-textpromo {
  opacity: 0.85;
}
/* line 9, templates/deanimatech/custom/scss/custom.scss */
#g-slideshow .g-readon {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 10, templates/deanimatech/custom/scss/custom.scss */
#g-slideshow .button {
  color: #fff !important;
  border: 3px solid #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 5rem;
}
@media only all and (max-width: 47.99rem) {
  #g-slideshow .button {
    margin-top: 2rem;
  }
}
/* line 19, templates/deanimatech/custom/scss/custom.scss */
#g-slideshow .button:hover {
  color: #814f24 !important;
  border: 3px solid #814f24;
}
/* line 26, templates/deanimatech/custom/scss/custom.scss */
/* line 27, templates/deanimatech/custom/scss/custom.scss */
/* line 28, templates/deanimatech/custom/scss/custom.scss */
/* line 29, templates/deanimatech/custom/scss/custom.scss */
#g-above.fp-above .g-blockcontent-subcontent .g-blockcontent-subcontent-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* line 33, templates/deanimatech/custom/scss/custom.scss */
#g-above.fp-above .g-blockcontent-subcontent .g-blockcontent-subcontent-block .g-blockcontent-subcontent-block-content {
  flex: 1 0 auto;
}
/* line 40, templates/deanimatech/custom/scss/custom.scss */
.itemid-120 #g-expanded {
  background: #fff !important;
}
/* line 41, templates/deanimatech/custom/scss/custom.scss */
form {
  position: relative;
  margin: 0;
}
/* line 42, templates/deanimatech/custom/scss/custom.scss */
.g-blockcontent-subcontent-title {
  font-size: 1.2rem;
  color: #2a5dd6;
  font-weight: 600;
}
@media only all and (max-width: 47.99rem) {
  .g-blockcontent-subcontent-title {
    font-size: 1.1rem;
    margin: 0;
  }
}
/* Home Page */
/* line 52, templates/deanimatech/custom/scss/custom.scss */
.home-slideshow .sprocket-features-desc {
  display: block;
}
/* line 53, templates/deanimatech/custom/scss/custom.scss */
.home-slideshow .sprocket-features-content {
  left: 12%;
}
/* line 54, templates/deanimatech/custom/scss/custom.scss */
.home-article .g-block {
  margin: 0 10px 0 10px;
  padding: 0 0 18px;
  background: #fff;
}
/* line 55, templates/deanimatech/custom/scss/custom.scss */
.button.read-mr-link {
  color: #fff;
  background: #452a13;
  padding: 12px 24px;
  border-radius: 26px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
/* line 56, templates/deanimatech/custom/scss/custom.scss */
.new-section .g-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 57, templates/deanimatech/custom/scss/custom.scss */
.new-section h3 {
  margin-bottom: 0;
}
/* line 58, templates/deanimatech/custom/scss/custom.scss */
/* line 59, templates/deanimatech/custom/scss/custom.scss */
.abrSrvc .g-blockcontent-subcontent-block-content {
  display: flex;
  flex-flow: column nowrap;
}
/* line 63, templates/deanimatech/custom/scss/custom.scss */
.abrSrvc .g-blockcontent-buttons {
  margin: 20px 0 0 0;
  margin-top: auto;
}
/* line 68, templates/deanimatech/custom/scss/custom.scss */
.discover .g-blockcontent-description {
  margin: 1rem 0;
}
/* line 69, templates/deanimatech/custom/scss/custom.scss */
#home-news .g-joomla-articles .g-block {
  padding: 1rem;
  border: 1px solid #452a13;
  margin: 0.5rem;
}
/* line 70, templates/deanimatech/custom/scss/custom.scss */
#home-news .g-content-array .g-item-title {
  line-height: 18px;
  font-size: 1rem;
}
/* line 71, templates/deanimatech/custom/scss/custom.scss */
#home-news .g-content-array .g-item-title a {
  color: #452a13;
}
/* line 72, templates/deanimatech/custom/scss/custom.scss */
#home-news .g-content-array .g-content {
  padding: 0;
}
/* line 73, templates/deanimatech/custom/scss/custom.scss */
#home-news .moduletable {
  padding-top: 0;
  margin-top: 0;
}
/* line 74, templates/deanimatech/custom/scss/custom.scss */
#home-news {
  padding-bottom: 1rem;
}
/* line 75, templates/deanimatech/custom/scss/custom.scss */
#cnt-form .g-content {
  padding: 2rem;
  border-radius: 30px;
}
/* line 76, templates/deanimatech/custom/scss/custom.scss */
#cnt-form {
  max-width: 700px;
  width: 100%;
  margin: 3rem auto;
}
/* line 77, templates/deanimatech/custom/scss/custom.scss */
#cnt-form .control-group:nth-of-type(1) {
  margin-right: 1%;
}
/* line 78, templates/deanimatech/custom/scss/custom.scss */
#cnt-form .control-group:nth-of-type(1), #cnt-form .control-group:nth-of-type(2) {
  width: 49%;
  vertical-align: top;
  display: inline-block;
}
/* line 79, templates/deanimatech/custom/scss/custom.scss */
#cnt-form .g-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
}
/* line 80, templates/deanimatech/custom/scss/custom.scss */
#cnt-form button {
  border: 1px solid;
  color: #444;
  padding: 7px 21px;
  margin: 0;
  background: #e8e8e8;
}
/* line 81, templates/deanimatech/custom/scss/custom.scss */
#cnt-form button:hover {
  color: #2a5dd6;
}
/* line 82, templates/deanimatech/custom/scss/custom.scss */
#cnt-form fieldset > .controls {
  text-align: center;
  margin-top: 15px;
  position: absolute;
  bottom: 10%;
  right: 0;
}
/* line 83, templates/deanimatech/custom/scss/custom.scss */
.g-recaptcha {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}
/* line 84, templates/deanimatech/custom/scss/custom.scss */
#cnt-form .mod-rscontact-error {
  color: #fff;
  font-size: 0.8rem;
}
/* line 85, templates/deanimatech/custom/scss/custom.scss */
#cnt-form .control-group .controls input {
  margin-bottom: 5px;
}
/* Service Page */
/* line 87, templates/deanimatech/custom/scss/custom.scss */
.service-banner h1 {
  margin: 0;
  text-align: center;
  color: #fff;
}
/* line 88, templates/deanimatech/custom/scss/custom.scss */
.service-banner h1 span {
  background: rgba(6, 41, 87, 0.8);
  padding: 15px 35px;
}
/* line 89, templates/deanimatech/custom/scss/custom.scss */
.text.txtSpc {
  margin-top: 25px;
}
/* About Page */
/* line 91, templates/deanimatech/custom/scss/custom.scss */
.about-services-particle .g-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* line 92, templates/deanimatech/custom/scss/custom.scss */
.about-services-particle .g-grid .g-block {
  width: 31%;
  flex: unset;
  padding: 1rem;
  margin: 0.5rem;
  border: 1px solid #2a5dd6;
  background: #eee;
}
/* line 93, templates/deanimatech/custom/scss/custom.scss */
.about-services-particle .g-blockcontent-subcontent-img {
  order: 0;
  max-width: 65px;
}
/* line 94, templates/deanimatech/custom/scss/custom.scss */
.about-services-particle .g-content {
  padding: 0;
  margin: 0;
}
/* line 95, templates/deanimatech/custom/scss/custom.scss */
.about-services-particle .g-blockcontent-subcontent-desc {
  margin-top: 0.5rem;
}
/* line 96, templates/deanimatech/custom/scss/custom.scss */
.about-services-particle .g-blockcontent-subcontent-title {
  line-height: 24px !important;
  margin: 10px 0 0 0;
}
/* line 97, templates/deanimatech/custom/scss/custom.scss */
.abt-txt-hdg {
  text-align: center;
}
/* Contact Form */
/* line 99, templates/deanimatech/custom/scss/custom.scss */
.form-wrpr {
  padding-bottom: 35px;
}
/* line 100, templates/deanimatech/custom/scss/custom.scss */
.cont-frm-wrpr {
  padding: 35px;
}
/* line 101, templates/deanimatech/custom/scss/custom.scss */
.form-wrpr .input-container {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px;
}
/* line 102, templates/deanimatech/custom/scss/custom.scss */
.control-group input, .control-group textarea {
  border: 1px solid #fff !important;
  background: transparent;
  border-radius: 21px;
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 10px;
  height: 45px;
  padding: 16px;
  font-size: 16px;
}
/* line 103, templates/deanimatech/custom/scss/custom.scss */
.control-group textarea {
  height: 120px;
  margin: 0;
  resize: none;
  width: 100%;
}
/* line 104, templates/deanimatech/custom/scss/custom.scss */
.row-btn {
  text-align: center;
}
/* line 105, templates/deanimatech/custom/scss/custom.scss */
.row-btn input {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 21px;
  padding: 8px 21px;
  font-size: 16px;
  font-weight: 700;
  color: #286366;
}
/* line 106, templates/deanimatech/custom/scss/custom.scss */
.control-group input:hover, .control-group input:focus, .control-group textarea:hover, .control-group textarea:focus {
  border-color: #fff;
  box-shadow: none;
}
/* line 107, templates/deanimatech/custom/scss/custom.scss */
#g-extension.cont-form-block form {
  padding: 35px;
  margin-bottom: 0;
}
/* line 108, templates/deanimatech/custom/scss/custom.scss */
.cont-form-block form {
  overflow: hidden;
}
/* line 109, templates/deanimatech/custom/scss/custom.scss */
.cnt-form .control-group:nth-child(7) {
  float: left;
  clear: both;
}
/* line 110, templates/deanimatech/custom/scss/custom.scss */
.cnt-form .control-group {
  width: 48%;
  clear: both;
}
/* line 111, templates/deanimatech/custom/scss/custom.scss */
.cnt-form .controls {
  clear: both;
}
/* line 112, templates/deanimatech/custom/scss/custom.scss */
.cnt-form fieldset {
  position: relative;
}
/* line 113, templates/deanimatech/custom/scss/custom.scss */
.cnt-form .control-group:nth-child(7) {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 114, templates/deanimatech/custom/scss/custom.scss */
.cnt-form .control-group label {
  display: none;
}
/* line 115, templates/deanimatech/custom/scss/custom.scss */
.cnt-form label {
  color: #fff;
  font-size: 13px;
  padding-top: 2px;
}
/* line 116, templates/deanimatech/custom/scss/custom.scss */
.cnt-form .control-group.error textarea {
  height: 220px;
}
/* line 117, templates/deanimatech/custom/scss/custom.scss */
.cnt-form button, .cnt-form button:hover, .cnt-form button:focus {
  background: #fff;
  color: #005668;
  font-size: 18px;
  padding: 5px 30px;
  border-radius: 21px;
  border-color: #fff;
}
/* line 118, templates/deanimatech/custom/scss/custom.scss */
.cnt-form button span {
  display: none;
}
/* line 119, templates/deanimatech/custom/scss/custom.scss */
.cnt-form fieldset > .controls {
  text-align: center;
  margin-top: 25px;
}
/* line 120, templates/deanimatech/custom/scss/custom.scss */
.rscontact fieldset {
  min-width: 100% !important;
}
/* IT Support */
/* line 122, templates/deanimatech/custom/scss/custom.scss */
.support-solution .g-grid {
  flex-flow: row wrap;
}
/* line 123, templates/deanimatech/custom/scss/custom.scss */
.support-solution .g-block {
  background: #e8e8e8;
  flex: unset;
  width: 23%;
  margin: 1%;
}
/* line 124, templates/deanimatech/custom/scss/custom.scss */
.support-solution .g-block .g-content {
  padding: 0;
  margin: 0;
}
/* line 125, templates/deanimatech/custom/scss/custom.scss */
.support-solution h4 {
  text-align: center;
  font-size: 1rem;
  padding: 10px;
  margin: 0;
  background: #2a5dd6;
  font-family: inherit;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 126, templates/deanimatech/custom/scss/custom.scss */
.support-solution .g-blockcontent-subcontent-desc {
  padding: 10px;
  font-size: 1rem;
  margin: 0;
}
/* line 127, templates/deanimatech/custom/scss/custom.scss */
.support-solution h4 span {
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 700;
  font-family: inherit;
}
/* Web Development */
/* line 129, templates/deanimatech/custom/scss/custom.scss */
.webDev .g-gridcontent-wrapper > div {
  display: flex;
}
/* line 130, templates/deanimatech/custom/scss/custom.scss */
.webDev .g-gridcontent-item-wrapper {
  padding: 1rem;
  background: #e8e8e8 !important;
}
/* line 131, templates/deanimatech/custom/scss/custom.scss */
.webDev .g-gridcontent-item-wrapper:hover {
  background: #452a13 !important;
}
/* line 132, templates/deanimatech/custom/scss/custom.scss */
.webDev .g-gridcontent-item-desc {
  color: #444;
  margin-top: 1rem;
}
/* line 133, templates/deanimatech/custom/scss/custom.scss */
.webDev .g-gridcontent-item-wrapper:hover .g-gridcontent-item-desc, .webDev .g-gridcontent-item-wrapper:hover .g-gridcontent-item-title {
  color: #fff;
}
/* line 135, templates/deanimatech/custom/scss/custom.scss */
.webDev .fa {
  margin: 0 0 1.5rem 0 !important;
}
/* Server Page */
/* line 137, templates/deanimatech/custom/scss/custom.scss */
.light-txt {
  color: #005668;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
/* line 138, templates/deanimatech/custom/scss/custom.scss */
.server-info-wrpr {
  margin: 50px auto 0;
  max-width: 1200px;
  width: 100%;
}
/* line 139, templates/deanimatech/custom/scss/custom.scss */
.server-row {
  overflow: hidden;
  display: flex;
}
/* line 140, templates/deanimatech/custom/scss/custom.scss */
.server-row > div {
  width: 50%;
  float: left;
}
/* line 141, templates/deanimatech/custom/scss/custom.scss */
.col-left {
  background: #f5f5f5;
  padding: 40px;
}
/* line 142, templates/deanimatech/custom/scss/custom.scss */
.col-left h4 {
  color: #005668;
  margin: 0;
}
/* line 143, templates/deanimatech/custom/scss/custom.scss */
.os-version {
  color: #1e1d1d;
  font-weight: 600;
  margin-top: 10px;
}
/* line 144, templates/deanimatech/custom/scss/custom.scss */
.sever-dsp {
  color: #7f7f7f;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
}
/* line 145, templates/deanimatech/custom/scss/custom.scss */
.server-row2 {
  margin: 2rem 0;
}
/* line 146, templates/deanimatech/custom/scss/custom.scss */
.serverCh {
  color: #7f7f7f;
}
/* line 147, templates/deanimatech/custom/scss/custom.scss */
.serverInfo .g-gridcontent-item {
  display: flex;
}
/* line 148, templates/deanimatech/custom/scss/custom.scss */
.serverInfo .g-gridcontent-item-title, .serverInfo .g-gridcontent-item-desc {
  color: #452a13;
}
/* line 149, templates/deanimatech/custom/scss/custom.scss */
.serverInfo .g-gridcontent-item-desc {
  margin-top: 1rem;
}
/* line 150, templates/deanimatech/custom/scss/custom.scss */
.serverInfo .g-gridcontent-item-wrapper {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
/* line 151, templates/deanimatech/custom/scss/custom.scss */
.serverInfo .g-gridcontent-item-wrapper:hover .g-gridcontent-item-title, .serverInfo .g-gridcontent-item-wrapper:hover .g-gridcontent-item-desc {
  color: #fff;
}
/* line 153, templates/deanimatech/custom/scss/custom.scss */
.serverInfo .fa {
  margin: 1rem !important;
}
/* line 155, templates/deanimatech/custom/scss/custom.scss */
.network-accordion {
  text-align: center;
}
/* line 156, templates/deanimatech/custom/scss/custom.scss */
.network-accordion .accordion {
  text-align: left;
}
/* line 157, templates/deanimatech/custom/scss/custom.scss */
.network-accordion .accordion {
  text-align: left;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
/* line 158, templates/deanimatech/custom/scss/custom.scss */
.network-accordion .accordion li {
  padding: 10px 15px 10px 20px;
  border-radius: 21px;
  background: #ececec;
  margin-top: 15px;
  transition: 0.3s all ease-in-out;
}
/* line 159, templates/deanimatech/custom/scss/custom.scss */
.network-accordion .accordion li.active {
  background: #fcfcfc;
}
/* Article Section */
/* line 161, templates/deanimatech/custom/scss/custom.scss */
#g-above.home-news, #g-utility.home-news {
  background: #efefef;
  padding: 0;
  padding-bottom: 60px;
}
/* line 162, templates/deanimatech/custom/scss/custom.scss */
.article-wrapper .newsflash-vert {
  margin: 0;
  list-style: none;
  padding: 0 15px;
  overflow: hidden;
}
/* line 163, templates/deanimatech/custom/scss/custom.scss */
.article-wrapper .newsflash-item {
  width: 32%;
  display: inline-block;
}
/* line 164, templates/deanimatech/custom/scss/custom.scss */
.article-wrapper .newsflash-item {
  width: 32.33%;
  float: left;
  background: #fff;
  padding: 2% 2% 0 2%;
}
/* line 165, templates/deanimatech/custom/scss/custom.scss */
.newsflash-item img {
  width: 100%;
}
/* line 166, templates/deanimatech/custom/scss/custom.scss */
.article-wrapper .newsflash-item:nth-child(2) {
  margin: 0 1%;
}
/* line 167, templates/deanimatech/custom/scss/custom.scss */
.article-wrapper .newsflash-title {
  color: #012bb5;
  font-size: 1.25rem;
  margin-top: 0;
  min-height: 60px;
}
/* line 168, templates/deanimatech/custom/scss/custom.scss */
.article-wrapper .newsflash-title a {
  color: #012bb5;
}
/* line 169, templates/deanimatech/custom/scss/custom.scss */
.article-wrapper .g-title {
  text-align: center;
  font-size: 1.75rem;
  position: relative;
  margin: 30px 0;
  padding-bottom: 15px;
}
/* line 170, templates/deanimatech/custom/scss/custom.scss */
.new-section h3::before {
  position: absolute;
  content: '';
  background: #452a13;
  height: 1px;
  width: 17%;
  left: 41.5%;
  bottom: 0;
}
/* line 171, templates/deanimatech/custom/scss/custom.scss */
.new-section h3::after {
  position: absolute;
  content: '';
  background: #005668;
  height: 3px;
  width: 11%;
  left: 44.5%;
  bottom: -1px;
}
/* line 172, templates/deanimatech/custom/scss/custom.scss */
.newsflash-item p {
  margin-bottom: 0;
}
/* Newsletter */
/* line 174, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .g-container {
  max-width: 1200px;
  margin: 0 auto !important;
}
/* line 175, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .g-title {
  margin-top: 40px;
  font-size: 28px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  position: relative;
  font-weight: 600;
}
/* line 176, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .g-title::before {
  position: absolute;
  content: '';
  background: #fff;
  height: 1px;
  width: 350px;
  bottom: 15px;
}
/* line 177, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .newslettersfield_email input {
  width: 100% !important;
}
/* line 178, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .newsletters_form > p:first-child {
  width: 65%;
  float: left;
}
/* line 179, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .newsletters_form > p:last-child {
  width: 15%;
  float: left;
  text-align: left;
}
/* line 180, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .newsletters_form > p {
  margin-bottom: 0;
}
/* line 181, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .newsletters_form {
  overflow: hidden;
}
/* line 182, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .newsletters_form input {
  height: 38px;
  border-radius: 0;
  border: 0;
  padding: 15px;
  color: #a0a0a0;
  font-weight: 600;
}
/* line 183, templates/deanimatech/custom/scss/custom.scss */
.subscribe-tag .newsletters_form > p:last-child .button.subbutton.btn.btn-primary {
  padding: 0 25px;
  margin: 0;
  background: #2b6fd3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
/* line 184, templates/deanimatech/custom/scss/custom.scss */
.new-section.home-news .g-title {
  color: #452a13;
}
/* Contact Form */
/* line 187, templates/deanimatech/custom/scss/custom.scss */
.itemid-118 #g-container-main {
  display: none;
}
/* line 188, templates/deanimatech/custom/scss/custom.scss */
.cntPgForm .btn {
  background: #fff;
  color: #1f4ab8;
  padding: 10px 21px;
  font-weight: 500;
}
/* line 189, templates/deanimatech/custom/scss/custom.scss */
.cntPgForm fieldset > .controls {
  position: absolute;
  right: 0;
  bottom: 5%;
}
/* line 190, templates/deanimatech/custom/scss/custom.scss */
.cntPgForm .btn:hover {
  background: #e8e8e8;
}
/* line 192, templates/deanimatech/custom/scss/custom.scss */
.tags_list ul li {
  display: inline-block;
  float: none;
  margin: 0;
}
/* line 193, templates/deanimatech/custom/scss/custom.scss */
.tags_list ul li a {
  font-size: 0.8rem !important;
  font-weight: 600;
  color: #fff !important;
}
/* line 194, templates/deanimatech/custom/scss/custom.scss */
#g-footer .g-contact-item {
  padding-left: 25px;
}
/* line 195, templates/deanimatech/custom/scss/custom.scss */
#g-footer .g-contact-icon {
  top: -7px;
}
/* line 196, templates/deanimatech/custom/scss/custom.scss */
#g-footer .g-contact-text {
  font-weight: 500;
}
/* line 197, templates/deanimatech/custom/scss/custom.scss */
#g-footer .g-simplemenu {
  margin-top: 15px;
}
/* line 198, templates/deanimatech/custom/scss/custom.scss */
#g-footer .g-simplemenu li a {
  font-weight: 500;
  color: #7f7f7f;
  line-height: 1.8;
}
/* line 199, templates/deanimatech/custom/scss/custom.scss */
#g-footer .g-title, #g-footer h6 {
  font-size: 1rem !important;
  color: #7f7f7f;
  font-weight: 600 !important;
}
/* line 200, templates/deanimatech/custom/scss/custom.scss */
.newsletterssubbuttons input {
  padding: 7px 21px;
  border: 1px solid #452a13;
}
/* line 201, templates/deanimatech/custom/scss/custom.scss */
.newsletters_form span input {
  width: 100% !important;
}
/* line 202, templates/deanimatech/custom/scss/custom.scss */
.newsletterssubbuttons {
  text-align: right;
}
/* line 204, templates/deanimatech/custom/scss/custom.scss */
#g-mobilemenu-container {
  margin-left: 0;
}
/* line 205, templates/deanimatech/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul {
  overflow: hidden;
}
/* line 206, templates/deanimatech/custom/scss/custom.scss */
#g-mobilemenu-container .g-menu-item-container span {
  color: #fff !important;
}
/* Media Query */
@media only screen and (max-width: 480px) {
  /* line 210, templates/deanimatech/custom/scss/custom.scss */
  #g-navigation .g-block.size-15 {
    display: none;
  }
  /* line 211, templates/deanimatech/custom/scss/custom.scss */
  /* line 212, templates/deanimatech/custom/scss/custom.scss */
  #g-slideshow .sprocket-features-content {
    top: 20%;
    width: 80%;
  }
  /* line 215, templates/deanimatech/custom/scss/custom.scss */
  #g-slideshow .sprocket-features-content .sprocket-features-title {
    font-size: 1.4rem;
    padding: 5px;
    margin-bottom: 5px;
  }
  /* line 220, templates/deanimatech/custom/scss/custom.scss */
  #g-slideshow .sprocket-features-content .sprocket-features-desc {
    font-size: 0.9rem;
  }
  /* line 225, templates/deanimatech/custom/scss/custom.scss */
  #cnt-form .g-title {
    font-size: 1.4rem;
  }
  /* line 226, templates/deanimatech/custom/scss/custom.scss */
  #cnt-form .control-group:nth-of-type(1), #cnt-form .control-group:nth-of-type(2), #cnt-form .control-group:nth-of-type(3) {
    width: 100%;
    margin-right: 0 !important;
  }
  /* line 232, templates/deanimatech/custom/scss/custom.scss */
  #cnt-form fieldset > .controls, .cntPgForm fieldset > .controls {
    text-align: left;
    position: relative;
  }
  /* line 233, templates/deanimatech/custom/scss/custom.scss */
  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  /* line 234, templates/deanimatech/custom/scss/custom.scss */
  .about-services-particle .g-grid .g-block {
    width: 100%;
  }
  /* line 236, templates/deanimatech/custom/scss/custom.scss */
  .support-solution .g-block {
    width: 100%;
  }
  /* line 238, templates/deanimatech/custom/scss/custom.scss */
  .webDev .g-gridcontent-wrapper > div {
    width: 100% !important;
  }
  /* line 240, templates/deanimatech/custom/scss/custom.scss */
  .light-txt {
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.3rem;
  }
  /* line 241, templates/deanimatech/custom/scss/custom.scss */
  .server-info-wrpr {
    margin: 30px auto 0;
  }
  /* line 242, templates/deanimatech/custom/scss/custom.scss */
  .server-row {
    flex-direction: column-reverse;
  }
  /* line 244, templates/deanimatech/custom/scss/custom.scss */
  .server-row > div {
    width: 100%;
  }
  /* line 247, templates/deanimatech/custom/scss/custom.scss */
  .server-row .col-left {
    padding: 1rem;
  }
  /* line 251, templates/deanimatech/custom/scss/custom.scss */
  .server-row2 {
    flex-direction: column;
  }
  /* line 252, templates/deanimatech/custom/scss/custom.scss */
  .col-left h4 {
    font-size: 1.5rem;
  }
  /* line 253, templates/deanimatech/custom/scss/custom.scss */
  .sever-dsp {
    margin-top: 0;
  }
  /* line 254, templates/deanimatech/custom/scss/custom.scss */
  .network-accordion .g-title {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 258, templates/deanimatech/custom/scss/custom.scss */
  /* line 259, templates/deanimatech/custom/scss/custom.scss */
  #g-slideshow .sprocket-features-content {
    top: 20%;
    width: 80%;
  }
  /* line 263, templates/deanimatech/custom/scss/custom.scss */
  .network-accordion .indicator {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 267, templates/deanimatech/custom/scss/custom.scss */
  #g-navigation .g-block.size-15 {
    display: none;
  }
  /* line 268, templates/deanimatech/custom/scss/custom.scss */
  /* line 269, templates/deanimatech/custom/scss/custom.scss */
  #g-slideshow .sprocket-features-content {
    top: 40%;
    width: 80%;
  }
  /* line 272, templates/deanimatech/custom/scss/custom.scss */
  #g-slideshow .sprocket-features-content .sprocket-features-title {
    font-size: 1.6rem;
    padding: 5px;
    margin-bottom: 5px;
  }
  /* line 277, templates/deanimatech/custom/scss/custom.scss */
  #g-slideshow .sprocket-features-content .sprocket-features-desc {
    font-size: 1rem;
  }
  /* line 282, templates/deanimatech/custom/scss/custom.scss */
  #cnt-form .control-group:nth-of-type(1), #cnt-form .control-group:nth-of-type(2) {
    width: 48%;
  }
  /* line 283, templates/deanimatech/custom/scss/custom.scss */
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  /* line 284, templates/deanimatech/custom/scss/custom.scss */
  .about-services-particle .g-grid .g-block {
    width: 100%;
  }
  /* line 286, templates/deanimatech/custom/scss/custom.scss */
  .support-solution .g-block {
    width: 48%;
  }
  /* line 287, templates/deanimatech/custom/scss/custom.scss */
  .support-solution .g-blockcontent-subcontent-img {
    width: 100%;
  }
  /* line 289, templates/deanimatech/custom/scss/custom.scss */
  .webDev .g-gridcontent-wrapper {
    justify-content: center;
  }
  /* line 291, templates/deanimatech/custom/scss/custom.scss */
  .webDev .g-gridcontent-wrapper > div {
    width: 70% !important;
  }
  /* line 296, templates/deanimatech/custom/scss/custom.scss */
  .light-txt {
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.3rem;
  }
  /* line 297, templates/deanimatech/custom/scss/custom.scss */
  .server-info-wrpr {
    margin: 30px auto 0;
  }
  /* line 298, templates/deanimatech/custom/scss/custom.scss */
  .server-row {
    flex-direction: column-reverse;
  }
  /* line 300, templates/deanimatech/custom/scss/custom.scss */
  .server-row > div {
    width: 100%;
  }
  /* line 303, templates/deanimatech/custom/scss/custom.scss */
  .server-row .col-left {
    padding: 1rem;
  }
  /* line 307, templates/deanimatech/custom/scss/custom.scss */
  .server-row2 {
    flex-direction: column;
  }
  /* line 308, templates/deanimatech/custom/scss/custom.scss */
  .col-left h4 {
    font-size: 1.5rem;
  }
  /* line 309, templates/deanimatech/custom/scss/custom.scss */
  .sever-dsp {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 314, templates/deanimatech/custom/scss/custom.scss */
  .support-solution .g-block {
    width: 48%;
  }
  /* line 315, templates/deanimatech/custom/scss/custom.scss */
  .support-solution .g-blockcontent-subcontent-img {
    width: 100%;
  }
  /* line 317, templates/deanimatech/custom/scss/custom.scss */
  .server-row {
    align-items: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  /* line 322, templates/deanimatech/custom/scss/custom.scss */
  .server-row {
    align-items: center;
  }
  /* line 323, templates/deanimatech/custom/scss/custom.scss */
  .abrSrvc .g-blockcontent-subcontent-desc {
    height: 260px;
  }
  /* line 324, templates/deanimatech/custom/scss/custom.scss */
  .abrSrvc .button {
    padding: 10px 20px;
  }
  /* line 325, templates/deanimatech/custom/scss/custom.scss */
  .abrSrvc .g-blockcontent-subcontent-title {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 329, templates/deanimatech/custom/scss/custom.scss */
  #g-footer .g-grid > .g-block .g-content {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  /* line 330, templates/deanimatech/custom/scss/custom.scss */
  #g-footer .g-grid > .g-block .g-content > div {
    margin: 0;
    padding: 0;
  }
  /* line 331, templates/deanimatech/custom/scss/custom.scss */
  #g-footer .g-simplemenu-container {
    padding: 0 !important;
    text-align: left !important;
  }
  /* line 332, templates/deanimatech/custom/scss/custom.scss */
  #g-footer .g-grid > .g-block:nth-child(3) .g-content {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 333, templates/deanimatech/custom/scss/custom.scss */
  .newsletterssubbuttons {
    text-align: left;
  }
  /* line 334, templates/deanimatech/custom/scss/custom.scss */
  #g-copyright .g-content {
    font-size: 0.7rem;
  }
  /* line 335, templates/deanimatech/custom/scss/custom.scss */
  .newsletters_form .onefield {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 339, templates/deanimatech/custom/scss/custom.scss */
  .abrSrvc .g-blockcontent-subcontent-desc {
    height: 170px;
  }
}
@media only screen and (min-width: 1181px) {
  /* line 342, templates/deanimatech/custom/scss/custom.scss */
  .article-wrapper .newsflash-item {
    min-height: 410px;
  }
}
@media only screen and (min-width: 1524px) {
  /* line 343, templates/deanimatech/custom/scss/custom.scss */
  .home-slideshow .sprocket-features-content {
    left: 12%;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 344, templates/deanimatech/custom/scss/custom.scss */
  .home-slideshow .sprocket-features-content {
    left: 16%;
  }
}
@media only screen and (min-width: 1900px) {
  /* line 345, templates/deanimatech/custom/scss/custom.scss */
  .home-slideshow .sprocket-features-content {
    left: 20.5%;
  }
}
@media only screen and (min-width: 2200px) {
  /* line 346, templates/deanimatech/custom/scss/custom.scss */
  .home-slideshow .sprocket-features-content {
    left: 24.5%;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */