/* site/wp-content/themes/gt/css/tabs_styles.css — pruned to selectors matched by site/ markup, JS & i18n data
   on 2026-07-21. Each rule is annotated with where it applies. */

/* global (element/attribute rule) */
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/* global (element/attribute rule) */
body {
  /* font-family: 'Hind', sans-serif; */
  font-size: 14px;
  color: #505050;
  font-weight: 400;
  /* background:#f9f9f9; */
}
/* global (element/attribute rule) */
a {
  text-decoration: none;
  cursor: pointer;
  color: #013759;
}
/* global (element/attribute rule) */
a:hover,a:focus,a:visited {
  /* text-decoration:none; */
  /* outline:none; */
  /* color:#ffc13b; */
}
/* global (element/attribute rule) */
h1,h2,h3,h4,h5,h6 {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  margin: 0px;
  background: none;
}
/* global (element/attribute rule) */
input,button,textarea {
  font-family: 'Hind', sans-serif;
}
/* global (element/attribute rule) */
p {
  position: relative;
  line-height: 1.6em;
}
/* about, contacts, services */
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
/* about, contacts, partners, services */
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  min-height: 400px;
  overflow: hidden;
}
/* global (element/attribute rule) */
ul,li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/* dynamic (JS/i18n-injected markup) */
.center {
  text-align: center;
}
/* dynamic (JS/i18n-injected markup) */
.in {
  opacity: 1;
}
/* dynamic (JS/i18n-injected markup) */
.uppercase {
  text-transform: uppercase !important;
}
/* dynamic (JS/i18n-injected markup) */
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  z-index: 999;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top {
  position: relative;
  background: #202e31;
  padding: 12px 0px;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top a {
  color: #777777;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top a:hover {
  color: #ffffff;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top ul li {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  color: #5a6163;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top ul li:after {
  content: '|';
  position: absolute;
  right: -11px;
  top: -1px;
  line-height: 26px;
  display: inline-block;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top ul li:last-child:after {
  display: none;
}
/* dynamic (JS/i18n-injected markup) */
.main-header .header-top ul li a {
  position: relative;
  display: block;
  color: #777777;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
}
/* dynamic (JS/i18n-injected markup) */
.main-slider {
  position: relative;
  z-index: 5;
}
/* dynamic (JS/i18n-injected markup) */
.main-slider h2 {
  position: relative;
  font-size: 72px;
  font-weight: 800;
  line-height: 1em;
  color: #202e31;
}
/* about, contacts, partners, projects, services, project pages */
.sec-title {
  position: relative;
  margin-bottom: 35px;
}
/* about, contacts, partners, projects, services, project pages */
.sec-title h1 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 30px;
  font-size: 24px;
  padding: 10px 30px 10px 15px;
  background: #075A8E;
  text-transform: uppercase;
  font-weight: 800;
}
/* about, contacts, partners, projects, services, project pages */
.sec-title h1:after {
  content: '';
  position: absolute;
  right: -7px;
  top: 0px;
  width: 14px;
  height: 100%;
  background: #216E9C;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
}
/* about, contacts, partners, projects, services, project pages */
.sec-title h1 span {
  position: relative;
  color: #FFFFFF;
}
/* projects, services */
.sec-text {
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 50px;
}
/* about, contacts, services */
.services-area {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 100px 0px 80px;
}
/* about, contacts, services */
.service-tabs {
  position: relative;
}
/* about, contacts, services */
.service-tabs .tab-btns {
  position: relative;
  float: left;
  width: 22%;
  border: 1px solid #f1f1f1;
  border-bottom: none;
  margin-bottom: 20px;
}
/* about, contacts, services */
.service-tabs .tab-btns * {
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
}
/* about, contacts, services */
.service-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  background: #ffffff;
  padding: 20px 15px 20px 85px;
  font-size: 13px;
}
/* about, contacts, services */
.service-tabs .tab-btns .tab-btn.active-btn {
  background: #216E9C;
  color: #ffffff;
  border-color: #ffffff;
}
/* about, contacts, services */
.service-tabs .tab-btns .tab-btn.hvr-bounce-to-top:before {
  background: #075A8E;
}
/* about, contacts, services */
.service-tabs .tab-btns .tab-btn strong {
  position: relative;
  top: 1px;
  font-family: 'Raleway',sans-serif;
}
/* about, contacts, services */
.service-tabs .tab-btns .tab-btn .icon {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 36px;
  width: 70px;
  line-height: 44px;
  color: #013759;
  text-align: center;
}
/* about, contacts, services */
.service-tabs .tab-btns .tab-btn strong {
  position: relative;
  display: block;
  /* text-transform:uppercase; */
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 6px;
}
/* about, contacts, services */
.service-tabs .tab-btns .tab-btn:hover .icon,.service-tabs .tab-btns .tab-btn.active-btn .icon {
  color: #ffffff;
}
/* about, contacts, services */
.service-tabs .tab-content {
  position: relative;
  float: left;
  width: 78%;
}
/* about, contacts, services */
.service-tabs .tab-content .tab {
  position: relative;
  top: 50px;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
/* about, contacts, services */
.service-tabs .tab-content .active-tab {
  top: 0px;
  display: block;
  visibility: visible;
  opacity: 1;
}
/* about, contacts, services */
.service-tabs .tab-content .content-box {
  position: relative;
  float: left;
  width: 65%;
  padding: 0px 40px;
  font-size: 13px;
}
/* about, contacts, services */
.service-tabs .tab-content .content-box h4 {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  color: #202e31;
}
/* about, contacts, services */
.service-tabs .tab-content .tab-text {
  position: relative;
  margin-bottom: 30px;
}
/* about, contacts, services */
.service-tabs .tab-content .featured-box {
  position: relative;
  float: left;
  width: 35%;
  padding: 0px 0px;
}
/* about */
#staff .employee-photo {
	width: 100%;
	padding-bottom: calc(100% - 6px);
	background-size: cover;
	border-radius: 300px;
	margin-bottom: 20px;
	border: 3px solid #075A8E;
}
/* dynamic (JS/i18n-injected markup) */
.news-area {
  position: relative;
  padding: 80px 0px;
  width: 100%;
  background: #fcfcfc;
}
/* dynamic (JS/i18n-injected markup) */
.client-logo {
  position: relative;
  padding: 30px 0px;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
}
