@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/poppins/poppins-italic-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
* 	Style 
* ======================================================= */
body {
  font-family: "poppinsregular", Arial, sans-serif;
  font-size: 18px;
  color: #5c5c5c;
  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:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

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

h1, h2, h3, h4, h5, h6, figure {
  color: #5c5c5c;
  font-family: "poppinsbold", Arial, sans-serif;
  font-weight: normal;
}

::-webkit-selection {
  color: #fff;
  background: #3f51b5;
}

::-moz-selection {
  color: #fff;
  background: #3f51b5;
}

::selection {
  color: #fff;
  background: #3f51b5;
}

.gtco-nav {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1001;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-nav #gtco-logo {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.gtco-nav #gtco-logo a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}

.gtco-nav ul {
  padding: 0;
  margin: 22px 0 0 0;
  -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
.scrolled .gtco-nav ul{margin: 10px 0 0 0; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  position: relative;
}
.gtco-nav ul li a {
  font-family: poppinsbold;
  font-size: 16px;
  padding: 0 18px;
  color: rgba(63, 81, 181, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li a.last{
  padding-right:0;
}
.gtco-nav ul li a:after {
  width:0px;
  height: 3px;
  content: " ";
  background-color: #4dcfe0;
  position: absolute;
  left: 19px;
  bottom: -3px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:active {
  color: #4dd0e1;
}
.gtco-nav ul li.active > a:after {
  width: 20px;
  content: " ";
}
.scrolled .gtco-nav {
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}
.gtco-nav #gtco-logo a > img {
  -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
.scrolled .gtco-nav #gtco-logo a > img {
  -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
  max-width:40%;
}

#gtco-header,
#gtco-counter,
.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-cover {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover a {
  color: #7ED321;
}
.gtco-cover a:hover {
  color: white;
}
.gtco-cover > .container {
  position: relative;
  z-index: 10;
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }
}

#gtco-home,
#gtco-features,
#gtco-flow {
  padding: 7em 0;
  clear: both;
}

#gtco-home .heading {
  position: relative;
}
#gtco-home .col-md-3 {
  border-right: 1px solid #b2ebf2;
}
#gtco-home .col-md-3.last {
  border-right: none;
}
#gtco-home .img-responsive {
  margin: 0 auto;
}
#gtco-home p.text-center {
  font-family: poppinsbold;
  color: #3f51b5;
  line-height:1.2;
  margin: 20px 0 0 0;
  background: -webkit-linear-gradient(left, #3f51b5, #4dd0e1);
  background: linear-gradient(left, #3f51b5, #4dd0e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#gtco-flow{background-color: #f4fcfd;}
#gtco-flow .text-img img{margin-top:21px;}
#gtco-flow .rooms .rooms-container.first{margin-top:0;}
#gtco-flow .rooms .rooms-container{float:left;margin-top:68px;}
#gtco-flow .rooms .rooms-container div{float:left;margin-right:40px;}
#gtco-flow .rooms .rooms-container div.animated-fast{-webkit-animation-duration: .3s; animation-duration: .3s;}
#gtco-flow .rooms .rooms-container div.last{margin-right:0;}
#gtco-flow .rooms div > p{font-family: poppinsregular; font-size:14px; margin:0;}

#gtco-features .heading {
  position: relative;
}
#gtco-features .col-sm-12 h1 {
  margin: 0;
}
#gtco-features .col-sm-12 h1:after {
  width:20px;
  height: 3px;
  content: " ";
  background-color: #4dcfe0;
  position: absolute;
  left: 17px;
  bottom: 3px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
#gtco-features .row.feature-boxes{padding:0 15px;}
#gtco-features .feature-boxes div{padding:0;}
#gtco-features .feature-boxes div > p {
  margin: 0;
  font-family: poppinsbold;
  color: #fff;
  height: 200px;
  padding:0 35px;
  vertical-align: middle;
  display: table-cell;
}
#gtco-features .feature-boxes div:nth-child(odd) {
  background-color:#3f51b5;
}
#gtco-features .feature-boxes div:nth-child(even) {
  background-color:#4dd0e1;
}
#gtco-features .feature-boxes .col-lg-2 {
  display: table;
}

#gtco-header .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align:middle;
}
.display-tc .col-lg-5,
.display-tc .col-lg-7 {
  padding:0;
}
.display-tc .col-lg-5 {
  margin-top:245px;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#gtco-contact::before {content: ""; width:100%; height:3px; background-color:#4dcfe0;display:block; margin-bottom:50px;
    background: -moz-linear-gradient(0deg, rgba(63,81,181,1) 0%, rgba(77,208,225,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(63,81,181,1)), color-stop(100%, rgba(77,208,225,1)));
    background: -webkit-linear-gradient(0deg, rgba(63,81,181,1) 0%, rgba(77,208,225,1) 100%);
    background: -o-linear-gradient(0deg, rgba(63,81,181,1) 0%, rgba(77,208,225,1) 100%);
    background: -ms-linear-gradient(0deg, rgba(63,81,181,1) 0%, rgba(77,208,225,1) 100%);
    background: linear-gradient(90deg, rgba(63,81,181,1) 0%, rgba(77,208,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f51b5', endColorstr='#4dd0e1',GradientType=1 );
}
#gtco-contact {
  padding: 0 0 50px 0;
}
#gtco-contact .info .icon {float:left;}
#gtco-contact .info .block {display: block; float:left; font-size:12px; margin:0 0 0 10px;}
#gtco-contact .info p.vivegam {margin:0;background:url("../images/vivegam_gray.jpg") center no-repeat;height:92px;width:192px;}
#gtco-contact .info p.vivegam:hover {background:url("../images/vivegam_color.jpg") center no-repeat;}

#gtco-offcanvas {
  position: absolute;
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: #3f51b5;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -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;
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.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: #f4fcfd;
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0 0 30px 0;
  margin: 0;
  font-size: 20px;
  font-family:poppinsbold;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: 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: #fff;
}
.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: #3f51b5;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #3f51b5;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #3f51b5;
  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: fixed;
  right: 5px;
  top: 10px;
  z-index: 21;
  padding: 20px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .gtco-nav-toggle {
  padding: 6px 0 0 0;
}

@media screen and (max-width: 480px) {
  .scrolled .gtco-nav-toggle { padding: 0; }
  #margin.display-tc .col-lg-7 img {margin: -40px 0 0 -34px !important;}
  #gtco-home .col-md-3:first-child {margin-top:0;}
  #gtco-home .col-md-3 {border:0;margin-top:80px;}
}

@media screen and (max-width: 479px) and (min-width: 320px) {
  .scrolled .gtco-nav #gtco-logo a > img{max-width:70% !important;}
  .scrolled .gtco-nav-toggle { padding: 9px 0 0 0 !important; }
  .gtco-cover {height:600px;}
  #margin.display-tc .col-lg-7 img {margin: -40px 0 0 -34px !important; max-width:107%;}
  #gtco-home .col-md-3:first-child {margin-top:50px;}
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .scrolled .gtco-nav #gtco-logo a > img{max-width:40% !important;}
  #gtco-home {padding-top: 9em !important;}
}

@media screen and (max-width: 767px) {
  #gtco-contact .info .block {font-size:16px;}
  #gtco-features .feature-boxes div > p {font-size:22px;}
}

@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
  #gtco-home, #gtco-features, #gtco-flow {padding: 5em 0;}
  #gtco-home .img-responsive {max-width:100% !important;}
}

@media screen and (min-width: 1280px) {
  #gtco-header .display-tc h1,
  .gtco-cover .display-tc h1 {margin-bottom: 15px; font-size: 75px;}
  .display-tc .col-lg-7 img {margin:40px 0 0 45px;}
  #gtco-home .container {margin-top: 80px;}
  #gtco-flow .text-img{width:126px;}
  #gtco-contact .padding-adjust{padding-left:80px;}
  #gtco-features .feature-boxes div > p{font-size:20px;}
}

@media screen and (min-width: 992px) {
  #gtco-features .feature-boxes .col-lg-2{width:20%;}
  #gtco-contact .row h4 {margin:0 0 15px 30px;}
}
@media screen and (max-width: 767px) and (min-width: 560px){
	#gtco-home .col-md-3 {width:50%; margin-top:50px;}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	#gtco-home {padding-top:22em !important;}
	#gtco-home .img-responsive {width:55%;}
	#gtco-home div > p {font-size:14px;}
}
@media screen and (max-width: 991px) and (min-width: 480px){
	#gtco-features .feature-boxes .col-lg-2{width:50%;}
	#gtco-features .feature-boxes div.inverse:nth-child(odd) {background-color:#4dd0e1;}
    #gtco-features .feature-boxes div.inverse:nth-child(even) {background-color:#3f51b5;}
}
@media screen and (max-width: 991px) {
  .display-tc .col-lg-5{margin-top:140px;}
  .gtco-cover .display-tc h1, .gtco-cover .display-tc p {text-align:center;}
  .display-tc .col-lg-7 img {margin:-90px 0 0 -52px !important;}
  #gtco-contact .info h4 {text-align:center;}
  #gtco-contact .info p.vivegam {width:100%;}
  #gtco-contact .info .block {margin:0;text-align:center;width:100%;}
}

@media screen and (max-width: 1279px) {
  #gtco-header .display-tc h1,
  .gtco-cover .display-tc h1 {margin-bottom: 15px; font-size: 50px;}
  .display-tc .col-lg-7 img {margin:60px 0 0 20px;}
  .scrolled .gtco-nav #gtco-logo a > img {max-width:54%;}
  section#gtco-contact .padding-adjust{padding-left:0;}
}

.row-pb-md {
  padding-bottom: 4em !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;
}

/*# sourceMappingURL=style.css.map */
