

@media (max-width: 414px)
{
	.links_products{
		font-size: 14px;
	}
		
}
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
.menu-1{
	    padding-top: 20px;
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #595959;
  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;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

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

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

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

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

::selection {
  color: #fff;
  background: #e97000; }
 
.colorlib-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .colorlib-nav {
      margin: 0; } }
  .colorlib-nav .top-menu {
      padding: 14px 30px;
      background-color: #0000005c;

}
    @media screen and (max-width: 768px) {
      .colorlib-nav .top-menu {
        padding: 28px 1em; } }
  .colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    
    font-weight: 600; }
    .colorlib-nav #colorlib-logo a {
      position: relative;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
      display: none; } }
  .colorlib-nav ul {
    padding: 0;
    margin: 8px 0 0 0; }
    .colorlib-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 400; }
      .colorlib-nav ul li a {
		      text-shadow: 2px 2px #000000;
        position: relative;
        font-size: 15px;
        padding: 30px 12px;
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .colorlib-nav ul li a:hover {
          color: #e97000; }
      .colorlib-nav ul li.has-dropdown {
        position: relative; }
        .colorlib-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -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: #000;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .colorlib-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: #000;
            border-width: 8px;
            margin-left: -8px; }
          .colorlib-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #999999;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
        .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
          color: #e97000; }
      .colorlib-nav ul li.btn-cta a {
        padding: 30px 0px !important;
        color: #fff; }
        .colorlib-nav ul li.btn-cta a span {
          background: #e97000;
          padding: 4px 10px;
          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; }
        .colorlib-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); }
      .colorlib-nav ul li.active > a {
        color: #e97000 !important;
        position: relative; }
        .colorlib-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

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

.colorlib-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .colorlib-video {
      height: 450px; } }
  .colorlib-video a {
    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: #fff;
    -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);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-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%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #e97000; }
  .colorlib-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .video-overlay {
    background: rgba(0, 0, 0, 0.5) !important; }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#colorlib-hero {
  height: 100vh;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  z-index: 0; }
  #colorlib-hero .btn {
    font-size: 24px; }
    #colorlib-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        position: relative; }
        #colorlib-hero .flexslider .slides li .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.3); }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 5em;
      z-index: 1000;
      width: 0 auto; }
      @media screen and (max-width: 768px) {
        #colorlib-hero .flexslider .flex-control-nav {
          bottom: 6em; } }
      #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: transparent;
          background: #e97000; }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
		    text-shadow: 2px 2px #000000;
      display: table;
      opacity: 0;
      height: 100vh;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100vh;
        padding: 2em; }
        @media screen and (max-width: 768px) {
          #colorlib-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner span i {
          font-size: 24px;
          color: #F7AF1D; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 50px;
          font-size: 50px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 10px;
          
          font-family: "Quicksand", Arial, sans-serif;
          letter-spacing: 3px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: #e97000;
            border-bottom: 1px solid rgba(255, 221, 0, 0.7); }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead {
          font-size: 20px;
          color: #e97000; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead .icon-heart {
            color: #d9534f; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          
          letter-spacing: 2px;
          color: #fff;
          padding: 20px 30px !important;
          border: none; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            background: #e97000;
            color: #fff; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #000 !important; }
          @media screen and (max-width: 480px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

.colorlib-light-grey {
  background: #fafafa; }

#colorlib-hotel,
.colorlib-tour,
.colorlib-wrap,
#colorlib-contact,
#colorlib-intro,
#colorlib-testimony,
#colorlib-blog,
#colorlib-amenities,
#colorlib-subscribe,
#colorlib-footer {
  width: 100%;
  display: block;
  float: left;
  padding: 0px;
  clear: both; }
  @media screen and (max-width: 768px) {
    #colorlib-hotel,
    .colorlib-tour,
    .colorlib-wrap,
    #colorlib-contact,
    #colorlib-intro,
    #colorlib-testimony,
    #colorlib-blog,
    #colorlib-amenities,
    #colorlib-subscribe,
    #colorlib-footer {
      font-size: 10px; } }

.colorlib-services {
  padding: 3em !important; }
  @media screen and (max-width: 768px) {
    .colorlib-services {
      padding: .5em !important; } }

.bg-primary-color {
  background: #e97000; }
  .bg-primary-color p {
    color: #fff !important; }

#colorlib-reservation {
  clear: both;
  z-index: 1; }
  #colorlib-reservation .search-wrap {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    z-index: 9;
    margin-top: -4em !important;
    padding: 0; }
  #colorlib-reservation .booknow {
    margin-top: 5px;
    display: block; }
    #colorlib-reservation .booknow h2, #colorlib-reservation .booknow span {
      color: #fff; }
    #colorlib-reservation .booknow h2 {
      
      font-size: 24px;
      margin-bottom: 20px; }
    #colorlib-reservation .booknow span {
      font-size: 12px;
      
      letter-spacing: 1px; }
  #colorlib-reservation .nav-tabs li {
    padding: 0;
    margin-right: 2px;
    background: #e97000;
    font-size: 16px !important; }
    #colorlib-reservation .nav-tabs li a {
      padding: 15px 20px !important;
      color: #000; }
    #colorlib-reservation .nav-tabs li.active {
      color: #fff !important !important;
      background: #2C2E3E !important; }
  @media screen and (max-width: 768px) {
    #colorlib-reservation .nav-tabs {
      margin-left: 10px; }
      #colorlib-reservation .nav-tabs li {
        font-size: 13px !important; }
        #colorlib-reservation .nav-tabs li a {
          padding: 10px !important; } }
  #colorlib-reservation .tab-content {
    background: #2C2E3E;
    padding: 30px 60px; }

.colorlib-form label {
  font-weight: normal;
  color: white; }

.colorlib-form .form-control {
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }
  .colorlib-form .form-control:active, .colorlib-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e97000; }
  .colorlib-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7); }
  .colorlib-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7); }
  .colorlib-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.7); }
  .colorlib-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7); }

.colorlib-form .form-group {
  margin-bottom: 15px; }
  .colorlib-form .form-group .form-field {
    position: relative;
    padding: 0;
    margin: 0; }
    .colorlib-form .form-group .form-field .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      color: rgba(255, 255, 255, 0.5); }
    .colorlib-form .form-group .form-field .form-control {
      padding-right: 50px; }

.colorlib-form textarea.form-control {
  height: inherit;
  resize: vertical; }

.colorlib-form .btn-block {
  margin-top: 28px;
  padding: 12px !important;
  font-size: 14px;
  color: #000; }

.services {
  padding: 7em 2em; }
  .services .icon {
    margin: 0 auto;
    margin-bottom: 20px;
    background: #f7f7f7;
    width: 120px;
    height: 120px;
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      height: 120px;
      font-size: 60px;
      color: #00BBF0; }

.aside-stretch {
  background: #00BBF0; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #00BBF0; }
  @media screen and (max-width: 768px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.tour-wrap {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0; }
  .tour-wrap .tour-entry {
    width: 25%;
    float: left;
    position: relative;
    height: 250px;
    z-index: 0;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .tour-wrap .tour-entry {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .tour-wrap .tour-entry {
        width: 100%; } }
    .tour-wrap .tour-entry .tour-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 250px;
      display: block;
      z-index: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 768px) {
        .tour-wrap .tour-entry .tour-img {
          -webkit-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
          -moz-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
          -ms-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
          -o-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
          box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49); } }
    .tour-wrap .tour-entry .desc {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      padding: 15px; }
      .tour-wrap .tour-entry .desc h2 {
        font-size: 18px;
        
        margin-bottom: 10px; }
      .tour-wrap .tour-entry .desc .city {
        display: block;
        color: #b3b3b3;
        margin-bottom: 5px; }
      .tour-wrap .tour-entry .desc .price {
        color: #000;
        font-size: 20px; }
      .tour-wrap .tour-entry .desc .star {
        margin-bottom: 0;
        font-size: 12px;
        color: #b3b3b3; }
        .tour-wrap .tour-entry .desc .star span i {
          color: #e97000; }
      @media screen and (max-width: 768px) {
        .tour-wrap .tour-entry .desc {
          z-index: 2; }
          .tour-wrap .tour-entry .desc h2 {
            color: #fff; }
          .tour-wrap .tour-entry .desc .city, .tour-wrap .tour-entry .desc .star {
            color: #e6e6e6; }
          .tour-wrap .tour-entry .desc .price {
            color: #fff;
            background: #00BBF0;
            padding: 4px 7px; } }
    .tour-wrap .tour-entry:hover .tour-img {
      top: -55%; }
      @media screen and (max-width: 768px) {
        .tour-wrap .tour-entry:hover .tour-img {
          top: 0; } }

.f-tour {
  width: 100%;
  float: left; }
  .f-tour .f-tour-img {
    display: block;
    height: 210px;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
    -ms-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
    -o-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
    box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49); }
    .f-tour .f-tour-img .desc {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 20px; }
      .f-tour .f-tour-img .desc h3 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px; }
      .f-tour .f-tour-img .desc .price small {
        color: #fff; }
  .f-tour .desc h3 {
     }
  .f-tour .desc h4 {
     }
  .f-tour .desc ul {
    margin-bottom: 30px; }
    .f-tour .desc ul li {
      list-style: none;
      margin-bottom: 10px; }
      .f-tour .desc ul li a {
        color: #999999; }
        .f-tour .desc ul li a:hover {
          color: #000; }

.wrap-division {
  padding-right: 2em; }
  @media screen and (max-width: 768px) {
    .wrap-division {
      padding-right: 0; } }

.tour {
  display: block;
  margin-bottom: 4em; }
  .tour .tour-img {
    height: 300px;
    margin-bottom: 20px;
    display: block;
    position: relative; }
    .tour .tour-img .price {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #00BBF0;
      color: #fff;
      padding: 8px 12px;
      margin: 0; }
      .tour .tour-img .price span {
        font-size: 16px;
        font-weight: 500; }
        .tour .tour-img .price span small {
          font-size: 16px; }
  .tour .desc {
    display: block; }
    .tour .desc h2 {
      font-size: 20px;
      
      margin-bottom: 10px; }
      .tour .desc h2 a {
        color: #000; }
    .tour .desc .city {
      display: block;
      color: #b3b3b3;
      margin-bottom: 5px; }
    .tour .desc .star {
      margin-bottom: 15px;
      font-size: 12px;
      color: #b3b3b3; }
      .tour .desc .star span i {
        color: #e97000; }

.sidebar-wrap {
  display: block; }
  .sidebar-wrap .sidebar-heading {
    font-size: 18px;
    
    margin-bottom: 30px; }
  .sidebar-wrap .search-wrap {
    background: #2C2E3E;
    border: 1px solid #f0f0f0;
    padding: 2em 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .sidebar-wrap .search-wrap .sidebar-heading {
      color: #fff; }
  .sidebar-wrap .side {
    margin-bottom: 4em; }
  .sidebar-wrap .colorlib-form-2 label {
    font-weight: normal;
    color: black; }
  .sidebar-wrap .colorlib-form-2 .form-control {
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fafafa;
    border: 2px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7); }
    .sidebar-wrap .colorlib-form-2 .form-control:active, .sidebar-wrap .colorlib-form-2 .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #e97000; }
    .sidebar-wrap .colorlib-form-2 .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.7); }
    .sidebar-wrap .colorlib-form-2 .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.7); }
    .sidebar-wrap .colorlib-form-2 .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.7); }
    .sidebar-wrap .colorlib-form-2 .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.7); }
  .sidebar-wrap .colorlib-form-2 .form-group {
    margin-bottom: 15px; }
    .sidebar-wrap .colorlib-form-2 .form-group .form-field {
      position: relative;
      padding: 0;
      margin: 0; }
      .sidebar-wrap .colorlib-form-2 .form-group .form-field .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        color: rgba(0, 0, 0, 0.5); }
      .sidebar-wrap .colorlib-form-2 .form-group .form-field .form-control {
        padding-right: 50px; }
  .sidebar-wrap .colorlib-form-2 textarea.form-control {
    height: inherit;
    resize: vertical; }
  .sidebar-wrap .colorlib-form-2 .btn-block {
    margin-top: 28px;
    padding: 12px !important; }
  .sidebar-wrap .colorlib-form-2 .rate i {
    color: #e97000;
    margin: 0 5px; }
  .sidebar-wrap .colorlib-form-2 .place {
    font-size: 16px;
    margin-left: 10px; }
  .sidebar-wrap .category {
    margin: 0; }
    .sidebar-wrap .category li {
      list-style: none;
      margin-bottom: 10px; }
      .sidebar-wrap .category li a {
        color: #000; }
  .sidebar-wrap .blog-entry-side .blog-post .desc h3 {
    font-size: 18px; }

#colorlib-intro {
  z-index: 0; }
  #colorlib-intro .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  #colorlib-intro .video-wrap {
    z-index: 2; }
    #colorlib-intro .video-wrap .colorlib-video {
      height: 350px;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        #colorlib-intro .video-wrap .colorlib-video {
          position: relative; } }
  #colorlib-intro .video {
    display: table;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
    -ms-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
    -o-box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 20px 71px -12px rgba(0, 0, 0, 0.31); }

.intro-desc {
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .intro-desc {
      margin-bottom: 4em; } }

.intro-img {
  display: block; }

.text-salebox {
  display: table;
  width: 100%; }
  .text-salebox .text-lefts {
    text-align: left;
    display: table-cell;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .text-salebox .text-lefts {
        display: table;
        margin-bottom: 3em; } }
    .text-salebox .text-lefts .sale-box .sale-box-top {
      display: inline-block;
      position: relative; }
    .text-salebox .text-lefts .sale-box .number {
      font-weight: 700;
      font-size: 90px;
      margin: 0;
      line-height: 1;
      display: inline-block;
      color: #e97000; }
    .text-salebox .text-lefts .sale-box .sup-1 {
      font-size: 40px;
      position: absolute;
      top: 10px;
      left: 100%;
      display: block;
      line-height: 1;
      color: #e97000;
      font-weight: 700; }
    .text-salebox .text-lefts .sale-box .sup-2 {
      font-size: 36px;
      
      position: absolute;
      bottom: 8px;
      left: 100%;
      display: block;
      line-height: 1;
      font-weight: 700;
      color: #fff; }
    .text-salebox .text-lefts .sale-box .text-sale {
      font-size: 72px;
      color: #fff;
      
      line-height: 55px;
      margin: 0;
      font-weight: 700; }
  .text-salebox .text-rights {
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .text-salebox .text-rights {
        padding: 0; } }
    .text-salebox .text-rights .title {
      color: #fff;
      font-weight: 400; }
    .text-salebox .text-rights p {
      color: #fff; }
    .text-salebox .text-rights .btn-primary {
      color: #000; }
    .text-salebox .text-rights .btn-outline {
      border: 1px solid #fff !important;
      color: #fff; }

#colorlib-hotel .owl-carousel {
  z-index: 0; }

#colorlib-hotel .owl-carousel .owl-stage-outer {
  z-index: -1; }

#colorlib-hotel .owl-theme .owl-controls {
  margin-top: -10px;
  z-index: 1;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin-top: -30px; }

#colorlib-hotel .owl-theme .owl-controls .owl-nav [class*=owl-] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  background: #f2f2f2;
  padding: 5px 5px;
  opacity: 1; }
  #colorlib-hotel .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
  #colorlib-hotel .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #00BBF0; }

.hotel-entry {
  margin-bottom: 3em; }
  .hotel-entry .hotel-img {
    height: 280px;
    display: block;
    margin-bottom: 20px;
    position: relative; }
    .hotel-entry .hotel-img .price {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #00BBF0;
      color: #fff;
      padding: 8px 12px;
      margin: 0; }
      .hotel-entry .hotel-img .price span {
        font-size: 18px;
        font-weight: 700; }
        .hotel-entry .hotel-img .price span small {
          font-size: 16px; }
  .hotel-entry .desc h3 {
    margin-bottom: 10px; }
    .hotel-entry .desc h3 a {
      color: #000; }
  .hotel-entry .desc .place {
    color: #b3b3b3;
    font-size: 12px;
    display: block;
    margin-bottom: 15px; }
  .hotel-entry .desc .star {
    margin-bottom: 10px;
    font-size: 12px;
    color: #b3b3b3; }
    .hotel-entry .desc .star span i {
      color: #e97000; }

.heading2 {
  margin-bottom: 5em;
  padding: 20px 30px;
  background: #f7f7f7;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .heading2 h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    position: relative;
    margin: 0;
     }

.room-wrap {
  display: block;
  margin-bottom: 4em; }
  .room-wrap h2 {
    font-size: 20px;
     }
  .room-wrap .price span {
    font-size: 20px;
    color: #00BBF0; }
  .room-wrap .price small {
    font-size: 14px; }
  .room-wrap .desc {
    padding: 20px 0 0 0; }
  .room-wrap .day-tour {
    display: block;
    margin-bottom: 20px;
    color: #b3b3b3; }

.room-img {
  display: block;
  height: 300px; }

#colorlib-testimony .owl-carousel {
  z-index: 0; }

#colorlib-testimony .owl-carousel .owl-stage-outer {
  z-index: -1; }

#colorlib-testimony .owl-theme .owl-controls {
  margin-top: -10px;
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-top: -30px; }

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  opacity: 1; }
  #colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 20px; }

#colorlib-testimony .owl-theme .owl-controls .owl-nav .owl-prev {
  float: left;
  margin-left: -60px; }
  @media screen and (max-width: 768px) {
    #colorlib-testimony .owl-theme .owl-controls .owl-nav .owl-prev {
      margin-left: 0; } }

#colorlib-testimony .owl-theme .owl-controls .owl-nav .owl-next {
  float: right;
  margin-right: -60px; }
  @media screen and (max-width: 768px) {
    #colorlib-testimony .owl-theme .owl-controls .owl-nav .owl-next {
      margin-right: 0; } }

.testimony {
  position: relative;
  width: 100%; }
  .testimony .img-user {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .testimony .user {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px; }
  .testimony small {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999; }
  .testimony blockquote {
    padding: 0;
    margin: 0 0 20px 0;
    border: none; }
    .testimony blockquote p {
      color: #000;
      font-size: 16px; }

article {
  width: 100%;
  float: left;
  margin-bottom: 2em; }
  article .blog-img {
    height: 400px;
    z-index: -1;
    width: 100%;
    float: left; }
  article .desc {
    padding: 3em;
    width: 95%;
    float: left;
    margin-top: -7em;
    z-index: 1;
    background: #fff; }
    article .desc h2 a {
      color: #000; }
    article .desc .meta span {
      margin-right: 10px; }
      article .desc .meta span a {
        color: #cccccc; }

.blog-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0 !important; }
  .blog-flex .f-entry-img, .blog-flex .blog-entry {
    width: 50%;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .blog-flex .f-entry-img, .blog-flex .blog-entry {
        width: 100%; } }
  .blog-flex .f-entry-img {
    display: table;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }

.blog-entry {
  padding: 3em 4em; }
  @media screen and (max-width: 768px) {
    .blog-entry {
      padding: 4em 1em; } }

.blog-post {
  margin-bottom: 2.5em;
  display: block;
  position: relative; }
  .blog-post .desc {
    padding-left: 110px; }
    .blog-post .desc h3 {
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 10px; }
    .blog-post .desc span {
      font-size: 13px;
      color: #333333; }
  .blog-post .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.f-tour-img,
.room-img,
.tour-img,
.intro-img,
.amenities-img,
.blog-img,
.hotel-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.tab-pane {
  padding: 1.5em 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.nav-tabs {
  border: none;
  border-bottom: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .nav-tabs li {
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .nav-tabs li {
        font-size: 12px; } }
    .nav-tabs li a {
      border: none !important;
      border-bottom: none !important;
      background: transparent; }
      .nav-tabs li a:first-child {
        padding-left: 0; }
      .nav-tabs li a:hover, .nav-tabs li a:focus {
        background: transparent; }
    .nav-tabs li.active a {
      border: none !important;
      border-bottom: none !important;
      color: #fff !important;
      background: transparent !important;
      border: 1px solid red; }

.about-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%; }
  .about-flex .col-one-forth {
    width: 25%;
    padding: 7em 4em 7em 0; }
  .about-flex .col-three-forth {
    width: 75%;
    padding: 7em 4em; }
  .about-flex .col-one-forth, .about-flex .col-three-forth {
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .about-flex .col-one-forth, .about-flex .col-three-forth {
        width: 100%;
        padding: 4em 1em; } }
  .about-flex .aside-stretch {
    position: relative; }
    .about-flex .aside-stretch:after {
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      content: '';
      width: 360%;
      background: #00BBF0; }
  .about-flex .about {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .about-flex .about {
        text-align: left; } }
    .about-flex .about h2 {
      color: #fff;
      
      margin-bottom: 2em; }
      @media screen and (max-width: 768px) {
        .about-flex .about h2 {
          color: #000; } }
    .about-flex .about ul {
      list-style: none; }
      .about-flex .about ul li {
        margin-bottom: 8px; }
        .about-flex .about ul li a {
          color: #fff; }
          @media screen and (max-width: 768px) {
            .about-flex .about ul li a {
              color: #000; } }

.contact-info-wrap {
  margin-bottom: 3em; }
  .contact-info-wrap p a {
    color: #000; }
  .contact-info-wrap p span {
    padding-right: 10px; }
    .contact-info-wrap p span i {
      font-size: 20px;
      color: #000; }

@media screen and (max-width: 768px) {
  .padding-bottom {
    margin-bottom: 30px; } }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 13px !important;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.8); }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }
  .form-group .btn-modify {
    
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

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

.colorlib-heading {
  margin-bottom: 5em; }
  .colorlib-heading h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    position: relative; }

#colorlib-subscribe {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff; }
  #colorlib-subscribe .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 700; }
  #colorlib-subscribe .colorlib-heading {
    margin-bottom: 0; }
    #colorlib-subscribe .colorlib-heading h2 {
      color: #fff !important;
      font-size: 34px; }
    #colorlib-subscribe .colorlib-heading p {
      font-size: 18px; }

.qbstp-header-subscribe .form-group {
  position: relative;
  width: 60%; }
  @media screen and (max-width: 480px) {
    .qbstp-header-subscribe .form-group {
      width: 100%; } }
  .qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
    color: #333333; }
  .qbstp-header-subscribe .form-group input::-moz-input-placeholder {
    color: #333333; }
  .qbstp-header-subscribe .form-group input::-ms-input-placeholder {
    color: #333333; }
  .qbstp-header-subscribe .form-group input::-o-input-placeholder {
    color: #333333; }
  .qbstp-header-subscribe .form-group input::input-placeholder {
    color: #333333; }

.qbstp-header-subscribe #email {
  font-size: 18px;
  width: 100%;
  padding-right: 3em;
  border: none;
  border: 2px solid #fff;
  background: #fff;
  color: #333333 !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }

.qbstp-header-subscribe button {
  position: absolute;
  top: 0;
  right: -4px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #e97000;
  color: #fff;
  border: none;
  padding: 14px; }

#colorlib-footer {
  background: #827c41;
  color: rgba(255, 255, 255, 0.5) !important; }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-footer-links {
        margin-bottom: 30px; } }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      display: block; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a:hover {
          text-decoration: underline; }
  #colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px; }
    #colorlib-footer .colorlib-social-icons li a:first-child {
      padding-left: 0; }
  #colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff; }

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

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #000000ab;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 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) {
    #colorlib-offcanvas {
      display: block;
	  font-size: 21px;
	   } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          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: "\e92d";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.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: #e97000;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .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; }

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

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

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

.colorlib-nav-toggle:hover i::before {
  top: -8px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -8px; }

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

.colorlib-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);
  background: #fff; }

.colorlib-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);
  background: #fff; }

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  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) {
    .colorlib-nav-toggle {
      display: block; } }

.pagination li {
  margin: 2px; }
  .pagination li a {
    color: #000;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 2px; }
    .pagination li a:first-child {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .pagination li a:hover, .pagination li a:focus {
      background: #e97000;
      color: #fff;
      border: 1px solid #e97000; }
    @media screen and (max-width: 768px) {
      .pagination li a {
        padding: 7px 15px; } }
  .pagination li.active a {
    border: 1px solid #e97000;
    background: #e97000;
    color: #000; }
    .pagination li.active a:hover, .pagination li.active a:focus {
      background: #e97000;
      color: #000;
      border: 1px solid #e97000; }

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

.btn-primary {
  background: #e97000;
  color: #fff;
  border: 1px solid #e97000; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffe01a !important;
    border-color: #ffe01a !important; }
  .btn-primary.btn-outline .gdlr-column-service-item .column-service-icon i{
    background: transparent;
    color: #e97000;
    border: 1px solid #e97000; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #e97000;
      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: 1px 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-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 {
    -webkit-box-shadow: none;
    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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e97000; }

.row-pb-lg {
  padding-bottom: 6em !important; }

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

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

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.colorlib-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; }

body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff;  
}
body a{ 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Redressed', 'Roboto', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
}
/*-- banner --*/ 
.banner{ 
	background:url(../images/1.jpg)no-repeat center 0px;
	background-size:cover;
	position: relative;
	z-index:0;
}   
.banner-layer:before {
    content: '';
    width: 50%;
    height: 100%;
    background:rgba(255, 255, 255, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
} 
.banner-layer:after {
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(233, 112, 0, 0.83);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- top-header --*/
.w3ls-logo {
		width: calc(100% - 100px);
    float: left; 
}
.nav-w3right{
    float: right; 
}
.w3ls-logo h1 {
    font-size: 3em;
    line-height: 1em;
}
.w3ls-logo h1 a, .w3ls-logo h1 a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: .5em;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
}
.w3ls-logo h1 a span {
    font-size: .6em;
    display: block;
    line-height: 1em;
    color:#e97000;
    letter-spacing: 26px;
    margin-bottom: 0.3em;
    text-transform: lowercase;
    padding-left: 6px;
}
/*-- //top-header --*/ 
/*-- menu --*/  
.menu-trigger {
    cursor: pointer;
    position: relative;
    padding: 0.6em 1em;
    top: 0;
    right: 0;
    z-index: 100;
    color: rgba(23, 26, 31, 0.75);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 350ms;
	-moz-transition: all 350ms; 
    transition: all 350ms;
    background: #fff;
}
.menu-trigger.open {
	color:#fff;   
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	background: transparent;
}
span.menu-trigger.trigger.fa.fa-plus {
    font-size: 2em;
    text-align: center;
} 
#nav-overlay {
	overflow-x: hidden;  
} 
#nav-overlay nav {  
	position: fixed;
	top: -130%;
	left: 0;
	width: 100%;
	height: 100%; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	z-index: 90;
	-webkit-transition: top 350ms ease;
	-moz-transition: top 350ms ease; 
	transition: top 350ms ease;
	overflow-y: auto;
} 
#nav-overlay nav ul { 
}
#nav-overlay nav li {
	display: block;
	text-align: center;
	margin: 1.5em 0;
} 
#nav-overlay nav a, #nav-overlay nav a:visited {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}
#nav-overlay nav a:hover, #nav-overlay nav a:focus, #nav-overlay nav a:visited, #nav-overlay nav a:visited:hover, #nav-overlay nav a:visited:focus, #nav-overlay nav a:visited:visited { text-decoration: underline; }
#nav-overlay nav li a.active {
    color: #e97000;
    text-decoration: underline;
}
#nav-overlay.open nav { top: 0; }

#nav-overlay:before, #nav-overlay:after {
	content: "";
	position:fixed;
	z-index: 50;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.81);
	-webkit-transition: transform 350ms, -webkit-transform 350ms;  
	-moz-transition: transform 350ms, -moz-transform 350ms;   
	transition: transform 350ms, -webkit-transform 350ms;  
} 
#nav-overlay:before {
	left: 0;
	-webkit-transform: skew(50deg) translateX(-200%);
	-moz-transform: skew(50deg) translateX(-200%);
	-o-transform: skew(50deg) translateX(-200%);
	-ms-transform: skew(50deg) translateX(-200%);
	transform: skew(50deg) translateX(-200%);
	clip: rect(auto 50vw auto auto);
} 
@media (min-width: 500px) {

#nav-overlay:before {
	-webkit-transform: skew(50deg) translateX(-150%);
	-moz-transform: skew(50deg) translateX(-150%);
	-o-transform: skew(50deg) translateX(-150%);
	-ms-transform: skew(50deg) translateX(-150%);
	transform: skew(50deg) translateX(-150%);
}
} 
#nav-overlay.open:before {
	-webkit-transform: skew(0) translateX(0%);
	-moz-transform: skew(0) translateX(0%);
	-o-transform: skew(0) translateX(0%);
	-ms-transform: skew(0) translateX(0%);
	transform: skew(0) translateX(0%);
} 
#nav-overlay:after {
	right: 0;
	-webkit-transform: skew(50deg) translateX(200%);
	-moz-transform: skew(50deg) translateX(200%);
	-o-transform: skew(50deg) translateX(200%);
	-ms-transform: skew(50deg) translateX(200%);
	transform: skew(50deg) translateX(200%);
	clip: rect(auto auto auto 50vw);
}
@media (min-width: 500px) {

#nav-overlay:after {
	-webkit-transform: skew(50deg) translateX(150%);
	-moz-transform: skew(50deg) translateX(150%);
	-o-transform: skew(50deg) translateX(150%);
	-ms-transform: skew(50deg) translateX(150%);
	transform: skew(50deg) translateX(150%);
}
} 
#nav-overlay.open:after {
	-webkit-transform: skew(0) translateX(0%);
	-moz-transform: skew(0) translateX(0%);
	-o-transform: skew(0) translateX(0%);
	-ms-transform: skew(0) translateX(0%);
	transform: skew(0) translateX(0%);
} 
/*-- //menu --*/   
/*-- banner-text --*/ 
.banner-text-info {
    padding-top: 87px;
    padding-bottom: 20em;
    z-index: 9;
}
.banner-w3lstext {
    text-align: center;
}
.banner-w3lstext h3,.banner-w3lstext h2{
    font-size: 7em;
    color: #000;
    font-weight: 100;
	text-align: center;
	text-transform: capitalize; 
} 
.banner-w3lstext h6 {
    font-size: 2em;
    color: #000;
    text-align: center;
    letter-spacing: 23px;
    margin-top: 0.8em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.5em 3em;
    display: inline-block;
}
.banner-w3lstext p {
    font-size: 1em;
    color: #000;
    line-height: 2em;
    margin: 1.5em auto 0;
    font-weight: 600;
    letter-spacing: 3px;
}
/*-- //banner --*/
/*-- about --*/
.about,.services,.gallery,.contact,.codes,.wthree-sub,.team{
	padding:5em 0;
} 
.agileits-title {
    text-align: center;
}
.agileits-title h3 {
    font-size: 4em;
    color: #000;
    border-bottom: 1px solid #B4C514;
    border-top: 1px solid #e97000;
    display: inline-block;
    padding: .1em 0.5em;
    margin-bottom: 1.3em;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px; 
    border-radius: 35px;
}
p {
    font-size: 1em;
    color:#999;
    line-height: 1.8em; 
}
.about-w3right {
    padding: 0 2em;
}
.about-w3left img {
    width: 100%;
}
/*-- panel --*/
.pa_italic i {
    left: -1.5em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1.5em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:0;
}
.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
} 
.panel-title a.pa_italic.collapsed {
    background: #fff;
    color: #333;
	-webkit-box-shadow:0px 1px 1px 1px #ccc;
	-moz-box-shadow:0px 1px 1px 1px #ccc;
	-o-box-shadow:0px 1px 1px 1px #ccc;
	-ms-box-shadow:0px 1px 1px 1px #ccc;
    box-shadow:0px 1px 1px 1px #ccc;
}
.panel-title a {
    background: #B4C514;
	color:#fff;
	text-decoration: none;
    display: block;
    padding: 12px 35px;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    color: #212121;
    background-color: #fff; 
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
	border-top-color: transparent;
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa; 
    box-shadow: 0px 0px 1px #aaa;
    background: #fff;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
} 
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
/*-- //panel --*/
/*-- //about --*/
/*-- banner-bottom --*/
.banner-bottom {
    background: url(../images/4.jpg)no-repeat center;
    background-size: cover;
}
.video-w3lsleft { 
	padding:5em 8em;
	background-color: #e97000;
}
.video-w3lsright { 
    padding:5.45em 8em;
	background: rgba(0, 0, 0, 0.24);
}
.video-w3lsleft h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    line-height: 1.4em;
    letter-spacing: 2px;
} 
.video-w3lsleft iframe {
	width: 100%;
	height: 283px;
	border: 0;
}
.video-w3lsright p { 
    color: rgba(255, 255, 255, 0.69); 
    letter-spacing: 1px;
}
.video-w3lsright h3 { 
	color: #fff;
	margin: 0.45em 0;
	font-size: 2.5em;
	line-height: 1.3em;
}
a.readmore.more {
    color: #fff;
    background-color: #B4C514;
    border: 2px dashed #B4C514;
    padding: .7em 2em;
    margin: 1.5em 0 0;
    display: inline-block; 
    font-size: 1em; 
}
a.readmore.more:hover {
    color: #B4C514;
    background: transparent;
} 
/*-- //banner-bottom --*/
/*-- services --*/   
.services-agile-grids {
    text-align: center;
    padding: 4em 3em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}
.services-agile-grids:hover {
	-webkit-box-shadow: 0px 0px 10px 0px #ccc;
	-moz-box-shadow: 0px 0px 10px 0px #ccc;
	-o-box-shadow: 0px 0px 10px 0px #ccc;
	-ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.services-agile-grids span.glyphicon {
    font-size: 2em;
    color: #e8e8e8;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
    transform: scale(1.5);
}
.services-agile-grids h4 {
    font-size: 1.7em;
    color: #B4C514;
    margin: 0.8em 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all; 
}
.services-agile-grids p {
    width: 90%;
    margin: 0 auto;
}
.services-agile-grids.services-grd-mdl1,.services-agile-grids.services-grd-mdl2 {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.services-agile-grids:nth-child(1),.services-agile-grids:nth-child(2),.services-agile-grids:nth-child(3){ 
    border-bottom: 1px solid #dedede;
}
.services-agile-grids.services-grd-mdl1:before,.services-agile-grids.services-grd-mdl2:before  {
    content: '';
    width: 80px;
    height: 80px;
    background: #fff;
    display: block;
    position: absolute; 
    z-index: 999;
}
.services-agile-grids.services-grd-mdl1:before {
    bottom: -40px;
    left: -40px;
}
.services-agile-grids.services-grd-mdl2:before {
    top: -40px;
    right: -40px;
} 
.services-agile-grids:hover span.glyphicon {
    color: #e97000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
.services-agile-grids:hover h4 {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
    transform: scale(1.4);
}
/*-- //services --*/ 
/*-- subscribe --*/  
.subscribe-agileinfo{
    background:url(../images/4.jpg)no-repeat center ;
    background-size: cover;
	text-align: center;
} 
.subscribe-agileinfo .agileits-title h3 {
    color: #fff;
} 
.wthree-sub {
    background: rgba(0, 0, 0, 0.49);
}
.wthree-sub  form {
    width: 53%;
    margin: 0 auto 3em; 
}
.wthree-sub  input[type="email"] {
    width: 77%;
    padding: 1em;
    font-size: 1em;
    float: left;
    color: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.wthree-sub  input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: 1em 2.5em;
    border: none;
    border-bottom: 1px solid #e97000;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #e97000;
}
.wthree-sub  form:hover input[type="email"]{
    border-color: #B4C514;
}  
.wthree-sub ::-webkit-input-placeholder{
	color:#fff !important;
}
.wthree-sub input[type="submit"]:hover{ 
    border-bottom-color:#B4C514; 
    background: #B4C514;
}
/*-- //subscribe --*/ 
/*-- social-icons --*/
.w3social-icons ul li {
    display: inline-block;
}
.w3social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    padding: 0 0.5em;
    line-height: 2.9em;
}
.icon-border {
	position: relative;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 40px;
    height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
}
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
}  
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #3b5998; 
	-moz-box-shadow: inset 0 0 0 4px #3b5998; 
	-o-box-shadow: inset 0 0 0 4px #3b5998; 
	-ms-box-shadow: inset 0 0 0 4px #3b5998; 
	box-shadow: inset 0 0 0 4px #3b5998;
} 
/* twitter */
.icon-border.twitter::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
} 
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #4099ff;
	-moz-box-shadow: inset 0 0 0 4px #4099ff;
	-o-box-shadow: inset 0 0 0 4px #4099ff;
	-ms-box-shadow: inset 0 0 0 4px #4099ff;
	box-shadow: inset 0 0 0 4px #4099ff;
} 
/* google plus */
.icon-border.googleplus::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
} 
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #d34836;
	-moz-box-shadow: inset 0 0 0 4px #d34836;
	-o-box-shadow: inset 0 0 0 4px #d34836;
	-ms-box-shadow: inset 0 0 0 4px #d34836;
	box-shadow: inset 0 0 0 4px #d34836;
} 
/* dribbble */
.icon-border.dribbble::before {
	-webkit-box-shadow: inset 0 0 0 48px #ec4a89;
	-moz-box-shadow: inset 0 0 0 48px #ec4a89;
	-o-box-shadow: inset 0 0 0 48px #ec4a89;
	-ms-box-shadow: inset 0 0 0 48px #ec4a89;
	box-shadow: inset 0 0 0 48px #ec4a89;
}

.icon-border.dribbble:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ec4a89;
	-moz-box-shadow: inset 0 0 0 4px #ec4a89;
	-o-box-shadow: inset 0 0 0 4px #ec4a89;
	-ms-box-shadow: inset 0 0 0 4px #ec4a89;
	box-shadow: inset 0 0 0 4px #ec4a89;
} 
/* rss */
.icon-border.rss::before {
	-webkit-box-shadow: inset 0 0 0 48px #ee802f;
	-moz-box-shadow: inset 0 0 0 48px #ee802f;
	-o-box-shadow: inset 0 0 0 48px #ee802f;
	-ms-box-shadow: inset 0 0 0 48px #ee802f;
	box-shadow: inset 0 0 0 48px #ee802f;
} 
.icon-border.rss:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ee802f;
	-moz-box-shadow: inset 0 0 0 4px #ee802f;
	-o-box-shadow: inset 0 0 0 4px #ee802f;
	-ms-box-shadow: inset 0 0 0 4px #ee802f;
	box-shadow: inset 0 0 0 4px #ee802f;
} 
/*-- //social-icons --*/  
/*-- copyrights start here --*/
.copyw3-agile {
    padding: 2em 0;
    background:#B4C514;
    background-size: cover;
    text-align: center;
}
.copyw3-agile p{
    color: #000;
    text-align: center; 
    letter-spacing: 1px; 
}
.copyw3-agile p a{
	color:#fff; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.copyw3-agile p a:hover{
	color:#000;
}
/*-- //copyrights end here --*/
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/ 
/*-- about page --*/
.banner.about-w3bnr .banner-text-info {
    padding: 1.5em 0 3em; 
}
.banner.about-w3bnr .banner-w3lstext h2 {
    font-size: 6em;
} 
/*-- features --*/
.features{
    background: url(../images/4.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 6em 0;
}
.features-grids {
    border: 1px solid #B4C514;
    padding: 2em;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    width: 32.5%;
}
.features-grids.features-grids-mdl {
    margin: 0 1em;
}
.features-left {
    float: left;
	margin-right: 1em;
}
.features-right {
    float: right;
}
.features-right span.glyphicon {
    font-size: 5em;
    color: #B4C514;
    margin-top: 0.3em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.features h4 {
    font-size: 1.8em;
    color: #fff;
}
.features h5 {
    font-size: 4em;
    color: #fff;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin-top: 0.3em;
} 
.features-grids:hover span.glyphicon {
    -webkit-transform: scale(3);
    transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    opacity: .3;
    -moz-opacity: .3;
}
/*-- //features --*/
/*-- team --*/
img.img-responsive {
    width: 100%;
}
.team-grids {
    overflow: hidden;
} 
.captn h4 {
    font-size: 2em;
    color: #fff;
}
.captn p {
    margin: 0.5em 0 1em;
    color: #fff; 
}
.captn {
    background: rgba(0, 0, 0, 0.53);
    padding: 2em;
    position: absolute;
    bottom: -24%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 89.5%;
    text-align: center;
}
.team-grids:hover .captn{
	bottom: 0;
}  
/*-- //team --*/
/*-- //about page --*/
/*-- gallery --*/ 
.galry-grid.galry-text {
    padding: 1em;
} 
.gallery p {
    font-size: 1.6em;
    color: #fff; 
    letter-spacing: 1px;
    font-family: 'Redressed', cursive;
} 
.galry-grid.galry-grid-right {
    padding-left: 1em;
}
.galry-grid.glry-one {
    padding-bottom: 1em;
}
.galry-text {
    padding: 3em 4.5em;
    background-color: #00ada6;
    margin-bottom: 1em;
    text-align: center;
}
.galry-grid a {
    display: block;
	overflow: hidden;
    position: relative;
}
.glry-two.glry-left {
    float: left;
    width: 65%;
    margin-right: 1em;
    overflow: hidden;
}
.glry-two.glry-right {
    float: left;
    width: 33.1%;
	overflow: hidden;
}
.gallery-grids:nth-child(1) {
    padding: 0;
}
.gallery-grids:nth-child(2) {
    padding-right: 0;
}
.glly-bottm .glry-two.glry-left {
    margin: 0 0 0 1em;
}
.galry-grid.grid-top-rgt {
    margin-bottom: 1.1em;
}
a.w3ls-bottom-img {
    margin-top: 1em;
    display: block;
}
.w3agile-text {
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	transition:.5s all;
}
.galry-grid a:hover .w3agile-text{
	bottom: 0%;
}
.w3agile-text h5 {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    margin-top: 4em;
}
.w3agile-text.w3agile-text-small h5 {
    margin-top: 2.2em;
    font-size: 2em;
} 
.w3agile-text.w3agile-text-small1 h5 {
    margin-top: 3em;
}
img.zoom-img{
	width:100%;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
.galry-grid a:hover img.zoom-img{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);  
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out; 
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms; 
	-moz-transition-duration: 750ms;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	transition-duration: 750ms; 
	overflow: hidden;
}
/*-- //gallery --*/
/*-- contact --*/ 
.contact-grid {
    background-color: #777;
    padding: 3em;
}
.contact-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 100;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"], .contact textarea {
    font-size: 1em;
    color: #555;
    padding: 0.8em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
    background: #fff;
}
.contact textarea {
    min-height: 13em;
    resize: none;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #fff;
    top: -2em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width:100%;
	margin: 2em 0 1em;
	position: relative;
}
.styled-input label {
    color: #555;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 2em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
	width: 0;
	height:2px;
	background:#555;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	transition: all 0.125s; 
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact input[type="submit"] { 
    outline: none;
    color: #fff;
    padding: .8em 4em;
    font-size: 1em; 
    -webkit-appearance: none;
    background: #e97000;
	border: solid 1px #e97000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Roboto', sans-serif;
}
.contact input[type="submit"]:hover{
	background: none;
	color: #e97000;
}
.contact ::-webkit-input-placeholder{
	color:#999 !important;
}
.address-row {
    margin-top: 3em;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #525252;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-top: 3em;
}
.contact-w3lsright h6 span {
    color: #B4C514; 
} 
.address-left {
    padding: 0;
    text-align: center;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 2px solid #aaa;
    padding: 1em;
    color: #B4C514;
	transition:.5s all;
}
.address-row:hover span.glyphicon {
    border-color: #B4C514; 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
    transform: rotatey(360deg);	
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
.address-row h5 {
    font-size: 1.6em;
    color: #000;
    margin-bottom: .4em;
    font-weight: 300;
}
.address-row p a {
    color: #B4C514;
}
.address-row p a:hover{
    color: #999;
}
.address h4 {
    font-size: 1.8em;
    color: #B4C514;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none; 
	margin-bottom: -.5em;
}
/*-- //contact --*/
/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
	line-height: 2.5em;
}   
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}   
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #333;
    font-weight: bold;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{ 
	color: #888;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
} 
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
	font-weight: 300 !important;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
} 
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
} 
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/ 
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.8em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 13px!important;
	} 
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/
/*-- modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 4em auto;
}
.modal-body iframe {
    border: none !important;
    width: 100%;
    min-height: 300px;
}
.about-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.about-modal button.close {
    color: #02bbd2;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.about-modal .modal-body img{
    width:100%;
}
.about-modal .modal-body p {
    margin-top: 1em;
    font-weight: 400;
}
.about-modal .modal-body p:first-letter {
    font-size: 1.4em;
    margin-right: 3px;
    color: #777;
}
.about-modal h4 {
    font-size: 2em;
    margin: 0.8em 0 .5em;
    color: #02bbd2;
    letter-spacing: 2px;
}
.about-modal h6 {
    font-size: 0.9em;
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}
/*-- //modal --*/
/*-- responsive-design --*/ 
@media(max-width:1366px){
.video-w3lsright {
    padding: 5.45em 6em; 
}
}
@media(max-width:1280px){
.banner-text-info {
    padding: 12em 0; 
}
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 6em; 
}
.w3ls-logo h1 {
    font-size: 2.8em; 
}
}
@media(max-width:1080px){
.agileits-title h3 {
    font-size: 3.8em; 
	margin-bottom: 1.2em;
} 
.panel-title {
    font-size: 1.1em; 
}
.about-w3right {
    padding: 0 1em;
}
.video-w3lsleft {
    padding: 3em 3em; 
}
.video-w3lsleft h4 {
    font-size: 1.8em;   
    letter-spacing: 1px;
}
.video-w3lsright h3 { 
    font-size: 2em; 
}
.video-w3lsright {
    padding: 3.4em 3em;
}
.wthree-sub form {
    width: 62%; 
}
.about, .services, .gallery, .contact, .codes, .wthree-sub, .team {
    padding: 4em 0;
}
.banner.about-w3bnr .banner-w3lstext h2 {
    font-size: 5em;
}
.banner.about-w3bnr .banner-text-info {
    padding: 1em 0 2em;
}
.panel-body {
    padding: 0.5em 1.5em;
}
.features-grids { 
    width: 31.5%;
}
.features h5 {
    font-size: 3.8em; 
}
.team-grids {
    padding: 0 .5em;
}
.captn { 
    bottom: -28%; 
	width: 94.1%;
}
.glry-two.glry-right { 
    width: 32.8%; 
}
.glry-two.glry-left { 
    width: 64.7%; 
}
.galry-text {
    padding: 2.1em 2em; 
}
.w3agile-text h5 { 
    margin-top: 3.5em;
}
.w3agile-text.w3agile-text-small1 h5 {
    margin-top: 2.5em;
}
.w3agile-text.w3agile-text-small h5 {
    margin-top: 2em; 
}
.wthree-sub form { 
    margin: 0 auto 2em;
}
.contact-w3lsright h6 {
    font-size: 1.6em; 
}
.contact textarea {
    min-height: 11em;
} 
.features { 
    padding: 4em 0;
}
}
@media(max-width:1024px){
#nav-overlay nav a, #nav-overlay nav a:visited {
    font-size: 1.8em; 
}  
}
@media(max-width:991px){
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 5em;
}
.panel-group {
    margin:2em 0 0;
}
.video-w3lsright {
    padding: 4.6em 3em;
}
.services-agile-grids p {
    width: 100%; 
}
.services-agile-grids { 
    padding: 3em 2em; 
}
.services-agile-grids h4 {
    font-size: 1.5em; 
    margin: 1em 0 .5em;  
}
.services-agile-grids span.glyphicon {
    font-size: 1.6em; 
}
.services-agile-grids.services-grd-mdl1:before {
    bottom: -30px;
    left: -30px;
}
.services-agile-grids.services-grd-mdl1:before, .services-agile-grids.services-grd-mdl2:before {
    content: '';
    width: 60px;
    height: 60px; 
}
.wthree-sub form {
    width: 80%;
}
.banner.about-w3bnr .banner-w3lstext h2 {
    font-size: 4em;
} 
.features-grids {
    width: 32%;
	float: left;
	padding: 1.5em;
}
.features h4 {
    font-size: 1.3em; 
}
.features h5 {
    font-size: 2.5em;
}
.features-right span.glyphicon {
    font-size: 3.5em; 
    margin-top: 0.2em; 
}
.team-row {
    width: 68%;
    margin: 0 auto;
}
.captn {
    bottom: -24%; 
	padding: 1.5em;
}
.team-grids:nth-child(2) {
    margin-bottom: 1em;
}
.galry-grid.glry-one { 
    width: 100%;
}
.galry-grid.glly-bottm {
    width: 100%;
}
.galry-text {
    padding: 1.5em 2em;
}
.galry-grid.galry-w3btm a {
    height: 158px;
}
.gallery-grids:nth-child(2) {
    padding: 0;
}
.galry-grid {
    float: left;
    width: 32%;
}
.galry-grid.grid-top-rgt.galry-bottom-mdl {
    padding: 0 1em;
    width: 36%;
}
.w3ls-logo h1 {
    font-size: 2.5em;
}
.w3agile-text.w3agile-text-small1 h5 ,.galry-grid.galry-w3btm h5 {
    margin-top: 1.8em;
}
.w3agile-text.w3agile-text-small h5 {
    margin-top: 2.2em;
}
.agileits-title h3 {
    font-size: 3.5em; 
}
#nav-overlay nav a, #nav-overlay nav a:visited {
    font-size: 1.6em;
}
#nav-overlay nav li { 
    margin: 2em 0;
}
.contact-grid { 
    padding: 2em;
}
.contact-grid h4 {
    font-size: 1.6em; 
    margin-bottom: 0.8em; 
}
.contact input[type="text"], .contact textarea { 
    padding: 0.7em 1em; 
}
.contact-w3lsright h6 {
    font-size: 1.3em;
}
.address-row h5 {
    font-size: 1.4em; 
}
.address-row {
    margin-top: 2em;
}
.contact input[type="submit"] { 
    padding: .5em 3em; 
}
.styled-input { 
    margin: 1.5em 0 1em; 
}
.contact textarea {
    min-height: 9em;
}
.map iframe { 
    min-height: 300px; 
}
.contact-w3lsright {
    padding: 0;
} 
}
@media(max-width:800px){
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 5em;
}
.banner-w3lstext h6 { 
    letter-spacing: 14px; 
    padding: 0.5em 2em; 
}
.banner-text-info {
    padding: 10em 0;
}
.video-w3lsright h3 {
    font-size: 1.8em;
}
.video-w3lsright {
    padding: 3.3em 2em;
} 
}
@media(max-width:768px){
.video-w3lsright {
    padding: 3.3em 1.5em;
}
a.readmore.more { 
    padding: .6em 1.6em; 
}
.agileits-title h3 {
    font-size: 3.2em;
    margin-bottom: 1em;
}
span.menu-trigger.trigger.fa.fa-plus {
    font-size: 1.7em; 
}
.wthree-sub {
    padding: 3em 0;
}
.wthree-sub input[type="submit"] { 
    padding: 0.8em 2.5em; 
}
.wthree-sub input[type="email"] { 
    padding: 0.8em; 
}
.copyw3-agile {
    padding: 1.5em 0; 
} 
.banner.about-w3bnr .banner-w3lstext h2 {
    font-size: 3.5em;
}
.address-row span.glyphicon {
    font-size: 1.1em; 
} 
}
@media(max-width:767px){
.modal-dialog {
    margin: 3em auto;
    width: 80%;
}
}
@media(max-width:736px){
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 4.5em;
}
.banner-w3lstext h6 {
    letter-spacing: 11px;
    padding: 0.5em 1.5em;
}
.banner-w3lstext p { 
    letter-spacing: 1px;
}
.banner-text-info {
    padding: 9em 0;
}
.services-agile-grids.services-grd-mdl1{ 
	border-right:none;
}
.services-agile-grids.services-grd-mdl2:before {
    top: -30px;
    right: -30px;
}
.services-agile-grids:nth-child(3) {
    border-right: 1px solid #dedede;
}
.services-agile-grids:nth-child(4) {
    border-bottom: 1px solid #dedede;
}
.services-agile-grids.services-grd-mdl2 {
    border-left: none;
}
.w3ls-logo h1 {
    font-size: 2.2em;
}
.w3ls-logo h1 a span { 
    letter-spacing: 21px; 
}
.services-agile-grids:hover h4 {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.wthree-sub input[type="submit"] {
    padding: 0.8em 1.5em;
}
.features-grids.features-grids-mdl {
    margin: 0 0.8em;
}
.captn h4 {
    font-size: 1.8em; 
}
.captn {
    bottom: -25%; 
}
span.menu-trigger.trigger.fa.fa-plus {
    font-size: 1.5em;
}
.galry-grid.galry-w3btm a {
    height: 143px;
}
.gallery p { 
    line-height: 1.5em;
}
.contact-w3lsright h6 { 
    margin-top: 2em;
}
.map iframe {
    min-height: 250px;
} 
}
@media(max-width:667px){
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 4em;
}
.banner-w3lstext h6 {
    font-size: 1.2em; 
	margin-top: 0.5em; 
} 
.banner-w3lstext p {
    font-size: 0.9em; 
    margin: 1em auto 0; 
}
.banner-text-info {
    padding: 7em 0;
} 
#nav-overlay nav a, #nav-overlay nav a:visited {
    font-size: 1.3em;
}
.team-row {
    width: 78%; 
}
.w3agile-text h5 {
    font-size: 2em; 
}
.galry-grid.galry-w3btm a {
    height: 129px;
}
.gallery p { 
    letter-spacing: 0px; 
}
.w3agile-text h5 {
    margin-top: 4.5em;
}
.w3agile-text.w3agile-text-small h5 {
    margin-top: 1.8em;
} 
}
@media(max-width:640px){
.features-left { 
    margin-right: 0.5em;
}
.features h5 {
    font-size: 2em;
}
.features-right span.glyphicon {
    font-size: 3em; 
}
.features {
    padding: 3em 0;
}
.team-row {
    width: 81%;
}
.galry-grid.grid-top-rgt.galry-bottom-mdl {
    padding: 0 0.8em;
    width: 36%;
}
.modal-dialog { 
    width: 90%;
}
.about-modal h4 { 
    margin: 0.6em 0 .3em; 
} 
}
@media(max-width:600px){
.banner.about-w3bnr .banner-w3lstext h2 {
    font-size: 3em;
}
.wthree-sub form {
    width: 84%;
} 
.features-grids {
    width: 40%;
    float: none; 
	margin: 0 auto;
}
.features-grids.features-grids-mdl {
    margin: 1em auto;
}
.team-row {
    width: 87%;
}
.wthree-sub {
    padding: 3em 0 2em;
}
.galry-grid.galry-w3btm a {
    height: 117px;
}
.gallery p {
    font-size: 1.4em; 
}
.galry-text {
    padding: 1.5em 1em;
}
.glry-two.glry-left {
    width: 64.6%;
}
}
@media(max-width:568px){
.wthree-sub form {
    width: 87%;
}
.glry-two.glry-left {
    width: 64.5%;
}
.glry-two.glry-right {
    width: 32.4%;
}
.w3agile-text h5 {
    margin-top: 4em;
}
.captn {
    bottom: -27%;
}
}
@media(max-width:480px){
.banner-w3lstext p {
    font-size: 0.8em; 
}
.agileits-title h3 {
    font-size: 2.8em;
    margin-bottom: 0.8em;
}
.panel-title {
    font-size: 1em;
}
.panel-body { 
    font-size: 13px; 
}
.about, .services, .gallery, .contact, .codes,.team {
    padding: 3em 0;
}
.video-w3lsleft h4 {
    font-size: 1.6em; 
}
.video-w3lsleft {
    padding: 2.5em 2em;
}
.video-w3lsleft iframe { 
    height: 235px; 
}
.video-w3lsright {
    padding: 2.5em 2em;
}
.services-agile-grids {
    padding: 2.5em 1.2em;
}
.services-agile-grids span.glyphicon {
    font-size: 1.4em;
}
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 3.5em;
}
.w3ls-logo h1 {
    font-size: 2em;
}
.wthree-sub input[type="email"] {
    width: 71%; 
}
.features-grids {
    width: 50%; 
}
.team-row {
    width: 100%;
}
.captn {
    bottom: -28%;
}
.captn h4 {
    font-size: 1.6em;
}
.galry-grid ,.glry-two.glry-right,.glry-two.glry-left  {
    float: none;
    width: 100%;
}
.galry-grid.grid-top-rgt.galry-bottom-mdl {
    padding: 0;
    width: 100%;
}  
.glly-bottm .glry-two.glry-left {
    margin:1em 0 0;
}
.glry-two.glry-left {
    margin-bottom: 1em;
}
.galry-grid.galry-w3btm a {
    height: inherit;
    margin-bottom: 1em;
}
.w3agile-text.w3agile-text-small1 h5, .galry-grid.galry-w3btm h5 {
    margin-top: 3.8em;
}
.w3agile-text.w3agile-text-small h5 {
    margin-top: 4.5em;
}
}
@media(max-width:414px){
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 3em;
}
.banner-w3lstext h6 {
    letter-spacing: 8px;
    padding: 0.5em 1em;
}
.banner-w3lstext p {
    letter-spacing: 0px;
}
.banner-text-info {
    padding: 5em 0;
}
.w3ls-logo h1 {
    font-size: 1.8em;
}
.w3ls-logo h1 a span {
    letter-spacing: 18px;
}
span.menu-trigger.trigger.fa.fa-plus {
    font-size: 1.2em;
}
#nav-overlay nav a, #nav-overlay nav a:visited {
    font-size: 1.1em;
}
.about-w3right {
    padding: 0;
}
.about-w3left {
    padding: 0;
}
.video-w3lsleft h4 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.video-w3lsleft iframe {
    height: 188px;
}
p {
    font-size: 0.9em; 
}
.services-agile-grids.services-grd-mdl1:before, .services-agile-grids.services-grd-mdl2:before { 
    width: 40px;
    height: 40px;
}
.services-agile-grids.services-grd-mdl1:before {
    bottom: -20px;
    left: -20px;
}
.services-agile-grids.services-grd-mdl2:before {
    top: -20px;
    right: -20px;
}
.wthree-sub input[type="submit"] {
    padding: 0.6em 1em;
    font-size: 0.9em;
}
.wthree-sub input[type="email"] {
    padding: 0.6em;
    font-size: 0.9em;
}
.icon { 
    margin: 3px;
    width: 32px;
    height: 32px; 
}
.w3social-icons ul li a.fa {
    font-size: 0.8em; 
}
.features-grids {
    width: 60%;
}
.captn { 
    width: 93%;
} 
}
@media(max-width:384px){
.banner-w3lstext h6 { 
    padding: 0.3em 1em;
}
.banner-text-info {
    padding: 5em 0 3em;
}
.panel-title a { 
    padding: 12px 28px;
}
.services-agile-grids h4 {
    font-size: 1.3em;
    margin: 0.8em 0 .5em;	
}
.services-agile-grids {
    padding: 2em 1.2em;
}
.agileits-title h3 {
    font-size: 2.5em; 
}
.wthree-sub {
    padding: 2.5em 0 2em;
}
.team-grids {
    width: 100%;
    padding: 0;
}
.team-grids:nth-child(2) {
    margin: 1em 0;
}
.team-grids:nth-child(3) {
    margin-bottom: 1em;
}
.captn {
    width: 100%;
}
.team-row {
    width: 75%;
    margin: 0 auto;
}
.captn {
    bottom: -19%;
}
.w3agile-text.w3agile-text-small1 h5,.w3agile-text.w3agile-text-small h5, .w3agile-text h5 {
    margin-top: 3.5em;
}
.galry-grid.galry-w3btm h5{
    margin-top: 4.5em;
}  
.contact-w3lsleft {
    padding: 0;
}
.contact-w3lsright h6 {
    margin-top: 1em;
}
.contact-w3lsright h6 {
    font-size: 1.1em;
}
.address-row span.glyphicon {
    font-size: 1em;
}
.address-row {
    margin-top: 1.5em;
}
.banner.about-w3bnr .banner-w3lstext h2 {
    font-size: 2.5em;
}
.banner.about-w3bnr .banner-text-info {
    padding: 1.5em 0;
} 
.about-modal h4 {
    font-size: 1.8em; 
    letter-spacing: 1px;
}
.modal-body {
    padding: 1.5em;
}
a.readmore.more { 
    font-size: .9em;
}
.contact input[type="text"], .contact textarea {
    font-size: 0.9em; 
}
.styled-input label { 
    padding: 0.4em .9em; 
    font-size: 0.9em; 
}
}
@media(max-width:375px){
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 2.6em;
}
.banner-text-info {
    padding: 3em 0;
}
.panel-title {
    font-size: 0.9em;
}
.panel-title a {
    padding: 12px 28px;
}
.wthree-sub form {
    width: 90%;
} 
}
@media(max-width:320px){
.w3ls-logo h1 {
    font-size: 1.5em;
}
.w3ls-logo h1 a span {
    letter-spacing: 15px;
    padding-left: 2px;
}
.banner-w3lstext h3, .banner-w3lstext h2 {
    font-size: 2.4em;
}
.banner-w3lstext h6 {
    padding: 0.1em 0.8em;
    font-size: 1em;
    margin-top: 0.3em;
}
.banner-w3lstext p { 
    margin: 0.5em auto 0;
}
.collapsed span { 
    left: -1em; 
} 
.video-w3lsleft iframe {
    height: 140px;
}
.video-w3lsleft {
    padding: 2em 1em;
}
.video-w3lsright {
    padding: 2em 1.5em;
}
a.readmore.more {
    padding: .5em 1.4em;
    margin: 1em 0 0; 
}
.services-agile-grids {
    width: 100%;
}
.services-agile-grids:nth-child(3),.services-agile-grids.services-grd-mdl2 {
    border-right: none;
}
.services-agile-grids.services-grd-mdl1, .services-agile-grids.services-grd-mdl2 {
    border-left: none; 
}
.services-agile-grids.services-grd-mdl2 {
    border-bottom:1px solid #dedede;
}
.services-agile-grids.services-grd-mdl1:before, .services-agile-grids.services-grd-mdl2:before {
    display:none;
}
.wthree-sub {
    padding: 2em 0 1.5em;
}
.wthree-sub form {
    width: 99%;
}
.wthree-sub input[type="email"] {
    width: 67%;
}
.features-grids {
    width: 80%;
}
.features {
    padding: 2em 0;
}
.team-row {
    width: 90%; 
}
.w3agile-text.w3agile-text-small1 h5, .w3agile-text.w3agile-text-small h5, .w3agile-text h5 {
    margin-top: 2.6em;
}
.galry-grid.galry-w3btm h5 {
    margin-top: 4em;
}
.contact-grid {
    padding: 1.5em;
} 
.contact-grid h4 {
    font-size: 1.4em;
    margin-bottom: 0.6em;
}
.address-right {
    padding-right: 0;
}
.modal-dialog {
	margin: 1em auto;
    width: 95%;
}
.about-modal h4 {
    font-size: 1.2em; 
}
}
.dimensionsText{
	float:left;
	line-height:23px;
}
/*-- //responsive-design --*/
