/*

Freedom - Responsive One Page HTML Template

Author: RBWebDesign
Date: May 2016
Version: 1.5

-----------------------
| [Table of Contents] |
-----------------------

1. Main Style
2. Navigation Bar
3. Main Top
4. Buttons
5. Links
6. Section
7. About
8. Team
9. Portfolio
9.1. Works Grid
9.2. Magnific Popup
10. Clients
11. Newsletter
12. Testimonials
13. Contact
14. Social
15. Footer
16. Media Queries

*/

/* MAIN STYLES */

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #555;
  background-color: #FFF !important;
  line-height: 1.5;
  letter-spacing: 0.1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #111;
  margin-top: 0;
}

p {
  letter-spacing: 1px;
  line-height: 2;
}

p.mini {
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
  font-style: italic;
  color: #555;
}

.color {
  color: #196AB3;
}

.padding {
  padding: 0 100px !important;
}

.padding-top {
  padding-top: 100px !important;
}

.padding-bottom {
  padding-bottom: 100px !important;
}

i {
  color: #111;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

i:hover {
  color: #196AB3;
  cursor: pointer;
}

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 14px;
  min-height: 150px;
  margin: 50px 0 20px 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

input:focus {
  outline: none;
  border-bottom: 1px solid #196AB3;
}

textarea:focus {
  outline: none;
  border: 1px solid #196AB3;
}

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

.partner {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.background {
  background-color: #196AB3;
}

::selection {
  background-color: #196AB3;
  color: #FFF;
}

::-moz-selection {
  background-color: #196AB3;
  color: #FFF;
}

/* NAVIGATION BAR */

.navbar {
  -webkit-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  font-family: "Montserrat", sans-serif;
  height: 100px;
  padding: 0 3%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-title {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  height: 100px;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.navbar-title:hover {
  color: #fff;
}

.navbar-title img {
  width: 150px;
  height: auto;
  margin-top: 5px;
}

.navbar-nav {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  float: none;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li > a {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0px 15px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #196AB3;
}

.navbar-nav > li.active > a {
  background-color: transparent;
}

.navbar-nav.nav-text-light > li > a {
  color: #FFF;
  letter-spacing: 1px;
}

.navbar-nav.nav-text-light > li > a:hover {
  color: #196AB3;
}

.navbar.navbar-light {
  -webkit-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  background-color: #fff;
  border-bottom: 3px solid #196AB3;
  /* height: 70px; */
}

.navbar.navbar-light .navbar-title {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #111;
  display: table-cell;
  vertical-align: middle;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  color: #555;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
  color: #196AB3;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a {
  color: #196AB3;
}

.navbar-toggle {
  margin-top: 30px;
  margin-right: 0;
  background-color: #196AB3;
}

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

/* MAIN TOP */

.main-top {
  position: relative;
  width: 100%;
  height: 90%;
}

.main-top .main-content {
  width: 100%;
  height: 100%;
  display: table;
}


.main-top .main-content h2 {
  -webkit-animation: fadeInLeft 2s;
  animation: fadeInLeft 2s;
}

.main-top .main-content p {
  font-size: 16px;
  margin-top: 30px;
  -webkit-animation: fadeInRight 3s;
  -moz-animation: fadeInRight 3s;
  -o-animation: fadeInRight 3s;
  -ms-animation: fadeInRight 3s;
  animation: fadeInRight 3s;
  padding-right: 30px;
  text-align: justify;
  padding-bottom: 15px;
  margin-top: 15px;
  line-height: 26px !important;
}

.main-top .scroll-down {
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.main-top .scroll-down:before {
  bottom: 20px;
  width: 50px;
  height: 50px;
}

.main-top .scroll-down:before, .main-top .scroll-down:after {
  content: '';
  display: block;
  border-bottom: 2px solid #196AB3;
  border-right: 2px solid #196AB3;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-top .scroll-down:before {
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

.main-top .scroll-down:after {
  width: 30px;
  height: 30px;
  bottom: 30px;
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(0px);
    -ms-transform: rotate(45deg) translate(0px);
    transform: rotate(45deg) translate(0px);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
  }
}

.scrollDown {
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
}

.main-top h2 {
 /*margin-left: 320px;*/
 /*margin-right: 320px;*/
}

.main-top .words {
  display: inline;
  text-indent: 0.5em;
}

.main-top .words-1 span {

  opacity: 0;
  overflow: hidden;
  color: #196AB3;
  letter-spacing: 0.3em;
  -webkit-animation: rotateWord 15s linear infinite 0s;
  -moz-animation: rotateWord 15s linear infinite 0s;
  -o-animation: rotateWord 15s linear infinite 0s;
  -ms-animation: rotateWord 15s linear infinite 0s;
  animation: rotateWord 15s linear infinite 0s;
}

.main-top .words-1 span:nth-child(2) {
  letter-spacing: 0.1em;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}

.main-top .words-1 span:nth-child(3) {
  letter-spacing: 0.5em;
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}

@-webkit-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@-moz-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@-o-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@-ms-keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes rotateWord {
  0% { opacity: 0; }
  5% { opacity: 0; transform: translateY(-30px); }
  10% { opacity: 1; transform: translateY(0px);}
  30% { opacity: 1; transform: translateY(0px); }
  35% { opacity: 0; transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

/* BUTTONS */

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 30px;
}

.btn-primary {
  background-color: transparent;
  color: #196AB3;
  border: 2px solid #196AB3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #196AB3;
  color: #FFF;
  border: 2px solid #196AB3;
}

.btn-primary:focus, .btn-primary:active {
  background-color: #196AB3 !important;
  border: 2px solid #196AB3 !important;
  color: #FFF !important;
  outline: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: transparent;
}

/* LINKS */

a {
  color: #555;
}

a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: none;
  outline: none;
}

/* SECTION */

.section {
  background-color: #fff;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 40px;
  letter-spacing: 5px;
  color: #333;
}

.section-heading p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #555;
}

.section-content h3 {
  color: #c2c2c2;
}

.section-content img {
  width: 100%;
}

.section.dark {
	background-color: #111;
  padding: 50px 0;
}

.section.dark p {
	color: #fff;
	padding-bottom: 30px;
}

.section.general {
  padding: 0;
  padding-top: 150px;
}

.section.general h3 {
  color: #333;
}

.section.general p {
  padding-bottom: 50px;
}

/* ABOUT */

#about .row {
  margin: 0;
}

#about .section-content .row p {
  padding: 20px 50px 20px 50px;
}

#about .section-content h2 {
	font-size: 16px;
	letter-spacing: 5px;
	padding-top: 30px;
}

#about .section-content i {
  padding-top: 30px;
}

.about {
  display: table;
  width: 100%;
  height: 500px;
}

.about .row {
  margin: 0;
}

.about .content {
  display: table-cell;
  vertical-align: middle;
}

.about .image {
  background-image: url(../img/img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: table-cell;
  vertical-align: middle;
}

.about .background {
  height: 500px;
  padding: 5%;
  margin: 0;
  display: table;
}

.about h3, .about p {
  font-family: 'Open Sans';
  color: #FFF;
  text-align: left;
}

.about .btn {
  color: #196AB3;
  background-color: #FFF;
  border: 2px solid #FFF;
  margin-top: 30px;
}

.about .btn:hover, .about .btn.active, .about .btn:focus {
  color: #FFF;
  background-color: #196AB3;
  border: 2px solid #FFF !important;
}

.progress-bar {
	background-color: #000;
}

/* TEAM */

.team {
  width: 300px;
  height: 400px;
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
}

.team .mask {
  width: 300px;
  height: 400px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
}

.team h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 120px;
}

.team p {
  font-size: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 2;
}

.team a.info i {
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 30px 10px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}

.team a.info:hover i {
  color: #000;
}

.team img {
  width: 200%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.team .mask {
  background-color: #196AB3;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in 0.1s;
  -moz-transition: all 0.5s ease-in 0.1s;
  -o-transition: all 0.5s ease-in 0.1s;
  -ms-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}

.team h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.team p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.team a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -moz-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  -ms-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.team:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.9;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.team:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.team:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* SERVICES */

.section.services {
  padding-top: 0px;
}

.services i {
  margin-bottom: 20px;
}

.services .section-content p {
  padding-bottom: 100px;
  text-align: center;
}

.services .section-content .second p {
  padding-bottom: 0;
}

/* INFO */

#info.section {
  padding: 100px 50px;
  background: transparent;
}

#info.section h2 {
  font-size: 40px;
  letter-spacing: 5px;
  color: #196AB3;
}

#info.section p {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

/* PORTFOLIO */

.section.portfolio {
  padding-top: 0px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope .no-transition.isotope-item, .isotope.no-transition .isotope-item, .isotope .no-transition.isotope-item .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}

/* Works Grid */

.work-item-filters {
  text-align: center;
  margin-bottom: 0;
  background-color: transparent;
}

.work-item-filters li {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  background-color: #fff;
}

.work-item-filters li:first-child {
  margin-left: 0;
}

.work-item-filters li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  color: #555;
  display: inline-block;
}

.work-item-filters li a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #196AB3;
  width: 0;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in-out;
}

.work-item-filters li a:hover:after {
  width: 100%;
}

.work-item-filters li a.active {
  color: #000;
  font-weight: 700;
}

.work-item-wrapper {
  overflow: hidden;
}

.work-item {
  overflow: hidden;
  padding: 0 !important;
}

.work-item img {
  width: 101%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.work-item:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.work-item .image-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #196AB3;
}

.work-item .image-overlay:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.9;
}

.work-item .image-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-item .work-item-info {
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-bottom: -2.5em;
  width: 100%;
  text-align: center;
  color: #fff;
}

.work-item .work-item-info i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.1;
  color: #fff;
  font-size: 96px;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: 50%;
  margin-top: -48px;
}

.work-item .work-item-info h3 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

#purchase.section {
  padding: 50px;
  background-color: #EFEFEF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#purchase.section .btn {
  border: 2px solid #111;
  color: #111;
}

#purchase.section .btn:hover, #purchase.section .btn.active, #purchase.section .btn:focus {
  border: 2px solid #111 !important;
  background-color: #111 !important;
  color: #FFF;
}

/* Magnific Popup */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-close:hover, .mfp-close:focus {
  color: #196AB3;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-close {
  font-size: 23px;
  width: 36px;
  background: rgba(0, 0, 0, 0.9);
  height: 36px;
  top: 0;
  right: 0;
  text-align: center;
  padding-right: 0;
  display: inline;
  font-family: inherit;
  line-height: 1;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-bottom-bar {
  padding: 10px;
  background: #196AB3;
  opacity: 0.9;
  top: 90%;
  height: 100%;
}

.mfp-bottom-bar h3 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  text-align: center;
}

.mfp-bottom-bar p {
  font-size: 0.9em;
  padding-top: 10px;
  padding-left: 10px;
  text-align: center;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure {
  position: relative;
  margin: 0 40px 0 40px;
  overflow: hidden;
}

.mfp-fade.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* CLIENTS */

#clients.section {
  padding: 50px 0;
  background-color: #EFEFEF;
}

#owl-clients.owl-theme .owl-controls .owl-page span {
  display: none;
}

#owl-clients.owl-theme .owl-controls.clickable {
  display: none;
  margin: 0;
  height: 0;
}

#owl-clients.owl-theme img {
  max-width: 150px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;;
  transition: all 0.3s ease-in-out 0.1s;
  margin: 0 auto;
}

#clients img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

#clients img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* NEWSLETTER */

.section.newsletter {
  padding: 100px 0;
}

.section.newsletter h3 {
  color: #333;
  margin-bottom: 50px;
}

.section.newsletter input {
  width: 70%;
  text-align: center;
}

.section.newsletter .btn {
  margin-top: 30px;
}

/* TESTIMONIALS */

.section.testimonials {
  padding: 100px 0;
  margin: 0;
  background: transparent;
  text-align: center;
  color: #FFF;
}

.section.testimonials h2, .section.testimonials p {
  color: #FFF;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span {
  display: none;
}

#owl-testimonials.owl-theme .owl-controls.clickable {
  display: none;
  margin: 0;
  height: 0;
}

/* CONTACT */

.contact-info li {
  padding-bottom: 20px;
}

.contact-info h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.contact-info h2, .contact-info p {
  padding-left: 0px;
}

.contact-info p {
  font-size: 12px;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form .alert,
.contact-form label {
  display: none;
}

/* SOCIAL */

.section.social {
  padding: 0;
}

.section.social i {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;;
  transition: all 0.5s ease-in-out 0.1s;
}

.section.social i:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.section.social .facebook {
  color: #fff;
  padding: 50px 0;
  background-color: #3b5998;
}

.section.social .twitter {
  padding: 50px 0;
  background-color: #55acee;
}

.section.social .google-plus {
  padding: 50px 0;
  background-color: #d73d32;
}

.section.social .linkedin {
  padding: 50px 0;
  background-color: #007bb5;
}

/* FOOTER */

#footer {
  background-color: #111;
  color: #fff;
  text-align: center;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 250px;
  z-index: 9999;
}

.back-to-top a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
}

.copyright {
  width: 100%;
  float: left;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 36px;
  padding-top: 10px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 25px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  p {
    line-height: 1.8 !important;
  }

  .padding {
    padding: 0 80px !important;
  }

  .padding-top {
    padding-top: 80px !important;
  }

  .padding-bottom {
    padding-bottom: 80px !important;
  }

  .main-top .main-content h2 {
    font-size: 40px !important;
    letter-spacing: 5px;
    margin-top: 20px;
  }

  .work-item .image-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    top: initial;
    bottom: 0;
    height: 30%;
  }

  .work-item .image-overlay a:not(.mfp-iframe) {
    pointer-events: none;
    cursor: default;
  }

  .work-item .work-item-info i {
    display: none;
  }
}

@media screen and (min-width: 548px) and (max-width: 1024px) {
  .work-item .work-item-info h3 {
    font-size: 1.3em;
    line-height: 8px;
  }
  .work-item .work-item-info p {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .navbar li > a {
    padding: 0 10px;
    font-size: 13px;
  }

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .back-to-top {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  p {
    font-size: 13px !important;
    line-height: 1.8 !important;
  }

  .padding {
    padding: 0 50px !important;
  }

  .padding-top {
    padding-top: 50px !important;
  }

  .padding-bottom {
    padding-bottom: 50px !important;
  }

  .fa-3x {
    font-size: 2.5em;
  }

  .navbar-collapse {
    background-color: #FFF;
    padding: 0;
    border: 3px solid #196AB3;
    border-top: 0;
    min-height: 320px !important;
  }

  .navbar-collapse ul {
    float: left;
    padding-left: 0;
  }

  .navbar-collapse li {
    display: table;
    height: 50px !important;
  }

  .navbar-collapse li a {
    font-size: 10px !important;
    padding: 10px 30px !important;
    display: table-cell;
    vertical-align: middle;
  }

  .main-top .main-content h2 {
    font-size: 30px !important;
    letter-spacing: 3px;
  }

  .btn {
    padding: 5px 25px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  #about .section-content h2 {
    letter-spacing: 3px;
  }

  .team, .team .mask {
    width: 150px;
    height: 200px;
  }

  .team h2 {
    font-size: 16px;
  }

  .team p {
    font-size: 12px;
    padding: 10px 20px 20px;
    line-height: 1.5em;
  }

  .team a.info {
    padding-top: 100px;
    font-size: 30px;
  }

  .work-item-filters li {
    display: block;
    margin: 20px;
  }

  .work-item-filters li a {
    font-size: 12px;
  }

  #purchase h3, #purchase p {
    display: none;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info li {
    display: inline-block;
    padding: 0 5px 10px 5px;
  }

  .contact-info i {
    width: 100%;
    padding-bottom: 10px;
  }

  .contact-info h3, .contact-info p {
    padding-left: 0;
    padding-right: 0;
  }

  .section.social .facebook, .section.social .twitter, .section.social .google-plus, .section.social .linkedin {
    padding: 40px 0;
  }
  .it-tittle-class{
    font-size: 40px !important;
  }
  .slider-content-col{
    width: 90%;
    margin: auto;
  }
  .main-top{
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px !important;
  }

  h2 {
    font-size: 18px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  h4 {
    font-size: 15px !important;
  }

  p {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .padding {
    padding: 0 30px !important;
  }

  .padding-top {
    padding-top: 30px !important;
  }

  .padding-bottom {
    padding-bottom: 30px !important;
  }

  .fa-3x {
    font-size: 2em;
  }

  .navbar-title, .navbar.navbar-light .navbar-title {
    font-size: 15px !important;
    letter-spacing: 3px;
  }

  .main-top .main-content h2 {
    font-size: 23px !important;
    letter-spacing: 1px;
  }

  .team h2 {
    font-size: 14px;
  }

  .team p {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .team a.info {
    padding-top: 5px;
    font-size: 15px;
  }

  .contact {
    padding-bottom: 0;
  }

  .contact-info li {
    display: block;
  }

  .contact-form .btn-primary {
    width: 100%;
  }

  .section.social .facebook, .section.social .twitter, .section.social .google-plus, .section.social .linkedin {
    padding: 30px 0;
  }
  .main-top{
    height: 600px !important;
  }
  .it-tittle-class{
    font-size: 30px !important;
  }
  .online-booking-button{
    width: 200px !important;
  }
}

#res_title {
  margin-bottom: 20px;
}
#res_title h3{
  font-family: "Roboto",sans-serif;
    line-height: 28px;
    color: #01133c;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 32px;
}
.vehicle-cell {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.vehicle-name {
  font-size: 22px;
  text-align: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
}
.book_rides_form * .btn-block {
  display: block;
  width: 100%;
}
.choose-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-transform: none !important;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}
.vehicle-maxes{
  color: #333 !important;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.back-btn{
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.back-btn:hover{
  color: white;
  background-color: #2e6da4;
}

/*--thank you pop starts here--*/
.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
}
.thank-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.thank-you-pop h1{
    font-size: 42px;
    margin-bottom: 25px;
    color:#5C5C5C;
}
.thank-you-pop p{
    font-size: 20px;
    margin-bottom: 27px;
    color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
    font-size: 25px;
    margin-bottom: 40px;
    color:#222;
    display:inline-block;
    text-align:center;
    padding:10px 20px;
    border:2px dashed #222;
    clear:both;
    font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
    color:#03A9F4;
}
.thank-you-pop a{
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
    margin-right:5px;
    color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}
/*--thank you pop ends here--*/

@media only screen and (max-width:1199px){
    .footer-copyright{
        text-align: center !important;
    }
    .main-top{
      height: 110%;
    }
}

@media only screen and (min-width:992px){
  .rs-menu-toggle {
    display: none;
  }
  .rs-menu {
    height: auto !important;
  }
  .rs-menu li {
    display: inline-block;
}
}
@media only screen and (min-width:768px){
  .banner-content{
    padding-top: 60px;;
  }
}

.topbar-area {
  padding-top: 20px;
  padding-bottom: 10px;
}

.header-logo-image{
    max-width: 130px;
    height: auto;
}

.email-main {
  margin-top: 15px !important;
}

.header-contact-part {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
  font-family: 'Livvic',sans-serif;
}

.header-contact-part i {
  float: left;
  margin-right: 15px;
  line-height: 38px;
}

.header-contact-part .contact-info {
  float: left;
  text-align: left;
  display: block;
}

.header-contact-part .contact-info span {
  color: #0a0a0a;
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.header-contact-part {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #DDDDDD;
  font-size: 14px;
}
.topbar-area{
  background-color: white;
}

@media only screen and (max-width:991px){
  .rs-contact-info{
    display: none;
  }
  .header-logo-part-col{
    display: flex;
    justify-content: center;
  }
  .rs-header .expand-btn-inner{
    display: none !important;
  }
  .menu-area.menu-sticky{
    padding: 10px 0px;
  }
  .rs-menu.rs-menu-close{
    top: 75px;
  }
}

.rs-header .menu-area {
  transition: all .3s ease;
  background-image: linear-gradient(90deg,#aeb7bf 10%,#196AB3 100%);
}

.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 997;
  width: 100%;
  top: 0;
  position: relative;
}

.rs-header .menu-area .logo-area {
  position: relative;
}

.rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}

.rs-header .menu-area .logo-area a img {
  transition: .4s;
  max-height: 40px;
}

.rs-header .menu-area .logo-area img {
  max-width: 100%;
  max-height: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.rs-header .menu-area .rs-menu-area {
  align-items: center;
  justify-content: flex-end;
  float: left;
}

.main-menu {
  position: relative;
}

.mobile-menu {
  display: none;
}

.mobile-menu .mobile-logo {
  float: left;
}

.mobile-menu .rs-menu-toggle {
  color: #fff;
  float: right;
}

.rs-menu-toggle {
  color: #196AB3;
  text-align: right;
}

.bars-color {
  color: #000000;
}

.rs-menu {
  float: left;
  clear: both;
  width: 100%;
  font-size: 0;
}

.rs-menu ul, .rs-menu li, .rs-menu p, .rs-menu a, .rs-menu div, .rs-menu i {
  border: 0;
  margin: 0;
  padding: 0;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  margin-right: 42px;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 52px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.rs-menu li {
  font-size: 14px;
}

.rs-menu li {
  display: block;
  position: relative;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all .3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 65px;
  line-height: 65px;
  padding: 0;
  color: #000000;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
  color: #333333;
}

.rs-menu a {
  color: #333333;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rs-menu a {
  display: block;
  padding: 16px;
}

.rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 65px;
  height: 65px;
  position: relative;
}

.rs-header .expand-btn-inner .toolbar-sl-share {
  padding-left: 25px;
}

.rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 65px;
  height: 65px;
  position: relative;
}

.rs-header .expand-btn-inner .toolbar-sl-share .social li {
  display: inline-block;
  margin-right: 14px;
}

.rs-header .expand-btn-inner .toolbar-sl-share .social li a {
  color: #fff;
  font-size: 14px;
}

.rs-header .expand-btn-inner .toolbar-sl-share .social li a i {
  color: #fff !important;
  font-size: 14px;
}
.mobile-menu .mobile-logo img {
  max-height: 55px;
}


/* header-menu-bar */

@media only screen and (max-width: 1366px)
  {
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 42px;
  }
}

@media only screen and (max-width: 991px){
  .rs-header .topbar-area {
    display: none;
  }
  .rs-header .menu-area .logo-area {
    position: absolute;
    z-index: 1;
  }
  .rs-header .menu-area .logo-area img {
    max-width: 35px;
  }
  .rs-header .menu-area .rs-menu-area {
    float: unset !important;
  }
  .main-menu {
    width: 100%;
  }
  .mobile-menu {
    display: block;
    height: 65px;
    line-height: 65px;
  }
  .mobile-menu {
    display: block;
    height: 65px;
    line-height: 65px;
  }
  .rs-menu-toggle {
    display: block;
    text-align: right;
    position: relative;
    height: auto;
    line-height: auto;
    cursor: pointer;
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .rs-menu-close {
    height: 0;
    overflow: hidden!important;
  }
  .rs-menu {
    position: absolute;
    z-index: 999;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #fff;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 0 !important;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: block;
    margin-right: 0 !important;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a, .full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111;
    margin-right: 0;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 0 0 20px !important;
  }
  .nav-menu > li > a {
    border-bottom: 1px solid #131313;
    text-align: left;
  }
  .nav-menu > li:last-child a {
    border-bottom: none;
}
}

.mobile-menu .rs-menu-toggle i:hover {

  color: #000;
}

.readon.learn-more {
  padding: 10px 20px 10px 20px;
  background-image: linear-gradient(250deg,#5b95c9 19%,#196AB3 100%);
  border-radius: 30px 30px 30px 30px;
  font-family: 'Livvic',sans-serif;
  letter-spacing: 0px;
  color: white;
  margin-top: 10px !important;
}
.online-booking-button {
  width: 270px;
  text-align: center;
}

.readon {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all .4s;
  z-index: 1;
  background-color: transparent;
}

.readon.learn-more:hover {
  background-image: linear-gradient(180deg,#196AB3 19%,#8ab1d4 100%);
  color: #fff;
}

.it-tittle-class {
  font-family: Poppins, sans-serif !important;
  font-weight: 700;
  font-size: 48px;
  text-shadow: 1px 1px 2px black;
  color: #196AB3;
}
.header-cabs-color {
  color: #E91B3D;
}
.desc-two-color {
  color: black;
}
.desc_two {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 40px;
}
.slider-call-now {
  color: #E91B3D;
  font-family: Poppins, sans-serif !important;
  text-shadow: 1px 1px 1px black;
  font-weight: 700;
  font-size: 28px;
}
.slider-phone-number {
  color: #196AB3;
  font-size: 40px;
  font-family: Poppins, sans-serif !important;
  text-shadow: 1px 1px 1.5px black;
  font-weight: 700;
}
.slider-phone-number i{
  color: #196AB3;
}
.container.content{
  padding-top: 60px;
}
.slider-content-col{
  border-radius: 12px;
  background: 0% 0% / cover rgba(255, 255, 255, 0.9);
  padding: 20px;
}
nav li.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  float: left;
  min-width: 160px;
  margin: 0;
  list-style: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0  !important;
}
.dropdown-menu li {
  margin-right: 0 !important;
  width: 100%;
}
.dropdown-menu a{
    line-height: 25px !important;
    padding-top: 10px  !important;
    padding-bottom: 10px   !important;
    padding-left: 40px   !important;
    padding-right: 40px   !important;
    margin: 0   !important;
    font-size: 14px   !important;
    font-weight: 500   !important;
    color: #101010   !important;
    height: unset   !important;
    line-height: 16px   !important;
}

.rs-contact .contact-wrap {
  background: #fff;
  padding: 25px 10px 25px;
  border-radius: 10px 10px 10px 10px;
}
.rs-contact .contact-wrap .content-part {
  text-align: center;
}
.mb-25 {
  margin-bottom: 25px;
}
.rs-contact .contact-wrap .content-part .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.rs-contact .contact-wrap .content-part .desc {
  margin: 0;
}
.booking-form-inputs {
  padding-right: 7px !important;
  padding-left: 7px !important;
}
.rs-contact .contact-wrap .from-control {
  padding: 12px 16px 12px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #02010100;
  background-color: #f6f7f9;
  color: #454545;
  width: 100%;
  opacity: 4;
}
.mb-15 {
  margin-bottom: 15px;
}
.submit-btn {
  box-shadow: 0 28px 50px 0 rgb(0 0 0 / 5%);
  outline: 0;
  border: 0;
  padding: 18px 18px 18px 18px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(90deg,#5b95c9 10%,#196AB3 100%);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 992px){
  .mobile-online-booking,.mobile-booking-with-dispatcher{
    display: none !important;
  }
}
@media screen and (max-width: 991px){
  .laptop-book-online{
    display: none !important;
  }
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}
