body {
  background: #fff;
  color: #444; }

a {
  color: #018795;
  transition: 0.5s; }

a:hover,
a:active,
a:focus {
  color: #FFD400;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/* Back to top button */
.row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.co-sm-1, .co-sm-2, .co-sm-3, .co-sm-4, .co-sm-5, .co-sm-6, .co-sm-7, .co-sm-8, .co-sm-9, .co-sm-10, .co-sm-11, .co-sm-12 {
  display: -webkit-box; }

.co-md-1, .co-md-2, .co-md-3, .co-md-4, .co-md-5, .co-md-6, .co-md-7, .co-md-8, .co-md-9, .co-md-10, .co-md-11, .co-md-12 {
  display: -webkit-box; }

.co-lg-1, .co-lg-2, .co-lg-3, .co-lg-4, .co-lg-5, .co-lg-6, .co-lg-7, .co-lg-8, .co-lg-9, .co-lg-10, .co-lg-11, .co-lg-12 {
  display: -webkit-box; }

.back-to-top {
  position: fixed;
  display: none;
  background: #018795;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }

.back-to-top i {
  padding-top: 12px;
  color: #fff; }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #018795;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s; }

#topbar .social-links {
  text-align: right; }

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px; }

#topbar .social-links a:hover {
  color: #018795; }

#topbar .social-links a:first-child {
  border-left: 0; }

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 15px;
  right: 0;
  transition: all 0.5s;
  z-index: 997; }

#header.header-scrolled,
#header.header-pages {
  height: 90px;
  padding: 25px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  top: 0; }

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none; }

#header.header-scrolled img {
  max-width: 85%;
  margin-top: -14px !important; }

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase; }

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none; }

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 90px;
  margin-top: -25px; }

.main-pages {
  margin-top: 60px; }

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover; }

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700; }

#intro .intro-info h2 span {
  color: #018795; }

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #018795;
  color: #fff; }

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #FFD400; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */ }

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left; }

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600; }

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #018795;
  text-decoration: none; }

.active {
  color: #018795; }

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s; }

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.main-nav .drop-down li {
  min-width: 180px;
  position: relative; }

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77; }

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #018795; }

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; }

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.main-nav .drop-down .drop-down > a {
  padding-right: 35px; }

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px; }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500; }

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none; }

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px; }

.mobile-nav .active.drop-down > a:after {
  content: "\f077"; }

.mobile-nav .drop-down > a {
  padding-right: 35px; }

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden; }

.mobile-nav .drop-down li {
  padding-left: 20px; }

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none; }

.mobile-nav-active {
  overflow: hidden; }

.mobile-nav-active .mobile-nav {
  left: 0; }

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff; }

._about {
  padding: 2.5em 0 0;
  background-image: url(../img/surge-logo-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  ._about p {
    font-size: 22px;
    text-align: center;
    color: #018795;
    font-weight: 500; }

/* Services Section-----*/
.Newsletter h1 {
  text-align: center;
  font-size: 36px; }
.Newsletter h3 {
  font-size: 16px;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  color: #4c4c4c; }
.Newsletter input[type=text] {
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 20%;
  border: none; }
  .Newsletter input[type=text]::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 400;
    font-size: 20px;
    text-align: center; }
.Newsletter .btn {
  border-radius: 30px;
  width: 60%;
  margin-left: 0;
  font-size: 20px;
  background: #fab61c;
  margin: 1em 0;
  padding: 0.1em 0; }
  .Newsletter .btn:hover {
    background: #018795;
    color: #ffffff; }

#services {
  background: url("../img/curve-bg-new.png") center top no-repeat;
  background-size: contain;
  padding: 0px 0 40px 0; }
  #services h3 {
    font-size: 30px;
    text-align: center;
    color: #fab60f;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 1.5em 0; }

#services .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 2em; }

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#services .icon {
  margin: 0 auto 15px auto;
  display: inline-block;
  text-align: center; }

#services .icon i {
  font-size: 36px;
  line-height: 1; }

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }

#services .title a {
  color: #018795;
  text-transform: uppercase; }

#services .box:hover .title a {
  color: #018795; }

#services .description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
  height: 80px;
  color: #fab60f;
  font-weight: 500;
  padding: 0 0.6em 0.6em 0.6em;
  text-transform: uppercase; }

._about_content p {
  text-align: center;
  margin: 0.5em 0;
  font-size: 22px;
  letter-spacing: 2px;
  color: #018795; }

#about_section {
  margin-top: -25%; }
  #about_section ._about_logo img {
    margin: 0 auto;
    display: block; }

#Values {
  background-image: url(../img/curve-bg-new.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }
  #Values .container h4 {
    font-size: 30px;
    text-align: center;
    color: #fab60f;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-transform: uppercase; }
  #Values .container ul {
    padding-left: 0; }
    #Values .container ul li {
      list-style-type: none;
      padding-bottom: 1em;
      font-size: 20px;
      text-align: justify;
      color: #000000;
      font-weight: 400; }
      #Values .container ul li span {
        font-size: 22px;
        font-weight: 600;
        color: #018795; }
  #Values p {
    background: url(../img/surge-logo-bg.png) center top no-repeat;
    background-size: contain;
    color: #018795; }

.serVice_banner {
  margin-bottom: 2em; }
  .serVice_banner img {
    opacity: 0.6; }

#New_services {
  background: url(../img/surge-logo-bg.png) center bottom no-repeat;
  background-size: auto; }
  #New_services h2 {
    color: #fab60f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600; }
  #New_services p {
    color: #018795; }
    #New_services p span {
      font-weight: bold; }
  #New_services ul {
    padding: 0 0 15px; }
    #New_services ul.Yellow li {
      color: #fab60f !important;
      font-weight: 600; }
    #New_services ul.Gray li {
      color: #646464 !important; }
    #New_services ul li {
      font-size: 20px;
      list-style-type: none; }
      #New_services ul li:before {
        content: '\25BA';
        font-size: 22px;
        margin-right: 0.5em; }
      #New_services ul li:nth-child(odd) {
        color: #018795; }
      #New_services ul li:nth-child(even) {
        color: #fab60f; }
  #New_services ._services .box .sub-heading h3 {
    color: #018795;
    font-size: 20px;
    font-weight: 600; }
  #New_services ._services .box .sub-heading p {
    color: #646464; }

#Events h2 {
  color: #fab60f;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }
#Events .Event_section {
  margin: 1em 0 2em 0; }
  #Events .Event_section .Image {
    width: 100%;
    height: 40vh;
    position: relative;
    background: #f5f8fd url("../img/events/summer-program.jpg") center top no-repeat;
    background-size: cover; }
    #Events .Event_section .Image .text {
      padding: 1em 2em;
      position: absolute;
      background: rgba(0, 0, 0, 0.57);
      left: calc(50% - 100px);
      top: calc(50% - 50px);
      margin: 0 auto;
      display: block; }
      #Events .Event_section .Image .text p {
        text-align: center;
        font-size: 22px;
        color: #ffffff;
        padding: 0;
        margin: 0; }
  #Events .Event_section .Event_right h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #018795; }
  #Events .Event_section .Event_right p {
    padding: 0;
    margin: 0; }
    #Events .Event_section .Event_right p:nth-child(odd) {
      color: #fab60f; }
    #Events .Event_section .Event_right p:nth-child(even) {
      color: #018795; }
  #Events .Event_section .Event_right ul li:nth-child(odd) {
    color: #fab60f; }
  #Events .Event_section .Event_right ul li:nth-child(even) {
    color: #018795; }

#Gallery {
  background-image: url(../img/curve-bg-new.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }
  #Gallery h2 {
    color: #fab60f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
  #Gallery .portfolio-container .col-lg-6, #Gallery .portfolio-container .col-md-6, #Gallery .portfolio-container .col-lg-4 {
    margin: 0;
    padding: 0; }

#testimonials {
  background: #018795; }
  #testimonials .bg-dark {
    background-color: #018795 !important; }
  #testimonials .Padding {
    padding-bottom: 2em; }
  #testimonials .carousel-inner p {
    padding: 0 5em;
    color: #ffffff;
    min-height: 200px;
    max-height: 200px;
    font-size: 16px;
    font-weight: normal; }
  #testimonials .carousel-inner h6 {
    font-size: 16px;
    color: #fab60f;
    text-align: center;
    font-weight: 600;
    margin-left: 10%; }
    #testimonials .carousel-inner h6 span {
      font-size: 20px;
      color: #ffffff; }
  #testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 1.5em 0 0; }
  #testimonials .carousel-indicators {
    top: 100%; }

.Contact-us-top {
  height: 100px;
  background-color: #ffffff; }

#Contact {
  background: #018795;
  padding: 2em 0; }
  #Contact h2 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 1.5em 0 0; }
  #Contact p {
    color: #ffffff;
    text-align: center; }
  #Contact .Flex_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #Contact .Flex_row p:first-child {
      margin-right: 0.8em; }
  #Contact .form-control {
    padding: 1.5rem .75rem;
    border: 1px solid #ffffff; }
  #Contact button {
    margin: 2em auto;
    display: block; }
    #Contact button.btn-primary {
      color: #fff;
      background-color: #fcb41f;
      border-color: #fcb41f; }
    #Contact button:hover {
      background-color: #758c8e; }

#Policy {
  padding: 2em 0; }
  #Policy .Text h1 {
    text-align: center;
    padding: 1em 0;
    color: #fab61c;
    font-weight: 600; }
  #Policy .Text h2 {
    color: #018795;
    font-weight: 600; }
  #Policy .Text ul li span {
    text-decoration: underline;
    font-weight: bold; }

.Color_menu {
  color: #018795;
  font-weight: 600; }
  .Color_menu a {
    color: #018795;
    font-weight: 600; }

#Team {
  margin-top: 1em; }
  #Team .box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 2em; }
    #Team .box .col-sm-5 {
      margin-left: 0;
      padding-left: 0; }
    #Team .box .icon {
      display: inline-block;
      text-align: center; }
    #Team .box .title {
      font-weight: 600;
      font-size: 24px;
      margin: 0;
      padding: 1.5em 0; }
    #Team .box .description {
      font-size: 20px;
      margin-bottom: 0;
      text-align: left;
      color: #646464;
      font-weight: 500;
      padding: 0 0.6em 0.6em 0.6em; }
    #Team .box button {
      border: none;
      padding: 0.5em 1em;
      background: #000000;
      color: #ffffff;
      margin: 1em 0; }
      #Team .box button:hover {
        background: #018795; }
      #Team .box button a {
        color: #ffffff; }
  #Team .Profile {
    margin-top: 2.5em; }
    #Team .Profile h1 {
      padding-top: 1em; }

/*--------Footer------*/
.jsCalendar * {
  margin: 0;
  padding: 0; }

.jsCalendar table,
.jsCalendar table th,
.jsCalendar table td {
  border: 0; }

/* Blue default */
.jsCalendar table {
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  color: #000000;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 5px; }

.jsCalendar thead .jsCalendar-title {
  height: 40px;
  line-height: 40px; }

.jsCalendar thead .jsCalendar-title-left {
  float: left; }

.jsCalendar thead .jsCalendar-title-right {
  float: right; }

.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-nav-right {
  border-radius: 10px;
  color: #999999;
  cursor: pointer;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 10px 8px;
  text-align: center;
  transition: color 0.2s, background-color 0.2s;
  width: 20px; }

.jsCalendar thead .jsCalendar-nav-left:hover,
.jsCalendar thead .jsCalendar-nav-right:hover {
  background-color: #E2E2E2;
  color: #000000; }

.jsCalendar thead .jsCalendar-nav-left {
  float: left; }

.jsCalendar thead .jsCalendar-nav-right {
  float: right; }

.jsCalendar thead .jsCalendar-title-name {
  cursor: default;
  float: left;
  font-size: 18px;
  font-weight: lighter;
  padding: 0 20px; }

.jsCalendar thead .jsCalendar-nav-left:after {
  content: "<"; }

.jsCalendar thead .jsCalendar-nav-right:after {
  content: ">"; }

.jsCalendar thead .jsCalendar-week-days th {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

.jsCalendar thead .jsCalendar-week-days th,
.jsCalendar tbody td {
  border-radius: 18px;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  height: 36px;
  line-height: 36px;
  margin: 1px 2px;
  text-align: center;
  transition: color 0.1s, background-color 0.2s;
  width: 36px; }

.jsCalendar tbody td:hover {
  background-color: #E6E6E6; }

.jsCalendar tbody td.jsCalendar-selected {
  background-color: #FFFFFF;
  border: 2px solid #E6E6E6;
  box-sizing: content-box;
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jsCalendar tbody td.jsCalendar-current {
  background-color: #52C9FF;
  border-radius: 18px;
  color: #FFFFFF; }

.jsCalendar tbody td.jsCalendar-previous,
.jsCalendar tbody td.jsCalendar-next {
  color: #CACACA; }

.jsCalendar tbody td.jsCalendar-previous:hover,
.jsCalendar tbody td.jsCalendar-next:hover {
  color: #FFFFFF; }

.jsCalendar thead {
  display: block;
  margin: 4px 4px 0 4px; }

.jsCalendar tbody {
  display: block;
  margin: 0 4px 4px 4px; }

.jsCalendar ::-moz-selection {
  background: #83D8FF; }

.jsCalendar ::selection {
  background: #83D8FF; }

/* Yellow */
.jsCalendar.yellow tbody td.jsCalendar-current {
  background-color: #FFE31B; }

.jsCalendar.yellow ::-moz-selection {
  background: #FDE74C; }

.jsCalendar.yellow ::selection {
  background: #FDE74C; }

/* Orange */
.jsCalendar.orange tbody td.jsCalendar-current {
  background-color: #FFB400; }

.jsCalendar.orange ::-moz-selection {
  background: #FFB400; }

.jsCalendar.orange ::selection {
  background: #FFB400; }

/* Red */
.jsCalendar.red tbody td.jsCalendar-current {
  background-color: #F6511D; }

.jsCalendar.red ::-moz-selection {
  background: #F6511D; }

.jsCalendar.red ::selection {
  background: #F6511D; }

/* Green */
.jsCalendar.green tbody td.jsCalendar-current {
  background-color: #7FB800; }

.jsCalendar.green ::-moz-selection {
  background: #7FB800; }

.jsCalendar.green ::selection {
  background: #7FB800; }

/* Material Theme */
/* Blue default */
.jsCalendar.material-theme table {
  border-radius: 0; }

.jsCalendar.material-theme thead {
  background-color: #52C9FF;
  color: #FFFFFF;
  margin: 0;
  padding: 4px 4px 0 4px; }

.jsCalendar.material-theme thead .jsCalendar-title {
  display: block;
  position: relative; }

.jsCalendar.material-theme thead .jsCalendar-title-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  font-size: 16px;
  left: 15px;
  position: absolute;
  right: 15px;
  text-align: center; }

.jsCalendar.material-theme thead .jsCalendar-title-left,
.jsCalendar.material-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1; }

.jsCalendar.material-theme thead .jsCalendar-nav-left,
.jsCalendar.material-theme thead .jsCalendar-nav-right {
  color: #FFFFFF; }

.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme thead .jsCalendar-nav-right:hover {
  background-color: #03A9F4; }

.jsCalendar.material-theme thead .jsCalendar-title-right {
  right: 0; }

.jsCalendar.material-theme thead .jsCalendar-week-days th {
  font-size: 14px;
  text-shadow: none; }

/* Yellow */
.jsCalendar.material-theme.yellow thead {
  background-color: #FFE31B; }

.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #E2CA23; }

/* Orange */
.jsCalendar.material-theme.orange thead {
  background-color: #FFB400; }

.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #D49600; }

/* Red */
.jsCalendar.material-theme.red thead {
  background-color: #F6511D; }

.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #BB3D16; }

/* Green */
.jsCalendar.material-theme.green thead {
  background-color: #7FB800; }

.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000; }

/* Classic Theme */
/* Blue default */
.jsCalendar.classic-theme table,
.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right,
.jsCalendar.classic-theme thead .jsCalendar-week-days th,
.jsCalendar.classic-theme tbody td,
.jsCalendar.classic-theme tbody td.jsCalendar-current {
  border-radius: 0; }

.jsCalendar.classic-theme thead {
  background-color: #52C9FF;
  margin: 0;
  padding: 4px 4px 0 4px; }

.jsCalendar.classic-theme thead .jsCalendar-title-row,
.jsCalendar.classic-theme thead .jsCalendar-title {
  display: block;
  width: 100%; }

.jsCalendar.classic-theme thead .jsCalendar-title {
  position: relative; }

.jsCalendar.classic-theme thead .jsCalendar-title-name {
  color: #FFFFFF;
  font-size: 16px;
  left: 41px;
  position: absolute;
  right: 41px;
  text-align: center;
  text-shadow: none; }

.jsCalendar.classic-theme thead .jsCalendar-title-left,
.jsCalendar.classic-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1; }

.jsCalendar.classic-theme thead .jsCalendar-title-right {
  right: 0; }

.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right {
  color: #FFFFFF;
  text-shadow: none; }

.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover {
  background-color: #03A9F4; }

.jsCalendar.classic-theme thead .jsCalendar-week-days {
  background-color: #FFFFFF;
  display: block;
  margin: 0 -4px; }

.jsCalendar.classic-theme thead .jsCalendar-week-days th {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-shadow: none; }

.jsCalendar.classic-theme tbody td {
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  margin: -1px 0 0 -1px;
  padding: 1px 1px 0 1px;
  width: 38px; }

.jsCalendar.classic-theme tbody {
  margin: 0; }

.jsCalendar.classic-theme tbody td.jsCalendar-selected {
  background-color: #CCEFFF;
  border-bottom: 0;
  border-left: 1px solid #DADADA;
  border-right: 0;
  border-top: 1px solid #DADADA;
  height: 36px;
  line-height: 36px; }

.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected {
  background-color: #52C9FF;
  text-shadow: 0 0 3px #000000; }

/* Yellow */
.jsCalendar.classic-theme.yellow thead {
  background-color: #FFE31B; }

.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #E2CA23; }

/* Orange */
.jsCalendar.classic-theme.orange thead {
  background-color: #FFB400; }

.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #D49600; }

/* Red */
.jsCalendar.classic-theme.red thead {
  background-color: #F6511D; }

.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #BB3D16; }

/* Green */
.jsCalendar.classic-theme.green thead {
  background-color: #7FB800; }

.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000; }

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #c8c8c8; }
  #footer p {
    font-size: 14px;
    color: #4c4c4c; }
    #footer p a {
      color: #4c4c4c; }
      #footer p a:hover {
        color: #000000; }
  #footer .copyright a:hover {
    color: #000000; }

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f2f2f2; }

#footer .footer-top .footer-info {
  margin-bottom: 30px; }
  #footer .footer-top .footer-info a {
    color: #4c4c4c; }
    #footer .footer-top .footer-info a:hover {
      color: #000000; }
  #footer .footer-top .footer-info ul {
    padding: 0;
    margin: 0; }
    #footer .footer-top .footer-info ul li {
      list-style-type: none;
      padding: 0.5em 0; }
      #footer .footer-top .footer-info ul li a:hover {
        color: #000000; }

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  color: #4c4c4c;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase; }

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  color: #ffffff; }

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #018795;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s; }

#footer .footer-top .social-links a:hover {
  background: #FFD400;
  color: #fff; }

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #4c4c4c;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 1px; }

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  color: #ffffff; }

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#footer .footer-top .footer-links ul li {
  padding: 8px 0; }

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0; }

#footer .footer-top .footer-links ul a {
  color: #f1f1f1; }

#footer .footer-top .footer-links ul a:hover {
  color: #ffffff; }

#footer .footer-top .footer-contact {
  margin-bottom: 30px; }

#footer .footer-top .footer-contact p {
  line-height: 26px; }

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px; }

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6; }

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #018795;
  border: 1px solid #018795;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer; }

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #FFD400; }

#footer .footer-top .form .form-group {
  margin-bottom: 15px; }

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #018795;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block; }

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px; }

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500; }

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px; }

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd; }

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd; }

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd; }

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd; }

#footer .footer-top .form button[type="submit"] {
  background: #018795;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s; }

#footer .footer-top .form button[type="submit"]:hover {
  background: #FFD400;
  cursor: pointer; }

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #4c4c4c;
  font-size: 15px; }

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 15%; }

  #testimonials .testimonial-item p {
    width: 80%; } }
@media (max-width: 991px) {
  #topbar {
    display: none; }

  #header {
    height: 70px;
    padding: 15px 0; }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0; } }
@media only screen and (max-width: 1199px) and (min-width: 998px) {
  #testimonials .carousel-inner p {
    max-height: 220px;
    min-height: 220px; } }
@media only screen and (max-width: 997px) and (min-width: 768px) {
  #testimonials .carousel-inner p {
    max-height: 250px;
    min-height: 250px;
    text-align: justify; } }
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px; } }
@media (max-width: 767px) {
  #Team .Profile {
    margin-top: 0em; }

  #Team .Profile h1 {
    padding-top: 0; }

  .Content {
    margin-top: 1em; }

  #Team .box .col-sm-5 {
    padding-left: 15px; }

  #Team .box button {
    margin: 0.5em 0 2em 0; }

  #header .logo img {
    max-height: 60px; }

  ._about p {
    font-size: 18px; }

  #footer .footer-top .footer-info a {
    font-size: 18px; }

  .social-links {
    margin-top: 1.5em; }

  #header.header-scrolled {
    height: 60px; }

  ._about_content p {
    margin: 2em 0;
    font-size: 18px; }

  #Values .container h4 {
    font-size: 24px; }
  #Values .container ul li {
    font-size: 18px; }

  p {
    font-size: 18px; }

  #New_services ul li {
    font-size: 18px; }

  #Events .Event_section .Event_right h3 {
    font-size: 18px; }

  #Events .Event_section .Event_right ul li {
    font-size: 18px; }

  #Contact h2 {
    font-size: 24px; }

  .Flex_row {
    display: block !important; }
    .Flex_row p {
      margin: 0 0 10px 0;
      text-align: left; }
      .Flex_row p:first-child {
        margin-right: 0; }
      .Flex_row p i {
        margin-right: 0.3em; }

  #Policy .Text h1 {
    font-size: 24px;
    padding: 0; }

  #Policy .Text h2 {
    font-size: 22px; }

  #testimonials .carousel-inner p {
    padding: 0 3em;
    max-height: -webkit-fill-available;
    min-height: auto;
    text-align: left; }

  #intro {
    height: auto;
    padding: 80px 0 60px 0; }

  #intro .container {
    height: auto !important; }

  #intro .intro-img {
    width: 80%; }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px; }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px; }

  #services .box {
    margin: 1em; }

  #about_section {
    margin-top: -10%; }

  #Values ul {
    padding: 0; }
    #Values ul li {
      text-align: left !important; }

  .Event_right {
    margin-top: 1em; } }
@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px; } }

/*# sourceMappingURL=surge.css.map */
