/*==================
RESET
==================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*==================
GENERAL
==================*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Lato", sans-serif;
  color: #333333;
  background: #e4e4e4;
  font-size: 16px;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 2560px) {
  body {
    font-size: 22px;
  }
}

.contain-all {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

.bg-white {
  background: #FFFFFF;
}

.bg-blue1 {
  background: #0061AD;
}

.bg-blue2 {
  background: #0082D7;
}

.bg-blue3 {
  background: #002F54;
}

.bg-blue4 {
  background: #024982;
}

.bg-light-gray {
  background: #f1f1f1;
}

/*******************
HEADINGS
*******************/
h1 {
  font-size: 1.625em;
  line-height: 1.2;
  margin: 0 0 0.3125em;
  font-weight: 700;
}

h2 {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.5em;
  font-weight: 700;
}

p {
  font-size: 1.125em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

/*******************
BUTTONS
*******************/
.button, .button2, .contact-button input[type=submit] {
  background: #0061AD;
  width: 15.625em;
  text-align: center;
  padding: 0.9375em 0;
  color: #FFFFFF;
  font-size: 1em;
  border-radius: 0.625em;
  transition: all 0.3s ease;
}
.button:hover, .button2:hover, .contact-button input[type=submit]:hover {
  background: #0082D7;
  text-transform: none;
}

.button2 {
  background: transparent;
  border: 0.125em solid #FFFFFF;
  text-transform: none;
}

.button3 {
  text-transform: uppercase;
  font-size: 0.875em;
  text-decoration: underline dotted;
  text-transform: none;
  display: inline-block;
}

/*==================
SECTION
==================*/
.gtu-section {
  width: 100%;
  padding: 5em 0;
}
.gtu-section .section-container {
  text-align: center;
  margin: 0 auto;
}

.gtu-page-section {
  width: 100%;
  padding: 5em 0 0;
  background: #0061AD;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .gtu-page-section {
    padding: 5.3125em 0 0;
  }
}
.gtu-page-section .page-section-content {
  padding: 2.5em 1em 3.75em;
}
@media (min-width: 992px) {
  .gtu-page-section .page-section-content {
    padding: 6.25em 2.5em;
  }
}
.gtu-page-section .page-section-content .subhead {
  text-transform: uppercase;
  margin: 0 0 0.625em;
}
.gtu-page-section .page-section-img {
  width: 100%;
  height: 18.75em;
}
@media (min-width: 992px) {
  .gtu-page-section .page-section-img {
    height: 100%;
  }
}

/*==================
HEADER 1
==================*/
.gtu-header-1 {
  text-align: center;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
}
.gtu-header-1 .header-title {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}
.gtu-header-1 p {
  font-size: 1em;
}

/*==================
NAVIGATION
==================*/
.gtu-nav-2 {
  position: fixed;
  z-index: 100;
  background: #FFFFFF;
  width: 100%;
  max-width: 1920px;
}
.gtu-nav-2 .logo {
  display: inline-block;
}
.gtu-nav-2 .logo img {
  height: 2.5em;
}
@media (min-width: 768px) {
  .gtu-nav-2 .logo img {
    height: 3.125em;
  }
}
.gtu-nav-2 .gtu-nav-bar {
  padding: 1em;
  border-bottom: 0.0625em solid #f1f1f1;
}
@media (min-width: 992px) {
  .gtu-nav-2 .gtu-nav-bar {
    position: relative;
    z-index: 1;
    overflow: visible;
  }
}
.gtu-nav-2 .gtu-nav2-menu-open {
  float: right;
  cursor: pointer;
}
.gtu-nav-2 .gtu-nav2-menu-open i {
  font-size: 1.75em;
}
@media (min-width: 992px) {
  .gtu-nav-2 .gtu-nav2-menu-open {
    display: none;
  }
}
.gtu-nav-2 .gtu-nav2-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em;
  cursor: pointer;
}
.gtu-nav-2 .gtu-nav2-menu-close i {
  font-size: 2.25em;
}
@media (min-width: 992px) {
  .gtu-nav-2 .gtu-nav2-menu-close {
    display: none;
  }
}
.gtu-nav-2 .gtu-nav2-menu {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 500;
  text-align: center;
  display: none;
  position: fixed; /* Stay in place */
  z-index: 500; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .gtu-nav-2 .gtu-nav2-menu {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    float: right;
    overflow: visible;
  }
}
.gtu-nav-2 .gtu-nav2-menu .menu-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  width: 100%;
  color: #333333;
}
.gtu-nav-2 .gtu-nav2-menu .menu-content a {
  color: #333333;
}
@media (min-width: 992px) {
  .gtu-nav-2 .gtu-nav2-menu .menu-content {
    position: static;
    font-size: 0.875em;
    transform: translate(0);
    text-transform: uppercase;
  }
}
.gtu-nav-2 .gtu-nav2-menu .menu-content ul {
  padding: 0;
  margin: 0;
}
.gtu-nav-2 .gtu-nav2-menu .menu-content li {
  padding: 0.9375em 1.25em;
  display: block;
  float: none;
}
@media (min-width: 992px) {
  .gtu-nav-2 .gtu-nav2-menu .menu-content li {
    padding: 0 1.25em;
    display: inline-block;
  }
}
.gtu-nav-2 .gtu-nav2-menu .menu-content li a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.gtu-nav-2 .gtu-nav2-menu .menu-content li a:hover {
  color: #0061AD;
  transition: 0.3s ease-in-out;
}
.gtu-nav-2 .nav-submenu {
  border-radius: 0;
  font-size: 1em;
  line-height: 1.3;
  color: #333333;
  text-transform: none;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 0.9375em 0;
  margin: 0.9375em auto;
  display: none;
}
.gtu-nav-2 .nav-submenu .nav-submenu-item {
  margin: 0.625em 0;
}
@media (min-width: 992px) {
  .gtu-nav-2 .nav-submenu {
    font-size: 1em;
    position: absolute;
    left: 7.1875em;
    right: 0;
    width: 11.25em;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .gtu-nav-2 .csr-submenu {
    left: 22.1875em;
  }
}

/*==================
HERO
==================*/
.gtu-hero-2 {
  position: relative;
  width: 100%;
  padding: 18.4375em 0 12.5em;
  background: url("../assets/home/hero1.jpg") no-repeat center center;
  background-size: cover;
  display: table;
}
.gtu-hero-2 .overlay {
  background: rgba(0, 47, 84, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.gtu-hero-2 .hero {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.gtu-hero-2 .hero-title {
  width: 100%;
  padding: 0 1.25em;
  text-align: center;
}
.gtu-hero-2 .hero-title h1 {
  font-size: 2.375em;
  line-height: 1.1;
  width: 80%;
  margin: 0 auto 0.1875em;
}
@media (min-width: 576px) {
  .gtu-hero-2 .hero-title h1 {
    font-size: 2.625em;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .gtu-hero-2 .hero-title h1 {
    font-size: 3.125em;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .gtu-hero-2 .hero-title h1 {
    width: 100%;
  }
}
.gtu-hero-2 .hero-title .sub-title {
  font-size: 1.5625em;
  line-height: 1.3;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gtu-hero-2 .hero-title .sub-title {
    font-size: 1.875em;
  }
}
@media (min-width: 992px) {
  .gtu-hero-2 .hero-title .sub-title {
    width: 80%;
  }
}
@media (min-width: 1400px) {
  .gtu-hero-2 .hero-title .sub-title {
    width: 60%;
  }
}
.gtu-hero-2 .hero-title .button2 {
  margin: 1.875em auto 0;
  text-align: center;
  font-size: 1.125em;
  background: #0082D7;
  transition: all 0.3s ease;
  border: 0em solid #FFFFFF;
}
.gtu-hero-2 .hero-title .button2:hover {
  background: #0061AD;
  text-transform: none;
}

/*========================
HOME SECTION 1: APPROACH
=========================*/
.home-sec1 {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .home-sec1 {
    width: 80%;
  }
}
.home-sec1 h1 {
  font-size: 1.75em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .home-sec1 h1 {
    font-size: 1.875em;
  }
}
.home-sec1 p {
  font-size: 1.5em;
}
.home-sec1 .button2 {
  margin: 2.5rem auto 0;
}

/*========================
HOME SECTION 2: SERVICES
=========================*/
.home-sec2 {
  color: #FFFFFF;
  padding: 0 0.625em;
  background: #024982;
}
.home-sec2 .service-content {
  width: 100%;
  padding: 0 1em;
  margin: 0.625em auto 3.75em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home-sec2 .service-content {
    width: 80%;
  }
}
.home-sec2 h1 {
  font-size: 1.125em;
  line-height: 1.3;
}
.home-sec2 p {
  font-size: 1.125em;
  text-transform: none;
  margin: 0 auto 1.25em;
}
.home-sec2 .button {
  margin: 0 auto;
  width: 15.625em;
  text-transform: none;
  text-align: center;
  background: #0082D7;
}
.home-sec2 .service-img1, .home-sec2 .service-img2 {
  width: 100%;
  padding: 1.25em 0.625em;
  text-align: center;
  margin: 0 auto;
}
.home-sec2 .service-img1 img, .home-sec2 .service-img2 img {
  width: 100%;
}

/*========================
HOME SECTION 3
=========================*/
.home-sec3 {
  padding: 0.625em 0.625em 2.5em;
}
@media (min-width: 992px) {
  .home-sec3 {
    padding: 0.625em 0.625em;
  }
}
.home-sec3 .sec3-content {
  padding: 0 1em;
  margin: 0.625em auto 3.75em;
  text-align: center;
}
@media (min-width: 992px) {
  .home-sec3 .sec3-content {
    padding: 0 1.875em;
    text-align: left;
    margin: 0;
  }
}
.home-sec3 h1 {
  color: #0061AD;
  font-size: 1.375em;
  line-height: 1.3;
}
.home-sec3 p {
  font-size: 1.125em;
  line-height: 1.3;
  text-transform: none;
}
.home-sec3 .button3 {
  margin: 0.625em 0 0;
}
.home-sec3 .sec3-img1, .home-sec3 .sec3-img2 {
  width: 100%;
  padding: 0.625em 0.625em;
  text-align: center;
  margin: 0 auto;
}
.home-sec3 .sec3-img1 img, .home-sec3 .sec3-img2 img {
  width: 100%;
}

/*========================
HOME SECTION 4: TESTIMONIAL;
=========================*/
@media (min-width: 768px) {
  .home-sec4 {
    padding: 0;
  }
}
.home-sec4 .gtu-header-1 {
  max-width: 100%;
  margin: 0 0 3.75em;
}
.home-sec4 h1 {
  color: #0061AD;
  font-size: 1.5em;
  line-height: 1.3;
}
.home-sec4 .spcr-1 {
  margin: 0 0 5em;
}
@media (min-width: 992px) {
  .home-sec4 .spcr-1 {
    margin: 0 0 3.75em;
  }
}
.home-sec4 .spcr-2 {
  margin: 0 0 1em;
}
.home-sec4 .logo {
  text-align: center;
}
.home-sec4 .sec4-content {
  text-align: center;
  max-width: 100%;
}
@media (min-width: 992px) {
  .home-sec4 .sec4-content {
    margin: 0 auto;
    width: 90%;
  }
}
.home-sec4 p {
  font-size: 1.0625em;
  line-height: 1.3;
  text-transform: none;
}
.home-sec4 p.client {
  font-weight: 600;
  margin: 0.9375em 0 0;
}
.home-sec4 p.position {
  color: #777777;
}

/*========================
HOME SECTION 5
=========================*/
.home-sec5 {
  padding: 0;
}
.home-sec5 .event-header {
  padding: 2.5em 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .home-sec5 .event-header {
    text-align: left;
    padding: 5em 1.875em;
    display: table-cell;
    vertical-align: middle;
  }
}
.home-sec5 .event-header h1, .home-sec5 .event-header p {
  color: #FFFFFF;
}
.home-sec5 ul.events {
  list-style: none;
  margin: 2.5em 0 0;
  padding: 1.25em 0;
}
.home-sec5 ul.events .title {
  color: #0061AD;
  font-weight: 600;
  font-size: 1.125em;
}
.home-sec5 ul.events li {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 0 2.5em;
  font-size: 1em;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .home-sec5 ul.events li {
    width: 48%;
  }
}

/*========================
ABOUT - SEC1: OUR COMPANY
=========================*/
.about-img {
  background: url("../assets/about/aboutbg.jpg") no-repeat center top;
  background-size: cover;
}

.about-sec1 {
  padding: 3.75em 0;
}
.about-sec1 img {
  width: 100%;
}
.about-sec1 .about-sec1-img {
  padding: 0 1.25em;
}
@media (min-width: 992px) {
  .about-sec1 .about-sec1-img {
    padding: 0 0 0 3.75em;
  }
}
.about-sec1 .about-sec1-content {
  padding: 0 1.25em;
}
.about-sec1 .about-sec1-content h1 {
  color: #0061AD;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 1.25em auto 0.3125em;
  text-align: center;
}
@media (min-width: 992px) {
  .about-sec1 .about-sec1-content h1 {
    margin: 0 auto 0.3125em;
    text-align: left;
  }
}
.about-sec1 .about-sec1-content ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .about-sec1 .about-sec1-content ul {
    text-align: left;
  }
}
.about-sec1 .about-sec1-content ul li {
  margin: 0 0 0.875em;
  font-size: 1.125em;
  line-height: 1.3;
}

/*===================================
ABOUT US - SEC2: MISSION, VALUES, STRATEGY
====================================*/
.about-sec2 {
  padding: 0;
}
.about-sec2 .about-sec2-content {
  color: #FFFFFF;
  width: 80%;
  margin: 2.5em auto;
  text-align: center;
}
@media (min-width: 992px) {
  .about-sec2 .about-sec2-content {
    text-align: left;
  }
}
.about-sec2 .about-sec2-content h1 {
  font-size: 1.25em;
  line-height: 1.2;
}
.about-sec2 .about-sec2-content p {
  font-size: 1.125em;
  line-height: 1.3;
}
.about-sec2 .about-sec2-content ul {
  padding: 0;
  margin: 0;
}
.about-sec2 .about-sec2-content ul li {
  margin: 0 0 0.625em;
  font-size: 1.125em;
  line-height: 1.3;
}

/*===================================
ABOUT US - SEC3 1 - 3
====================================*/
.about-sec3 img {
  width: 100%;
}
.about-sec3 .gtu-header-1 {
  max-width: 55em;
}
.about-sec3 h1 {
  color: #0061AD;
  font-size: 1.625em;
  line-height: 1.2;
}
.about-sec3 p {
  font-size: 1.25em;
}
.about-sec3 .group {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.2;
  margin: 2.5em auto;
  max-width: 13.75em;
}
.about-sec3 .group .name {
  font-weight: 600;
  margin: 0.5em 0 0;
}
.about-sec3 .group .position {
  color: #777777;
}

/*===================================
ABOUT US - SEC4: CSR
====================================*/
.about-sec4 .col-md-6 {
  padding: 0;
}
.about-sec4 .bg-csr {
  background: url("../assets/csr/csrbg.jpg") no-repeat center center;
  background-size: cover;
  height: 25em;
  width: 100%;
}
.about-sec4 h1 {
  color: #0061AD;
  font-size: 1.5em;
  line-height: 1.2;
}
.about-sec4 .content {
  width: 100%;
  margin: 3.75em auto;
  padding: 0 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .about-sec4 .content {
    margin: 0 2em 1.25em;
    padding: 0;
    width: 80%;
    text-align: left;
  }
}
.about-sec4 .content p {
  margin: 0 0 1.25em;
  font-size: 1.125em;
}
.about-sec4 .content .button {
  margin: 0 auto;
  width: 15.625em;
}
@media (min-width: 768px) {
  .about-sec4 .content .button {
    margin: 0;
  }
}

/*========================
APPROACH - SEC1
=========================*/
.approach-img {
  background: url("../assets/approach/approachbg.jpg") no-repeat center center;
  background-size: cover;
}

.approach-sec1, .approach-sec1-1 {
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .approach-sec1, .approach-sec1-1 {
    padding-bottom: 1.25em;
  }
}
.approach-sec1 h1, .approach-sec1 h2, .approach-sec1-1 h1, .approach-sec1-1 h2 {
  color: #0061AD;
}
.approach-sec1 h1, .approach-sec1-1 h1 {
  font-size: 1.625em;
  line-height: 1.2;
}
.approach-sec1 p, .approach-sec1-1 p {
  font-size: 1.125em;
  line-height: 1.3;
}
.approach-sec1 .point-ac-wrapper, .approach-sec1 .point-ac-wrapper2, .approach-sec1-1 .point-ac-wrapper, .approach-sec1-1 .point-ac-wrapper2 {
  padding: 3.75em 0 5em;
}
@media (min-width: 768px) {
  .approach-sec1 .point-ac-wrapper, .approach-sec1 .point-ac-wrapper2, .approach-sec1-1 .point-ac-wrapper, .approach-sec1-1 .point-ac-wrapper2 {
    padding: 3.75em 1em;
  }
}
.approach-sec1 .point-ac-wrapper img, .approach-sec1 .point-ac-wrapper2 img, .approach-sec1-1 .point-ac-wrapper img, .approach-sec1-1 .point-ac-wrapper2 img {
  margin: 0 0 1.25em;
}
.approach-sec1 .point-ac-wrapper p, .approach-sec1 .point-ac-wrapper2 p, .approach-sec1-1 .point-ac-wrapper p, .approach-sec1-1 .point-ac-wrapper2 p {
  font-size: 1.125em;
  line-height: 1.3;
}
.approach-sec1 .point-ac-wrapper2 h2, .approach-sec1 .point-ac-wrapper2 p, .approach-sec1-1 .point-ac-wrapper2 h2, .approach-sec1-1 .point-ac-wrapper2 p {
  color: #FFFFFF;
}

.approach-sec1-1 {
  margin: 0;
}
@media (min-width: 768px) {
  .approach-sec1-1 {
    margin: 2.5em 0 0;
  }
}

/*========================
APPROACH - SEC2
=========================*/
.approach-sec2 {
  margin: 5em auto 0;
}
.approach-sec2 h1, .approach-sec2 h2 {
  color: #0061AD;
}
.approach-sec2 h1 {
  font-size: 1.625em;
  line-height: 1.2;
}
.approach-sec2 p {
  font-size: 1.125em;
  line-height: 1.3;
}
.approach-sec2 .strategy-content {
  margin: 1.25em 0 3.75em;
  text-align: center;
}
.approach-sec2 .strategy-content:last-child {
  margin: 1.25em 0 0;
}
@media (min-width: 768px) {
  .approach-sec2 .strategy-content {
    margin: 0;
    text-align: left;
  }
}
.approach-sec2 .approach-sec2-img1, .approach-sec2 .approach-sec2-img2, .approach-sec2 .approach-sec2-img3, .approach-sec2 .approach-sec2-img4 {
  width: 100%;
  height: 18.75em;
}
.approach-sec2 .approach-sec2-img1 {
  background: url("../assets/approach/approach-sec2-1.jpg") no-repeat center center;
  background-size: cover;
}
.approach-sec2 .approach-sec2-img2 {
  background: url("../assets/approach/approach-sec2-2.jpg") no-repeat center top;
  background-size: cover;
}
.approach-sec2 .approach-sec2-img3 {
  background: url("../assets/approach/approach-sec2-3.jpg") no-repeat center top;
  background-size: cover;
}
.approach-sec2 .approach-sec2-img4 {
  background: url("../assets/approach/approach-sec2-4.jpg") no-repeat center center;
  background-size: cover;
}

/*========================
APPROACH - SEC3
=========================*/
.approach-sec3 {
  padding: 0.625em;
}
@media (min-width: 992px) {
  .approach-sec3 {
    padding: 0.625em 0.625em;
  }
}
.approach-sec3 .approach-sec3-content {
  padding: 0 1em;
  margin: 0.625em auto 3.75em;
  text-align: center;
}
@media (min-width: 992px) {
  .approach-sec3 .approach-sec3-content {
    padding: 0 1.875em;
    text-align: left;
    margin: 0;
  }
}
.approach-sec3 h1 {
  color: #0061AD;
  font-size: 1.25em;
  line-height: 1.2;
}
.approach-sec3 li {
  font-size: 1.125em;
  line-height: 1.3;
  margin: 0 0 0.9375em;
}
.approach-sec3 .button3 {
  margin: 0.625em 0 0;
}
.approach-sec3 .approach-sec3-img1, .approach-sec3 .approach-sec3-img2 {
  width: 100%;
  padding: 0.625em 0.625em;
  text-align: center;
  margin: 0 auto;
}
.approach-sec3 .approach-sec3-img1 img, .approach-sec3 .approach-sec3-img2 img {
  width: 100%;
}

/*========================================
SERVICE1 - DOMESTIC - SALES MANAGEMENT
========================================*/
.service1-img {
  background: url("../assets/service1/service1bg.jpg") no-repeat center center;
  background-size: cover;
}

.service1-sm {
  padding: 3.75em 0 0;
}
.service1-sm .service1-sm-header {
  margin: 0 auto 5em;
}
.service1-sm {
  text-align: center;
}
.service1-sm h1 {
  font-size: 1.625em;
  line-height: 1.2;
  color: #0061AD;
}
.service1-sm p {
  font-size: 1.125em;
  line-height: 1.3;
}

/*========================================
SERVICE1 - DOMESTIC - DISTRIBUTOR NETWORK
========================================*/
.service1-sm-dn {
  padding: 0 0 3.75em;
}
.service1-sm-dn img {
  width: 100%;
}
.service1-sm-dn .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-sm-dn .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-sm-dn .gb-md-divider .gb-md-noaccordion {
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-sm-dn .service1-sm-dn-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-sm-dn .service1-sm-dn-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-sm-dn .service1-sm-dn-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em !important;
}
.service1-sm-dn .service1-sm-dn-content li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.1875em 0;
}
.service1-sm-dn .service1-sm-dn-content .spcr {
  margin: 0 auto 1.875em;
}
.service1-sm-dn .service1-sm-dn-img {
  text-align: center;
  margin: 2.5em auto;
}
@media (min-width: 992px) {
  .service1-sm-dn .service1-sm-dn-img {
    max-width: 21.875em;
    margin: 0 auto;
  }
}
.service1-sm-dn .service1-sm-dn-img .spcr {
  margin: 0 auto 1.25em;
}
@media (min-width: 768px) {
  .service1-sm-dn .service1-sm-dn-img .spcr {
    margin: 0 0.625em 0 0;
  }
}
@media (min-width: 992px) {
  .service1-sm-dn .service1-sm-dn-img .spcr {
    margin: 0 auto 0.625em;
  }
}
.service1-sm-dn .service1-sm-dn-img img {
  width: 80%;
}
@media (min-width: 768px) {
  .service1-sm-dn .service1-sm-dn-img img {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .service1-sm-dn .service1-sm-dn-img img {
    width: 100%;
  }
}

/*========================================
SERVICE1 - DOMESTIC - RETAILER PARTNERSHIPS
========================================*/
.service1-sm-rp {
  padding: 0 0 3.75em;
}
.service1-sm-rp img {
  width: 100%;
}
.service1-sm-rp .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-sm-rp .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-sm-rp .gb-md-divider .gb-md-noaccordion {
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-sm-rp .service1-sm-rp-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-sm-rp .service1-sm-rp-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-sm-rp .service1-sm-rp-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em !important;
}
.service1-sm-rp .service1-sm-rp-content li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.1875em 0;
}
.service1-sm-rp .service1-sm-rp-content .spcr {
  margin: 0 auto 1.875em;
}
.service1-sm-rp .service1-sm-rp-content .spcr2 {
  margin: 0 auto 3.125em;
}
.service1-sm-rp .service1-sm-rp-img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .service1-sm-rp .service1-sm-rp-img {
    width: 100%;
  }
}
.service1-sm-rp .service1-sm-rp-img .spcr {
  margin: 0 auto 1.25em;
}
@media (min-width: 992px) {
  .service1-sm-rp .service1-sm-rp-img .spcr {
    margin: 0;
  }
}

/*========================================
SERVICE1 - DOMESTIC - KEY SALES REGIONS
========================================*/
.service1-sm-ksr {
  padding: 0 0 1.25em;
}
.service1-sm-ksr img {
  width: 100%;
}
.service1-sm-ksr .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-sm-ksr .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-sm-ksr .gb-md-divider .gb-md-noaccordion {
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-sm-ksr .service1-sm-ksr-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-sm-ksr .service1-sm-ksr-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-sm-ksr .service1-sm-ksr-content ul.service1-sm-ksr-dots {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 1em !important;
}
.service1-sm-ksr .service1-sm-ksr-content ul.service1-sm-ksr-dots li {
  position: relative;
  padding: 0 0 0.9375em 2.1875em;
  font-size: 1em;
}
.service1-sm-ksr .service1-sm-ksr-content ul.service1-sm-ksr-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  background-color: var(--dot-color, #000);
  border-radius: 50%;
}
.service1-sm-ksr .service1-sm-ksr-content .spcr {
  margin: 0 auto 1.875em;
}
.service1-sm-ksr .service1-sm-ksr-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .service1-sm-ksr .service1-sm-ksr-img {
    width: 85%;
  }
}
.service1-sm-ksr .service1-sm-ksr-img .spcr {
  margin: 0 auto 1.25em;
}
@media (min-width: 992px) {
  .service1-sm-ksr .service1-sm-ksr-img .spcr {
    margin: 0;
  }
}

/*========================================
SERVICE1 - DOMESTIC - BRAND MANAGEMENT
========================================*/
.service1-bm {
  padding: 2.5em 0 1.25em;
}
.service1-bm img {
  width: 100%;
}
.service1-bm .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-bm .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-bm .gb-md-divider .gb-md-s-accordion {
  cursor: pointer;
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-bm .gb-md-divider .gb-md-arrow-show,
.service1-bm .gb-md-divider .gb-md-arrow-hide {
  width: 2.1875em;
  position: absolute;
  right: 0;
  bottom: 0.1875em;
}
.service1-bm .service1-bm-content {
  padding: 2.5em 0 0;
}
.service1-bm .service1-bm-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-bm .service1-bm-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-bm .service1-bm-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em !important;
}
.service1-bm .service1-bm-content li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.1875em 0;
}
.service1-bm .service1-bm-content .spcr {
  margin: 0 auto 1.875em;
}

/*========================================
SERVICE1 - DOMESTIC - PROMOTIONAL PLANNING
========================================*/
.service1-pp {
  padding: 0 0 1.25em;
}
.service1-pp img {
  width: 100%;
}
.service1-pp .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-pp .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-pp .gb-md-divider .gb-md-s-accordion {
  cursor: pointer;
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-pp .gb-md-divider .gb-md-arrow-show,
.service1-pp .gb-md-divider .gb-md-arrow-hide {
  width: 2.1875em;
  position: absolute;
  right: 0;
  bottom: 0.1875em;
}
.service1-pp .service1-pp-content {
  padding: 2.5em 0 0;
}
.service1-pp .service1-pp-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-pp .service1-pp-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-pp .service1-pp-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em !important;
}
.service1-pp .service1-pp-content li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.1875em 0;
}
.service1-pp .service1-pp-content .spcr {
  margin: 0 auto 1.875em;
}
.service1-pp .service1-pp-content .spcr2 {
  margin: 0 auto 3.125em;
}
.service1-pp .service1-pp-content .service1-pp-img {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .service1-pp .service1-pp-content .service1-pp-img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .service1-pp .service1-pp-content .service1-pp-img {
    width: 90%;
  }
}

/*========================================
SERVICE1 - DOMESTIC - TRADE SHOWS
========================================*/
.service1-ts {
  padding: 0 0 1.25em;
}
.service1-ts img {
  width: 100%;
}
.service1-ts .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-ts .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-ts .gb-md-divider .gb-md-s-accordion {
  cursor: pointer;
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-ts .gb-md-divider .gb-md-arrow-show,
.service1-ts .gb-md-divider .gb-md-arrow-hide {
  width: 2.1875em;
  position: absolute;
  right: 0;
  bottom: 0.1875em;
}
.service1-ts .service1-ts-content {
  padding: 2.5em 0 0;
}
.service1-ts .service1-ts-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-ts .service1-ts-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-ts .service1-ts-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 1.25em 1em;
}
.service1-ts .service1-ts-content li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.1875em 0;
}
.service1-ts .service1-ts-content .spcr {
  margin: 0 auto 1.875em;
}
.service1-ts .service1-ts-content .spcr2 {
  margin: 0 auto 3.75em;
}
.service1-ts .service1-ts-content .service1-ts-img {
  width: 50%;
}
@media (min-width: 768px) {
  .service1-ts .service1-ts-content .service1-ts-img {
    width: 70%;
  }
}

/*========================================
SERVICE1 - DOMESTIC - OPERATIONS
========================================*/
.service1-o {
  padding: 0 0 1.25em;
}
.service1-o img {
  width: 100%;
}
.service1-o .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-o .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-o .gb-md-divider .gb-md-s-accordion {
  cursor: pointer;
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-o .gb-md-divider .gb-md-arrow-show,
.service1-o .gb-md-divider .gb-md-arrow-hide {
  width: 2.1875em;
  position: absolute;
  right: 0;
  bottom: 0.1875em;
}
.service1-o .service1-o-content {
  padding: 2.5em 0 0;
}
.service1-o .service1-o-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-o .service1-o-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-o .service1-o-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em !important;
}
.service1-o .service1-o-content li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.1875em 0;
}
.service1-o .service1-o-content .spcr {
  margin: 0 auto 1.875em;
}
.service1-o .service1-o-content .spcr2 {
  margin: 0 auto 3.125em;
}
.service1-o .service1-o-content .service1-o-img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .service1-o .service1-o-content .service1-o-img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .service1-o .service1-o-content .service1-o-img {
    width: 80%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .service1-o .service1-o-content .service1-o-img {
    width: 90%;
  }
}

/*========================================
SERVICE1 - DOMESTIC - INDUSTRY AND INNOVATION
========================================*/
.service1-iai {
  padding: 0 0 3.75em;
}
.service1-iai img {
  width: 100%;
}
.service1-iai .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service1-iai .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service1-iai .gb-md-divider .gb-md-s-accordion {
  cursor: pointer;
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service1-iai .gb-md-divider .gb-md-arrow-show,
.service1-iai .gb-md-divider .gb-md-arrow-hide {
  width: 2.1875em;
  position: absolute;
  right: 0;
  bottom: 0.1875em;
}
.service1-iai .service1-iai-content {
  padding: 2.5em 0 0;
}
.service1-iai .service1-iai-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service1-iai .service1-iai-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service1-iai .service1-iai-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em !important;
}
.service1-iai .service1-iai-content li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.1875em 0;
}
.service1-iai .service1-iai-content .spcr {
  margin: 0 auto 1.875em;
}
.service1-iai .service1-iai-content .spcr2 {
  margin: 0 auto 3.125em;
}
.service1-iai .service1-iai-content .service1-iai-img {
  width: 70%;
}
@media (min-width: 768px) {
  .service1-iai .service1-iai-content .service1-iai-img {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .service1-iai .service1-iai-content .service1-iai-img {
    width: 40%;
  }
}

/*========================================
SERVICE2 - OUR SERVICES
========================================*/
.service2-img {
  background: url("../assets/service2/service2bg.jpg") no-repeat center top;
  background-size: cover;
}

.service2-s {
  padding: 3.75em 0 0;
}
.service2-s .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service2-s .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service2-s .gb-md-divider .gb-md-noaccordion {
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service2-s .service2-s-content {
  text-align: center;
  margin: 0.625em auto 3.75em;
  width: 100%;
}
@media (min-width: 768px) {
  .service2-s .service2-s-content {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    text-align: left;
    margin: 0 auto 5em;
  }
}
.service2-s .service2-s-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service2-s .service2-s-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service2-s .service2-s-img {
  width: 6.25em;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .service2-s .service2-s-img {
    display: inline-block;
    margin: 0 1.25em 0 0;
  }
}
.service2-s .service2-s-img img {
  width: 100%;
}

/*========================================
SERVICE2 - EXPORT PROCESS
========================================*/
.service2-ep {
  padding: 0 0 3.75em;
}
.service2-ep .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service2-ep .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service2-ep .gb-md-divider .gb-md-noaccordion {
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service2-ep .service2-ep-content {
  text-align: center;
  margin: 0.625em auto 0;
  width: 100%;
}
@media (min-width: 576px) {
  .service2-ep .service2-ep-content {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .service2-ep .service2-ep-content {
    display: inline-block;
    width: 77%;
    vertical-align: middle;
    text-align: left;
    margin: 0.8125em auto 0;
  }
}
.service2-ep .service2-ep-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
}
.service2-ep .service2-ep-content p {
  font-size: 1em;
  line-height: 1.5;
}
.service2-ep .service2-ep-img {
  width: 5.625em;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .service2-ep .service2-ep-img {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .service2-ep .service2-ep-img {
    display: inline-block;
    margin: 0 1.25em 0 0;
    vertical-align: top;
  }
}
.service2-ep .service2-ep-img img {
  width: 100%;
}
.service2-ep .spcr {
  margin: 0 auto 3.75em;
}

/*========================================
SERVICE2 - KEY INTERNATIONAL MARKETS
========================================*/
.service2-kim {
  padding: 0 0 3.75em;
}
.service2-kim img {
  width: 100%;
}
.service2-kim .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.service2-kim .gb-md-divider h1.header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
}
.service2-kim .gb-md-divider .gb-md-noaccordion {
  padding: 0.9375em 0;
  position: relative;
  border-bottom: 0.0625em solid #0061AD;
}
.service2-kim .service2-kim-content h2 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #0061AD;
  margin: 0;
}
.service2-kim .service2-kim-content p {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 2.5em;
}
.service2-kim .service2-kim-content-box {
  margin: 0 auto 3.75em;
  text-align: center;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
@media (min-width: 992px) {
  .service2-kim .service2-kim-content-box {
    position: relative;
    text-align: left;
  }
}
.service2-kim .service2-kim-content-box p.loc {
  font-size: 1em;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .service2-kim .service2-kim-content-box p.loc {
    text-align: left;
  }
}
.service2-kim .service2-kim-content-box p.loc-spcr {
  margin: 0 auto 0.625em;
}
@media (min-width: 992px) {
  .service2-kim .service2-kim-content-box p.loc-spcr {
    margin: 0 auto 2.5em;
  }
}
.service2-kim .service2-kim-content-box .service2-kim-img {
  width: 65%;
  margin: 0 auto 1.25em;
  text-align: center;
}
@media (min-width: 992px) {
  .service2-kim .service2-kim-content-box .service2-kim-img {
    width: 37.5em;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .service2-kim .service2-kim-content-box .kim-m {
    display: none;
  }
}
.service2-kim .service2-kim-content-box .kim-d {
  display: none;
}
@media (min-width: 768px) {
  .service2-kim .service2-kim-content-box .kim-d {
    display: inline;
  }
}
.service2-kim .service2-kim-content-map {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .service2-kim .service2-kim-content-map {
    width: 80%;
  }
}

/*===================================
SERVICES LINK
====================================*/
.services-link .col-md-6 {
  padding: 0;
}
.services-link .services-link-bg-service1 {
  background: url("../assets/service1/service1bg.jpg") no-repeat center center;
  background-size: cover;
  height: 25em;
  width: 100%;
}
.services-link .services-link-bg-service2 {
  background: url("../assets/service2/service2bg.jpg") no-repeat center center;
  background-size: cover;
  height: 25em;
  width: 100%;
}
.services-link h1 {
  color: #0061AD;
  font-size: 1.5em;
  line-height: 1.2;
}
.services-link .services-link-content {
  width: 100%;
  margin: 3.75em auto;
  padding: 0 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .services-link .services-link-content {
    margin: 0 2em 1.25em;
    padding: 0;
    width: 80%;
    text-align: left;
  }
}
.services-link .services-link-content p {
  margin: 0 0 1.25em;
  font-size: 1.125em;
}
.services-link .services-link-content .button {
  margin: 0 auto;
  width: 15.625em;
}
@media (min-width: 768px) {
  .services-link .services-link-content .button {
    margin: 0;
  }
}

/*========================
CSR
=========================*/
.csr-img {
  background: url("../assets/csr/csrbg.jpg") no-repeat center 30%;
  background-size: cover;
}

.csr-sec1 .gtu-header-1 {
  margin: 0 auto 5rem;
}
.csr-sec1 img {
  width: 100%;
}
.csr-sec1 h1, .csr-sec1 h2 {
  color: #0061AD;
}
.csr-sec1 h1 {
  font-size: 1.625em;
  line-height: 1.2;
}
.csr-sec1 h2 {
  margin: 0 auto 0.3125em;
  line-height: 1.2;
}
.csr-sec1 p {
  font-size: 1.125em;
  line-height: 1.3;
}
.csr-sec1 .spcr-1 {
  margin: 0 0 3.75em;
}
.csr-sec1 .spcr-2 {
  margin: 0 0 1em;
}
@media (min-width: 992px) {
  .csr-sec1 .spcr-1, .csr-sec1 .spcr-2 {
    margin: 0 0 3.75em;
  }
}
.csr-sec1 .spcr-2m {
  margin: 0 0 3.75em;
}
@media (min-width: 768px) {
  .csr-sec1 .spcr-2m {
    margin: 0;
  }
}
.csr-sec1 .logo {
  text-align: center;
  margin: 0 auto 0.9375em;
  width: 7.5em;
}
.csr-sec1 .sec4-content {
  vertical-align: middle;
  text-align: center;
  max-width: 100%;
}
@media (min-width: 768px) {
  .csr-sec1 .sec4-content {
    margin: 1.25em 0.625em 0;
  }
}
.csr-sec1 .links {
  background: none;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  width: 10em;
  transition: all 0.3s ease;
  color: #0082D7;
}
.csr-sec1 .links:hover {
  color: #0061AD;
}
.csr-sec1 .divider {
  position: relative;
}
.csr-sec1 .divider .line {
  border-top: 0.0625em solid #0061AD;
  margin: 0.625em auto 1.875em;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .csr-sec1 .divider .line {
    margin: 0 auto 1.875em;
  }
}
.csr-sec1 .divider .header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.25em;
  text-align: left;
}
@media (min-width: 992px) {
  .csr-sec1 .divider .header {
    text-align: left;
    margin: 0 auto 0.9375em;
  }
}
.csr-sec1 .divider .csr-m-arrow-show, .csr-sec1 .divider .csr-m-arrow-hide, .csr-sec1 .divider .csr-m-arrow-show2, .csr-sec1 .divider .csr-m-arrow-hide2 {
  width: 2.1875em;
  position: absolute;
  right: 0;
  bottom: 0.1875em;
}
.csr-sec1 .divider .csr-m-arrow-hide, .csr-sec1 .divider .csr-m-arrow-hide2 {
  display: none;
}
@media (min-width: 992px) {
  .csr-sec1 .divider .csr-m-arrow-hide, .csr-sec1 .divider .csr-m-arrow-hide2 {
    display: none !important;
  }
}
.csr-sec1 .divider .csr-m-arrow-show, .csr-sec1 .divider .csr-m-arrow-show2 {
  display: block;
}
@media (min-width: 992px) {
  .csr-sec1 .divider .csr-m-arrow-show, .csr-sec1 .divider .csr-m-arrow-show2 {
    display: none;
  }
}
.csr-sec1 .csr-employees-container, .csr-sec1 .csr-community-container {
  display: none;
}
.csr-sec1 .csr-employees-container p, .csr-sec1 .csr-community-container p {
  font-size: 1em;
}
@media (min-width: 992px) {
  .csr-sec1 .csr-employees-container, .csr-sec1 .csr-community-container {
    display: flex !important;
  }
}
.csr-sec1 .csr-m-spacer {
  margin: 0 auto 4.375em;
}
@media (min-width: 992px) {
  .csr-sec1 .csr-m-spacer {
    display: none;
  }
}

/*========================
CSR SECTION 2
=========================*/
.csr-sec2 {
  margin: 0 auto;
  text-align: center;
}
.csr-sec2 .gtu-header-1 {
  margin: 0 auto 3.75em;
}
.csr-sec2 h1, .csr-sec2 h2 {
  color: #0061AD;
}
.csr-sec2 h1 {
  font-size: 1.625em;
  line-height: 1.2;
}
.csr-sec2 h2 {
  margin: 0 auto 0.3125em;
  line-height: 1.2;
}
.csr-sec2 p {
  font-size: 1.125em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .csr-sec2 .spcr-1, .csr-sec2 .spcr-2 {
    margin: 0 0 3.75em;
  }
}
.csr-sec2 .logo {
  margin: 0 auto 3.75em;
}
.csr-sec2 .logo img {
  width: 100%;
}
.csr-sec2 .logo .brand {
  vertical-align: bottom;
  width: 8.125em;
  text-align: center;
  margin: 0 auto 0.625em;
}
@media (min-width: 992px) {
  .csr-sec2 .logo .brand {
    height: 6.25em;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .csr-sec2 .logo {
    margin: 0 auto;
  }
}
.csr-sec2 .desc {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 auto 3.75em;
}
@media (min-width: 992px) {
  .csr-sec2 .desc {
    margin: 0 auto;
  }
}
.csr-sec2 .no-desc {
  margin: 0 auto;
}
.csr-sec2 .spcr-1 {
  margin-bottom: 0;
}
.csr-sec2 .links {
  font-size: 1em;
  background: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #0082D7;
}
.csr-sec2 .links:hover {
  color: #0061AD;
}

/*========================
CSR SECTION 3
=========================*/
.csr-sec3 {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .csr-sec3 {
    text-align: left;
  }
}
.csr-sec3 .gtu-header-1 {
  margin: 0 auto 3.75em;
}
.csr-sec3 h1 {
  color: #0061AD;
  margin: 1.25em 0 0;
}
@media (min-width: 992px) {
  .csr-sec3 h1 {
    margin: 0 auto 0.3125em;
  }
}
.csr-sec3 p {
  font-size: 1em;
  line-height: 1.3;
}
.csr-sec3 img {
  width: 100%;
}
.csr-sec3 .button {
  margin: 1.25em auto 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .csr-sec3 .button {
    margin: 1.25em 0 0;
  }
}
.csr-sec3 .button a {
  color: #FFFFFF;
  text-decoration: none;
}

/*========================
CSR SECTION 4
=========================*/
.csr-sec4 {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .csr-sec4 {
    text-align: left;
  }
}
.csr-sec4 .gtu-header-1 {
  margin: 0 auto 3.75em;
}
.csr-sec4 h1 {
  color: #0061AD;
  margin: 1.25em 0 0;
}
@media (min-width: 992px) {
  .csr-sec4 h1 {
    margin: 0 auto 0.3125em;
  }
}
.csr-sec4 p {
  font-size: 1em;
  line-height: 1.3;
}
.csr-sec4 .sub-title {
  font-weight: 800;
}
.csr-sec4 .links {
  font-size: 0.9375em;
  background: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  width: 10em;
  transition: all 0.3s ease;
  color: #0082D7;
}
.csr-sec4 .links:hover {
  color: #0061AD;
}
.csr-sec4 img {
  width: 100%;
}
.csr-sec4 .button {
  margin: 1.25em auto 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .csr-sec4 .button {
    margin: 1.25em 0 0;
  }
}
.csr-sec4 .button a {
  color: #FFFFFF;
  text-decoration: none;
}

/*========================
CSR SECTION IMAGES
=========================*/
.csr-sec-imgs {
  padding: 1em 0 0;
}
.csr-sec-imgs img {
  width: 100%;
}
@media (min-width: 992px) {
  .csr-sec-imgs {
    padding: 1em 0;
  }
}
.csr-sec-imgs .img-box {
  margin: 0 auto 1em;
}
@media (min-width: 992px) {
  .csr-sec-imgs .img-box {
    margin: 0 auto;
  }
}

/*========================
GLOBAL GAZETTE
=========================*/
.gg-img {
  background: url("../assets/gg/ggbg.jpg") no-repeat center top;
  background-size: cover;
}

.gg-sec1 .gtu-header-1 {
  margin: 0 auto 5em;
}
.gg-sec1 h1, .gg-sec1 h2 {
  color: #0061AD;
}
.gg-sec1 h1 {
  font-size: 1.625em;
  line-height: 1.2;
}
.gg-sec1 p {
  font-size: 1em;
  line-height: 1.3;
}
.gg-sec1 .spcr-1 {
  margin: 0 0 6.25em;
}
.gg-sec1 .spcr-2 {
  margin: 0 0 1em;
}
@media (min-width: 992px) {
  .gg-sec1 .spcr-1, .gg-sec1 .spcr-2 {
    margin: 0 0 3.75em;
  }
}
.gg-sec1 .spcr-2m {
  margin: 0 0 3.75em;
}
@media (min-width: 768px) {
  .gg-sec1 .spcr-2m {
    margin: 0;
  }
}
.gg-sec1 .sec-content {
  text-align: center;
  max-width: 100%;
}
@media (min-width: 992px) {
  .gg-sec1 .sec-content {
    text-align: left;
    max-width: 31.25em;
  }
}
.gg-sec1 .sec-content .issue {
  font-size: 1em;
  font-weight: 600;
}
.gg-sec1 .sec-content ul {
  font-size: 1em;
  line-height: 1.3;
  list-style: none;
  margin: 0 0 1.5625em;
  padding: 0;
}
@media (min-width: 992px) {
  .gg-sec1 .sec-content ul {
    margin: 0 0 0.625em;
    padding-left: 1.25em;
    list-style: disc;
  }
}
.gg-sec1 .sec-content ul li {
  margin: 0.625em 0;
}
@media (min-width: 992px) {
  .gg-sec1 .sec-content ul li {
    margin: 0.3125em 0;
  }
}
.gg-sec1 .sec-content .download {
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  background: #0061AD;
  padding: 0.625em 1.25em;
  width: 14.375em;
  border-radius: 0.625em;
  transition: all 0.3s ease;
  color: white;
}
@media (min-width: 992px) {
  .gg-sec1 .sec-content .download {
    background: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    width: 10em;
    transition: all 0.3s ease;
    color: #0082D7;
  }
  .gg-sec1 .sec-content .download:hover {
    color: #0061AD;
  }
}
.gg-sec1 .gb-md-divider {
  position: relative;
  margin: 0 auto 2.5em;
}
.gg-sec1 .gb-md-divider img {
  width: 100%;
}
.gg-sec1 .gb-md-divider .line {
  border-top: 0.0625em solid #0061AD;
  margin: 0.625em auto 1.875em;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .gg-sec1 .gb-md-divider .line {
    margin: 0 auto 1.875em;
  }
}
.gg-sec1 .gb-md-divider .header {
  color: #0061AD;
  font-weight: 700;
  font-size: 1.25em;
  text-align: left;
}
.gg-sec1 .gb-md-divider .gb-md-accordion {
  cursor: pointer;
  padding: 15px 0;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.gg-sec1 .gb-md-divider .gb-md-arrow-show,
.gg-sec1 .gb-md-divider .gb-md-arrow-hide {
  width: 2.1875em;
  position: absolute;
  right: 0;
  bottom: 0.1875em;
}

/*========================
GLOBAL SCHOLARSHIP
=========================*/
.gs-img {
  background: url("../assets/gs/gsbg.jpg") no-repeat center top;
  background-size: cover;
}

.gs-sec1 .gtu-section {
  padding: 0;
}
.gs-sec1 {
  text-align: center;
  padding: 2.5em 1em;
}
.gs-sec1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .gs-sec1 {
    text-align: left;
  }
}
.gs-sec1 h1 {
  color: #0061AD;
}
.gs-sec1 .content p {
  font-size: 1.125em;
  margin: 0 0 1em;
}
.gs-sec1 .content .spcr {
  margin: 1.25em 0 0;
}

.gs-sec2 {
  text-align: center;
}
.gs-sec2 img {
  width: 100%;
}
.gs-sec2 h1 {
  color: #0061AD;
}
.gs-sec2 .content p {
  font-size: 1.25em;
  margin: 0 0 1.125em;
}
.gs-sec2 .button {
  text-align: center;
  margin: 2.5em auto 0;
}
@media (min-width: 992px) {
  .gs-sec2 .button {
    margin: 2.5em 0 0;
  }
}
.gs-sec2 .spcr {
  margin: 0 auto 2.5em;
}
@media (min-width: 992px) {
  .gs-sec2 .spcr {
    margin: 0 auto;
  }
}
.gs-sec2 .elg {
  font-weight: 700;
  color: #0061AD;
  font-size: 1.125em;
  line-height: 1.2;
  margin: 0 auto 0.5em;
}
@media (min-width: 992px) {
  .gs-sec2 .elg {
    text-align: left;
  }
}
.gs-sec2 .list {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 auto 1em;
}
@media (min-width: 992px) {
  .gs-sec2 .list {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .gs-sec3 {
    text-align: left;
  }
}
.gs-sec3 .header {
  font-size: 1.75em;
  margin: 0 0 0.625em;
  font-weight: 600;
  color: #0061AD;
  text-align: center;
  margin: 0 auto 0.625em;
}
.gs-sec3 .content {
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .gs-sec3 .content {
    text-align: left;
  }
}
.gs-sec3 .spcr {
  margin: 0 auto 3.75em;
}
.gs-sec3 .school {
  text-align: center;
  margin: 0 auto 1.25em;
  max-width: 12.5em;
}
@media (min-width: 768px) {
  .gs-sec3 .school {
    float: right;
    margin: 0 auto;
  }
}
.gs-sec3 img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.gs-sec3 .video-container {
  max-width: 100%;
  margin: 2.5em auto;
}
@media (min-width: 992px) {
  .gs-sec3 .video-container {
    margin: 0 auto;
  }
}
.gs-sec3 .video-container .video-frame {
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.gs-sec3 .video-container .video-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gs-sec3 .spacer {
  border-top: 0.0625em solid #0061AD;
  padding: 2.5em 0 0;
  margin: 1.25em auto 0.625em;
}
@media (min-width: 992px) {
  .gs-sec3 .spacer {
    padding: 3.75em 0 0;
    margin: 3.75em auto 1.25em;
  }
}

/*========================
CONTACT US
=========================*/
.ct-sec1 {
  padding: 1.875em 0;
}
@media (min-width: 768px) {
  .ct-sec1 {
    padding: 5em 0;
  }
}
.ct-sec1 .contact {
  position: relative;
}
.ct-sec1 .contact label {
  display: block;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  font-size: 1em;
  margin: 0 0 0.3125em;
}
.ct-sec1 .contact input[type=text], .ct-sec1 .contact input[type=email], .ct-sec1 .contact select {
  width: 100%;
  height: 3.125em;
  padding: 0.625em;
  font-size: 1em;
  line-height: 1.3;
  border-radius: 0;
  margin: 0 0 1.25em;
  outline: none;
  color: #333333;
  border: 0;
}
.ct-sec1 .contact textarea {
  resize: none;
  margin: 0 0 1.25em;
  border-radius: 0;
  border: 0;
  padding: 1em;
  line-height: 1.3;
  color: #333333;
  border: 0;
  width: 100%;
}
.ct-sec1 .contact-text {
  margin: 2.5em 0 1.25em;
  text-align: center;
}
@media (min-width: 768px) {
  .ct-sec1 .contact-text {
    margin: 0 0 0 1em;
    text-align: left;
  }
}
.ct-sec1 .contact-text a {
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.ct-sec1 .contact-text .label {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 700;
  border-bottom: 1px solid;
  padding: 1em 0;
}
.ct-sec1 .contact-text .label:last-child {
  border-bottom: 0;
}
.ct-sec1 .contact-text .label .icons {
  position: relative;
  top: 7px;
  padding: 10px;
}
.ct-sec1 .contact-text .label .text {
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 400;
}
.ct-sec1 .contact-text .label div.icons, .ct-sec1 .contact-text .label div.text {
  display: table-cell;
}
.ct-sec1 .contact-success {
  margin: 1.25em 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ct-sec1 .contact-success {
    text-align: left;
  }
}
.ct-sec1 .contact-success p {
  font-size: 1.125em;
}
.ct-sec1 #sendMessage {
  display: none;
}
.ct-sec1 .form-disabled {
  opacity: 0.5;
}

/*========================
FOOTER - CONTACT
=========================*/
.footer-sec1 {
  text-align: center;
  color: #FFFFFF;
}
.footer-sec1 .button2 {
  margin: 1.25em auto 0;
  transition: all 0.3s ease-in-out;
}
.footer-sec1 .button2:hover {
  background: #0082D7;
}

/*========================
FOOTER - SEC2
=========================*/
.footer-sec2 {
  margin: 1.25em auto;
  text-align: center;
  padding: 1.25em 2.5em;
}
@media (min-width: 992px) {
  .footer-sec2 {
    text-align: left;
  }
}
.footer-sec2 .footer-title {
  font-size: 1em;
  font-weight: 600;
  color: #0061AD;
}
.footer-sec2 .about {
  padding: 0 1.25rem;
}
.footer-sec2 .about .text {
  font-size: 0.9375em;
  line-height: 1.3;
}
.footer-sec2 .about img {
  width: 12.5em;
  margin: 0 0 1.25rem;
}
.footer-sec2 .about .footer-logos {
  width: 100%;
  margin: 1.25em auto;
}
@media (min-width: 992px) {
  .footer-sec2 .about .footer-logos {
    text-align: left;
    margin: 0.625rem auto;
  }
}
.footer-sec2 .about .footer-logos img {
  width: 100%;
  margin: 0.625em auto 0;
}
.footer-sec2 .about .footer-logos .flogo1 {
  width: 6.25em;
  margin: 0 1.5625rem 0 0;
}
.footer-sec2 .about .footer-logos .flogo2 {
  width: 3.75em;
  margin: 0 1.5625rem 0 0;
}
.footer-sec2 .about .footer-logos .flogo3 {
  width: 6.25em;
}
.footer-sec2 .about .button {
  margin: 1.25em auto 0;
}
@media (min-width: 992px) {
  .footer-sec2 .about .button {
    margin: 1.25rem 0 0;
  }
}
.footer-sec2 .contact {
  margin: 3.75em auto 0;
  padding: 0 1.25em;
}
@media (min-width: 992px) {
  .footer-sec2 .contact {
    margin: 0 auto;
  }
}
.footer-sec2 .contact .footer-contact {
  margin: 0 auto;
}
.footer-sec2 .contact .footer-contact .text {
  font-size: 0.9375em;
  line-height: 1.3;
  border-bottom: 0.0625em solid rgba(0, 0, 0, 0.1);
  padding: 0.9375em 0;
}
.footer-sec2 .contact .footer-contact .text a {
  color: #333333;
}
.footer-sec2 .contact .footer-contact .text a:hover {
  color: #0061AD;
}
.footer-sec2 .contact .footer-contact .text:nth-last-child(1) {
  border-bottom: 0;
}
.footer-sec2 .social {
  margin: 3.75em auto 0;
}
@media (min-width: 992px) {
  .footer-sec2 .social {
    margin: 2.5em auto 0;
  }
}
.footer-sec2 .social .social-icons {
  margin: 0.625em auto;
}
.footer-sec2 .social .social-icons a {
  padding: 0 0.1875em;
}
.footer-sec2 .social .social-icons a img {
  max-width: 2.5em;
}

/*========================
FOOTER - SEC3
=========================*/
.footer-sec3 {
  background: #333333;
  color: #FFFFFF;
  text-align: center;
  padding: 0.9375em 1.25em;
  font-size: 0.875em;
}

/*==================
COOKIE CONSENT
==================*/
/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  line-height: 1.5;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: white;
  background: #024982;
  border-top: 0.0625em solid #002F54;
}

.alert {
  border: 0;
  padding: 1em;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: white;
}

.cookiealert .acceptcookies {
  vertical-align: baseline;
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
}

.acceptcookies {
  padding: 0.625em;
  text-align: center;
  margin: 1em auto 0;
  border-radius: 0;
  background: #0082D7;
  width: 6.875em;
  color: white;
  border: 0;
}

@media (min-width: 768px) {
  .alert {
    padding: 0 0 0.9375em;
  }
  .cookiealert .acceptcookies {
    margin-left: 1.875em;
    display: inline;
  }
}