@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;
}

body {
  /* font-family: "Raleway", Arial, sans-serif; */
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #f16122;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #f16122;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #f16122;
}

::-moz-selection {
  color: #fff;
  background: #f16122;
}

::selection {
  color: #fff;
  background: #f16122;
}

.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gtco-nav {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  /* padding: 40px 0; */
  /* z-index: 1001; */
  /* background-color: #333d47; */
  background-image: linear-gradient(to right, #1B2A39 50% , #388354);
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    /* padding: 20px 0; */
  }
}
.gtco-nav #gtco-logo, .gtco-nav #gtco-logo-2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
#gtco-logo a, #gtco-logo-2 a{
  padding:0;
}
#gtco-logo-2 img{
  /* margin-left: -80px; */
}
#gtco-logo{
  margin-left: 100px !important;
  margin-right: 20px !important;
}
img.logo.logo-lg{
  width: 30%;
}
img.logo.logo-sm{
 width: 14%;
}
@media (max-width: 1200px) and (min-width: 992px) {
  #gtco-logo{
    margin-left: 40px !important;
    margin-right: 20px !important;
  }
  .gtco-nav a{
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  img.logo.logo-lg{
    width: 15%;
  }
  img.logo.logo-sm{
   width: 7%;
  }
  .gtco-nav-toggle{
    top: 74px !important;
  }
}
@media (max-width: 576px) {
  img.logo.logo-lg{
    width: 25%;
  }
  img.logo.logo-sm{
   width: 10%;
  }
  .gtco-nav-toggle{
    top: 49px !important;
  }
  #gtco-logo{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.logo-sm-wrap{
  display: inline-block;
  margin-left: 100px;
}
img.logo{
  /* width: 60%; */
  padding: 10px 0;
  display: inline-block;
}
.gtco-nav a {
  /* padding: 5px 10px; */
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  /* padding: 40px 0;
  margin: 2px 0 0 0; */
  float: left;
  margin: auto;
  padding: 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.gtco-nav ul li a {
  /* font-size: 14px;
  padding: 30px 10px;
  text-transform: uppercase;
  color:#fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; */
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active, .gtco-nav ul li:hover a{
  /* color:#f16122; */
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 150px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background-image: linear-gradient(to right, rgb(27, 42, 57) 50%, rgb(56, 131, 84));
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #367356;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
  padding: 5px 5px;
}
.gtco-nav ul li.has-dropdown .dropdown li:not(:last-child){
  border-bottom: 1px solid #dddddd;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #f16122;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #f16122;
}
.gtco-nav ul li.btn-cta a {
  color: #f16122;
}
.gtco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.gtco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #fff !important;
}

#gtco-header,
#gtco-counter,
.gtco-anime,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 10px;
}
.gtco-video.gtco-video-sm {
  height: 197px;
}
.gtco-video.gtco-video-md {
  height: 297px;
}
.gtco-video a, i.video-bg {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: transparent;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
}
.gtco-video-md i.video-bg{
  margin-top: -75px;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  font-size: 70px;
}
a.thumbnail-link, a.popup-vimeo{
  color: #fff;
}
.gtco-video a i, .gtco-video i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
i.video-bg:before{
  position:absolute;
  top:25%;
  right: 25%;
}
.gtco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.gtco-video:hover a {
  position: relative;
  /* -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); */
}

.gtco-cover {
  height: 900px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gtco-cover a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}

#gtco-counter {
  height: 500px;
}
.gtco-anime{
  height:auto;
  padding: 60px 0;
  background-image: linear-gradient(to bottom,#3AA24F, #367356, #264247);
}
#gtco-counter .display-t,
#gtco-counter .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gtco-counter{
    height: inherit;
    padding: 7em 0;
  }
  .gtco-anime {
    height: inherit;
    padding: 1.5em 0;
  }
  #gtco-counter .display-t,
  #gtco-counter .display-tc {
    height: inherit;
  }
}

.gtco-staff {
  text-align: center;
  margin-bottom: 30px;
}
.gtco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p {
  margin-bottom: 30px;
}
.gtco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  color: #f16122;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info {
  margin-bottom: 30px;
  margin-top: 50px;
  float: left;
  width: 100%;
  position: relative;
}
.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #388354;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
  text-transform: uppercase;
}
#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 40px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gtco-counter, .gtco-anime {
  text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

#gtco-features,
#gtco-features-2,
#gtco-features-3,
#gtco-testimonial,
#gtco-services,
#gtco-subscribe,
#gtco-footer,
.gtco-section {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #gtco-features,
  #gtco-features-2,
  #gtco-features-3,
  #gtco-testimonial,
  #gtco-services,
  #gtco-subscribe,
  #gtco-footer,
  .gtco-section {
    padding: 3em 0;
  }
}

#gtco-features-2, #gtco-features-3 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 150px;
  /* height: 90px; */
  /* background:#dedede; */
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #f16122;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: #1b2a39;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.2;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  .feature-center h3{
    min-height: 0;
  }
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  display: table;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #f16122;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}
.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
  font-weight: bold;
}

.gtco-heading {
  margin-bottom: 2em;
}
.gtco-heading {
  margin-bottom: 5em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading.gtco-heading-xsm {
  margin-bottom: 1em;
}
.gtco-heading h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #1b2a39;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  border-bottom: 4px dotted #3eb551;
  padding: 0 30px;
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #1b2a39;
  font-weight: 600;
  margin-top: 10px;
}

#gtco-testimonial {
  background: #efefef;
}
#gtco-testimonial .testimony-slide {
  text-align: center;
}
#gtco-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#gtco-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#gtco-testimonial .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #gtco-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#gtco-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#gtco-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#gtco-testimonial .arrow-thumb a:hover, #gtco-testimonial .arrow-thumb a:focus, #gtco-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.gtco-tabs .gtco-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-tabs .gtco-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-tabs .gtco-tab-nav li .icon {
  font-size: 30px;
}
.gtco-tabs .gtco-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.gtco-tabs .gtco-tab-nav li a:hover {
  color: #4d4d4d;
}
.gtco-tabs .gtco-tab-nav li.active a {
  background: #fff;
  color: #f16122;
}
.gtco-tabs .gtco-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.gtco-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gtco-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .gtco-tabs .icon-xlg {
    font-size: 200px;
  }
}
.gtco-tabs .icon-xlg i {
  color: #f16122;
}

#gtco-subscribe {
  background: #333333;
}
#gtco-subscribe .gtco-heading h2 {
  color: #fff;
}
#gtco-subscribe .form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-subscribe .form-control:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#gtco-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}
#gtco-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#gtco-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#gtco-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}
#gtco-subscribe .btn {
  height: 54px;
  border: none !important;
  background: #f16122;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#gtco-subscribe .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-subscribe .form-inline .form-group .form-control {
  width: 100%;
}
#gtco-subscribe .gtco-heading {
  margin-bottom: 30px;
}
#gtco-subscribe .gtco-heading h2 {
  margin-bottom: 0;
}

#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#gtco-footer .gtco-footer-links li a {
  color: #000;
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#gtco-footer .copyright .block {
  display: block;
  color: #fff;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #f16122;
}

#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  /* background:#535c64; */
  background-image: linear-gradient(to bottom, #1B2A39 50% , #388354);
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: #fff;
  text-transform: uppercase;
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul:first-child{
  padding-top: 39px;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: inline-block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown .menu-clickable{
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown .menu-clickable:after{
  position: relative;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  /* -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; */
  top: 3px;
}
 #gtco-offcanvas ul li.offcanvas-has-dropdown.active .menu-clickable:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  right: -25px;
  top: 0;
} 

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  /*background: #333d47;*/
  background: #388354;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

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

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

/*.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}*/

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

.gtco-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);
}

.gtco-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);
}

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

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Source Sans Pro', sans-serif;;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 30px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #f16122;
  color: #fff;
  border: 2px solid #f16122 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f96c2f !important;
  border-color: #f96c2f !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #f16122;
  border: 2px solid #f16122;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #f16122;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f16122;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  #gtco-logo-2 img{
    /* margin-left: -80px; */
  }
}
@media screen and (max-width: 768px) {
  #gtco-logo-2 img{
    /* margin-left: -50px; */
  }
}
@media screen and (max-width: 576px) {
  img.logo {
    width: 100%;
    padding: 0;
  }
  #gtco-logo-2 img{
    /* margin-left: -20px; */
  }
  .nivo-directionNav a {
    top: 33%;
  }
}
.error-message {
  margin-top: 15px;
  margin-left: 20px
}
.error-message p {
  position: relative;
  color: #d43f3a;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  display: list-item !important;
  list-style: disc !important
}
.success-message {
  margin-top: 15px
}
.success-message p {
  position: relative;
  color: #009145;
  font-weight: bold;
  margin-bottom: 5px
}
.success-message .fa{
  color: #009145;
}
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.rs-slider .sl-subtitle {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 600;
}
.rs-slider .sl-sub-title {
  color: #212121;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 12px;
}
.rs-slider .sl-title {
  -webkit-animation: fadeInLeft 1s ease-in-out;
  animation: fadeInLeft 1s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
.rs-slider .sl-title span {
  display: block;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 35px;
}
.rs-slider .sl-title .white-color {
  color: #ffffff !important;
}
.rs-slider .sl-desc {
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
  font-size: 18px;
  line-height: 30px;
  color: #212121;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  width: 75%;
  margin: 0 auto;
}
.rs-slider .slider-bottom {
  display: inline-block;
  -webkit-animation: zoomIn 0.8s ease-in-out;
  animation: zoomIn 0.8s ease-in-out;
  margin: 39px 0 20px;
}
.rs-slider .slider-bottom ul li a.readon {
  padding: 13px 40px;
  text-align: center;
  display: inline-block !important;
  background: #212c43;
  font-size: 17px;
  font-weight: normal;
  border: 2px solid #212c43;
}
.rs-slider .slider-bottom ul li a.readon.corporate-btn {
  background: #212c43 !important;
  font-weight: 300;
}
.rs-slider .slider-bottom ul li a.readon.corporate-btn:hover {
  background: #ffffff !important;
  color: #222222;
}
.rs-slider .slider-bottom ul li a.readon:hover {
  background-color: transparent;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 10%;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.rs-slider .nivo-directionNav > a:hover {
  background: rgba(0,0,0,0.5);
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  left: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  right: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  margin-left: 2px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a {
  opacity: 1;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
  left: 30px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
  right: 30px;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: rgba(0,0,0,0.5);
  border-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 576px) {
  /* .rs-slider .nivo-box, .rs-slider .nivo-slice {
      display: none;
  } */
}

@media (max-width: 991px) and (min-width: 577px) {
  /* .rs-slider{
      margin-top: 70px;
  } */
  .nivo-directionNav a {
    top: 42%;
  }
}
.home-h3{
  min-height: 40px;
}
.home-hidden-text{
  display:none;
  color: #1b2a39;
  font-weight: 600;
}
.toggle-link{
  cursor: pointer;
}
.video-frame {
  border: none;
  width: 100%;
  height: 200px;
}
.video-item{
  margin-bottom: 30px;
}

.playpause {
  background-image:url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);
  background-repeat:no-repeat;
  width:50%;
  height:50%;
  position:absolute;
  left:0%;
  right:0%;
  top:0%;
  bottom:0%;
  margin:auto;
  background-size:contain;
  background-position: center;
}

.video-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.video-js .vjs-big-play-button{
  color: transparent;
  /* zoom: 1.2; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.video-js .vjs-big-play-button:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* .error-anime{
  background-color:#141019;
  background: radial-gradient(at 50% -20%, #908392, #0d060e) fixed;
} */
#handboy
{
  animation: swing ease-in-out 1.3s infinite alternate;
  transform-origin: 98% 98%;
  transform-box: fill-box;
    
}

#girllight
{
  animation: swing ease-in-out 1.3s infinite alternate;
  transform-origin: 0% 97%;
  transform-box: fill-box;
}

#hairgirl
{
  animation: swinghair ease-in-out 1.3s infinite alternate;
  transform-origin: 60% 0%;
  transform-box: fill-box;
  
}

#zero
{
  transform-origin:bottom;
  transform-box:fill-box;
  
}

/*************swing************/
@keyframes swing {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}


/*************swing hair************/
@keyframes swinghair {
    0% { transform: rotate(6deg); }
    100% { transform: rotate(-6deg); }
}

.page-heading{
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #1b2a39;
}
.page-heading.font-sm{
  font-size: 40px;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 1.1;
}
.page-content, .event-content{
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .page-heading{
    font-size: 40px;
    line-height: 1.1;
  }
  .page-heading.font-sm{
    font-size: 32px;
  }
}

/* .remodal-close {
} */
.remodal {
  max-width: 1250px;
  background: transparent !important;
}

@media only screen and (max-width: 600px) {
  .remodal {
    padding: 2px;
  }
  .remodal-close {
    top: -31px;
    left:-9px;
  }
  
}
.remodal, .remodal-wrapper, video {
  /* width: 100vw; */
  max-height: 100vh;
}
.remodal-close, .remodal-close:before{
  right:0;
  left: initial;
}
.remodal-close:before{
  font-size: 35px;
}
video:focus{
  outline: none;
}
.static-video{
  pointer-events: none;
}
.video-js .vjs-big-play-button, .video-js .vjs-big-play-button:hover{
  background: none !important;
}
.video-js .vjs-big-play-button:before {
  content: "\e018";
  font-family: 'icomoon' !important;
  color: #f16122;
  font-size: 40px;
  background: #fff;
  border-radius: 50%;
  /* padding: 15px; */
  height: 90px;
  width: 90px;
  text-align: center;
  /* bottom: 10px; */
  top: -35%;
  left: -20%;
  padding: 25px;
  border: 2px solid #f16122;
}
/*hide native video controls on iphone ios */
video::-webkit-media-controls-panel-container {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .video-js .vjs-big-play-button:before {
    top: -65%;
    left: -50%;
  }
}
.breadcrumb {
  margin-bottom: 13px;
  min-height: 30px;
  margin-top: 20px;
  background-color: transparent;
  color: #888;
  padding: 0;
}
.breadcrumb i{
  color: #f16122;
  font-size: 18px;
}
.breadcrumb > li + li:before{
  display: none;
}
.breadcrumb li{
  color: #f16122
}
.gtco-videos, .event-items {
  padding: 3em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  .gtco-videos, .event-items {
    padding: 3em 0;
  }
}

.gtco-videos, .event-items {
  background: transparent;
  position: relative;
  float: left;
  width: 100%;
}
.event-items .gtco-video.gtco-video-sm{
  background-color: lightgrey;
}
.gtco-videos .video-js .vjs-big-play-button:before{
  display: none;
}
.grid-title, .event-title{
  padding-top: 10px;
  font-weight: 600;
  display: inline-block;
  min-height: 65px;
  font-size: 20px;
}
.grid-title.embed, .event-title{
  margin-bottom: 15px;
}
.breadcrumb .crumb-break{
  padding: 0px 10px;
}
.gtco-videos .gtco-video{
  height: 197px;
  margin-bottom: 10px;
}
.two-column-list{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-widget ul{
  list-style: none;
  padding-inline-start: 0;
}
.footer-widget li{
  margin-bottom: 10px;
}
.footer-widget a{
 color: #fff;
 transition: none;
}
.footer-widget a:hover{
  color:#f16122;
 }
.two-column-list > * {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 768px) {
  .two-column-list > * {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .two-column-list > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
img.gallery-item{
  height: 350px;/*200px;*/
  width: 100%;
}
.item-inner {
  position: relative;
  display: block;
  overflow: hidden
}
.gallery-wrap{
  /* margin-bottom: 30px; */
}
.gallery-wrap:hover img{
  transition: all .5s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); 
}
@media screen and (max-width: 576px) {
  img.mfp-img{
    width: 100% !important;
  }
}
.top-bar {
  /* background:#333d47; */
  border-bottom: 1px solid #3eb55177;
  padding: 4px 0;
  -moz-transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  background-image: linear-gradient(to right, #1B2A39 50% , #388354);
}
.top-bar .top-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.top-bar .top-menu-right {
  margin: 0;
  padding: 0;
  float: right;
  height: 30px;
}
@media (min-width: 1200px){
  .top-bar .container{
    width: 1140px;
  }
  .top-bar .top-menu-right {
    padding-right: 5px;
  }
}
.top-bar .top-menu > li {
  display: inline-block !important;
  list-style: none;
  line-height: 28px;
  height: 30px;
}
.top-bar .top-menu > li > a {
  color: #f7f7f7;
  display: block;
  padding: 0 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.top-bar .top-menu > li > a.active{
  color: #f16122;
}
.top-bar .top-menu .dropdown-menu {
  border: 1px solid #e6e6e6;
  min-width: 180px;
  padding: 0;
  left: -20px !important;
  z-index: 999999;
  margin-top: 4px;
}
/* .top-menu.top-menu-right .dropdown-menu{
  z-index: 2005;
} */
.top-bar .top-menu .dropdown li a {
  width: 100%;
  max-width: 100%;
  color: #222;
  display: inline-block;
  font-size: 14px;
  padding: 2px 10px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  text-align: left;
}
.top-bar .top-menu li span {
  color: #ddd;
  display: inline-block;
  font-size: 10px;
}
.top-menu li:last-child{
  display: none !important;
}
.page-content iframe, .event-content iframe, .category-content iframe{
  max-width: 100%;
}
.pagination > li > a, .pagination > li > span{
  color: #1B2A39;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
  background: #f16122;
  border-color: #f16122;
}
.pagination > li > a {
  color: #f16122;
}
.pagination > li > a:hover, .pagination > li > a:focus{
  color: #fff;
  background: #f16122;
  border-color: #f16122;
}
.event-content .event-image{
  /* width: 250px; */
  width: auto;
  margin-bottom: 1em;
}
/*.gtco-video.category-img{
  border: 1px solid grey;
}*/
.event-content img, .page-content img, .category-content img{
  max-width: 100%;
}
a:hover .grid-title, a:hover .event-title{
  color: #f16122;
}
.contact-title{
  font-weight: 600;
}
.nivoSlider a.nivo-imageLink {
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
}
.header-link {
  /* background: rgba(8,130,8,0.4); */
  min-width: 150px;
  border: none;
  /* border-radius: 10px 0; */
  color: #eee;
  font-size: 16px;
  position: relative;
  transition: 1s;
  -webkit-tap-highlight-color: transparent;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 30px 5px;
  /* margin-right: 10px; */
  /* box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.25); */
}

.header-title{
  /* background: rgba(8,130,8,0.4); */
  padding: 5px 10px;
  /* box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.25); */
  border-radius: 10px 0;
  text-transform: uppercase;
  font-weight: 550;
  letter-spacing: .11em;
}

.header-link #circle {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transition: 500ms;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.header-link:hover #circle {
  height: 62px;
  width: 100%;
  left: 0;
  border-radius: 0;
  border-bottom: 2px solid #f16122;
}

.header-link:hover .header-title{
  background: transparent;
  color:  #f16122;
  box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.25);
}
#gtco-offcanvas li{
  padding: 8px 2px !important;
}
#gtco-offcanvas .offcanvas-has-dropdown li{
  padding: 5px 2px !important;
}
@media screen and (max-width: 768px) {
  .header-link, .header-title{
    background: transparent;
    padding-top:0;
    box-shadow: none;
    padding: 0;
  }
  .header-link:hover .header-title{
    box-shadow: none;
    color: #ffffff;
  }
  #circle{
    display: none;
  }
  #gtco-offcanvas li:not(:last-child){
    border-bottom: 1px solid grey;
    border-radius: 0;
  }
}
.post-next-prev.left {
  text-align: right;
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  min-height: 60px;
}
.post-next-prev.right {
  text-align: left;
  display: table-cell;
  min-height: 60px;
}
.post-next-prev p span {
  display: block;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 15px;
}
.post-next-prev.right p span i {
  margin-left: 8px;
}
.post-next-prev.left p span i {
  margin-right: 8px;
}
@media (max-width: 767px){
  .post-next-prev p, .post-next-prev .title {
    text-align: center;
  }
}

hr{
	border: 0;
	border-bottom: #CCC 2px solid;
	margin: 30px auto;
}
.wrap{
	max-width: 600px;
	margin:50px auto;
}
.type-wrap{
	/* margin:10px auto;
	padding:20px;
	background:#0008;
	border-radius:5px;
  border:#f16122 1px solid; */
  /* height: 200px; */
  font-size: 40px;
  line-height: 1.1;
  /* text-shadow: #000 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px; */
  /* color: #9ed199; */
  color: #fff;
}
.text-white{
  color: #fff !important;
}
.mt-20{
  margin-top: 20px;
}
a.thumbnail-link:hover i{
  display: none;
}
a.thumbnail-link .overlay{
  visibility:hidden;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
a.thumbnail-link:hover .overlay{
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
}
.inverted-section {
  background-color: #F6F4F2;
  color: #2E2C2C;
}
.grid-container {
  display: flex;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 1198px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 500px) {
  .grid-container {
    grid-column-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 740px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
/* Features */

.feature-section {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  transition: opacity .25s ease;
}

@media (min-width: 740px) {
  .feature-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}

.feature-description {
  grid-column: 1/13;
  z-index: 1;
}

.feature-description:not(:last-child) {
  margin-bottom: 48px;
}

.feature-description-icons {
  margin-bottom: 32px;
  width: 100%;
  max-width: 350px;
}
/** Time control **/

.section-feature-control {
  overflow-x: hidden;
}

.section-feature-control .feature-animation {
  height: 410px;
  margin-bottom: 16px;
  padding: 0px;
}

.time-control {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 1082px;
  height: 342px;
  margin-left: -541px;
  margin-top: -171px;
  font-size: 14px;
}

.time-control .ruller {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 1px;
}

.time-control .line {
  width: 1px;
  height: 12px;
  background-color: currentColor;
}

/* .time-control .line:nth-child(9n+2) {
  height: 20px;
} */

.time-control .line:nth-child(30n+2) {
  height: 32px;
}

.time-control .line:not(:last-child) {
  margin-right: 3px;
}

.time-cursor {
  position: absolute;
  z-index: 2;
  top: -29px;
  left: -22px;
  width: 48px;
  height: 48px;
  background-image: linear-gradient(-180deg, #FFFFFF 3%, #DBD6D0 100%);
  border-radius: 50%;
  cursor: grab;
  color: #f16122;
}

.time-cursor:active {
  cursor: grabbing;
}

.time-cursor input {
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: currentColor;
  font-weight: 600;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  transform: translateZ(0);
  border: none;
}

.time-cursor:before {
  content: "";
  position: absolute;
  top: 53px;
  left: 23px;
  display: block;
  width: 1px;
  height: 250px;
  background-color: #f16122;
}

.timeline {
  position: relative;
  width: 1082px;
  z-index: 1;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  height: 8px;
}

.timeline-alt {
  position: relative;
  width: 1082px;
  z-index: 1;
  overflow: visible;
  /* display: flex;
  justify-content: space-between; */
  height: 8px;
  text-align: left;
}

.animation {
  position: relative;
  overflow: visible;
  display: flex;
}

.animation-band {
  position: relative;
  height: 16px;
  margin: 0 1px;
  border-radius: 8px;
}

.timeline-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}

.section-feature-control .vertical-icons .timeline-icon {
  margin-left: 0;
  margin-right: 16px;
  width: auto;
}

@media (min-width: 740px) {
  .section-feature-control .vertical-icons {
    display: flex;
    flex-direction: column;
  }
  .section-feature-control .vertical-icons .timeline-icon {
    margin-left: 0;
    width: 100%;
  }
}

.timeline-icon .animation-band {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 8px;
}

.animation-delay {
  background-color: red;
  width: 113px;
}
.animation-change {
  background: green;
  width: 113px;
}
.animation-end-delay {
  background-color: #f16122;
  width: 113px;
}

.info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1px;
  height: 48px;
}

.info:not(:first-child) {
  margin-left: 2px;
}

.info:not(:last-child) {
  margin-right: 2px;
}

.info + .info { margin-left: -3px; }

.info-large { height: 96px; }

.info-top {
  bottom: 0;
  justify-content: flex-start;
  align-items: flex-end;
  align-self: flex-end;
}

.info-bottom {
  top: 8px;
  justify-content: flex-end;
}

.info-bar {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  transform-origin: 50% 100%;
}

.info-top .info-bar { bottom: 0; }
.info-bottom .info-bar { top: 0; transform-origin: 50% 0%; }
.info-left .info-bar { left: 0; }
.info-right .info-bar { right: 0; }

.info .feature-caption {
  opacity: .001;
  white-space: nowrap;
  height: 18px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 18px;
}

.info-top .feature-caption {
  margin: -4px 0 0;
}

.info-bottom .feature-caption {
  /* margin: 0 0 -4px 0; */
}
.feature-animation {
  grid-column: 1/13;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  padding-bottom: 50%;
}

@media (min-width: 740px) {
  .feature-animation {
    padding-bottom: 50%;
    margin-bottom: 96px;
  }
}

@media (min-width: 1024px) {
  .feature-animation {
    grid-column: 2/12;
  }
  .large-grid .feature-animation {
    grid-column: 1/13;
  }
}
h1.feature-title{
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #1b2a39;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 4px dotted #3eb551;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 576px) {
  h1.feature-title{
    font-size: 24px;
    padding: 0;
  }
  .gtco-heading h2{
    font-size: 24px;
    padding: 0 10px;
  }
  .type-wrap{
    font-size: 22px;
  }
}
p.feature-subtitle{
  font-size: 18px;
  line-height: 1.5;
  color: #1b2a39;
  font-weight: 600;
}
html{
  scroll-behavior: smooth;
}
.icon-img{
  width:100%;
}
.d-flex{
  display: flex;
}
.custom-container{
  max-width: 1350px;
}
.custom-container2{
  max-width: 1200px;
}
.gtco-heading-sm.blog-content h2{
  border: none;
}
@media (max-width: 991px) {
  #gtco-offcanvas ul:first-child{
    padding-top: 69px;
  }
}
@media (max-width: 576px) {
  #gtco-offcanvas ul:first-child{
    padding-top: 39px;
  }
}

/* Custom Dropdown*/

.custom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .custom-select {
     /*position: relative;*/
     display: flex;
     flex-direction: column;
     border-width: 0 2px 0 2px;
     border-style: solid;
     border-color: #394a6d;
     border: none
}
 .custom-select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 22px;
     font-size: 16px;
     font-weight: 300;
     color: #3b3b3b;
     /*height: 60px;*/
     line-height: 30px;
     background: #ffffff;
     cursor: pointer;
     border-width: 2px 0 2px 0;
     border-style: solid;
     border-color: #333d47;
     border: none;
     color: #fff;
     background: #1a2a61;
     /*background-image: linear-gradient(to right, #1B2A39 50% , #388354);*/
}
 .custom-options {
     position: relative;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     border: 2px solid #394a6d;
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
     height: 100px;
     overflow-y: scroll;
     border : none;
    /* display: none;*/
}
 .custom-select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
     /*display: block;*/
}
 .custom-option {
     position: relative;
     display: block;
     padding: 0 22px 0 22px;
     font-size: 16px;
     font-weight: 300;
     color: #333d47;
     line-height: 35px;
     cursor: pointer;
     transition: all 0.5s;
}
 .custom-option:hover {
     cursor: pointer;
    /* background-color: #b2b2b2;*/
    /* background-image: linear-gradient(to left, #1B2A39 50% , #388354); */
    background: #1a2a61;
    color: #fff;
}
 .custom-option.selected {
     color: #ffffff;
     background: #1a2a61;
     /*background-color: #305c91;*/
     /* background-image: linear-gradient(to left, #1B2A39 50% , #388354); */
}

.arrow {
     position: relative;
     height: 10px;
     width: 10px;
}
 .arrow::before, .arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
 .arrow::before {
     left: 3px;
     transform: rotate(45deg);
     background-color:#fff
}
 .arrow::after {
     left: -3px;
     transform: rotate(-45deg);
     background-color:#fff
}
 .open .arrow::before {
     left: 3px;
     transform: rotate(-45deg);
}
 .open .arrow::after {
     left: -3px;
     transform: rotate(45deg);
}
/* Custom Dropdown end*/
#gtco-footer{
  background-image: linear-gradient(to left, #1B2A39 50% , #388354)
}
.group-img{
  margin-bottom: 10px;
}

.mobile-slider{
  display: none !important;
}
@media (max-width: 576px) {
  .mobile-slider{
    display: block !important;
  }
  .main-slider{
    display: none !important;
  }
}
.show-on-page-load.single-post .video-js{
  margin-left: 0;
}
.gtco-video.video-item{
  margin-bottom: 10px;
}
.grid-title.video-title{
  display: inline-block;
  min-height: 65px;
  margin-bottom: -5px;
}
.grid-title.image-title{
  display: inline-block;
  min-height: 65px;
  margin-bottom: 0;
}
p.video-desc{
  min-height: 55px;
  color: #000000;
}
@media (max-width: 576px) {
  .grid-title.video-title{
    display: inline-block;
    min-height: unset;
    margin-bottom: 5px;
  }
  .grid-title.image-title{
    display: inline-block;
    min-height: unset;
    margin-bottom: 10px;
  }
  p.video-desc{
    min-height: unset;
  }
  .event-content img, .page-content img, .category-content img{
    height: auto !important;
  }
}