/* body, html {
    overflow-x: hidden;
    width: 100%;
} */

html, body {
  min-height: 100vh !important;; /* keep full viewport height */
  height: auto !important;; /* allow natural scroll */
  width: 100% !important;;

  /* iOS momentum scroll */
  -webkit-overflow-scrolling: touch;

  /* allow vertical scroll */
  overflow-y: auto !important;;
  overflow-x: hidden !important;; /* only hide horizontal scroll */
}


body {
  line-height: 1.618em;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #666;
  position: relative;
  background-color: #FAFAFA;
  height: 100%; }

a {
  color: #5D89B7; }

a:focus {
  outline: none; }

a:hover {
  text-decoration: none;
  color: #354D65; }

h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fl {
  float: left; }

.fr {
  float: right; }

.clr {
  clear: both; }

.hide {
  display: none; }

.section {
  padding: 40px 0 60px; }

#loader {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  text-align: center;
  /*display: none;*/
  /*display: none \0/;*/ }

#loader .center {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px; }

.title {
  text-align: center;
  position: relative;
  margin-bottom: 60px; }

.title:before, .title:after {
  border-top: 1px solid #2AC88D;
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  top: 50px;
  width: 40%;
  z-index: 1; }

.title:before {
  right: 0; }

.title:after {
  left: 0; }

.title H1 {
  font-size: 2.563em;
  font-weight: bold;
  color: #219271;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 20px; }

.title H1 I {
  color: #DD3227;
  margin: 0;
  padding: 0; }

.title H2 {
  font-size: 1.1em;
  font-weight: normal;
  color: #BDC3C7;
  margin-top: -33px; }

.col-center {
  margin: 0 auto;
  text-align: center;
  float: none; }

/*Buttons*/
.btn {
  border-radius: 0;
  font-weight: bold;
  line-height: 1.618em;
  position: relative;
  color: #FFF;
  padding-top: 9px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.btn:hover {
  color: #FFF; }

.btn:after {
  display: block;
  content: "";
  top: -1px;
  right: -7px;
  bottom: 2px;
  position: absolute;
  height: 105%;
  height: 106%;
  width: 4px;
  border: 1px solid transparent;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.btn-header, .btn-header:after {
  background-color: #EA4B35; }

.btn-haeader:hover, .btn-header:hover:after {
  background-color: #FB2C16; }

.btn-orange, .btn-orange:after {
  background-color: #F07A09; }

.btn-orange:hover, .btn-orange:hover:after {
  background-color: #FF9C06; }

.btn-green, .btn-green:after {
  background-color: #37BF78; }

.btn-green:hover, .btn-green:hover:after {
  background-color: #0EE799; }

.btn-blue, .btn-blue:after {
  background-color: #2d97de; }

.btn-blue:hover, .btn-blue:hover:after {
  background-color: #55bbff; }

.btn-carrot, .btn-carrot:after {
  background-color: #E74F17; }

.btn-carrot:hover, .btn-carrot:hover:after {
  background-color: #F26724; }

.btn-light, .btn-light:after {
  background-color: rgba(255, 255, 255, 0.4);
  color: #EFEFEF;
  border-color: rgba(255, 255, 255, 0.8); }

.btn-light:hover, .btn-light:hover:after {
  background-color: rgba(255, 255, 255, 0.9);
  color: #444;
  border-color: rgba(255, 255, 255, 0.9); }

.btn-ghost {
  color: #FFF; }

.btn-ghost:hover, .btn-ghost:after {
  color: #FFF;
  text-decoration: underline; }

/*Hello*/
.hello {
  padding: 0; }

.hello-header {
  position: absolute;
  z-index: 1;
  margin: 25px auto 0;
  left: 0;
  right: 0; }

.hello-logo {
  display: block;
  opacity: 0.8; }

.hello-logo:hover {
  opacity: 1; }

.hello-link {
  color: #FFF;
  font-weight: 700;
  font-size: 1.6em;
  display: inline-block;
  border: 1px solid #FF0000 !important; }

.carousel {
  text-align: center; }

.slide {
  height: 593px; }

.carousel .item {
  background-color: transparent;
  background-position: top center;
  /*[disabled]background-size:cover;*/
  /*[disabled]height:593px;*/
  height: 32.95em; }

.carousel-inner .item.active{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}



.carousel .item .slideone{
  background: url(../images/carousel-item-1.jpg) no-repeat center center;
  background-size: cover;
}
.carousel .item .slidetwo{
  background: url(../images/carousel-item-2.jpg) no-repeat center center;
  background-size: cover;
}
.carousel .item .slidethree{
  background: url(../images/carousel-item-3.jpg) no-repeat center center;
  background-size: cover;
}

.carousel .container {
  position: relative; }

.carousel .row {
  margin-top: 8em; }

.hello-title {
  font-weight: bold;
  font-size: 2.38em;
  color: #FFF;
  -webkit-font-smoothing: antialiased; }

.hello-p {
  font-size: 1.1em;
  font-weight: normal;
  color: #FFF; }

.carousel .btn {
  margin-top: 3em; }

.carousel-indicators {
  bottom: 4em; }

.carousel-indicators LI, .carousel-indicators LI.active {
  border-width: 2px !important;
  margin: 3px;
  width: 1.2em;
  height: 1.2em; }

.carousel-indicators LI.active {
  background-color: #EA4B35;
  border-color: #EA4B35;
  /*[disabled]border-color:#FFF;*/ }

/*Header*/
.header {
  background-color: #EA4B35;
  height: 73px;
  width: 100%;
  z-index: 999; }

.header.fixed {
  width: 100%;
  position: fixed; }

.navbar {
  margin-top: 13px;
  margin-bottom: 10px; }

.nav-logo {
  display: block;
  margin-top: 10px; }

.nav {
  background-color: #EA4B35; }

.nav LI A {
  color: #FFF;
  opacity: 0.5;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease; }

.nav LI.active A, .nav LI A:hover {
  color: #FFF;
  opacity: 1; }

.nav A {
  font-weight: normal;
  /*padding: 10px;*/ }

.nav A:hover, .nav A:focus {
  background-color: transparent !important; }

.navbar .icon-bar {
  background-color: #FFF; }

.navbar-brand {
  padding: 0; }

.navbar-toggle {
  margin-right: 0; }

.nav .open > A, .nav .open > A:hover, .nav .open > A:focus {
  background-color: transparent !important; }

.nav .dropdown-menu {
  background-color: #EA4A35;
  border: 0;
  border-radius: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 100%; }

.nav .dropdown-menu A {
  opacity: 0.5 !important; }

.nav .dropdown-menu A:hover {
  opacity: 1 !important; }

/*Hex*/
.hexagon-profile {
  margin: 10px 0;
  text-align: center; }

.hexagon-profile .name {
  font-size: 1.1em;
  font-weight: bold; }

.hexagon-profile .info {
  line-height: 1.418em; }

.hexagon-mask {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 1; }

.hexagon-mask .mask {
  background: transparent url(../images/hexagon-mask-full.png) repeat center center;
  -webkit-transition: -webkit-transform 300ms ease-out;
  -moz-transition: -moz-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  position: absolute;
  z-index: 4;
  display: block;
  width: 300px;
  height: 300px;
  left: -50%;
  top: -50%;
  pointer-events: none;
  zoom: 1; }

.hexagon-mask:hover .mask {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.hexagon-mask .mask-bg {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /*+opacity:80%;*/
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.hexagon-mask:hover .mask-bg {
  display: block; }

.hexagon-mask IMG {
  height: 150px; }

.hexagon-social {
  zoom: 1;
  background: none;
  z-index: 10;
  position: absolute;
  text-align: center;
  height: 150px;
  width: 150px;
  display: none; }

.hexagon-mask:hover .hexagon-social {
  display: block; }

.hexagon-social A {
  margin-top: 82px;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  padding: 5px; }

.hexagon-social A:hover {
  text-decoration: none; }

.hexagon-social .fa-facebook:hover {
  color: #346DA6; }

.hexagon-social .fa-twitter:hover {
  color: #10A5DC; }

.hexagon-social .fa-linkedin:hover {
  color: #10A2D9; }

.hexagon-social .fa-dribbble:hover {
  color: #DF3E7B; }

.hexagon-social .fa-:hover {
  color: #346DA6; }

.hexagon-social .fa-:hover {
  color: #346DA6; }

/*About*/
.about .hexagon-mask {
  margin: 40px auto 0; }

/*Services*/
.services {
  background-repeat: repeat;
  background-position: top center; }

.services .title:before {
  border-top-color: #383838; }

.services .title:after {
  border-top-color: #383838; }

.services H1 {
  color: #FFF; }

.hexagon-service * {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.hexagon-service {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  display: table;
  margin: 0 auto; }

.hexagon-service .mask {
  width: 150px;
  height: 150px;
  background: url(../images/hexagon-mask.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1; }

.hexagon-service:hover .mask {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  zoom: 1; }

.hexagon-service .img {
  vertical-align: middle;
  display: table-cell;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  overflow: hidden; }

.hexagon-service {
  z-index: 2;
  position: relative; }

.hexagon-service:hover IMG {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.hexagon-service .num {
  display: block;
  text-align: center;
  font-size: 1.1em;
  color: #FFFFFF;
  font-weight: bold;
  width: 33px;
  height: 33px;
  padding: 5px;
  /*+border-radius: 20px;*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  right: 21px;
  bottom: 3px;
  z-index: 3; }

.service {
  background-repeat: repeat;
  background-position: top center;
  margin-bottom: 30px; }

.service .num-green {
  background-color: #37BF78; }

.service .num-orange {
  background-color: #F07A09; }

.service .num-carrot {
  background-color: #E74F17; }
.service .num-blue {
  background-color: #2d97de; }

.service H3 {
  font-size: 1.125em;
  font-weight: bold;
  color: #FFF; }

.service P {
  font-size: 0.875em;
  margin-bottom: 30px;
  color: #A7A7A7; }

/*Portfolio*/
.portfolio {
  overflow: hidden;
  padding: 40px 0 0; }

.portfolio-filter UL {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.portfolio-filter LI {
  text-align: center;
  padding: 5px 20px;
  display: inline-block; }

.portfolio-filter LI A {
  color: #999;
  display: block;
  padding: 2px 12px;
  background-color: #F5F4F4; }

.portfolio-filter LI A:hover {
  color: #DD3227;
  text-decoration: none; }

.portfolio-filter LI.active A {
  color: #FFF;
  background-color: #DD3227; }

.portfolio-filter LI.active A:hover {
  color: #FFF; }

.portfolio-container {
  overflow: hidden; }

.portfolio-container:after {
  content: '';
  display: block;
  clear: both; }

.portfolio-item {
  width: 25%; }

.portfolio-item:hover .portfolio-hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.portfolio-item.w2 {
  width: 50%; }

.portfolio-hover {
  /*[disabled]background-color:#DD3227;*/
  background-color: rgba(234, 75, 53, 0.8);
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block; }

.portfolio-hover .table {
  height: 100%;
  width: 100%;
  display: table; }

.portfolio-hover .middle {
  vertical-align: middle;
  display: table-cell; }

.portfolio-hover STRONG {
  display: block;
  font-size: 1.7em;
  color: #FFF;
  margin: 10px;
  padding: 0 50px; }

.portfolio-hover I {
  display: inline-block;
  background-color: #FFF;
  color: #333;
  font-weight: bold;
  padding: 2px 8px 0;
  line-height: 16px;
  font-size: 0.6em; }

.portfolio-item IMG {
  width: 100%; }

/*Testimonial*/
.testimonial {
  background-repeat: repeat;
  background-position: top center;
  color: #FFFFFF;
  -moz-text-shadow: 0 0px 10px #727272;
  -webkit-text-shadow: 0 0px 10px #727272;
  -o-text-shadow: 0 0px 10px #727272;
  text-shadow: 0 0px 10px #727272;
  padding: 50px; }

.testimonial-item .fa {
  font-size: 4em;
  padding: 20px 0; }

.testimonial-item .quote {
  font-size: 2em;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 15px; }

.testimonial-item .name {
  font-size: 1em;
  font-weight: bold;
  font-style: italic; }

/*Team*/
.team {
  padding-bottom: 20px;
  margin-bottom: 20px; }

.team .hexagon-mask {
  margin-right: auto;
  margin-left: auto; }

.team .team-p {
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center; }

.team .job {
  font-style: italic; }

.whoiam {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #999;
  margin: 0 20px; }

/*Clients*/
.clients {
  background-color: #2C3E51; }

.clients H1 {
  color: #FFF; }

.clients-item {
  margin: 20px; }

/*Blog*/
.article {
  text-align: center;
  margin-bottom: 6em; }

.article H1 {
  font-size: 1.75em;
  color: #333; }

.article H2 {
  font-size: 1.313em;
  color: #929292;
  margin: 0 0 20px;
  padding: 0; }

.hexagon {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  width: 150px;
  height: 75px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.hexagon .outer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg); }

.hexagon .inner {
  overflow: hidden;
  position: relative;
  visibility: visible;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg); }

.blog-info {
  border-bottom: 1px solid #DDD;
  padding: 10px;
  color: #B4B2B2;
  overflow: hidden;
  text-align: center; }

.blog-info .hexagon-profile {
  margin: 0 auto 20px;
  width: 150px; }

.blog-info I {
  margin-left: 20px;
  margin-right: 5px; }

.blog-info .tag {
  color: #B4B2B2; }

.blog-info .tag:hover {
  color: #666; }

.blog-content P {
  padding: 10px; }

.blog-content IMG {
  margin-bottom: 20px; }

/*Blog Page*/
.comments .form-control {
  outline: 0;
  box-shadow: 0 0px;
  border-radius: 0;
  margin-bottom: 0.7em; }

.comments-h2 {
  font-size: 2em !important;
  margin-top: 3em !important;
  margin-bottom: 1em !important;
  padding-bottom: 0.2em !important;
  border-bottom: 1px solid #E4E4E4; }

.comments .col-md {
  width: 13%;
  margin-left: 1.5em; }

.comment {
  text-align: left;
  overflow: hidden;
  margin-bottom: 2em;
  font-size: 0.9em;
  line-height: 1.3em; }

.comment-reply {
  margin-left: 3.4em;
  background: #F2F2F2;
  padding: 10px 10px 5px 5px; }

.comment-info {
  font-size: 0.8em;
  color: #999; }

.comment-user-thumb {
  display: block;
  height: 80px;
  width: 80px;
  float: right;
  background: #FF0000; }

/*Contact*/
.contact {
  margin-bottom: 40px; }

.contact .fa-2 {
  font-size: 1.2em;
  text-align: center; }

.contact UL LI {
  line-height: 2em; }

.contact UL LI I {
  margin-right: 20px; }

.form-control {
  border-radius: 0;
  background: #EFEFEF;
  border: none; }

.contact-form {
  margin-top: 50px; }

.contact-form TEXTAREA.form-control {
  min-height: 120px; }

/*Map*/
.gmap {
  overflow: hidden;
  height: 380px; }

.gmap.selected {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(42, 200, 141, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(42, 200, 141, 0.6); }

.gmap-overlay {
  width: 100%;
  height: 380px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: table; }

.gmap-overlay .text-center {
  display: table-cell;
  vertical-align: middle; }

/*Footer*/
.footer {
  background: #1A1A1A;
  color: #FFF;
  padding: 20px 20px 10px;
  overflow: hidden;
}
.footer a:hover{
  color: #FFF;
}

.social-icons {
  float: right; }

.social-icons A {
  text-align: center;
  display: block; }

.social-icons .fa-2 {
  font-size: 1.7em; }

.social-icons LI {
  float: left;
  margin-right: 25px; }

.social-icons A {
  color: #AAAAAA;
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.social-icons A:hover {
  opacity: 1; }

.social-icons A:hover .fa-facebook {
  color: #3B5998; }

.social-icons A:hover .fa-twitter {
  color: #55ACEE; }

.social-icons A:hover .fa-google-plus {
  color: #DD4B39; }

.social-icons A:hover .fa-linkedin {
  color: #0E76A8; }

.social-icons A:hover .fa-pinterest {
  color: #C8232C; }

.social-icons A:hover .fa-youtube-play {
  color: #C4302B; }

.social-icons A:hover .fa-dribbble {
  color: #EA4C89; }

.social-icons A:hover .fa-flickr {
  color: #0063DC; }

/*404*/
.page404 {
  padding: 100px; }

.page404 H1 {
  font-size: 10em;
  color: #EA4A35;
  font-weight: bold;
  margin-bottom: 15px; }

.page404 H2 {
  font-size: 2em;
  color: #999;
  margin-bottom: 15px; }

.page404 P {
  font-size: 1em;
  color: #999;
  margin-bottom: 15px; }

/*Subscribe*/
.subscribe {
  background-repeat: repeat;
  background-position: top center;
  position: relative;
  padding: 80px 0 40px; }

.subscribe .col-center {
  position: relative;
  z-index: 2; }

.subscribe:after {
  display: block;
  height: 100%;
  width: 100%;
  content: close-quote;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1; }

.subscribe .info {
  font-size: 1.6em;
  color: #FFF;
  margin-bottom: 40px; }

.subscribe .sm-info {
  margin: 40px 0;
  font-size: 0.8em;
  color: #FFFFFF; }

.subscribe .sm-info A {
  text-decoration: underline;
  color: #FFFFFF;
  opacity: 0.8; }

.subscribe .sm-info A:hover {
  opacity: 1; }

.subscribe .brand {
  color: #EA4A35; }

.subscribe .subscribe-text {
  padding: 20px; }

.subscribe .btn {
  background: #EA4B35; }
.brand img {
	/* width: 100%; */
	height: auto;
	min-width: 50px;
	min-height: 50px;
	object-fit: contain;
	display: inline-block;
}
.btn-login{
  margin-left: 100px;
}
.btn-sign{
  margin-left: 20px;
}
.testimonial {
      background: #fff;
      padding: 25px;
      margin: 15px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      overflow: hidden;
    }

    .testimonial img {
      width: 80px !important;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 15px;
      display: inline-block !important;
    }
    .testimonial p{
      box-shadow: none;
      color: #999;
      text-shadow: none;
    }

    .testimonial .name {
      font-weight: bold;
      margin-top: 10px;
      box-shadow: none;
      color: #999;
      text-shadow: none;
    }

    .testimonial .designation {
      font-size: 13px;
      margin-bottom: 15px;
      box-shadow: none;
      color: #999;
      text-shadow: none;
    }

    .owl-carousel .owl-item {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }

    .owl-carousel .owl-item.active {
      opacity: 1;
    }

    /* .owl-nav {
      text-align: center;
      margin-top: 20px;
    }

    .owl-nav button {
      background: none;
      border: none;
      font-size: 30px;
      margin: 0 10px;
      color: #333;
    } */
    #testimonial-carousel{
        position: relative;
    }
    #testimonial-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}

#testimonial-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 30px;
  color: #333;
  pointer-events: all;
}

@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-login{
  margin-left: 0;
  margin-bottom: 10px;
}
.btn-sign{
  margin-left: 0;
}
  }
@media (min-width: 320px) and (max-width: 1020px) {
  .title:before, .title:after {
    width: 25%; }

  .portfolio-item {
    width: 50%; } }
/*Bootstrap Add 5 Columns Feature*/
@media (min-width: 768px) {
  .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
    width: 20%;
    float: left; } }
@media (max-width: 992px) {
   }
@media (min-width: 768px) and (max-width: 992px) {
  .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
    width: 33%;
    *width: 33%;
    float: left; }

  .nav > li > a {
    padding-left: 5px;
    padding-right: 5px; } }
@media (max-width: 320px) {
  .hello .btn {
    display: none !important; }

  .carousel .btn {
    display: none; }

  .hello-title {
    font-size: 1.6em; }

  .hello-p {
    font-size: 0.8em;
    color: #FFF; }

  .container {
    padding-right: 10px;
    padding-left: 10px; }

  .title:before, .title:after {
    width: 10%; }

  .blog-info {
    margin-left: 0;
    line-height: 2em; }

  .blog-content IMG:first-child {
    margin-top: 0 !important; }

  .portfolio-item {
    width: 100%; }

  .testimonial-item .quote {
    font-size: 1.4em; }

  .carousel-indicators {
    bottom: 8em;
    display: none; } }
@media (max-width: 480px) {
  .hello .btn {
    display: none !important; }

  .carousel-indicators {
    display: none; } }
@media (max-width: 979px) {
  footer .col-xs-12 {
    text-align: center; }

  .social-icons {
    float: none;
    padding-top: 10px; }

  .social-icons li {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
    /*IE7*/
    margin-right: 10px;
    float: none; } }

    /* ── Design tokens ─────────────────────────────────────────── */
    :root {
      --color-bg:        #111111;
      --color-surface:   #1a1a1a;
      --color-border:    rgba(255,255,255,0.08);
      --color-accent:    #EA4B35;          /* cyan – matches the site's "Sign Up" CTA */
      --color-text:      #e8e8e8;
      --color-muted:     #999999;
      --color-link:      #cccccc;
      --color-link-hover:#ffffff;
      --font-display:    'Cormorant Garamond', serif;
      --font-body:       'Montserrat', sans-serif;
    }

    /* ── Footer wrapper ────────────────────────────────────────── */
    .site-footer {
      background-color: var(--color-bg);
      border-top: 1px solid var(--color-border);
      font-family: var(--font-body);
      color: var(--color-text);
    }

    /* ── Footer Nav (3-column middle section) ──────────────────── */
    .footer-nav {
      padding: 72px 0 56px;
    }

    /* Col 1 – Logo + tagline */
    .footer-brand .brand-logo {
      font-family: var(--font-display);
      font-size: 1.25rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      color: #ffffff;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 18px;
      line-height: 1;
    }
    .footer-brand .brand-logo span {
      color: var(--color-accent);
    }
    .footer-brand p {
      font-size: 1.50rem;
      font-weight: 300;
      line-height: 1.85;
      color: var(--color-muted);
      letter-spacing: 0.03em;
      text-align: left;
    }
    .footer-brand .brand-badge {
      display: inline-block;
      margin-top: 22px;
      padding: 6px 16px;
      border: 1px solid var(--color-accent);
      color: var(--color-accent);
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      border-radius: 2px;
    }

    /* Col 2 & 3 – Navigation lists */
    .footer-links-col h6 {
      font-family: var(--font-body);
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--color-accent);
      margin-bottom: 22px;
      position: relative;
      padding-bottom: 12px;
    }
    .footer-links-col h6::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 28px;
      height: 1px;
      background: var(--color-accent);
    }

    .footer-links-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-links-col ul li {
      margin-bottom: 12px;
    }
    .footer-links-col ul li a {
      font-size: 1.2rem;
      font-weight: 300;
      letter-spacing: 0.04em;
      color: var(--color-link);
      text-decoration: none;
      transition: color 0.2s ease, padding-left 0.2s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .footer-links-col ul li a::before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 1px;
      background: var(--color-accent);
      transition: width 0.2s ease;
      flex-shrink: 0;
    }
    .footer-links-col ul li a:hover {
      color: var(--color-link-hover);
      padding-left: 4px;
    }
    .footer-links-col ul li a:hover::before {
      width: 10px;
    }

    /* ── Divider ───────────────────────────────────────────────── */
    .footer-divider {
      border: none;
      border-top: 1px solid var(--color-border);
      margin: 0;
    }

    /* ── Copyright bar ─────────────────────────────────────────── */
    .footer-bottom {
      padding: 22px 0;
    }
    .footer-bottom p,
    .footer-bottom a {
      font-size: 1.2rem;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: var(--color-muted);
      margin: 0;
    }
    .footer-bottom a {
      text-decoration: none;
      transition: color 0.2s;
    }
    .footer-bottom a:hover {
      color: var(--color-accent);
    }

    .footer-socials {
      display: flex;
      gap: 16px;
      justify-content: flex-end;
      align-items: center;
    }
    .footer-socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border: 1px solid var(--color-border);
      border-radius: 50%;
      transition: border-color 0.2s, background 0.2s;
    }
    .footer-socials a:hover {
      border-color: var(--color-accent);
      background: rgba(0,212,255,0.08);
    }
    .footer-socials a svg {
      width: 13px;
      height: 13px;
      fill: var(--color-muted);
      transition: fill 0.2s;
    }
    .footer-socials a:hover svg {
      fill: var(--color-accent);
    }

    /* ── Back-to-top ───────────────────────────────────────────── */
    #back-top {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border: 1px solid var(--color-border);
      border-radius: 50%;
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s;
      text-decoration: none;
    }
    #back-top:hover {
      border-color: var(--color-accent);
      background: rgba(0,212,255,0.08);
    }
    #back-top svg {
      width: 13px;
      height: 13px;
      fill: var(--color-muted);
      transition: fill 0.2s;
    }
    #back-top:hover svg { fill: var(--color-accent); }
    @media only screen and (max-width: 650px) , screen and (max-device-width: 650px) {
		.footer-socials{
		justify-content: flex-start;
	}
	.footer-bottom {
    padding: 22px 22px;
	}
	.footer-nav {
    padding: 72px 30px 56px;
	}
    .col-6{
        width: 100%;
    }



