/*
Theme Name: WP Bootstrap AIOS THEME
Theme URI: http://trencadis.ro
Author: TRENCADIS CORP SRL
Author URI: https://trencadis.ro/
Description:  The best WordPress basic Boostrap theme and customized for AIOS Webpage.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Cabin', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family:"Raleway";
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-weight: 600;
  font-size: 14px;
  color: #37B6BA;
  letter-spacing: 5px;
  line-height: 24px;
}

.page h1{
  font-weight: 600;
  font-size: 14px;
  color: #37B6BA;
  letter-spacing: 5px;
  line-height: 24px;
  text-transform: uppercase;
}

.page .wpb_text_column h3{
  font-family: "Cabin";
  font-size: 18px;
  color: #393A3B;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
  margin-top:0px;
  padding-top:0px;
  clear:both;
  width:100%;
}

.page .wpb_text_column h3 img{
  margin-right: 10px;
  display: inline-block;
  margin-bottom:10px;
}

.post img{
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}

.category h1{
  font-weight: 600;
  font-size: 14px;
  color: #37B6BA;
  letter-spacing: 5px;
  line-height: 24px;
}

.article-list{
  border-bottom:1px solid #E5E5E5;
  padding-bottom:20px;
  margin-bottom:20px;
}

.article-list h2{
  font-size:20px;
  margin-top:0px;
  border-bottom:0px !important;
}

.article-list p{
  font-size: 14px;
}

.article-list .entry-meta{
  font-size:14px;
  color:#1D1D1F;
}

.article-list .entry-meta a{
  font-size:14px;
  color:#37B6BA;
}

.post .cat-links{
  display: block;
  margin-bottom: 20px;
}

.post .cat-links a{
  font-weight: 600;
  font-size: 14px;
  color: #37B6BA;
  letter-spacing: 5px;
  line-height: 24px;
  margin-bottom:20px;
  text-transform: uppercase;
}

.post h2{
  font-size: 32px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 52px;
  font-weight: 800;
  border-bottom:0px;
}

.post .entry-meta a{
  color:#1D1D1F;
}

.page h2{
  font-size: 32px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 52px;
  font-weight: 800;
}

h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-weight: 300;
}

.page p{
  margin-bottom:5px !important;
}

strong, b{
  font-weight: 800;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wpb_single_image img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.14);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.14);
}

.home .wpb_single_image img {
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.simple-img img{
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: transparent ;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li{
  margin-left:20px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-family: "Raleway";
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 700;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 20.000rem;
  border-radius: 0px;
  background:#fff;
  border:none;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.10);
}

.dropdown-menu a{
  color:#37B6BA;
  font-family: "Raleway";
  font-weight: 500;
  font-size:15px;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.navbar-toggler{
  border:0px;
  color:#fff;
  padding:0px;
  margin:0px;
  width:auto;
  height:auto;
}

.navbar-nav .dropdown-menu{
  z-index: 9999999999;
}

.navbar-light .navbar-toggler-icon{
  color:#fff;
  background:none !important;
  padding:0px;
  width:auto;
  height: auto;
}

.breadcrumb{
  background:#fff;
  padding:10px 0px;
  margin:10px 0px;
  border:0px;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
}

.breadcrumb ul{
  list-style-type: none;
  padding:0px;
  margin:0px;
}


.breadcrumb ul li{
  display: inline-block;
}

.breadcrumb ul li a{
  opacity: 0.6;
  font-size: 10px;
  color: #575757;
  letter-spacing: 2px;
  line-height: 24px;
}


.breadcrumb ul li{
  opacity: 0.6;
  font-size: 10px;
  color: #575757;
  letter-spacing: 2px;
  line-height: 24px;
  margin-right: 10px;
}

.breadcrumb ul li:last-child a{
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
}

@media screen and (max-width: 1112px) {
  .navbar-nav .nav-link{
    text-align: right;
    margin-right:0px !important;
  }
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }

  .home-about h3{
    line-height: normal !important;
  }

  .home-about p{
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.single .breadcrumb{
  margin-bottom:40px !important;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}


.entry-title > a {
  color: inherit;
}

.article-list .post-thumbnail img{
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.rpwwt-widget > h3{
  background: #37B6BA;
  border-radius: 3px;
  padding:10px 10px ;
  color:#fff;
  margin-top:0px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
}

.rpwwt-widget li a span{
  font-size: 16px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}

.rpwwt-widget li img{
  border-radius: 3px;
}

  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

#page > header{
  background: #37B6BA;
  padding:2rem 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home {
  /*background:url('inc/assets/img/home-bg.jpg') no-repeat center top;
  /background-size:contain;*/
}

.sticky{
  background: #37B6BA !important;
  padding:1.5rem 1rem !important;
  position: fixed;
  top:0px;
  width: 100% !important;
  z-index: 9999999;
  display: block !important;
}

.sticky .navbar-brand img{ height: 36px !important; }


.home-banner{
  margin-top:20%;
  margin-bottom:30%;
}

.banner h1{
  font-family: "Raleway";
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 400;
  padding:0px;
}

.banner h2{
  font-family: "Raleway";
  font-size: 48px;
  color: #37B6BA;
  letter-spacing: 0;
  line-height: 58px;
  font-weight: 800;
  margin:10px 0px 30px 0px;
  padding:0px;
}

.banner p{
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  max-width: 60%;
}

.banner-button a{
  border: 2px solid rgba(255,255,255,0.40) !important;
  padding: 1.5em 2.85em !important;
  color:#fff !important;
  font-family: "Raleway" !important;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.86px;
  text-align: center;
  background:transparent !important;
  margin-top:5em;
}

.banner-button a:hover{
  background: #fff !important;
  color:#37B6BA !important;
}

.normal-button a{
  background: #FFFFFF;
  border: 2px solid #37B6BA !important;
  padding: 1.5em 2.85em !important;
  color:#37B6BA !important;
  font-family: "Raleway" !important;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.86px;
  text-align: center;
  background:transparent !important;
  margin-top:5em;

}

.normal-button a:hover{
  background: #37B6BA !important;
  color:#fff !important;
}

.banner-content{
}

.home-services-box .wpb_text_column:hover{
  background:#37B6BA;
}

.home-services-box .wpb_text_column:hover h3{
  color:#fff;
}

.home-services-box .wpb_text_column:hover p{
  color:#fff;
}

.home-services-box .wpb_text_column img{
  border-radius: 5px;
}

.home-main-category{
  background: #FFFFFF;
  box-shadow: 10px 30px 30px 0 rgba(0,0,0,0.10);
  padding:30px;
  border-radius: 5px;
}

.home-main-category img{
  width:100%;
}

.home-main-category h3{
  font-family: "Raleway";
  font-size: 25px;
  color: #1D1D1F;
  letter-spacing: 0;
  font-weight: 500;
  padding:0px;
  margin:20px 0px 10px 0px;
}

.home-main-category p{
  font-size: 14px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 300;
}

.home-main-category a{
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  padding: 15px 30px !important;
  font-family: "Raleway" ;
  font-weight: 400;
  font-size: 13px;
  color: #1D1D1F;
  letter-spacing: 1.86px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
}

.home-main-category a:hover{
  background: #37B6BA;
  color:#fff;
  text-decoration: none;
}

.home-about{
  padding:10em 0px;
}

.home-about h2{
  font-family: "Raleway";
  font-size: 14px;
  color: #37B6BA;
  letter-spacing: 5px;
  line-height: 24px;
  font-weight: 500;
}

.home-about h3{
  font-family: "Raleway";
  font-size: 25px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 52px;
}

.home-about p{
  font-size: 14px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
  padding-right:180px;
}

.home-about a{
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  padding: 15px 30px !important;
  font-family: "Raleway" ;
  font-weight: 400;
  font-size: 13px;
  color: #1D1D1F;
  letter-spacing: 1.86px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
}

.home-about a:hover{
  background: #37B6BA;
  color:#fff;
  text-decoration: none;
}

.home-about .wpb_single_image img{max-width: none;}

.relative{
  position: relative;
}

.home-about .about-img-2{
  position: absolute;
  bottom:-15%;
  left:20%;
}

.site-footer{
  background:url("inc/assets/img/footer-bg.jpg") no-repeat center top;
  background-size:cover;
  padding:50px 0px 0px 0px;
  background-color:#fff;
  color:#fff;
}

.site-footer a{
  color:#fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.site-info{
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  border-top:1px solid rgba(255,255,255,0.50);
}

.footer-social a{
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin:0px 10px;
  display: inline-block;
}

.site-footer .textwidget{
  text-align: center;
}

.footer-img{
  margin:30px 0px 40px 0px;
}

.site-info a{ color:#fff; }

.home-partners .wpb_single_image img{
  max-width: 80% !important;
}

/*Custom solutions page*/
.page-id-155{
  background:url('inc/assets/img/solutions-bg.jpg') no-repeat center #000101;
  background-size:cover;
}

.page-id-155 .breadcrumb{
  background:none;
  color:#575757;
  border-bottom:1px solid #575757;
}

.page-id-155 .site-footer{
  background:none;
  color:#fff;
}

.page-id-155 .site-footer .site-info{
  color:#fff;
}

.page-id-155 h1{
  font-size: 32px;
  color: #37B6BA;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}


/*Custom services*/
.page-id-130{
  background:url('inc/assets/img/solutions-bg.jpg') no-repeat top center #000101;
  background-size:cover;
}

.page-id-130 .breadcrumb{
  background:none;
  color:#575757;
  border-bottom:1px solid #575757;
}

.page-id-130 .site-footer{
  background:none;
  color:#fff;
}

.page-id-130 .site-footer .site-info{
  color:#fff;
}

.page-id-130 h1{
  font-size: 32px;
  color: #37B6BA;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
}

.page-id-130 p{
  color:#fff;
}



.white-text p{
  color:#fff;
}

/*
  Solutions on homepage
*/

.home-solutions{
  padding:5% 0px 6% 0px;
}

.solutions-interactive .vc_column-inner > .wpb_wrapper{
  min-height:693px;
  position: relative;
}

.solution{
  background: rgba(0,0,0,0.60);
  border: 10px solid rgba(55,182,186,0.45);
  border-radius: 50%;
  display: block;
  width:314px;
  height:314px;
  float:left;
  position: relative;
}

.solution .solution-inner{
  display: block;
  padding-top:30%;
  width: 90%;
  margin:0px auto;
}

.solution-inner img{
  text-align: center;
  margin: 20px auto;
  display: block;
}

.solution h3{
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}

.solution h4{
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 200;
}

.solution:hover .solution-hover{
  opacity: 1;
}

.solution-hover{
  position: absolute;
  z-index: 101;
  border: 2px solid rgba(55,182,186,0.16);
  background:transparent;
  top:-92px;
  left:-92px;
  width:478px;
  height:478px;
  border-radius: 50%;
  padding:31px;
  transition: 0.3s;
  opacity: 0;
}

.solution-hover .solution-hover-inner1 {
  border: 4px solid rgba(55,182,186,0.45);
  width:100%;
  height:100%;
  border-radius: 50%;
  background:transparent;
  display: block;
  padding:16px;
}

.solution-hover .solution-hover-inner2 {
  background: rgba(55,182,186,1);
  border: 10px solid rgba(55,182,186,0.85);
  padding:20px;
  border-radius: 50%;
  width:100%;
  height: 100%;
  display: block;
  text-align: center;
}

.solution-hover .solution-hover-inner2 p{
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}

.solution-hover .solution-hover-inner2 a{
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  font-family: "Raleway";
  font-size: 11px;
  color: #1D1D1F;
  letter-spacing: 1.57px;
  text-align: center;
  padding:10px 20px;
  border-radius: 5px;
  display: inline-block;
}

.sposition1{
  left:calc(50% - 157px);
  top:0%;
  position: absolute;
}

.sposition2{
  left:calc(20% - 157px);
  top:calc(50% - 157px);
  position: absolute;
}

.sposition3{
  right:calc(20% - 157px);
  top:calc(50% - 157px);
  position: absolute;
}

.sposition4{
  left:calc(50% - 157px);
  top:calc(75% - 157px);
  position: absolute;
}


.contact-bordered{
  background: #FFFFFF;
  box-shadow: 0 7px 25px 0 rgba(0,0,0,0.11);
  border-radius: 10px;
  padding:30px 20px !important;
}

.contact-bordered h2{
  margin-top:0px;
}

.contact-data h4{
  font-family: Raleway;
  font-size: 20px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 52px;
  font-weight: 400;
}

.contact-data p{
  font-family: Cabin;
  font-size: 16px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 24px;
}

.contact-data a{
  font-family: Cabin;
  font-size: 16px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}

.contactMap{
  margin:0px auto;
  text-align: center;
}

.green{
  color:#37B6BA;
}

/* FORM 7 plugin cutomization */

.wpcf7-form label{
  font-size: 14px;
  color: #A3A3A3;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea{
  border-radius: 0px;
  border:0px;
  border-bottom: 1px solid #979797;
  padding:0px 0px 10px 0px;
  font-size: 18px;
  color: #1D1D1F;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 800;
  margin-bottom:20px;
  -webkit-appearance: none;
}

.wpcf7-form input[type="submit"]{
  background: #37B6BA;
  border-radius: 5px;
  color:#fff;
  border:0px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.86px;
  text-align: center;
  font-weight: 200;
  padding:15px 50px;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.wpcf7-form input[type="text"]:active, .wpcf7-form input[type="email"]:active, .wpcf7-form input[type="tel"]:active, .wpcf7-form textarea:active{
  border-bottom:1px solid #37B6BA;
  outline: none;
}

.wpcf7-form input[type="text"]:hover, .wpcf7-form input[type="email"]:hover, .wpcf7-form input[type="tel"]:hover, .wpcf7-form textarea:hover{
  border-bottom:1px solid #37B6BA;
  outline: none;
}

/* Contact Map OverLay*/

.contactMap{
  position: relative;
}

.mapToolTip{
  position: absolute;
  z-index:9999;
  display:none;
  float:left;
}

.mapToolTipInner{
  position: relative;
  width:100%;
  height: auto;
}

.mapToolTipInfo{
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
  padding:40px;
  border-radius: 10px;
  position: absolute;
  top:-265px;
  left:-10px;
  width:380px;
  height:260px;
  float:left;
  display: block;
}

.mapToolTip p.title {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-family: "Raleway";
  margin:0px !important;
  border-radius: 5px;
  padding:5px 15px 5px 35px;
  display: block;
  background:#37B6BA;
  font-weight: 600;
}

.mapToolTipInfo h5{
  font-family: "Raleway";
  font-size: 20px;
  color: #1D1D1F;
  letter-spacing: 0;
  font-weight: 600;
  padding:0px;
  margin:0px 0px 20px 0px;
  display: block;
}

.mapToolTipInfo p{
  font-size: 16px;
  color: #1D1D1F;
  line-height: 18px;
  padding-bottom:10px;
  display: block;
}

.mapToolTipInfo a{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.mapToolTipInfo:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 15px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 20px;
  bottom: -15px;
}


.w100{
  width:100%;
  height:auto;
}

.application-boxes .wpb_text_column{
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 800;
  padding:40px 25px;
  border: 2px solid #979797;
  border-radius: 5px;
  -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
}

.application-boxes .wpb_text_column:hover{
  border-color:#fff;
}

.application-boxes .wpb_text_column .wpb_wrapper{
  vertical-align: middle;
  display: block;
}

.fs18{
  font-size:18px;
}

.fs14{
  font-size:14px;
}

.page .wpb_text_column ul {
  list-style: none; /* Remove default bullets */
  margin-left:20px;
  padding:0px;
  margin:0px;
}

.page .wpb_text_column ul li{
  font-size: 11px;
  color: #575757;
  letter-spacing: 0;
  line-height: 22px;
  background:url('inc/assets/img/check.png') no-repeat center left;
  padding-left:20px;
}


.br5{
  border-radius: 5px !important;
}

.br5 .vc_column-inner:first-child  {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.about-box{
  background: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.10);
  padding:20px;
  text-align: center;
  border-radius: 5px;
}

.about-box h4{
  font-size: 16px;
  color: #1D1D1F;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}

.about-box-1{
  background:url('inc/assets/img/Systems.svg') no-repeat center 20px;
  padding-top:100px;
}

.about-box-1:hover{
  background:url('inc/assets/img/Systems-hover.svg') no-repeat center 20px;
  padding-top:100px;
}

.about-box-2{
  background:url('inc/assets/img/Solution.svg') no-repeat center 20px;
  padding-top:100px;
}

.about-box-2:hover{
  background:url('inc/assets/img/Solution-hover.svg') no-repeat center 20px;
  padding-top:100px;
}

.about-box-3{
  background:url('inc/assets/img/Services.svg') no-repeat center 20px;
  padding-top:100px;
}

.about-box-3:hover{
  background:url('inc/assets/img/Services-hover.svg') no-repeat center 20px;
  padding-top:100px;
}

.about-box:hover{
  background-color:#37B6BA;
}

.about-box:hover h4{
  color:#fff;
}

.about-box:hover a{
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
}

.downloadBtn{
  background: #37B6BA;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1.86px;
  padding:10px 100px 10px 20px;
  background:url('inc/assets/img/google-docs.png') no-repeat 90% bottom #37B6BA;
  display: inline-block;
  width: 285px;
  margin-right:20px;
  border-radius: 5px;
  text-transform: uppercase;
}

.downloadBtn:hover{
  background-color:#37B6BA;
  color: #000;
  text-decoration: none;
}

.about-box2{
  background: #FFFFFF;
  box-shadow: 0 7px 25px 0 rgba(0,0,0,0.11);
  max-width:315px;
  padding:50px 5px;
  border-radius: 10px;
}

.about-box2 p{
  font-size: 16px;
  color: #393A3B;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
  margin:0px !important;
}

.about-box {
  max-width:315px;
  padding:50px 20px;
}

.about-box img{
  width:70%;
  padding:20px;
}

.about-box2 img{
  width:40%;
}

.network-box{
  padding:80px 0px 160px 0px;
  margin:0px 40px;
}

.geozone-color-img{
  margin:20px 0px 48px 0px !important;
}

.trc-color-img{
  margin:0px 0px 20px 0px !important;
}

.image-text{
  margin-top:60px;
  background: rgb(215,215,215);
  background: linear-gradient(180deg, rgba(215,215,215,0.2) 0%, rgba(255,255,255,0.2) 100%);
}

.image-text .vc_column-inner:first-child{
  background-position: bottom left !important;
}

.about-box h3{
  font-size: 20px;
  color: #FFFFFF !important;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  padding:20px 10px;
  height:120px;
  vertical-align: middle;
}


.white-button {
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  font-size: 13px;
  color: #1D1D1F;
  letter-spacing: 1.86px;
  text-align: center;
  color: #1D1D1F;
  text-transform: uppercase;
  padding: 40px 60px;
  padding:20px 45px;
  border-radius: 5px;
  display: inline-block;
  margin-top:20px;
}


.white-button:hover{
  background: #37B6BA !important;
  color:#fff;
  border: 2px solid #37B6BA !important;
  text-decoration: none;
}

.float-right{
  float:right !important;
}

.sattelite{
  position: absolute;
  top:5%;
  right:-30%;
}

.key-features{
  margin:0px -100px !important;
  padding:40px 80px;
  border-radius: 10px;
}

.key-features img{
  height:50px !important;
  width: auto !important;
  margin-bottom: 60px !important;
}


.round-box{
  border-radius: 50%;
  width:207px;
  height:207px;
  position: relative;
}

.round-box h4{
  position: absolute;
  bottom:15%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  width:100%;
}

.men-img{
  position: absolute;
  top:-130px;
  right:0px;
}

.product-specifications{
  background: #FFFFFF;
  box-shadow: 0 7px 25px 0 rgba(0,0,0,0.11);
  padding:20px;
  margin:20px 0px 40px 0px !important;
  border-radius: 10px;
  overflow: initial !important;
}

.product-specifications-img{
  position: absolute;
  top:-80px;
  right:60px;
}

.product-specifications h3{
  font-size: 18px;
  color: #393A3B;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}

.product-specifications p{
  font-size: 12px;
  color: #575757;
  letter-spacing: 0;
  line-height: 18px;
}

.product-specifications img{

}

.vc_images_carousel .vc_carousel-control{
  opacity: 1 !important;
}

.vc_right{
  width:auto !important;
  height:auto !important;
  top:0px !important;
  right:-30px !important;
}

.vc_left{
  width:auto !important;
  height:auto !important;
  top:0px !important;
  left:-70px !important;
}

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev{
  font-size:24px;
  color:#37B6BA !important;
  width:auto !important;
  height:auto !important;
  padding:20px 30px 10px 30px !important;
  border-radius: 5px;
  text-shadow: none !important;
  background-image: linear-gradient(-172deg, #FFFFFF 0%, #E2E2E2 100%);
}

.vc_images_carousel .icon-prev:hover, .vc_images_carousel .icon-next:hover{
  background-image: linear-gradient(-134deg, #37B6BA 0%, #369F9A 100%);
  color:#fff !important;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 2400px) {
  .map-hover{
    left:26%;
  }
}

@media only screen and (max-width: 1920px) {
  body{
    background-size:initial !important;
  }

  .map-hover{
    left:18%;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }

  .map-hover{
    left:18%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    padding:10px;
    text-align: right;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .site-content{
    overflow-x:hidden;
  }

  .map-hover{
    left:1%;
    top:1%;
  }
}


@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/


@media only screen and (max-width: 990px) {
  .key-features img {
    height: 50px !important;
    width: auto !important;
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .navbar-light .navbar-toggler{
    border:none;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .map-hover{
    width:98%;
    left:1%;
    top:1%;
  }
}

/*--------------------------------------------------------------
## iPad PRO
--------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
  .map-hover{
    left:1%;
    top:1%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/


@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }

  .map-hover{
    width:98%;
    left:1%;
    top:1%;
  }
}

/*--------------------------------------------------------------
## iPhone , mobile
--------------------------------------------------------------*/

@media only screen and (max-width: 600px) {


  .wpb_video_widget.vc_video-align-center .wpb_wrapper{
    width:100% !important;
  }

  .page-id-130 .wpb_column > .vc_column-inner{
    padding:10px !important;
  }

  .vc_column_container>.vc_column-inner{
    padding: 20px !important;
  }

  .wpb_single_image.vc_align_right{
    text-align: center !important;
  }

  .page h2{
    text-align: center !important;
    margin-top:0px;
    width: 100%;
    margin-bottom:0px;
  }

  .vc_column-inner > .vc_column-inner{
    padding:0px;
  }

  .round-box{
    margin:0px auto !important;
  }

  .men-img{
    display: none;
  }

  .product-specifications-img{
    display: none;
  }

  .vc_custom_1592590112313{
    margin-top:0px;
  }

  .key-features{
    margin:10px !important;
    padding:10px !important;
  }

  .key-features{
    text-align: center;
  }

  .wpb_single_image.vc_align_left{
    text-align: center !important;
  }

  .wpb_single_image img{
    text-align: center;
  }

  .network-box
  {
    margin:20px 0px !important;
    padding:0px !important;
  }

  .float-right{
    float:none;
  }

  .about-box2{
    width:100%;
    max-width: 100%;
  }

  .text-xs-center p{
    text-align: center;
  }

  .home-banner{
    margin-top:20px !important;
  }

  .home-banner h1{
    line-height: normal !important;
    text-align: center;
  }

  .home-banner h2{
    font-size:36px;
    line-height: 46px;
    text-align: center;
    padding:20px 0px;
  }

  .home-banner .vc_btn3-container.vc_btn3-inline{
    text-align: center;
    width: 100%;
  }

  .home p{
    font-size:16px;
    text-align: center;
  }

  .home h3{
    text-align: center !important;
  }

  .home .vc_btn3-container.vc_btn3-inline{
    margin:0px auto;
    width: 100%;
  }

  .home .vc_btn3{
    margin:0px auto;
  }

  .home .vc_btn3.vc_btn3-size-md{
    margin:10px auto 0px auto !important;
    display: block;
  }

  .home-banner p{
    max-width: 100% !important;
    text-align: center;
  }

  .banner-button button{
    margin-top:0px;
  }

  .home-about{
    padding:30px 0px;
  }

  .home-about p{
    padding:0px;
  }

  .sposition1{
    position: relative;
    top:auto;
    left: auto;
    float:left;
    width:100%
  }

  .sposition2{
    position: relative;
    top:auto;
    left: auto;
    float:left;
    width:100%
  }

  .sposition3{
    position: relative;
    top:auto;
    right: auto;
    float:left;
    width:100%
  }

  .sposition4{
    position: relative;
    top:auto;
    left: auto;
    float:left;
    width:100%
  }

  .solution{
    float:none;
    margin:0px auto 30px auto;
  }

  .map-hover{
    width:98%;
    left:1%;
    top:1%;
  }

  .article-list h2{
    margin-top: 20px;
  }

  .category h1{
    margin-top:0px;
  }
}

/* very small mobile */

@media only screen and (max-width: 330px) {
  .solution{ width:274px; height:274px; margin-top:20%; }
  .solution .solution-hover{
    width:438px;
    height:438px;
  }

  .solution .solution-hover h3{
    margin-top:0px;
  }

  .solution .solution-hover h4{
    margin-top:0px;
    font-size:20px !important;
  }

  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom:0px;
  }
}

.about_heading_change h1{
      font-weight: 600;
    font-size: 14px;
    color: #000000!important;
    letter-spacing: 0px!important;
    line-height: 0px!important;

}
.global_nav_heading{
  font-size: 32px!important;
    color: #1D1D1F!important;
    letter-spacing: 0!important;
    line-height: 52px!important;
    font-weight: 800!important;
    text-transform: capitalize!important;
}
.field_data_heading{
  font-size: 32px!important;
    color: #1D1D1F!important;
    letter-spacing: 0!important;
    line-height: 52px!important;
    font-weight: 800!important;
    text-transform: capitalize!important;
}
.land_administration_heading{
  font-size: 32px!important;
    color: #1D1D1F!important;
    letter-spacing: 0!important;
    line-height: 52px!important;
    font-weight: 800!important;
    text-transform: capitalize!important;
}
.electronic_taxation_heading{
  font-size: 32px!important;
    color: #1D1D1F!important;
    letter-spacing: 0!important;
    line-height: 52px!important;
    font-weight: 800!important;
    text-transform: capitalize!important;
}
.contact_main_heading{
  font-size: 32px!important;
    color: #1D1D1F!important;
    letter-spacing: 0!important;
    line-height: 52px!important;
    font-weight: 800!important;
    text-transform: capitalize!important;
}

