/* 
    _VARIABLES
    USED FOR VARIABLES IN SIZE AND COLORS
    PLEASE USE THIS AS TEMPLATE AND ONLY REPLACE VARIABLE VALUES
    
    IMPORTANT: DO NOT DELETE, SOME VARIABLES ARE REQUIRED FOR LAYOUT!!
    
    USE THIS FOR THEME DESIGN
*/
/* 
    _LAYOUT
    USED STRICTLY FOR LAYOUT PURPOSES ONLY
    INCLUDES BASE LAYOUT FOR COMPONENT STYLES

    INTENDED FOR USE WITH BOOTSTRAP V4
    
    DO NOT USE FOR THEME PURPOSES!!
*/
/* 
    _VARIABLES
    USED FOR VARIABLES IN SIZE AND COLORS
    PLEASE USE THIS AS TEMPLATE AND ONLY REPLACE VARIABLE VALUES
    
    IMPORTANT: DO NOT DELETE, SOME VARIABLES ARE REQUIRED FOR LAYOUT!!
    
    USE THIS FOR THEME DESIGN
*/
/* 
    _UTILITIES
    USED FOR COMMON UTILITY STYLES
    INTENDED FOR USE WITH BOOTSTRAP V4

    USE THIS FOR THEME DESIGN
*/
/* 
    _VARIABLES
    USED FOR VARIABLES IN SIZE AND COLORS
    PLEASE USE THIS AS TEMPLATE AND ONLY REPLACE VARIABLE VALUES
    
    IMPORTANT: DO NOT DELETE, SOME VARIABLES ARE REQUIRED FOR LAYOUT!!
    
    USE THIS FOR THEME DESIGN
*/
.btn-1, .search-input .btn, .btn-2, .nav-links li a {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.bg-color1 {
  background-color: #4d5b7e;
}

.bg-color2 {
  background-color: #f8d974;
}

.btn-1, .search-input .btn, .btn-2 {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  padding: .5rem 2rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}

.btn-1:hover, .search-input .btn:hover, .btn-2:hover, .btn-1:focus, .search-input .btn:focus, .btn-2:focus {
  text-decoration: none;
}

.btn-1, .search-input .btn {
  border-color: #4d5b7e;
  background-color: #4d5b7e;
  color: #fff;
}

.btn-1:hover, .search-input .btn:hover, .btn-1:focus, .search-input .btn:focus {
  background-color: #4d5b7e;
  border-color: #4d5b7e;
  color: #f8d974 !important;
}

.btn-1:active, .search-input .btn:active {
  background-color: #f8d974;
  border-color: #f8d974;
  color: #4d5b7e;
}

.btn-2 {
  border-color: #f8d974;
  background-color: #f8d974;
  color: #4d5b7e;
}

.btn-2:hover, .btn-2:focus {
  background-color: #4d5b7e;
  border-color: #4d5b7e;
  color: #fff !important;
}

.pc-image-with-text .image-with-text .text-overlay .text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 4rem;
  color: #4d5b7e;
  margin-bottom: .5em;
}

@media (max-width: 768px) {
  .pc-image-with-text .image-with-text .text-overlay .text {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .pc-image-with-text .image-with-text .text-overlay .text {
    font-size: 2rem;
  }
}

.content ul li:before, .accordion .card .card-header button:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media (min-width: 576px) {
  .no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto !important;
}

.navbar-nav .nav-link {
  display: inline-block;
}

.navbar-nav .nav-link.dropdown-toggle {
  padding-left: 0;
}

img.img-left {
  float: left;
  margin-right: 1em;
}

img.img-right {
  float: right;
  margin-left: 1em;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pt-xs {
  padding-top: 1rem;
}

.pt-sm {
  padding-top: 30px;
}

.pt-md {
  padding-top: 60px;
}

.pt-lg {
  padding-top: 120px;
}

.pb-xs {
  padding-bottom: 1rem;
}

.pb-sm {
  padding-bottom: 30px;
}

.pb-md {
  padding-bottom: 60px;
}

.pb-lg {
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .text-with-image .image {
    margin-bottom: 2rem;
  }
}

.text-with-image .image-outside .image {
  float: left;
}

@media (max-width: 768px) {
  .text-with-image .image-outside .image {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-with-image .image-outside .image {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.text-with-image .image-outside .text {
  display: table-cell;
  vertical-align: middle;
}

.text-with-image .image-outside.image-right .image {
  float: right;
}

@media (max-width: 768px) {
  .text-with-image .image-outside .image {
    float: none;
  }
  .text-with-image .image-outside .text {
    display: block;
    vertical-align: auto;
  }
  .text-with-image .image-outside.image-right .image {
    float: none;
  }
}

/* 
    _UTILITIES
    USED FOR COMMON UTILITY STYLES
    INTENDED FOR USE WITH BOOTSTRAP V4

    USE THIS FOR THEME DESIGN
*/
/* 
    _VARIABLES
    USED FOR VARIABLES IN SIZE AND COLORS
    PLEASE USE THIS AS TEMPLATE AND ONLY REPLACE VARIABLE VALUES
    
    IMPORTANT: DO NOT DELETE, SOME VARIABLES ARE REQUIRED FOR LAYOUT!!
    
    USE THIS FOR THEME DESIGN
*/
.btn-1, .search-input .btn, .btn-2, .nav-links li a {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.bg-color1 {
  background-color: #4d5b7e;
}

.bg-color2 {
  background-color: #f8d974;
}

.btn-1, .search-input .btn, .btn-2 {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  padding: .5rem 2rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}

.btn-1:hover, .search-input .btn:hover, .btn-2:hover, .btn-1:focus, .search-input .btn:focus, .btn-2:focus {
  text-decoration: none;
}

.btn-1, .search-input .btn {
  border-color: #4d5b7e;
  background-color: #4d5b7e;
  color: #fff;
}

.btn-1:hover, .search-input .btn:hover, .btn-1:focus, .search-input .btn:focus {
  background-color: #4d5b7e;
  border-color: #4d5b7e;
  color: #f8d974 !important;
}

.btn-1:active, .search-input .btn:active {
  background-color: #f8d974;
  border-color: #f8d974;
  color: #4d5b7e;
}

.btn-2 {
  border-color: #f8d974;
  background-color: #f8d974;
  color: #4d5b7e;
}

.btn-2:hover, .btn-2:focus {
  background-color: #4d5b7e;
  border-color: #4d5b7e;
  color: #fff !important;
}

.pc-image-with-text .image-with-text .text-overlay .text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 4rem;
  color: #4d5b7e;
  margin-bottom: .5em;
}

@media (max-width: 768px) {
  .pc-image-with-text .image-with-text .text-overlay .text {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .pc-image-with-text .image-with-text .text-overlay .text {
    font-size: 2rem;
  }
}

.content ul li:before, .accordion .card .card-header button:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body {
  font-family: "Lora", serif;
}

@media (max-width: 992px) {
  body {
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

p, ol, ul {
  margin-bottom: 2rem;
}

p .fas, ol .fas, ul .fas {
  color: #4d5b7e;
}

.fa-ul .fas {
  color: #4d5b7e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: #4d5b7e;
  margin-bottom: .5em;
}

h1 {
  font-size: 4rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.813rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.625rem;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}

@media (max-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
  font-weight: bold;
}

h6 {
  font-size: 0.875rem;
  font-weight: bold;
}

.lead {
  font-size: 1.375rem;
}

.text-header {
  font-family: "Source Sans Pro", sans-serif;
}

.color1 {
  color: #4d5b7e;
}

.color2 {
  color: #f8d974;
}

.header .top {
  border-bottom: 1px solid #4d5b7e;
}

.nav-first li a {
  font-size: 1.125rem;
}

.nav-first > li {
  margin-left: 1rem;
}

.nav-first > li:first-child {
  margin-left: 0;
}

@media (max-width: 1200px) {
  .nav-first > li {
    margin-left: 0;
  }
}

.nav-first > li > a {
  border-bottom: 5px solid transparent;
}

@media (min-width: 992px) {
  .nav-first > li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.nav-first > li > a:hover, .nav-first > li > a:focus, .nav-first > li > a:active {
  border-bottom-color: #f8d974;
  color: #4d5b7e !important;
}

.nav-first > li.active > a:first-child {
  border-bottom-color: #f8d974;
  color: #4d5b7e !important;
}

.nav-first > li.dropdown.show > a {
  border-bottom-color: #f8d974;
  color: #4d5b7e !important;
}

.nav-first > li.dropdown.show > a:hover, .nav-first > li.dropdown.show > a:focus, .nav-first > li.dropdown.show > a:active {
  color: #4d5b7e;
}

.nav-second li a {
  font-size: 0.875rem;
}

.nav-second-mobile {
  border-top: 1px solid #4d5b7e;
  display: none;
}

@media (max-width: 992px) {
  .nav-second-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    max-width: 75%;
  }
}

.nav-links li a {
  font-family: "Source Sans Pro", sans-serif;
  color: #4d5b7e;
  font-weight: bold;
  text-decoration: none;
  /*&:visited {
                color: $color-1;
            }*/
}

.nav-links li a:hover, .nav-links li a:focus, .nav-links li a:active {
  text-decoration: none;
  color: #f8d974;
}

.nav-links li a.active {
  color: #f8d974;
}

.nav-links li.active > a {
  color: #f8d974;
}

.navbar-light .navbar-nav .nav-link {
  color: #4d5b7e;
}

.dropdown-menu {
  border-radius: 0;
  border: 1px solid #4d5b7e;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  padding: 0;
  color: #4d5b7e;
}

.dropdown-menu a {
  background-color: transparent;
  border-top: 1px solid #4d5b7e;
}

.dropdown-menu a:first-child {
  border-top: none;
}

.dropdown-menu a.dropdown-item {
  background-color: transparent;
}

.dropdown-menu a.active {
  background-color: transparent;
}

.navbar-nav .nav-link {
  display: inline-block;
}

.navbar-nav .nav-link.dropdown-toggle {
  padding-left: 0;
  border-bottom: none !important;
}

a {
  color: #4d5b7e;
}

a:hover, a:focus {
  color: #f8d974;
}

.bg-color1 {
  color: #fff;
  /*p:last-child {
        margin-bottom: 0;
    }*/
}

.bg-color2 {
  /*p:last-child {
        margin-bottom: 0;
    }*/
}

.text-white {
  color: #fff;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .bg-color1 h1, .bg-color1 h2, .bg-color1 h3, .bg-color1 h4, .bg-color1 h5, .bg-color1 h6 {
  color: #fff;
}

.text-white h1.text-white, .text-white h2.text-white, .text-white h3.text-white, .text-white h4.text-white, .text-white h5.text-white, .text-white h6.text-white, .bg-color1 h1.text-white, .bg-color1 h2.text-white, .bg-color1 h3.text-white, .bg-color1 h4.text-white, .bg-color1 h5.text-white, .bg-color1 h6.text-white {
  color: #fff;
}

.outro {
  padding: 60px 0;
}

.outro p:last-child {
  margin-bottom: 0;
}

.footer {
  text-align: center;
  padding: 30px 0;
  border-bottom: 10px solid #f8d974;
  font-size: 0.875rem;
}

.footer .nav-footer {
  margin: 0 0 2rem 0;
  padding: 0;
  display: block;
}

.footer .nav-footer li {
  list-style: none;
  display: inline;
  margin: 0 0 0 1rem;
}

.footer .nav-footer li:first-child {
  margin-left: 0;
}

.footer .nav-footer li a {
  font-size: 0.875rem;
}

.search-input {
  text-align: right;
}

.search-input .form-control {
  width: calc(100% - 50px);
}

.search-input .btn {
  padding: 0.375rem 0.75rem;
}

.search-input-mobile {
  display: none;
}

@media (max-width: 992px) {
  .search-input-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-control {
  border-radius: 0;
  border: 1px solid #4d5b7e;
}

.form-control:focus {
  border-color: #4d5b7e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pc-image-with-text.has-border {
  border-bottom: 10px solid #4d5b7e;
}

.pc-image-with-text .image-with-text {
  position: relative;
}

.pc-image-with-text .image-with-text .image {
  max-width: 100%;
}

.pc-image-with-text .image-with-text .text-overlay {
  position: absolute;
  background-color: rgba(77, 91, 126, 0.5);
  margin: 2rem;
  padding: 1rem;
  max-width: 85%;
}

.pc-image-with-text .image-with-text .text-overlay .text {
  margin: 0;
  color: #fff;
}

.pc-image-with-text .image-with-text .text-overlay.align-top {
  top: 0;
}

.pc-image-with-text .image-with-text .text-overlay.align-middle {
  top: 25%;
}

.pc-image-with-text .image-with-text .text-overlay.align-bottom {
  bottom: 0;
}

.pc-image-with-text .image-with-text.is-dark .text-overlay {
  background-color: rgba(225, 225, 225, 0.5);
}

.pc-image-with-text .image-with-text.is-dark .text-overlay .text {
  color: #4d5b7e;
}

@media (max-width: 768px) {
  .pc-image-with-text .image-with-text .text-overlay {
    position: relative;
    background-color: #4d5b7e;
    margin: 0;
    max-width: 100%;
  }
  .pc-image-with-text .image-with-text .text-overlay .text {
    color: #fff;
  }
}

.grid-box {
  margin: 60px 0 0 0;
  padding: 60px 30px;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .grid-box {
    margin: 30px 0;
    padding: 30px;
  }
}

.grid-media-object .media img {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .grid-media-object .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid-media-object .media img {
    margin: 0 auto 2rem auto !important;
  }
  .grid-media-object .media .media-body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.content ul {
  padding-left: 30px;
}

.content ul li {
  list-style: none;
  position: relative;
}

.content ul li:before {
  display: block;
  content: "\f111";
  color: #4d5b7e;
  position: absolute;
  left: -20px;
  top: .5em;
  font-size: 10px;
}

.content ul.list-unstyled {
  margin-left: 0;
  padding-left: 0;
}

.content ul.list-unstyled li {
  padding-left: 0;
}

.content ul.list-unstyled li:before {
  display: none;
}

.content ul.list-check li:before {
  content: "\f14a";
  top: auto;
  font-size: 1em;
  left: -30px;
}

.content ul.list-edit li:before {
  content: "\f044";
  top: auto;
  font-size: 1em;
  left: -30px;
}

.content ul.list-news li:before {
  content: "\f1ea";
  top: auto;
  font-size: 1em;
  left: -30px;
}

.content ul.list-users li:before {
  content: "\f0c0";
  top: auto;
  font-size: 1em;
  left: -30px;
}

.content ul.list-lg {
  padding-left: 40px;
  font-size: 1.375rem;
}

.content ul.list-lg li:before {
  left: -40px;
  font-size: 1em;
  top: auto;
}

.content ul.list-lg.list-unstyled {
  padding-left: 0;
}

.content ul.list-lg.list-unstyled li:before {
  display: none;
}

.content ul.list-lg.fa-ul {
  padding-left: 0;
  margin-left: 0;
}

.content ul.list-lg.fa-ul li .fas {
  margin-right: 10px;
}

.content ul.list-lg.fa-ul li:before {
  display: none;
}

.random-logos-macro {
  border-top: 1px solid #4d5b7e;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .random-logos-macro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.random-logos-macro img {
  max-width: 100%;
}

.contact-agency-macro .media .media-image {
  width: 25%;
  margin-right: 3rem;
  text-align: right;
}

.accordion {
  margin-bottom: 2rem;
}

.accordion .card {
  border-top: 1px solid #4d5b7e;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.accordion .card:first-child {
  border-top-color: transparent;
}

.accordion .card .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom-color: transparent;
}

.accordion .card .card-header button {
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.375rem;
  color: #4d5b7e;
  padding-left: 30px;
  white-space: normal;
  text-align: left;
}

.accordion .card .card-header button:hover {
  text-decoration: none;
}

.accordion .card .card-header button:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "\f0d7";
  color: #fff;
  background-color: #4d5b7e;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1rem;
  padding: 5px 0 0 0;
}

.accordion .card .card-header button.collapsed:before {
  content: "\f0da";
}
/*# sourceMappingURL=main.css.map */