* {
  box-sizing: border-box;
}

html, body {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body{
    overflow-x: hidden;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 48px;
  line-height: 72px;
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 50px;
}

h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}

p.subtitle {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}

p {
    
  font-size: 18px;
  line-height: 28px;
  color: #8c8f94;
}

a {
    color: #00aeff;
    text-decoration: underline;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:focus {
  outline: 0 !important;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

ul {
  padding-left: 0px;
}

ul > li {
  list-style: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background: #c7c7c7;
    border-radius: 6px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #00aeff;
}

#divcontacterror, #diverror, #sendDiverror, #connectDiverror{
    display: inline-block;
    font-size: 13px;
    padding-top: 10px;
}

/*****************************************************
*** Buttons ***
*****************************************************/
.btn {
      font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  padding: 9px 20px;
  text-decoration: none;
  color: #202020;
  border: 1px solid rgba(38, 39, 45, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-lg {
    padding: 14px 48px;
    background: rgba(255,255,255,0.5);
    color: #202020;
    border: 1px solid #202020;
}

.btn-blue {
  background-color: #00aeff;
  color: white;
    border: 1px solid transparent;
}

.btn-blue:hover, .btn-blue:focus{
    background-color: transparent;
    color: #00aeff !important;
    border: 1px solid #00aeff;
}

.btn-lg:hover, .btn-lg:focus{
    background-color: #00aeff;
    color: #fff !important;
    border: 1px solid #00aeff;
}

.btn-green {
  background-color: #00aeff;
  color: #fff;
    border: 1px solid #00aeff;
}

.btn-dark {
  background-color: #202020;
  color: white;
}

.btn-green:hover, .btn-green:focus{
    background-color: #fff;
  color: #00aeff;
    border: 1px solid #00aeff;
}

.btn-dark:hover, .btn-dark:focus {
    background-color: #00aeff;
  color: #ffffff;
}

/*****************************************************
*** Inputs ***
*****************************************************/
input[type="text"],
input[type="email"]{
    position: relative;
    width: 502px;
    height: 50px;
    max-width: 100%;
    font-style: italic;
    border: 1px solid rgba(38, 39, 45, 0.2);
    padding: 16px 26px;
    font-size: 16px;
    background-color: transparent;
    padding-right: 148px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

textarea{
    position: relative;
    width: 502px;
    max-width: 100%;
    font-style: italic;
    border: 1px solid rgba(38, 39, 45, 0.2);
    padding: 16px 26px;
    font-size: 16px;
    background-color: transparent;
    padding-right: 148px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #929292;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #929292;
}
:-moz-placeholder { /* Firefox 18- */
  color: #929292;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
  color: #202020;
}

input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
input[type="email"]:focus + label,
input[type="email"]:hover + label,
input[type="number"]:focus + label,
input[type="number"]:hover + label,
input[type="date"]:focus + label,
input[type="date"]:hover + label,
input[type="tel"]:focus + label,
input[type="tel"]:hover + label,
textarea:focus + label,
textarea:hover + label,
button:focus + label,
button:hover + label,
select:focus + label,
select:hover + label {
  color: #00aeff;
  cursor: text;
}

label {
    position: absolute;
    left: 22px;
    top: 12px;
    cursor: text;
    /*width: 60%;*/
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 3px 10px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
    background-color: white;
    margin-bottom: 0;
}

label.float {
    top: -12px;
    color: #555;
    background-color: white;
    width: auto;
}

/*****************************************************
*** Forms ***
*****************************************************/
#ready-to-buy .form-group,
#subscribe .form-group {
  position: relative;
  width: 502px;
  max-width: 100%;
  margin: 0 auto;
    padding: 0 15px;
}

#ready-to-buy .form-group .btn,
#subscribe .form-group .btn {
  position: absolute;
  top: 5px;
  right: 20px;
}

/*****************************************************
*** Main Nav ***
*****************************************************/
#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  z-index: 10;
  background-color: transparent;
  webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}

/*#main-nav #navigation {
  color: #202020;
  text-decoration: none;
  position: absolute;
  top: 37%;
  z-index: 2;
}

#main-nav #navigation:hover {
  color: #00aeff !important;
}*/

/******************** HAMBURGER *********************/

#main-nav #navigation {
  position: absolute;
  width: 20px;
  height: 15px;
  transition: all 300ms cubic-bezier(.61, .01, .42, 1);
  color: #202020;
  text-decoration: none;
  top: 0;
    bottom: 0;
    margin: auto;
  z-index: 2;
}

#main-nav #navigation div {
  height: 0px;
  border: 1.5px solid #202020;
  width: 20px;
  display: block;
  position: absolute;
  transition: all 300ms cubic-bezier(.61, .01, .42, 1);
  background:#202020;
}

#main-nav #navigation:hover {
  transition-delay: 100ms;
  transform: scale(1.1);
}

#main-nav #navigation:hover div:nth-child(3):before {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #00aeff;
}

#main-nav #navigation:hover div {
  border: 2px solid #202020;
  height: 9px;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: 2px;
  animation: atom 300ms linear 1;
  width: 25px;
  top: 0px !important;
  background:transparent;
}

#main-nav #navigation:focus {
  outline: 0px;
}

#main-nav #navigation div:nth-child(1) {
  top: 0px;
}

#main-nav #navigation div:nth-child(2) {
  top: 6px;
}

#main-nav #navigation div:nth-child(3) {
  top: 12px;
}

#main-nav #navigation div:nth-child(3):before {
  opacity: 0;
  animation: ball 1.5s linear infinite;
  content: '';
  border: 2px solid #00aeff;
  display: block;
  position: relative;
  top: 0.25px;
}

#main-nav #navigation:hover div:nth-child(1) {
  transform: rotate(-33deg);
}

#main-nav #navigation:hover div:nth-child(2) {
  transform: rotate(90deg);
}

#main-nav #navigation:hover div:nth-child(3) {
  transform: rotate(33deg);
}

#main-nav #navigation:hover div:nth-child(3):before {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(.61, .01, .42, 1);
  ;
}

@keyframes atom {
  0% {
    transform: rotate(180deg);
  }
}

@keyframes division {
  0% {
    transform: rotate(180deg);
  }
}

@keyframes ball {
  0% {
    left: -20%;
    top: 10%;
  }
  10% {
    left: 10%;
    top: -35%;
  }
  25% {
    left: 45%;
    top: -50%;
  }
  40% {
    left: 80%;
    top: -20%;
  }
  50% {
    left: 98%;
    top: 18%;
  }
  60% {
    left: 80%;
    top: 50%;
  }
  75% {
    left: 45%;
    top: 80%;
  }
  90% {
    left: 0%;
    top: 60%;
  }
  100% {
    left: -20%;
    top: 10%;
  }
}

/*****************************************************/

#main-nav ul {
  padding: 0;
}

#main-nav ul li {
  display: inline-block;
  margin-right: 40px;
    padding: 24px 0 0;
}

#main-nav ul li a {
    color: #202020;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

#main-nav ul li.active a {
  color: #00aeff;
  text-decoration: none;
}

#main-nav ul li a:hover {
  color: #00aeff;
}

#main-nav ul li .help {
  color: rgba(38, 39, 45, 0.4);
}

#main-nav ul li .btn-blue {
  color: #ffffff;
}

#main-nav ul li .btn-blue:hover {
  color: #ffffff;
}

#main-nav ul li:last-child {
  margin-right: 0;
}

#main-nav ul.left {
  text-align: left;
  margin-left: 50px;
    padding: 0;
    margin-bottom: 0;
}

#main-nav ul.left li {
  display: inline-block;
  padding: 24px 0 0;
}

#main-nav ul.left li:first-child {
  margin-right: 40px;
}

#main-nav ul.right {
  text-align: right;
    padding: 0;
    margin-bottom: 0;
}

#main-nav .logo {
  display: block;
}

#main-nav .logo img{
    width: 180px;
    height: auto;
}

#main-nav #slide_out_menu {
  position: fixed;
  display: block;
  width: 380px;
  max-width: 650px;
  height: 100%;
  left: -380px;
  top: 0;
  padding: 30px 40px;
  z-index: 50;
  background: #202020;
  transition: left 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

#main-nav #slide_out_menu .logo_slide_out{
    width: 70%;
    margin: auto;
    padding: 20px 0 0 0;
}

#main-nav #slide_out_menu .logo_slide_out img{
    width: 100%;
    height: auto;
}

#main-nav #slide_out_menu .menu-close {
  position: absolute;
  color: #ffffff;
  right: 20px;
}

#main-nav #slide_out_menu ul {
    text-align: center;
  margin-top: 40px;
}

#main-nav #slide_out_menu ul li {
  display: block;
  margin: 0;
}

#main-nav #slide_out_menu ul li a {
  color: #ffffff;
}

#main-nav #slide_out_menu ul li a:hover {
  color: #00aeff;
}

#main-nav #slide_out_menu ul li .btn-blue:hover {
  color: #ffffff;
}

#main-nav #slide_out_menu ul li:last-child {
  margin-top: 20px;
}

#main-nav #slide_out_menu .slide_out_menu_footer {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 40px 25px;
}

#main-nav #slide_out_menu .slide_out_menu_footer .more-info p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials {
  margin: 18px 0 0;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all .2s ease-in-out;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li a:hover {
  color: #ffffff;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li:last-child {
  margin-right: 0;
}

#main-nav #slide_out_menu.xs-screen {
  overflow-y: auto;
}

#main-nav #slide_out_menu.xs-screen ul {
  margin-top: 40px;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer {
  position: relative;
  padding: 0;
  margin-top: 40px;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .more-info p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials {
  margin: 18px 0 0;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all .2s ease-in-out;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li a:hover {
  color: #ffffff;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li:last-child {
  margin-right: 0;
}

#main-nav #slide_out_menu.open {
  left: 0;
}

#main-nav.active {
  background-color: #ffffff;
  padding: 24px 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

/*****************************************************
*** Header ***
*****************************************************/
#header {
  padding: 200px 0;
  background-image: url("../images/banner_background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#header p {
  font-size: 20px;
  color: #8c8f94;
    padding-top: 10px;
}

#header .header_iphone {
  position: absolute;
  bottom: -310px;
  left: 50%;
  margin-left: -185px;
}

.video-btn {
  margin-top: 20px;
}

#header .video-btn i {
  margin-right: 15px;
}

#header .video-btn:hover{
    color: #00aeff;
    border: 1px solid rgba(0, 174, 255, 1);
}

.header_slider{
    height:100vh;
}

.header_slider_img1{
    background: url("../images/banner_background.jpg") center center no-repeat;
    background-size: cover;
    height:100%;
}

.header_slider_img2{
    background: url("../images/banner_background2.jpg")  center center no-repeat;
    background-size: cover;
    height:100%;
}

.header_slider_img3{
    background: url("../images/banner_background3.jpg")  center center no-repeat;
    background-size: cover;
    height:100%;
}

/*.carousel-inner > .item {
    -webkit-transition: 1.5s ease-in-out left;
    transition: 1.5s ease-in-out left;
    -webkit-transition: 1.5s ease-in-out, left;
    -moz-transition: 1.5s ease-in-out, left;
    -o-transition: 1.5s ease-in-out, left;
    transition: 1.5s ease-in-out, left;
}*/

.carousel {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.titles{
    text-align: center;
    position: absolute;
    z-index: 5;
    max-width: 700px;
    height: auto;
    top: 30%;
    right: 0;
    left: 0;
    margin: auto;
}

.titles p{
    color: #505050;
    font-weight: 500;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    background-repeat: inherit !important;
}

.carousel-control {
    width: 5%;
    height: 90px;
    margin: auto;
    font-size: 62px;
    color: #929292;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}

.carousel-control:hover{
    color: #00AEFF;
}

.carousel-control:focus{
    color: #929292;
}

/*****************************************************
*** Features ***
*****************************************************/
#features {
  text-align: center;
  padding: 100px 0;
}

#features .feature {
  padding: 0px 20px;
}

#features .feature .f-icon {
  margin-bottom: 30px;
}

#features .feature .f-icon i {
  font-size: 42px;
  color: #00aeff;
}

#features .feature-item{
    margin-bottom: 50px;
}

.quotation{
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.close_btn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    color: #929292;
    border: 0;
    outline: 0;
    background: none;
    font-size: 20px;
}

.close_btn:hover{
    color: #00aeff;
}

.quotation_form{
    padding: 20px 25px 20px;
}

.quotation_title{
    text-align: center;
}

.quotation_title h5{
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 10px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.quotation_form input, .quotation_form textarea{
    position: relative;
    width: 100%;
    max-width: 100%;
    font-style: italic;
    border: 1px solid rgba(38, 39, 45, 0.2);
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    background-color: transparent;
    border-radius: 3px;
    resize: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: 0;
}

.quotation_form .submit_btn{
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #00aeff;
    padding: 10px 20px;
    background-color: #00aeff;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.quotation_form .submit_btn:after{
    content: "\f1d8";
    font-family: FontAwesome;
    right:20px;
    position:absolute;
    top:11px;
}

.quotation_form .submit_btn:hover, .quotation_form .submit_btn:focus{
    border: 1px solid #00aeff;
    background-color: #fff;
    color: #00aeff;
}

/*****************************************************
*** Thank You ***
*****************************************************/

.thank_you{
    text-align: center;
    padding: 20px 25px 20px;
}

.thank_you h5{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.thank_you span{
    display: block;
    font-size: 100px;
    margin-bottom: 10px;
    color: #00aeff;
    line-height: 0;
}

/*****************************************************
*** iPhone Feature ***
*****************************************************/
#iphone-feature {
  position: relative;
  padding: 100px 0;
}

#iphone-feature .btns-container {
  margin-top: 50px;
}

#iphone-feature .btns-container a {
  margin-right: 20px;
  /*margin-bottom: 18px;*/
  padding: 15px 20px;
}

#iphone-feature .btns-container a i {
  margin-left: 50px;
  font-size: 18px;
}

#iphone-feature .btns-container a:last-child {
  margin-right: 0;
}

#iphone-feature .iphone-showcase {
    position: absolute;
    top: 115px;
    bottom: auto;
    right: 50%;
}

#iphone-feature .iphone-showcase img{
    height: 550px;
}

/*****************************************************
*** Map Feature ***
*****************************************************/
#map-feature {
      background-color: #f4f4f5;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#map-feature .partners {
  margin-top: 50px;
}

#map-feature .partners .title {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
    margin-bottom: 20px;
}

#map-feature .partners ul {
  /*margin: 26px 0 0;*/
}

#map-feature .partners ul li {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

#map-feature .partners ul li a{
    font-weight: 400;
    text-decoration: none;
    color: #202020;
}

#map-feature .partners ul li h4{
    margin: 0;
    line-height: normal;
    font-size: 32px;
}

#map-feature .partners ul li a:hover{
    color: #00aeff;
}

/*#map-feature .partners ul li:last-child {
    margin-right: 0;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}*/

#map-feature .map-showcase {
  position: absolute;
  bottom: 150px;
  left: 50%;
}

#map-feature .map-showcase .map img{
    max-width: 994px;
    height: auto;
}

#clients{
    background-color: #f4f4f5;
    padding: 0 0 100px;
    position: relative;
}

#clients h6{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #222;
    font-size: 14px;
    margin: 0;
    padding-bottom: 30px;
}

.client_silder{
    position: relative;
}

#clients .owl-carousel .item{
    text-align: center;
    padding: 10px;
}

#clients .owl-carousel .item img{
    cursor: pointer;
    width: 100%;
    height: auto;
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
}

#clients .owl-carousel .item img:hover{
    filter: none;
    -webkit-filter: grayscale(0);
}

.owl-carousel, .owl-carousel .owl-item{
    position: static !important;
}

.owl-nav .disabled{
    opacity: 0.3;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    width:20px;
    height:55px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.owl-carousel .owl-nav .owl-prev{
    left: 40px;
}

.owl-carousel .owl-nav .owl-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #929292;
    font-size: 40px;
    position: absolute;
    right: 0;
}

.owl-carousel .owl-nav .owl-next{
    right: 40px;
}

.owl-carousel .owl-nav .owl-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #929292;
    font-size: 40px;
    position: absolute;
}

.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before{
    color: #00aeff;
}

/*****************************************************
*** iPhone Screens ***
*****************************************************/
#iphone-screens {
  padding: 100px 0;
  position: relative;
  background-color: #f4f4f5;
  overflow: hidden;
}

#iphone-screens h2 {
  margin-bottom: 0;
}

#iphone-screens hr {
  width: 50px;
  height: 2px;
  margin: 40px auto;
  background-color: #00aeff;
}

#iphone-screens .images-list {
  width: 100%;
  position: relative;
}

#iphone-screens .images-list li {
  position: absolute;
  width: 320px;
  top: 92px;
  box-shadow: 10px 10px 16px 0px rgba(61, 61, 62, 0.15);
}

#iphone-screens .images-list li img {
  max-width: 100%;
}

#iphone-screens .images-list li:nth-child(1) {
  left: 50%;
  margin-left: -880px;
}

#iphone-screens .images-list li:nth-child(2) {
  left: 50%;
  margin-left: -530px;
}

#iphone-screens .images-list li:nth-child(4) {
  right: 50%;
  margin-right: -530px;
}

#iphone-screens .images-list li:nth-child(5) {
  right: 50%;
  margin-right: -880px;
}

#iphone-screens .images-list li.main-img {
  width: 395px;
  top: 0;
  left: 50%;
  margin-left: -193px;
  box-shadow: none;
}

#iphone-screens .images-list li.main-img img {
  max-width: 100%;
}

/*****************************************************
*** Buy ***
*****************************************************/
#ready-to-buy {
  padding: 100px 0;
}

#ready-to-buy form {
  margin-bottom: 66px;
}

#ready-to-buy h2 {
    margin-bottom: 0;
}

#ready-to-buy hr {
  width: 50px;
  height: 2px;
  margin: 40px auto;
  background-color: #00aeff;
}

#ready-to-buy .btn i {
  font-size: 12px;
  margin-left: 18px;
}

#ready-to-buy .btn-dark {
  padding: 9px 28px;
}

#ready-to-buy .btn-dark i {
  font-size: 32px;
  display: inline-block;
  margin-left: 0;
  margin-right: 18px;
}

#ready-to-buy .btn-dark span {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

#ready-to-buy .btn-dark span b {
  font-size: 22px;
  line-height: 18px;
}

/*****************************************************
*** Customers ***
*****************************************************/
#customers {
    text-align: center;
    background: #f4f4f5;
  padding: 100px 0;
}

#customers h2{
    margin-top: 0;
    padding: 0;
}

#customers i {
  color: #8c8f94;
  font-size: 22px;
}

#customers .star-rating {
  margin-top: 17px;
}

#customers .star-rating .gold-star {
  color: #f2bc3b;
}

#customers .customer-name {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #202020;
}

#customers .testimonial {
  padding-top: 174px;
}

#customers .testimonial h3{
    margin-bottom: 20px;
}

#customers .star-rating {
    margin-top: 20px;
}

#customers .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 100%;
  z-index: 5;
  left: 0;
  margin-left: 0;
}

#customers .carousel-indicators li {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0;
  border: none;
  opacity: .2;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transition: all 0.97s cubic-bezier(0.545, 0, 0.05, 1);
}

#customers .carousel-indicators li img {
  position: relative;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 12px 30px 0px rgba(92, 95, 101, 0.18);
}

#customers .carousel-indicators li:first-child {
  float: left;
}

#customers .carousel-indicators li:first-child img {
  box-shadow: 10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}

#customers .carousel-indicators li:last-child {
  float: right;
}

#customers .carousel-indicators li:last-child img {
    
  box-shadow: -10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}

#customers .carousel-indicators li.active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

#customers .carousel-control.left,
#customers .carousel-control.right {
  background: none;
  width: 41px;
  height: 41px;
  top: 45px;
  line-height: 41px;
}

#customers .carousel-control.left {
  left: -100px;
}

#customers .carousel-control.right {
  right: -100px;
}

/*****************************************************
*** Plan ***
*****************************************************/
#plan {
  padding: 100px 0;
  background-color: #f4f4f5;
}

#plan .subtitle {
  color: #26272d;
}

#plan .toggle-container {
  margin-bottom: 50px;
}

#plan .toggle-container .switch-toggles {
  position: relative;
  width: 262px;
  height: 50px;
  border: 1px solid rgba(38, 39, 45, 0.2);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#plan .toggle-container .switch-toggles .individual, #plan .toggle-container .switch-toggles .company {
  position: relative;
  width: 130px;
  float: left;
  padding: 13px 10px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  color: #8c8f94;
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

.switch-toggles i{
    font-size: 20px;
    padding-right: 10px;
}

#plan .toggle-container .switch-toggles .individual.active,
#plan .toggle-container .switch-toggles .company.active {
  color: #00aeff;
}

#plan .toggle-container .switch-toggles:after {
  position: absolute;
  content: "";
  width: 122px;
  height: 42px;
  background: #ffffff;
  left: 3px;
  top: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -moz-box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -webkitbox-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

#plan .toggle-container .switch-toggles.active:after {
  left: 135px;
  top: 3px;
}

#plan .info {
  font-size: 14px;
  margin-top: 24px;
}

#plan .price-table {
  position: relative;
  width: 340px;
  max-width: 50%;
  float: left;
  padding: 20px 0;
}

#plan .price-table .table-inner {
  background-color: #ebebed;
  padding: 40px 15px 50px;
}

#plan .price-table .table-inner h3 {
  margin: 0 auto 28px;
}

#plan .price-table .table-inner .price {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #26272d;
  padding: 9px 18px;
  border: 1px solid rgba(38, 39, 45, 0.2);
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#plan .price-table .table-inner .phrase {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 38px;
}

#plan .price-table .table-inner .feature-list li {
  font-size: 16px;
  line-height: 24px;
  color: #26272d;
  margin-bottom: 12px;
}

#plan .price-table .table-inner .feature-list li i {
  color: #6fc754;
}

#plan .price-table .table-inner .feature-list li:last-child {
  margin-bottom: 34px;
}

#plan .price-table .table-inner .btn {
  width: 210px;
  max-width: 100%;
}

#plan .price-table .table-inner .btn-blue {
  background-color: transparent;
  border: 1px solid #00aeff;
  color: #00aeff;
}

#plan .price-table.highlighted {
  z-index: 2;
  padding: 0;
  box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
  -moz-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
  -webkit-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
}

#plan .price-table.highlighted .table-inner {
  background-color: #ffffff;
  padding: 60px 15px 70px;
}

#plan .price-table.highlighted .btn-blue {
  background-color: #00aeff;
  color: #ffffff;
}

#plan #price_tables .individual, #plan #price_tables .company {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  transition: opacity 0.97s, -webkit-transform 0.97s;
  transition: opacity 0.97s, transform 0.97s;
  transition: opacity 0.97s, transform 0.97s, -webkit-transform 0.97s;
  transition-timing-function: cubic-bezier(0.545, 0, 0.05, 1);
}

#plan #price_tables .individual .price-table, #plan #price_tables .company .price-table {
  display: none;
}

#plan #price_tables .individual.active, #plan #price_tables .company.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#plan #price_tables .individual.active .price-table, #plan #price_tables .company.active .price-table {
  display: block;
}

/*****************************************************
*** Subscribe ***
*****************************************************/
#subscribe {
  padding: 100px 0;
}

#subscribe .btn {
  padding-left: 34px;
  padding-right: 34px;
}

#subscribe .promise {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

/************************************************
*** About Us ***
*************************************************/

#about_section{
    text-align: center;
    padding: 100px 0;
}

#about_section h2{
    padding-top: 50px;
    margin-bottom: 30px;
}

#about_section p{
    padding: 0 200px;
}

#about_section a{
    margin-top: 20px;
}

#team{
    text-align: center;
    background: #f4f4f5;
    padding: 100px 0;
}

.team_inner img{
    width: 200px;
    height: auto;
}

.team_inner h3{
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    line-height: inherit;
}

.team_inner p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #00aeff;
    line-height: inherit;
}

/************************************************
*** Portfolio ***
*************************************************/

#portfolio{
    text-align: center;
    padding: 100px 0 50px;
}

#portfolio h2{
    padding-top: 50px;
    margin-bottom: 30px;
}

#portfolio p{
    padding: 0 20px;
}

.demo figure {
    position: relative;
    overflow: hidden;
	background: #00aeff;
    box-shadow: 0px 1px 2.97px 0.03px rgba(34, 31, 31, 0.2);
    border-radius: 3px;
}

.demo figure img {
	opacity: 1;
	/*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);*/
}

.demo figure::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.demo figure:hover img {
	opacity: 0.6;
	/*-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);*/
}

.demo figure:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.agile-gallery-info{
    text-align: left;
    padding: 1em 0 3em;
    background: #ffffff;
}

.agile-gallery-info h5{
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 0;
}

.agile-gallery-info p{
    color: #999999;
    font-size: 14px;
    padding: 0 !important;
    line-height: 1.5em;
    margin: .5em 0 0 0;
}

.agile-gallery-info{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3_tab_img_left:hover .agile-gallery-info{
	background: #daae19;
	color:#FFFFFF;
}

.w3_tab_img_left:hover .agile-gallery-info p{
	color:#FFFFFF;
}

#portfolio_details{
    text-align: center;
    padding: 100px 0;
    width: 65%;
    margin: auto;
}

.title_excerpt{
    padding: 100px 0;
}

.title_excerpt h2{
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
}

.filter_gallery{
    max-width: 1000px;
    margin: auto;
}

.btn-filters {
    border-bottom: none;
    margin: 3em auto;
    text-align: center;
}

.filter-button{
    text-decoration: none;
    font-size: 16px;
    margin-right: 3px;
    font-size: 1em;
    font-weight: 600;
    color: #8c8f94;
    border: 0;
    padding: 0.8em 2em;
    background: transparent;
    outline: 0;
    text-transform: uppercase;

}

.filter-button:hover, .filter-button:focus, .filter-button:active{
    color: #00aeff;

}

.active-btn{
    color: #00aeff !important;
}

.port-image{
    width: 100%;
}

.gallery_product{
    margin-bottom: 30px;
}



/*****************************************************
*** Contact Us ***
*****************************************************/

#contact_section{
    text-align: center;
    padding: 100px 0;
}

#contact_section h2{
    padding-top: 50px;
    margin-bottom: 15px;
}

.mobile_email span{
    display: inline-block;
}

.mobile_email span a{
    font-size: 16px;
    display: block;
    padding: 10px;
    color: #666;
    text-decoration: none;
}

.mobile_email .phone_number{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.mobile_email span a:hover{
    color: #00aeff;
}

.maps{
    margin-top: 50px;
}

.address{
    text-align: center;
}

.map_div{
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
}

.map_div iframe{
    width: 100%;
}

.address img{
    /*width: 200px;
    height: auto;*/
    vertical-align: inherit;
}

.address h3{
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.address p{
    padding: 0 60px;
}

#contact_form{
    background: #f4f4f5;
    text-align: center;
    padding: 100px 0;
}

#contact_form h2{
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}

.form {
    text-align: left;
    margin-top: 30px;
}

.padding_r{
    padding-right: 10px !important;
}

.padding_l{
    padding-left: 10px !important;
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}

.form input:-moz-placeholder, .form textarea:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

.form input[type="text"],
.form input[type="email"]{
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 100%;
    font-style: italic;
    background: #fff;
    border: 1px solid rgba(38, 39, 45, 0.2);
    padding: 16px 26px;
    font-size: 16px;
    padding-right: 148px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2.97px 0.03px rgba(34, 31, 31, 0.2);
}

.form textarea{
    position: relative;
    width: 100%;
    max-width: 100%;
    font-style: italic;
    border: 1px solid rgba(38, 39, 45, 0.2);
    padding: 16px 26px;
    font-size: 16px;
    outline: 0;
    background: #fff;
    padding-right: 148px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2.97px 0.03px rgba(34, 31, 31, 0.2);
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form textarea:focus{
    border: 1px solid #00aeff;
}

.form .submit_btn{
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
    border: 1px solid #00aeff;
    padding: 13px 20px;
    font-size: 16px;
    margin: 0;
    background-color: #00aeff;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form .submit_btn i{
    padding-left: 5px;
    font-size: 12px;
}

/*.form .submit_btn:after{
    content: "\f1d8";
    font-family: FontAwesome;
    right:20px;
    font-weight: normal;
    position:absolute;
    top:14px;
}*/

.form .submit_btn:hover, .form .submit_btn:focus{
    border: 1px solid #00aeff;
    background-color: #fff;
    color: #00aeff;
}

.digital_time{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #777;
}

/*****************************************************
*** Footer ***
*****************************************************/
#footer {
  color: #8c8f94;
  font-size: 16px;
}

#footer .footer-container {
  padding-top: 120px;
  padding-bottom: 40px;
}

#footer .copyright-container {
  padding-top: 20px;
  padding-bottom: 25px;
}

#footer .logo {
  width: 80%;
  margin-bottom: 20px;
}

#footer p {
  font-size: 14px;
  line-height: 24px;
}

#footer .app_download img {
  margin-top: 6px;
}

#footer ul li .title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #222;
  font-size: 12px;
}

#footer ul li a {
    color: #8c8f94;
    text-decoration: none;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
}

#footer ul li a.blue_text{
    font-family: 'Montserrat', sans-serif;
    color: #00aeff;
    font-weight: 600;
}

#footer ul li a.blue_text:hover{
    color: #202020;
}

#footer ul li .contact_us{
    font-family: 'Montserrat', sans-serif;
}

#footer ul li a:hover {
  color: #00aeff;
}

#footer .socials {
  margin-top: 32px;
}

#footer .socials li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

#footer .socials li a {
  color: rgba(19, 19, 21, 0.3);
}

#footer .socials li:last-child {
  margin-right: 0;
}

#footer .more-info {
  line-height: 24px;
  font-size: 14px;
}

#footer .made-by {
  font-size: 9px;
  font-weight: 700;
  line-height: 22px;
  color: #26272d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#footer .made-by a img {
  margin-top: -8px;
  margin-left: 8px;
}

.copyright{
    text-align: center;
    margin-top: 40px;
}

/*****************************************************
Responsive Styles
*****************************************************/

@media only screen and (min-width: 1920px){
    #portfolio_details{
        width: 70%;
        margin: auto;
    }
}

@media only screen and (max-width: 1024px){
    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    
    .address p{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 992px) {
  /*** Main Nav ***/
  #main-nav .col-md-4:first-child,
  #main-nav .col-md-4:last-child {
    display: none;
  }
  #main-nav .logo {
    padding-top: 0px;
  }
  #main-nav #slide_out_menu {
    position: fixed;
    display: block;
    width: 300px;
    height: 100%;
    left: -300px;
  }
  #main-nav #slide_out_menu .menu-close {
    top: 41px;
  }
  /*** Features ***/
  #features {
    padding: 100px 0;
  }
  #features .feature-item {
    margin-bottom: 80px;
  }
  #features .feature-item:last-child {
    margin-bottom: 0;
  }
  #features .feature {
    padding: 0px 0px;
  }
  #features .feature .f-icon {
    margin-bottom: 48px;
  }
  #features .feature .f-icon i {
    font-size: 42px;
    color: #00aeff;
  }
  /*** iPhone Feature ***/
  #iphone-feature {
    padding: 80px 0 60px;
  }
  #iphone-feature .iphone-showcase {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 15px;
    margin-top: 64px;
  }
  #iphone-feature .iphone-showcase img {
    width: 100%;
  }
  /*** Map Feature ***/
  #map-feature {
    padding: 80px 0 100px;
  }
  #map-feature .map-showcase {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 15px;
    margin-top: 64px;
  }
  #map-feature .map-showcase img {
    width: 100%;
  }
  
  /*** iPhone Screens ***/
  #iphone-screens {
    padding: 120px 0 620px;
  }
  #iphone-screens .images-list li {
    position: absolute;
    width: 240px;
    top: 68px;
  }
  #iphone-screens .images-list li img {
    max-width: 100%;
  }
  #iphone-screens .images-list li:nth-child(1) {
    margin-left: -680px;
  }
  #iphone-screens .images-list li:nth-child(2) {
    margin-left: -410px;
  }
  #iphone-screens .images-list li:nth-child(4) {
    margin-right: -410px;
  }
  #iphone-screens .images-list li:nth-child(5) {
    margin-right: -680px;
  }
  #iphone-screens .images-list li.main-img {
    width: 295px;
    margin-left: -148px;
  }
  /*** Customers ***/
  #customers .carousel-control.left,
  #customers .carousel-control.right {
    display: none;
  }
    
    .quotation{
        margin-top: 40px;
    }
  /*** Plan ***/
  #plan {
    padding: 120px 0 150px;
  }
  #plan #price_tables .individual.active, #plan #price_tables .company.active {
    margin-top: 80px;
  }
  #plan .toggle-container .switch-toggles .individual, #plan .toggle-container .switch-toggles .company {
    margin-top: 0;
  }
    
    .address p{
        padding: 0;
    }
    
  /*** Footer ***/
  #footer .socials {
    margin-bottom: 60px;
  }
  #footer .footer-links {
    margin-bottom: 30px;
  }
  #footer .footer-links:last-child {
    margin-bottom: 0;
  }
  /*** Copyright Container ***/
  .copyright-container .text-right {
    text-align: left;
    margin-top: 22px;
  }
    
    #footer .logo {
    width: 170px;
        height: auto;
    margin-bottom: 20px;
}
    
    .titles {
        padding: 0 40px;
    }
    
    .carousel-control {
        width: 10%;
        height: 7%;
        font-size: 25px;
    }
    
    #iphone-feature .iphone-showcase img{
        height: auto;
    }
    
}

@media only screen and (max-width: 768px) {
    
    
  /*** iPhone Screens ***/
  #iphone-screens {
    padding: 120px 0 460px;
  }
  #iphone-screens .images-list li {
    position: absolute;
    width: 178px;
    top: 52px;
  }
  #iphone-screens .images-list li img {
    max-width: 100%;
  }
  #iphone-screens .images-list li:nth-child(1) {
    margin-left: -502px;
  }
  #iphone-screens .images-list li:nth-child(2) {
    margin-left: -304px;
  }
  #iphone-screens .images-list li:nth-child(4) {
    margin-right: -304px;
  }
  #iphone-screens .images-list li:nth-child(5) {
    margin-right: -502px;
  }
  #iphone-screens .images-list li.main-img {
    width: 220px;
    margin-left: -110px;
  }
    
    
    .titles {
        top: 20%;
        padding: 0 40px;
    }
    
    #about_section p{
        padding: 0 100px;
    }
    
    .address img{
        /*width: 100%;
        height: auto;*/
    }
    
}

@media only screen and (max-width: 575px) {
  input[type="text"],
  input[type="email"] {
    padding: 16px 26px;
  }
    
    #main-nav {
        padding: 15px 0;
        font-size: 15px;
    }
    #main-nav .logo img{
        width: 140px;
    }
    #main-nav.active {
        padding: 10px 0;
    }
    
    #main-nav ul li a {
        font-size: 12px;
    }
    #main-nav #slide_out_menu .menu-close {
        top: 20px;
    }
  /*** Header ***/
  #header {
    padding: 160px 0 460px;
  }
  #header .header_iphone {
    bottom: -220px;
    margin-left: -140px;
    width: 280px;
  }
    
    .titles {
        padding: 0 20px;
    }
    
    .titles h1{
        font-size: 30px;
        line-height: 35px;
    }
    
    .titles p{
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px;
    }

    .btn-lg {
        padding: 14px 28px;
    }
    
    .carousel-control {
        display: none;
    }
  /*** Ready to Buy  ***/
  #ready-to-buy .form-group .btn,
  #subscribe .form-group .btn {
    position: relative;
    margin-top: 14px;
  }
  /*** Customers ***/
  #customers {
    padding: 120px 0;
  }
  #customers .carousel-indicators li {
    width: 90px;
    height: 90px;
  }
    
    #clients .owl-carousel .item {
        padding: 40px;
    }
  /*** Plan ***/
  #plan {
    padding: 120px 0 100px;
  }
  #plan .price-table {
    width: 340px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
    float: none;
  }
  /*** Footer ***/
  #footer .footer-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
    
    .copyright {
        margin-top: 20px;
    }
    
  #footer .footer-links {
    width: 100%;
  }
    #iphone-feature .btns-container a i{
        display: none;
    }
    
    #about_section p{
        padding: 0 50px;
    }
    
    .address{
        margin-bottom: 50px;
    }
    
    .form {
        margin-top: 30px;
    }
    
    #portfolio_details{
        width: 100%;
    }
    
    #iphone-feature .btns-container a{
        font-size: 12px;
        padding: 10px;
    }
    
    /****************/
    
    .padding_r {
        padding-right: 15px !important;
    }
    
    .padding_l {
        padding-left: 15px !important;
    }
    
    .team_inner{
        margin-bottom: 50px;
    }
    
}

@media only screen and (max-width: 320px){
    
    h2 {
        font-size: 40px;
        line-height: 42px;
    }
    
    #iphone-feature .btns-container a {
        font-size: 10px;
    }
    
    #map-feature .partners ul li h4 {
        font-size: 26px;
    }
    
    #map-feature .partners ul li:last-child {
        border-left: 0;
        padding-left: 0;
    }
    
    #map-feature .partners ul li h4 a img{
        width: auto;
        height: 50px;
    }
    
}
/*# sourceMappingURL=style.css.map */







.clock {
    display: inline-block !important;
    border-radius: 50%;
    background: #fff url("../images/clock.svg") no-repeat center;
    background-size: 95%;
    height: 16em;
    position: relative;
    width: 16em;
}

.clock::after {
    background: #00aeff;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5%;
    height: 5%;
    z-index: 5;
}

.minutes-container, .hours-container, .seconds-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hours {
    background: #000;
    height: 20%;
    left: 48.75%;
    position: absolute;
    top: 30%;
    transform-origin: 50% 100%;
    width: 2.5%;
    border-radius: 10px;
}

.minutes {
    background: #000;
    height: 35%;
    left: 49%;
    position: absolute;
    top: 14%;
    transform-origin: 50% 100%;
    width: 2%;
    border-radius: 10px;
}

.seconds {
    background: #00aeff;
    height: 45%;
    left: 49.5%;
    position: absolute;
    top: 14%;
    transform-origin: 50% 80%;
    width: 1%;
    z-index: 8;
    border-radius: 10px;
}

@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}


.hours-container {
  -webkit-animation: rotate 43200s infinite linear;
          animation: rotate 43200s infinite linear;
}

.linear .minutes-container {
  -webkit-animation: rotate 3600s infinite linear;
          animation: rotate 3600s infinite linear;
}
.linear .seconds-container {
  -webkit-animation: rotate 60s infinite linear;
          animation: rotate 60s infinite linear;
}

.steps .minutes-container {
  -webkit-animation: rotate 3600s infinite steps(60);
          animation: rotate 3600s infinite steps(60);
}
.steps .seconds-container {
  -webkit-animation: rotate 60s infinite steps(60);
          animation: rotate 60s infinite steps(60);
}

.local.steps .minutes-container {
  -webkit-animation: none;
          animation: none;
}

.bounce .minutes-container {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44), -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
}
.bounce .seconds-container {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44), -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
}





