/****/
a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

a:hover, a:focus, a:active {
  outline: none !important;
  color: #02ADEE;
  text-decoration: none;
}

input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
  outline: none !important;
}

label {
  font-weight: 700;
  color: #002c42;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  text-transform: capitalize;
}

h4, .h4 {
  line-height: 30px;
}

.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="email"],
.body-page textarea, .body-page select {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
}

.body-page input[type="text"]:focus, .body-page input[type="text"]:active, .body-page input[type="text"]:hover,
.body-page input[type="tel"]:focus,
.body-page input[type="tel"]:active,
.body-page input[type="tel"]:hover,
.body-page input[type="email"]:focus,
.body-page input[type="email"]:active,
.body-page input[type="email"]:hover,
.body-page textarea:focus,
.body-page textarea:active,
.body-page textarea:hover, .body-page select:focus, .body-page select:active, .body-page select:hover {
  outline: none;
}

.label {
  color: #000 !important;
}

ul {
  margin: 0;
  padding-left: 30px;
}

ul ul {
  padding-left: 20px;
}

ul li {
  list-style: inherit;
}

ul li i {
  margin-right: 3px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

ul.menu > li {
  position: relative;
  padding: 4px 0 10px;
  margin: 0 0 2px !important;
}

ul.menu > li > a {
  padding-left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
}

ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {
  color: #02ADEE;
}

ul.feature-list {
  margin: 10px 0;
  padding-left: 0;
}

ul.feature-list > li {
  padding-left: 25px;
  position: relative;
  list-style: none;
  margin-bottom: 2px;
}

ul.feature-list > li:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
  color: #02ADEE;
  font-weight: 900;
  font-size: 10px;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

/************************* Pagination ************************/

.text-light h1, .text-light h2, .text-light h3, .text-light h4 {
  color: #fff;
}

.hidden {
  display: none !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow: hidden !important;
  position: relative;
}

body .body-page {
  background-color: #fff;
}

.topbar {
  background: #002c42;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.topbar .topbar-left {
  background: #002c42;
  color: #fff;
  padding: 15px;
  text-align: left;
}

.topbar .topbar-left a {
  color: #02ADEE;
}

.topbar .topbar-left a:hover {
  color: #fff;
}

.topbar .topbar-right {
  background: #02ADEE;
  padding: 15px 0;
  position: relative;
  text-align: right;
}

@media (max-width: 991.98px) {
  .topbar .topbar-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 550px) {
  .topbar .topbar-right {
    display: none;
  }
}

.topbar .topbar-right:after {
  content: '';
  width: 1000px;
  height: 100%;
  background: #02ADEE;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
}

.topbar .topbar-right:before {
  content: '';
  width: 1000px;
  height: 100%;
  background: #02ADEE;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 9;
  display: none;
}

@media (max-width: 991.98px) {
  .topbar .topbar-right:before {
    display: block;
  }
}

.topbar ul {
  margin: 0 !important;
}

.topbar .block {
  margin: 0 !important;
}

.topbar .topbar-content-inner .topbar-content {
  position: relative;
}

.topbar .topbar-content-inner .topbar-content a {
  text-decoration: underline;
  color: #fff;
}

.topbar .topbar-content-inner .topbar-content a:hover {
  color: #02ADEE;
}

header .site-branding-logo {
  padding: 20px 0 20px;
  display: inline-block;
  height: auto;
}

@media (max-width: 767.98px) {
  header .header-right-inner, header .header-right-inner .block {
    text-align: center !important;
  }
}

header .header-main {
  padding: 0;
  background: none;
}

@media (max-width: 991.98px) {
  header .main-menu-inner {
    width: 100%;
  }
}

header .area-main-menu .navigation {
  position: static;
}

header .area-main-menu .navigation ul.gva_menu {
  position: static;
}

header .block {
  overflow: visible;
}

header .header-info {
  margin-top: 10px;
}

header .header-info .header-icon {
  width: 36px;
  height: 40px;
  float: left;
  font-size: 36px;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
}

header .header-info .header-icon span {
  height: 40px;
}

header .header-info .content-inner {
  padding-left: 50px;
}

header .header-info .content-inner .title {
  font-size: 16px;
  font-weight: 500;
  color: #002c42;
  line-height: 20px;
  text-transform: capitalize;
}

header .header-info .content-inner .desc {
  font-size: 14px;
  color: #999999;
}

header.header-default {
  position: relative;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

header.header-default .header-main-inner .branding {
  width: 200px;
  float: left;
}

@media (max-width: 991.98px) {
  header.header-default .header-main-inner .branding {
    width: 180px;
  }
}

header.header-default .header-main-inner .header-inner {
  padding-left: 210px;
  padding-right: 75px;
}

@media (max-width: 991.98px) {
  header.header-default .header-main-inner .header-inner {
    padding-left: 190px;
  }
}

header.header-default .header-main-inner .gva-offcanvas-mobile {
  float: right;
}

header.header-default .stuck {
  background: #fff;
}

header.header-default .main-menu-inner {
  float: left;
}

header.header-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

@media (max-width: 991.98px) {
  header.header-1 {
    position: relative;
    background: #222;
  }
}

header.header-1 .header-main-inner .branding {
  width: 240px;
  float: left;
}

@media (max-width: 991.98px) {
  header.header-1 .header-main-inner .branding {
    width: 190px;
  }
}

header.header-1 .header-main-inner .branding .site-branding-logo {
  padding: 15px 0;
}

header.header-1 .header-main-inner .branding .site-branding-logo img {
  display: none;
}

header.header-1 .header-main-inner .header-inner {
  padding-left: 210px;
  padding-right: 70px;
}

@media (max-width: 991.98px) {
  header.header-1 .header-main-inner .header-inner {
    padding-left: 190px;
  }
}

header.header-1 .header-main-inner .gva-offcanvas-mobile {
  float: right;
}

header.header-1 .header-main-inner .navigation .gva_menu > li > a {
  color: #fff;
}

header.header-1 .header-main-inner .navigation .gva_menu > li > a:hover {
  color: #02ADEE;
}

header.header-1 .main-menu-inner {
  float: left;
}

header.header-1 .menu-bar span {
  background: #fff;
}

header.header-1 .stuck {
  background: #222 !important;
}

header.header-2 .header-main {
  padding: 35px 0;
  background: #fff;
}

header.header-2 .header-main .site-branding-logo {
  padding: 0;
}

@media (max-width: 575.98px) {
  header.header-2 .header-main .site-branding-logo {
    padding-bottom: 20px;
  }
}

header.header-2 .header-main .header-info .header-icon {
  color: #02ADEE;
}

header.header-2 .header-main .header-info .title {
  color: #000;
}

header.header-2 .block {
  margin-bottom: 0;
}

header.header-2 .main-menu {
  background: #02ADEE;
}

header.header-2 .main-menu .area-inner {
  padding: 0;
}

header.header-2 .main-menu ul.gva_menu_main {
  float: left;
}

@media (min-width: 992px) {
  header.header-2 .main-menu .navigation .gva_menu > li > a {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  header.header-2 .main-menu .navigation .gva_menu > li > a:hover, header.header-2 .main-menu .navigation .gva_menu > li > a:focus {
    color: #fff !important;
  }
  header.header-2 .main-menu .navigation .gva_menu > li:hover > a, header.header-2 .main-menu .navigation .gva_menu > li:focus > a {
    color: #fff !important;
  }
  header.header-2 .main-menu .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #fff !important;
  }
}

@media (max-width: 575px) {
  header.header-2 .branding {
    width: 100%;
    text-align: center;
  }
}

.stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99 !important;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.area.slideshow_content .block {
  margin-bottom: 0;
}

.header-right .block {
  margin-bottom: 0;
}

#page-main-content {
  min-height: 360px;
}

@media (max-width: 767.98px) {
  #page-main-content {
    min-height: 100px;
  }
}

.main-menu .area-main-menu .area-inner .block {
  margin-bottom: 0;
}

#footer {
  color: #b1bec5;
  background: url("../../../images//bg-footer.png") no-repeat center bottom #002C42;
}

#footer a {
  color: #b1bec5;
}

#footer a:hover, #footer a:focus {
  color: #02ADEE;
}

#footer .footer-top {
  background: #001D2B;
  padding: 40px 0;
}

#footer .footer-center {
  padding: 80px 0 80px;
}

#footer .block {
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .copyright {
  font-size: 14px;
  font-weight: 500;
}

#footer .copyright .copyright-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
  #footer .footer-column {
    margin-bottom: 45px;
  }
}

/* ----- Maintenance page ----- */

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.fsize-50 {
  font-size: 50px !important;
}

@media (max-width: 991.98px) {
   .fsize-50 {
    font-size: 30px !important;
  }
}

.fw-600 {
  font-weight: 600 !important;
}

.border {
  border: 1px solid #dee2e6;
}

.border-top {
  border-top: 1px solid #dee2e6;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.col-no-padding div[class*="col-"] {
  padding: 0 !important;
}

.p-relative {
  position: relative !important;
}

.text-normal {
  font-size: 15px;
}

.text-size-medium {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.text-medium {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.text-medium-2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #002c42;
  text-transform: capitalize;
  margin-top: 5px;
}

.text-size-big {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .text-size-big {
    font-size: 30px;
    line-height: 38px;
  }
}

.text-size-big {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .text-size-big {
    font-size: 20px;
  }
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-theme {
  color: #02ADEE !important;
}

.text-theme-2, .text-theme-second {
  color: #002c42 !important;
}

.socials {
  display: inline-block;
  width: 100%;
}

.socials a {
  color: #595959;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-right: 12px;
  font-size: 14px;
}

.socials a:last-child {
  margin-right: 0;
}

.socials a:hover, .socials a:focus, .socials a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.socials a i {
  color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  background: #02ADEE;
}

.socials a i.fa-facebook-square, .socials a i.fa-facebook {
  background: #3b5998;
}

.socials a i.fa-skype {
  background: #12a5f4;
}

 .socials a i.fa-linkedin {
  background: #0e76a8;
}

.socials a i.fa-instagram {
  background: #e8e2d9;
}

.social-copyright {
  float: right;
}

.nav-tabs > li > a {
  font-weight: 700;
  color: #000;
  padding: 8px 18px;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
}

.nav-tabs > li > a i {
  margin-right: 5px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #02ADEE;
}

.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  color: #02ADEE;
}

div.error {
  background-repeat: no-repeat !important;
  background-image: none !important;
}

.button, .btn-theme {
  background: #02ADEE;
  color: #002c42;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  line-height: 50px;
  z-index: 1;
  text-transform: uppercase;
  border: none;
}

.button:hover, .button:focus, .button:active, .button.active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active {
  background: #0297d0;
  cursor: pointer;
  color: #002c42;
}

/*************** Easy PieChart ***************/

/*************** Progress Bars ***************/

/*************** Pricing Tables ***************/

/************** Pricing Vertical ***************************/

.panel {
  border: none !important;
  margin-top: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
  padding: 15px;
}

.panel .panel-heading {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}

.panel .panel-heading .panel-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  position: relative;
  padding: 5px 0;
}

.panel .panel-heading .panel-title > a:after {
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 12px;
  top: 2px;
  right: -20px;
  z-index: 1;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: #002c42;
}

.panel .panel-heading .panel-title > a.collapsed:after {
  background: #02ADEE;
  content: "\f067";
  color: #fff;
}

.panel .panel-body {
  border: none !important;
  line-height: 28px;
  padding: 10px 30px 0;
}

/* This is required to win over specificity of #content h2 */

/* This is required to win over specificity of .field--type-image img */

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */

.block {
  background: transparent;
  margin-bottom: 30px;
}

.block .block {
  margin-bottom: 0 !important;
}

.text-light .title {
  color: #fff !important;
}

nav.breadcrumb {
  margin-bottom: 0 !important;
  background: none;
  color: #999999;
}

nav.breadcrumb ol {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}

nav.breadcrumb ol:before, nav.breadcrumb ol:after {
  content: " ";
  display: table;
}

nav.breadcrumb ol:after {
  clear: both;
}

nav.breadcrumb ol > li {
  float: left;
  font-size: 13px;
}

nav.breadcrumb ol > li a {
  color: #999999;
}

nav.breadcrumb ol > li a:hover {
  color: #02ADEE;
}

nav.breadcrumb ol > li span {
  padding: 0 2px 0px 0px;
}

.contact-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-info ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-info ul li .icon {
  color: #02ADEE;
  width: 36px;
  float: left;
  display: block;
  margin-top: 12px;
}

.contact-info ul li .icon i {
  font-size: 26px;
}

.contact-info ul li .text {
  padding-left: 42px;
  display: block;
}

.contact-box-footer {
  width: 100%;
}

.contact-box-footer:before, .contact-box-footer:after {
  content: " ";
  display: table;
}

.contact-box-footer:after {
  clear: both;
}

.contact-box-footer ul.list-information {
  margin: 0 !important;
  padding: 0;
  width: 100%;
}

.contact-box-footer ul.list-information:before, .contact-box-footer ul.list-information:after {
  content: " ";
  display: table;
}

.contact-box-footer ul.list-information:after {
  clear: both;
}

.contact-box-footer ul.list-information > li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding-left: 45px;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-box-footer ul.list-information > li .icon {
  position: absolute;
  left: 0;
  top: 4px;
  color: #02ADEE;
  line-height: 24px;
  font-size: 22px;
  font-weight: 300;
}

.contact-box-footer ul.list-information > li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-box-footer ul.list-information > li:last-child:after {
  display: none;
}

@media (max-width: 991.98px) {
  .contact-box-footer ul.list-information > li {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  .contact-box-footer ul.list-information > li:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
  }
}

.topbar-information ul li {
  font-size: 14px;
  color: #002c42;
  float: left;
  padding-left: 45px;
}

@media (max-width: 1199.98px) {
  .topbar-information ul li {
    padding-left: 15px;
  }
}

.topbar-information ul li i {
  margin-right: 10px;
  color: #002c42 !important;
}

@media (max-width: 991.98px) {
  .topbar-information ul li:first-child {
    padding-left: 0 !important;
  }
}

/* perfect-scrollbar v0.6.7 */

/* #Block grid
--------------------------------------------------------------- */

/* Medium */

/* Large */

.area-main-menu .menu-toggle {
  display: none;
}

@media (min-width: 992px) {
  .navigation {
    position: relative;
    clear: both;
  }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation .gva_menu {
    float: left;
    position: relative;
  }
  .navigation .gva_menu li {
    position: relative;
  }
  .navigation .gva_menu li a {
    text-align: left !important;
  }
  .navigation .gva_menu li a .icaret {
    margin-left: 4px;
    border: none !important;
    font-size: 9px;
  }
  .navigation .gva_menu > li {
    display: inline-block;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .navigation .gva_menu > li:hover > ul.sub-menu, .navigation .gva_menu > li:hover div.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 99%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  .navigation .gva_menu > li:hover > ul.sub-menu > li, .navigation .gva_menu > li:hover div.sub-menu > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navigation .gva_menu > li:hover > a {
    color: #02ADEE;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 40px 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
    text-transform: uppercase;
    color: #002c42;
    letter-spacing: 0.6px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navigation .gva_menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 767.98px) {
  .navigation .gva_menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:after, .navigation .gva_menu > li > a:active {
    color: #02ADEE;
  }
  .navigation .gva_menu > li > a:hover:before, .navigation .gva_menu > li > a:after:before, .navigation .gva_menu > li > a:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navigation .gva_menu > li > a > span {
    position: relative;
    padding-bottom: 6px;
  }
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #02ADEE !important;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu {
    min-width: 250px;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu > li {
    border-bottom: 1px solid #dee2e6;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu > li > a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu .sub-menu {
    top: 106%;
    position: absolute;
    min-width: 280px;
    background-color: #002c42;
    z-index: 999;
    left: 0;
    padding: 15px 20px 10px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .navigation .gva_menu .sub-menu > li {
    padding: 10px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navigation .gva_menu .sub-menu > li > a {
    display: block;
    line-height: 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: relative;
    color: #fff;
  }
  .navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {
    color: #02ADEE;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+9) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+10) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+11) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+12) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+13) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+14) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+15) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .navigation .gva_menu .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .navigation .gva_menu .sub-menu > li ul {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 11;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .navigation .gva_menu .sub-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    left: 100%;
  }
}

body.header-absolute .navigation ul.gva_menu > li > a {
  color: #fff !important;
}

.testimonial-v1 .testimonial-item {
  text-align: center;
  background: #fff;
  padding: 60px 30px;
}

.testimonial-v1 .testimonial-item .quote {
  line-height: 28px;
  position: relative;
  padding-top: 35px;
}

.testimonial-v1 .testimonial-item .content .title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.testimonial-v1 .testimonial-item .content .job {
  font-size: 12px;
  color: #bbbbbb;
}

.slider-gallery-v1 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.slider-gallery-v1 img {
  -webkit-transform-style: none !important;
  transform-style: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.gbb-row-wrapper {
  position: relative;
}

.gbb-row-wrapper .row-text-overlay {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.09);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  height: 46px;
  top: 50%;
  margin-top: -23px;
  z-index: 1;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .gbb-row-wrapper .row-text-overlay {
    display: none;
  }
}

.gbb-row-wrapper .bb-container {
  position: relative;
  z-index: 2;
}

.gbb-row-wrapper .gbb-row-wrapper .bb-inner {
  padding: 0;
}

.row-box {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 767.98px) {
  .row-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767.98px) {
  .gbb-row.row-border .row-wrapper > .gsc-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .gbb-row.row-border .row-wrapper > .gsc-column:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.gbb-row.row-border .row-wrapper > .gsc-column:after {
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767.98px) {
  .gbb-row.row-border .row-wrapper > .gsc-column:after {
    display: none;
  }
}

.gbb-row.row-border .row-wrapper > .gsc-column .column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.gbb-row.row-border .row-wrapper > .gsc-column:last-child:after {
  display: none !important;
}

.gbb-row.row-border .row-wrapper > .gsc-column[class*='col-lg-12']:after {
  display: none;
}

.column-style-3 {
  max-width: 630px;
  padding: 80px 30px;
}

@media (max-width: 991.98px) {
  .column-style-3 {
    padding: 30px 20px;
    max-width: 100%;
  }
}

.row-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#3F51B5), to(#90566c));
  background: linear-gradient(to bottom, #3F51B5, #90566c);
  background-color: #3F51B5;
}

.row-gradient-2 {
  position: relative;
}

.row-gradient-2 > .bb-inner {
  position: relative;
  z-index: 11;
}

.row-gradient-2:after {
  content: '';
  background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
  background-color: #dde7ff;
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .row-gradient-2:after {
    top: 0;
  }
}

.row-bg-top {
  position: relative;
}

.row-bg-top > .bb-inner {
  position: relative;
  z-index: 11;
}

.row-bg-top:after {
  content: '';
  background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
  background-color: #dde7ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 500px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .row-bg-top:after {
    top: 0;
  }
}

.row-curve-bottom-white:after {
  content: '';
  width: 100%;
  height: 69px;
  position: absolute;
  bottom: 0;
  background: url("../../../images//curve-bg.png") repeat-x center center transparent;
  background-size: 100% 100%;
}

.gavias-blockbuilder-content {
  position: relative;
}

@media (max-width: 991.98px) {
  .gbb-row[style*="padding-top"] {
    padding-top: 25px !important;
  }
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 25px !important;
  }
}

.gbb-row .bb-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .gbb-row .bb-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.gbb-row .bb-inner.remove_margin {
  margin: 0 !important;
}

.gbb-row .bb-inner.remove_padding {
  padding: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col > .bb-container > .row-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col > .bb-container > .row-wrapper > div.gsc-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.widget {
  /******************** Block for drupal ***********************/
  /******************** Chart *****************************/
}

.widget.gsc-block-drupal {
  margin-bottom: 35px;
}

.widget.gsc-block-drupal.text-light div {
  color: #fff;
}

.widget.gsc-progress {
  margin-bottom: 35px;
}

.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .column-content.text-quote {
    padding: 20px 20px;
  }
}

.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .column-content.text-quote-2 {
    padding: 20px 20px;
  }
}

.gsc-accordion .panel-body {
  padding-left: 0;
  padding-right: 0;
}

.gsc-accordion .panel-group.skin-white-border {
  background: #fff;
}

.gsc-accordion .panel-group.skin-white-border .panel {
  padding: 0 0 15px !important;
  border-bottom: 1px solid #dee2e6 !important;
  margin-bottom: 18px !important;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
  right: 0;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-body {
  padding-top: 10px;
}

.gsc-accordion .panel-group.skin-white-border .panel:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.gsc-call-to-action .title {
  font-weight: 700;
  font-size: 42px;
  margin: 0;
}

.gsc-call-to-action .sub-title {
  color: #7f8284;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.gsc-call-to-action .sub-title > span {
  padding: 0 2px 4px;
  border-bottom: 1px solid #02ADEE;
}

.gsc-call-to-action .button-action > a {
  margin: 0 10px;
  display: inline-block;
}

.gsc-call-to-action .button-action > a:first-child {
  margin-left: 0;
}

.gsc-call-to-action .button-action > a:last-child {
  margin-right: 0;
}

.gsc-call-to-action .desc {
  line-height: 30px;
}

.gsc-call-to-action.text-light .content {
  color: #fff;
}

.gsc-call-to-action.text-light .content .sub-title {
  color: #fff;
}

.gsc-call-to-action.text-light .content .title {
  color: #fff;
}

.gsc-call-to-action.text-light .content .desc * {
  color: #ebebeb;
}

.gsc-call-to-action.text-light .subtitle {
  color: #f0f0f0;
}

.gsc-icon-box {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-icon-box:before, .gsc-icon-box:after {
  content: " ";
  display: table;
}

.gsc-icon-box:after {
  clear: both;
}

.gsc-icon-box.right, .gsc-icon-box.left {
  display: table;
  max-width: 600px;
}

.gsc-icon-box.right {
  text-align: right;
}

.gsc-icon-box.left {
  text-align: left;
}

.gsc-icon-box.text-light .title {
  color: #fff;
}

.gsc-icon-box.text-light .title:after {
  background: #fff;
}

.gsc-icon-box.text-light .title a {
  color: #fff;
}

.gsc-icon-box.text-light .title a:hover {
  color: #02ADEE;
}

.gsc-icon-box.text-light .desc {
  color: rgba(255, 255, 255, 0.8);
}

.gsc-icon-box-color.style-1 {
  position: relative;
  text-align: center;
}

.gsc-icon-box-color.style-1 .content-inner {
  text-align: center;
}

.gsc-images-parallax {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.gsc-images-parallax:before, .gsc-images-parallax:after {
  content: " ";
  display: table;
}

.gsc-images-parallax:after {
  clear: both;
}

.gsc-images-parallax .images {
  position: relative;
}

.gsc-images-parallax.style-v1 {
  margin-bottom: 60px;
}

.gsc-images-parallax.style-v1 .images {
  position: relative;
  text-align: center;
}

@media (max-width: 767.98px) {
  .gsc-images-parallax.style-v1 .images {
    max-width: 650px;
    float: none;
    margin: 0 auto;
  }
}

.gsc-images-parallax.style-v1 .content-box {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background: #02ADEE;
  color: #002c42;
  text-align: center;
  padding: 15px 30px 10px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 99;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.gsc-images-parallax.style-v1 .content-box .icon {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.gsc-images-parallax.style-v1 .content-box a:hover {
  color: #002c42;
  text-decoration: underline;
}

.gsc-images-parallax.style-v1.right .image-1 {
  position: relative;
  z-index: 1;
  padding-right: 90px;
}

.gsc-images-parallax.style-v1.right .image-2 {
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: 9;
  padding: 15px;
  padding-right: 0;
  text-align: right;
  background: #fff;
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .gsc-images-parallax.style-v1.right .image-2 {
    bottom: 0 !important;
  }
}

.gsc-images-parallax.style-v1.right .content-box {
  left: auto;
  right: 0;
}

.gsc-images-parallax.style-v1.left .image-1 {
  position: relative;
  z-index: 1;
  padding-left: 90px;
}

.gsc-images-parallax.style-v1.left .image-2 {
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: 9;
  padding: 15px;
  padding-left: 0;
  text-align: left;
  background: #fff;
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .gsc-images-parallax.style-v1.left .image-2 {
    bottom: 0 !important;
  }
}

.gsc-video-box {
  position: relative;
  margin: 0 auto;
}

.gsc-video-box.style-1 {
  margin-bottom: 10px;
}

.gsc-links .content-inner {
  max-width: 1000px;
  margin: 0 auto 0;
  position: relative;
  top: 0;
}

.gsc-links.stuck {
  background: #fff;
  margin-top: 0 !important;
  right: 0;
  left: auto;
}

@media (max-width: 1200px) {
  .gsc-links.stuck {
    padding-right: 70px;
  }
}

.gsc-tabs-content {
  background: #fff;
}

.gsc-tabs-content .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  margin-bottom: 0;
}

.gsc-tabs-content .nav-tabs > li {
  float: left;
  display: inline-block;
}

.gsc-tabs-content .nav-tabs > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
  display: inline-block;
}

.gsc-tabs-content .nav-tabs > li.active {
  background: #f5f5f5;
}

.gsc-quotes-rotator.text-light {
  color: #fff;
}

.gsc-our-gallery {
  margin-bottom: 30px;
}

.gsc-box-hover {
  position: relative;
  margin-bottom: 30px;
  background: transparent;
}

.gsc-text-rotate.align-left .link {
  text-align: left;
}

.gsc-heading {
  padding: 0 0 35px;
  display: block;
  width: 100%;
  max-width: 760px;
}

.gsc-heading:before, .gsc-heading:after {
  content: " ";
  display: table;
}

.gsc-heading:after {
  clear: both;
}

@media (max-width: 767.98px) {
  .gsc-heading {
    padding: 0 0 30px;
  }
}

.gsc-heading .title {
  position: relative;
  text-transform: capitalize;
  margin: 0;
}

.gsc-heading .sub-title {
  color: #7f8284;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.gsc-heading .sub-title > span {
  padding: 0 2px 4px;
  border-bottom: 1px solid #02ADEE;
}

.gsc-heading.align-center {
  text-align: center;
  margin: 0 auto;
}

.gsc-heading.align-left {
  text-align: left;
}

.gsc-heading.align-left .heading-line {
  float: left;
  clear: both;
}

.gsc-heading.align-right {
  text-align: right;
  float: right;
}

.gsc-heading.align-right:before, .gsc-heading.align-right:after {
  content: " ";
  display: table;
}

.gsc-heading.align-right:after {
  clear: both;
}

.gsc-heading.align-right .heading-line {
  float: right;
  clear: both;
}

.gsc-heading.align-right {
  text-align: right;
}

.gsc-heading.style-1 .title {
  font-size: 50px;
  position: relative;
  padding-bottom: 10px;
}

.gsc-heading.style-1.align-left .title:after {
  left: 0;
  margin-left: 0;
}

.gsc-heading.style-1.align-right .title:after {
  right: 0;
  margin-left: 0;
}

.gsc-heading.text-light .title {
  color: #fff;
}

.gsc-heading.text-light .sub-title span {
  color: rgba(255, 255, 255, 0.9);
}

.gsc-chart {
  text-align: center;
}

.gsc-chart .content {
  text-align: center;
}

.gsc-chart .content > div {
  display: block;
}

.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}

.gsc-chart .content .title {
  font-weight: 700;
  position: relative;
  font-size: 14px;
  color: #000;
  margin: 20px 0 15px;
  text-transform: uppercase;
}

.gsc-map {
  position: relative;
}

.gsc-map .content-inner {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  max-width: 400px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #dee2e6;
}

@media (max-width: 600px) {
  .gsc-map .content-inner {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

.gsc-map .info {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.gsc-map .info span.icon {
  font-size: 18px;
  top: 5px;
  left: 0;
  position: absolute;
  z-index: 1;
  color: #000;
}

.gsc-map .phone {
  color: #02ADEE;
}

.gsc-map .social-inline {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0;
}

.gsc-map .social-inline > a {
  margin: 0 10px 0 0;
  font-size: 16px;
}

.gsc-quote {
  position: relative;
  padding-top: 125px;
}

.gsc-quote:after {
  position: absolute;
  content: "";
  background: url("../../../images//testimonial-icon.png") no-repeat center center transparent;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50px;
  z-index: 1;
}

.gsc-quote .content {
  line-height: 28px;
}

.gsc-quote .position {
  margin-top: 25px;
}

.gsc-quote-text {
  position: relative;
  padding: 30px 30px 30px 70px;
  margin-bottom: 35px;
}

.gsc-quote-text .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1;
  font-size: 20px;
  color: #02ADEE;
}

.gsc-quote-text .content {
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}

.gsc-box-color {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 35px;
  background: #02ADEE;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

 .gsc-box-color.text-white .content, .gsc-box-color.text-white .link {
  color: #fff;
}

.gsc-button {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}

.gsc-button.small {
  font-size: 10px;
  padding: 8px 15px;
}

.gsc-our-partners {
  margin-bottom: 45px;
}

.gsc-our-partners:before, .gsc-our-partners:after {
  content: " ";
  display: table;
}

.gsc-our-partners:after {
  clear: both;
}

.gsc-our-partners .image {
  width: 35%;
  float: left;
}

@media (max-width: 400px) {
  .gsc-our-partners .image {
    width: 100%;
    text-align: center;
  }
}

.gsc-our-partners .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}

@media (max-width: 400px) {
  .gsc-our-partners .content-inner {
    width: 100%;
  }
}

.gsc-our-partners .content-inner .title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.gsc-our-partners .content-inner .info {
  font-size: 12px;
  padding: 5px 0 12px;
}

.gsc-our-partners .content-inner .info .category {
  color: #02ADEE;
}

.gsc-image-content.skin-v1 {
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 0 150px 150px 0;
  -webkit-border-radius: 0 150px 150px 0;
  -moz-border-radius: 0 150px 150px 0;
  -ms-border-radius: 0 150px 150px 0;
  -o-border-radius: 0 150px 150px 0;
  background: #fff;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v1 {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 30px;
  }
}

.gsc-image-content.skin-v1 .content-left {
  padding: 35px 225px 10px 35px;
}

@media (max-width: 991.98px) {
  .gsc-image-content.skin-v1 .content-left {
    padding: 30px 225px 10px 30px;
  }
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v1 .content-left {
    width: 100%;
    padding: 30px 30px 0;
  }
}

.gsc-image-content.skin-v1 .content-left .title {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v1 .content-left .title {
    margin: 15px 0;
    float: left;
    width: 100%;
    text-align: center;
  }
}

.gsc-image-content.skin-v1 .content-right {
  width: 200px;
  float: right;
  text-align: center;
}

@media (max-width: 991.98px) {
  .gsc-image-content.skin-v1 .content-right {
    width: 170px;
  }
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v1 .content-right {
    width: 100%;
    text-align: center;
  }
}

.gsc-image-content.skin-v1 .content-right .image {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v1 .content-right .image {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

.gsc-service-carousel {
  text-align: center;
}

.gsc-service-carousel .item .content-inner {
  border: 1px solid #dee2e6;
  background: #fff;
  text-align: center;
  min-height: 170px;
  padding: 20px 30px 0;
  margin-bottom: 30px;
  margin-top: 10px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-service-carousel .item .content-inner .icon i {
  font-size: 38px;
  color: #02ADEE;
  line-height: 60px;
}

.gsc-service-carousel .item .content-inner .title {
  margin-top: 10px;
}

.gsc-service-carousel .item .content-inner .title a {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
}

.gsc-service-carousel .item .content-inner:hover, .gsc-service-carousel .item .content-inner:focus, .gsc-service-carousel .item .content-inner:active {
  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-color: transparent;
}

.gsc-box-download {
  background: #02ADEE;
  color: #fff;
  padding: 30px;
  margin: 20px 0;
}

.gsc-box-download .info .title {
  font-size: 18px;
}

.gsc-box-download .info .desc {
  font-size: 12px;
  line-height: 24px;
}

.gsc-socials {
  margin-bottom: 30px;
}

.gsc-socials a {
  color: #595959;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-right: 12px;
  font-size: 14px;
}

.gsc-socials a:last-child {
  margin-right: 0;
}

.gsc-socials a:hover, .gsc-socials a:focus, .gsc-socials a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gsc-socials a i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.gsc-instagram .title {
  color: #242527;
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}

.gsc-instagram .title a {
  color: #02ADEE;
  border-bottom: 1px solid #02ADEE;
}

.gsc-instagram .title a:hover, .gsc-instagram .title a:focus, .gsc-instagram .title a:active {
  color: #000;
}

.gsc-progress-box {
  border: 1px solid #dee2e6;
  padding: 75px 60px 60px;
  position: relative;
  text-align: center;
}

@media (max-width: 991.98px) {
  .gsc-progress-box {
    padding: 35px 30px 30px;
  }
}

.gsc-progress-box .title {
  font-size: 20px;
  margin: 35px 0;
}

/* Flip Horizontally */
@-webkit-keyframes gavias_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes gavias_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* Flip Vertically */
@-webkit-keyframes gavias_flip_y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes gavias_flip_y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  .area-main-menu {
    min-height: 60px;
  }
  .gva-offcanvas-mobile {
    background: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 350px;
    top: 0;
    bottom: 0;
    z-index: 999;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }
  .gva-offcanvas-mobile.show-view {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .gva-offcanvas-mobile .close-offcanvas {
    display: block !important;
    visibility: visible !important;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #111111;
  }
  .gva-offcanvas-mobile .close-offcanvas span {
    font-size: 24px;
  }
  .gva-offcanvas-mobile .close-offcanvas:hover {
    cursor: pointer;
    color: #02ADEE;
  }
  .gva-offcanvas-mobile .block {
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
  }
  .gva-offcanvas-mobile .block .block-content:before, .gva-offcanvas-mobile .block .block-content:after {
    content: " ";
    display: table;
  }
  .gva-offcanvas-mobile .block .block-content:after {
    clear: both;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu {
    padding: 10px 0 0;
    width: 100% !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li {
    list-style: none;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    padding-top: 2px !important;
    border-bottom: 1px solid #dee2e6;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:last-child {
    border-bottom: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    padding: 0 !important;
    font-weight: 700;
    color: #002c42 !important;
    text-transform: uppercase;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {
    color: #02ADEE !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu {
    padding-left: 20px !important;
    margin-bottom: 10px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu .icaret {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
    font-size: 14px;
    line-height: 24px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
    color: #02ADEE !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu ul.sub-menu {
    display: block !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
    position: relative;
    display: block;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
    color: #02ADEE;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -1px;
    bottom: 0;
    right: 0;
    font-size: 13px;
    background: #222;
    color: #fff;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
    content: '\f077';
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
    position: absolute;
    text-transform: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
    -webkit-transition: none;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    min-width: inherit;
    display: none;
    width: 100%;
    position: static;
    padding: 0 !important;
    visibility: visible;
    border: 0;
    background: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
    content: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
    content: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
    text-indent: 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.menu-bar {
  height: 32px;
  width: 36px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 10px;
  margin-top: -16px;
}

.menu-bar:hover {
  -webkit-box-shadow: 0, 0, 10px, 0.3;
  box-shadow: 0, 0, 10px, 0.3;
}

.menu-bar span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.menu-bar span.one {
  top: 6px;
}

.menu-bar span.two {
  top: 0;
  bottom: 0;
}

.menu-bar span.three {
  bottom: 6px;
}

.menu-bar.show-view span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}

.menu-bar.show-view span.one, .menu-bar.show-view span.three {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-bar.show-view span.three {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 510px) {
  .col-xs-6 {
    width: 100% !important;
  }
}

.testimonial-node-1 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.testimonial-node-1 .content-body {
  position: relative;
  padding: 65px 30px 50px;
  margin-top: 40px;
}

.testimonial-node-1 .content-body .quote {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-top: 35px;
  color: #7f8284;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}

.testimonial-node-1 .content-body .info {
  margin-top: 10px;
  text-align: center;
}

.testimonial-node-1 .content-body .info .name {
  font-size: 20px;
  font-weight: 700;
  color: #002c42;
}

.testimonial-node-1 .content-body .info .job {
  font-size: 16px;
  line-height: 1;
}

.testimonial-node-2 {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.testimonial-node-2 .content-body {
  position: relative;
  padding: 30px;
}

.testimonial-node-2 .content-body .quote {
  font-size: 26px;
  line-height: 48px;
  position: relative;
  padding-bottom: 35px;
  color: #26263e;
  text-align: center;
  font-weight: 300;
}

.testimonial-node-2 .content-body .info {
  text-align: center;
}

.testimonial-node-2 .content-body .info .name {
  font-size: 20px;
  font-weight: 700;
  color: #002c42;
}

.testimonial-node-2 .content-body .info .job {
  font-size: 16px;
  line-height: 1;
}

.testimonial-node-3 {
  background: none;
  max-width: 620px;
  float: left;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #dee2e6;
}

.testimonial-node-3 .testimonial-content {
  padding: 20px;
}

.testimonial-node-3 .quote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Georgia";
  color: #838383;
  font-style: italic;
}

.testimonial-node-3 .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
  color: #000;
}

.testimonial-node-3 .job {
  font-size: 13px;
}

.testimonial-node-v3 {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px;
  background: #002c42;
}

.testimonial-node-v3:before, .testimonial-node-v3:after {
  content: " ";
  display: table;
}

.testimonial-node-v3:after {
  clear: both;
}

@media (max-width: 1199.98px) {
  .testimonial-node-v3 {
    padding: 30px;
  }
}

.testimonial-node-v3 .testimonial-content .testimonial-icon {
  margin-bottom: 15px;
}

.testimonial-node-v3 .testimonial-content .testimonial-icon span {
  width: 40px;
  height: 40px;
  color: #002c42;
  background: #02ADEE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 56px;
  display: inline-block;
  font-size: 30px;
  font-style: italic;
  padding-left: 10px;
}

.testimonial-node-v3 .testimonial-content .quote {
  font-size: 22px;
  line-height: 42px;
  position: relative;
  padding-top: 10px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .testimonial-node-v3 .testimonial-content .quote {
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial-node-v3 .content-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 40px;
}

.testimonial-node-v3 .content-inner:before, .testimonial-node-v3 .content-inner:after {
  content: " ";
  display: table;
}

.testimonial-node-v3 .content-inner:after {
  clear: both;
}

.testimonial-node-v3 .content-inner .left {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  overflow: hidden;
}

.testimonial-node-v3 .content-inner .right {
  padding-left: 110px;
  padding-top: 20px;
}

.testimonial-node-v3 .content-inner .right .name {
  color: #02ADEE;
  font-weight: 600;
  font-size: 18px;
  display: block;
  line-height: 1.1;
}

.testimonial-node-v3 .content-inner .right .job {
  color: #b1bec5;
}

.service-block-2 {
  margin-bottom: 30px;
}

.service-block-2 .service-content {
  position: relative;
}

.service-block-2 .service-content .content-top {
  padding: 35px 20px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.service-block-2 .service-content .content-top .service-icon {
  text-align: center;
}

.service-block-2 .service-content .content-top .title {
  font-size: 20px;
  margin: 15px 0 0;
}

.service-block-2 .service-images {
  position: relative;
}

.service-block-2 .service-images:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.service-block-2 .service-images .image-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  z-index: 11;
  background: #fff;
  text-align: center;
  line-height: 38px;
  color: #000;
  opacity: 0;
}

.service-block-2 .service-images .image-popup:hover {
  color: #fff;
  background: #02ADEE;
}

.service-block-2:hover .service-images:after {
  opacity: 1;
}

.service-block-2:hover .service-images .image-popup {
  opacity: 1;
}
