@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStdRoman';
  src: url('../fonts/fonts/FrutigerLTStd Roman.eot');
  src: local('☺'), url('../fonts/fonts/FrutigerLTStd Roman.woff') format('woff'), url('../fonts/fonts/FrutigerLTStd Roman.ttf') format('truetype'), url('../fonts/fonts/FrutigerLTStd Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStdLight';
  src: url('../fonts/fonts/FrutigerLTStd-Light.eot');
  src: local('☺'), url('../fonts/fonts/FrutigerLTStd-Light.woff') format('woff'), url('../fonts/fonts/FrutigerLTStd-Light.ttf') format('truetype'), url('../fonts/fonts/FrutigerLTStd-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "FrutigerLTStdRoman", Arial, serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  background: #fff;
  height: 100%;
  position: relative;
}
a {
  color: #ff3b30;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ff3b30;
  outline: none;
}
p {
  margin-bottom:10px;
   font-size: 14px;
  line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
 
  font-weight: 400;
  margin: 0 0 30px 0;
}
::-webkit-selection {
  color: #fff;
  background: #1fb5f6;
}
::-moz-selection {
  color: #fff;
  background: #1fb5f6;
}
::selection {
  color: #fff;
  background: #1fb5f6;
}
.clearfix {clear: both;}
#gs-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
}
#gs-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#gs-header #navbar .navbar-right {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  #gs-header #navbar .navbar-right {
    margin-right: -15px;
  }
}
#gs-header #navbar li a {
  font-family: 'FrutigerLTStdLight';
  color: #7f7f7f;
  position: relative;
  font-size: 15px;text-transform: uppercase;;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  #gs-header #navbar li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#gs-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#gs-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#gs-header #navbar li a:hover {
  color: #000;
}
#gs-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#gs-header #navbar li.active a {
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #gs-header #navbar li.active a {
    color: #b9b299;
  }
}
#gs-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #b9b299;
}
@media screen and (max-width: 480px) {
  #gs-header #navbar li.active a span:before {
    background-color: transparent;
  }
}
 
#gs-header .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding:9px 0 0 0;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px; 
}
#gs-header .navbar-brand > span {
  color: #ff3b30;
}
@media screen and (max-width: 992px) {
  #gs-header .navbar-brand {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
}
#gs-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#gs-header.navbar-fixed-top .navbar-brand {
  color: #535659;
}
#gs-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gs-header.navbar-fixed-top #navbar li a:hover {
  color: #7f7f7f;
}
#gs-header.navbar-fixed-top #navbar li.active a {
  color: #7f7f7f !important;
}
@media screen and (max-width: 768px) {
  #gs-header.navbar-fixed-top #navbar li.active a {
    color: #7f7f7f !important;
  }
}
#gs-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #b9b299;
}
@media screen and (max-width: 768px) {
  #gs-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#gs-header.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#gs-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff !important;
}
#gs-header.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#gs-header .navbar-default {
  border: transparent;
  background: #fff;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #gs-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#gs-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#gs-header .navbar-default .brand-slogan em {
  color: #ff3b30;
  font-style: normal;
}


#gs-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #9fa3a5;
  color: #fff;
}
#gs-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#gs-home a:hover {
  color: #fff;
  text-decoration: none;
}
 
#gs-home, #gs-home .text-wrap {
  height: 900px;
}
#gs-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#gs-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#gs-home .text-inner h1 {
  font-size: 38px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 20px 0;
  font-weight: 700;
}
#gs-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  #gs-home .text-inner .call-to-action a.demo {
    margin-bottom: 20px;
  }
}
#gs-home .text-inner .call-to-action a.demo:hover {
  background: rgba(255, 255, 255, 0.2);
}
#gs-home .text-inner .call-to-action a.download {
  border: 2px solid #ff3b30;
  background: #ff3b30;
  text-decoration: none !important;
}

 #gs-services, #gs-about, #gs-experience, #gs-offerings, #gs-footer {
  padding: 120px 0;
}
 
 

#gs-work, #gs-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #gs-work, #gs-counters {
    padding: 4em 0;
  }
}

#gs-home {height:844px;}
.item { height:844px;-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover; 
    background-position: center center;
 
background-repeat: no-repeat;}










.bgstuff {  -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover; 
 
background-repeat: no-repeat;
      }


.tagline p{margin-top: 100px;display: block; text-align: right;text-transform: uppercase;font-size: 24px;line-height: 30px;float: right;font-style: italic;}


 #gs-services, #gs-about, #gs-experience, #gs-offerings, #gs-footer {
  padding: 120px 0;
}

#gs-home { padding-top: 57px; }

#gs-services { color: #8da0b2; }
#gs-services .section-heading h2 p { color: #b9b299; }
#gs-services .tagline { color: #c6c0ac; }

#gs-about { padding: 120px 0 60px 0; }
#gs-about .tagline { color: #c6c0ac;}

#gs-offerings { padding: 120px  0 60px 0;color:#7f7f7f; }
#gs-offerings .tagline { color: #c6c0ac;}

/*#gs-offerings p  { text-shadow: 1px 1px #fff;}*/
  


#gs-experience { padding: 120px  0 60px 0;}
#gs-experience .tagline {  color: #1b4164;  }

#gs-footer { padding: 120px 0 120px 0;; }


.gs-about {
  padding-bottom: 40px;
}







/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1370px) {

#gs-home {height:600px;}
.item { height:600px;}


 #gs-services, #gs-about, #gs-experience, #gs-offerings, #gs-footer {
  padding: 40px 0;
} #gs-about{
  padding: 90px 0 40px;
}
.tagline p{margin-top: 80px;}


}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) { 


.section-heading {padding-bottom: 0;}
#gs-home {height:250px;}
.item { height:250px;;}

 #gs-services , #gs-experience, #gs-offerings, #gs-footer {
  padding: 40px 0;
}
 #gs-about{
  padding: 90px 0 40px;
}
#gs-home { padding-top: 55px; }

.tagline p{margin-top: 30px;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) { }

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) { }
















.gs-about-bg-color {
  width: 100%;
  background: #f1f1f1;
  padding: 80px 0;
  margin-bottom: 0;
}

.mt {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1fb5f6;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 50px 0 0 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #1fb5f6;
}



 
 
 

 

.section-heading {
  float: left;
  
  padding-bottom:20px;
  margin-bottom: 0px;
   
}
.section-heading h2 p{
  margin: 0 0 0 0;
  font-size: 48px;
  font-weight: 400;
  color: #1b4164;
  position: relative;
  display: block;
  padding-bottom: 10px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .section-heading h2 p{
    font-size: 28px;line-height: 30px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #8f989f;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.section-heading h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #1fb5f6;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

#gs-footer {
  background: #1b4165;
  color: #637991;
}
#gs-footer a {
  color: #74889e;
}
#gs-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
#gs-footer .section-title {
  font-size: 22px;
  color: #b8b29a;
  position: relative;
  padding-bottom: 20px;text-transform: uppercase;
}
#gs-footer .section-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
}
#gs-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#gs-footer .copy-right > a {
  color: rgba(255, 255, 255, 0.4);
}
#gs-footer .copy-right:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
}
#gs-footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
/* .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857;
    padding: 10px 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}*/
 
#gs-footer .contact-form  input[type="name"],
#gs-footer .contact-form  input[type="text"],
#gs-footer .contact-form  input[type="email"],
#gs-footer .contact-form   textarea {
  font-size: 16px; padding: 10px 20px; width: 100%; border-radius: 4px;
}
#gs-footer .contact-form  input[type="name"]::-webkit-input-placeholder,
#gs-footer .contact-form  input[type="text"]::-webkit-input-placeholder,
#gs-footer .contact-form  input[type="email"]::-webkit-input-placeholder,
#gs-footer .contact-form  textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#gs-footer .contact-form  input[type="name"]:-moz-placeholder,
#gs-footer .contact-form input[type="text"]:-moz-placeholder,
#gs-footer .contact-form input[type="email"]:-moz-placeholder,
#gs-footer .contact-form  textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#gs-footer .contact-form input[type="name"]::-moz-placeholder,
#gs-footer .contact-form input[type="text"]::-moz-placeholder,
#gs-footer .contact-form input[type="email"]::-moz-placeholder,
#gs-footer .contact-form  textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#gs-footer .contact-form  input[type="name"]:-ms-input-placeholder,
#gs-footer .contact-form input[type="text"]:-ms-input-placeholder,
#gs-footer .contact-form  input[type="email"]:-ms-input-placeholder,
#gs-footer .contact-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#gs-footer .contact-form  input {
  color: #fff;
  background: transparent;
  border: none;
  background: #607a93;
  box-shadow: none;
}
#gs-footer .contact-form  textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: #607a93;
  box-shadow: none;height:170px;
}
#gs-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #b9b298 !important;
}
#gs-footer .contact-form  input[type="submit"] {
  font-size: 16px; padding: 10px 20px; width: 150px; border-radius: 4px;
   color: rgba(255, 255, 255, 0.9) !important;
  background: #b9b298 !important;
}



.acf-map {
  width: 100%;
  height: 640px;
  margin: 0px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.screen-reader-response {
  color: #ed2d39;
  padding-bottom: 15px;
}
.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip {
  display: block;
  color: #ed2d39;
  padding: 5px 0 5px 0;
}
.wpcf7-validation-errors {
  color: #ed2d39;
  text-align: center;
  padding-top: 15px;
  border: none !important;
}

div.wpcf7-validation-errors {
  color: #ed2d39;
  border: none !important;
}

div.wpcf7-response-output {
  margin: 2em 0;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-mail-sent-ok {
  display: block;
  color: #6eb43f;
  text-align: center;
  padding: 5px 0 5px 0;
  border: none !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gs-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gs-nav-toggle.active i::before, .gs-nav-toggle.active i::after {
  background: #b9b299;
}
.gs-nav-toggle:hover, .gs-nav-toggle:focus, .gs-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gs-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #535659;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #535659;
  transition: all .2s ease-out;
}
.gs-nav-toggle i::before, .gs-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #535659;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.gs-nav-toggle i::before {
  top: -7px;
}

.gs-nav-toggle i::after {
  bottom: -7px;
}

.gs-nav-toggle:hover i::before {
  top: -10px;
}

.gs-nav-toggle:hover i::after {
  bottom: -10px;
}

.gs-nav-toggle.active i {
  background: transparent;
}

.gs-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gs-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gs-nav-toggle {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gs-nav-toggle {
    display: block;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #ff3b30;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ff3b30;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #ff3b30;
  color: #fff;
}
.social li a.social-circle {
  background: #ff3b30;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #ff3b30;
  color: #fff;
}
.social.social-circle a {
  background: #ff3b30;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.gs-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-controls  {width:100%;
margin-top: -40px;z-index:999;
position:absolute;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #b2b2b2;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #b2b2b2;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #b2b2b2;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #1b4165;
}

