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

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: black;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 28px 0;
}

section h2 {
  font-size: 50px;
}

header {
  padding-top: 55px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: white;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: white;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: white;
    background-color: white;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: black;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}





.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



section.about {
  /*background-image: url("about.jpg");*/
  background: url(../img/about.jpg) no-repeat;
  background-size: cover;
}

section.about .right{
  float: right;
}

section.about .left{
  float: left;
}

section.about .section-heading {
  margin-bottom: 15px;
}


.about-text{
  padding-top: 50px;
}


.phone-img {
  width: 80%;
  /*float: right;*/
}

.phone {
  text-align: right;
}

section.about h1 {
  font-family: 'Futura-Medium', sans-serif;
  color: #e74328;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  font-weight: bolder;
}

section.about .sponsers {
  padding-top: 40px;
}

section.about .header-bottom-line {
  text-align: center;
  width: 60px;
  height: 1px;
  display: block;
  margin: 5px auto 0px;
  background-color: #313436;
}

section.about .section-heading h2 {
  margin-top: 0;
}

section.about .section-heading p {
  margin-bottom: 0;
}

section.about .device-container,
section.about .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.about .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.about .device-container {
    margin-bottom: 0;
  }
}

section.about .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.about .feature-item h3 {
  font-size: 30px;
}

section.about .icasa {
  width: 65px;
}

section.about .vum {
  width: 120px;
}
/*.phone-img{
  width: 100%;
}*/

.about-text{
  /*padding-top: 100px;*/
}
section.about .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



section.pricing {
  background-color: #efeae4;
  text-align: center;
}

section.pricing .header-bottom-line {
  text-align: center;
  width: 60px;
  height: 1px;
  display: block;
  margin: 5px auto 0px;
  background-color: #313436;
}


section.pricing .container-fluid {
  padding-top: 60px;
}

section.pricing h1 {
  font-family: 'Futura-Medium', sans-serif;
  color: #e74328;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  font-weight: bolder;
}


section.pricing .right{
  float: right;
}

section.pricing .left{
  float: left;
}

section.pricing .demo-body {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}

section.pricing .fees-body {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}

section.pricing .parent {
  width: 65%;
  margin: auto;
}


section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

/*section.contact .right{
  float: right;
}

section.contact .left{
  float: left;
}*/


.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  /*border-radius: 300px;*/
  width: 100%;
  background-color: #e74328;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-small {
  /*border-radius: 300px;*/
  width: 10%; 
  background-color: #e74328;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

span {
  color: #e74328;
}



.contact-section {
  position: relative;
  height: 750px;
}



.contact-section .overlay {
  background-image: url("../img/Maps.jpg");
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-section #map-canvas {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-section .header-1 {
  margin-bottom: 30px;
  padding: 20px;
  background-color: transparent;
}
.contact-section .header-1 h1 {
  font-family: 'Futura-Medium', sans-serif;
  color: #e74328;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  font-weight: bolder;
}
.contact-section .header-1 .header-bottom-line {
  text-align: center;
  width: 100px;
  height: 1px;
  display: block;
  margin: 5px auto 0px;
  background-color: #313436;
}
.contact-section .header-1 .header-bottom-line-2 {
  text-align: center;
  width: 400px;
  height: 1px;
  display: block;
  margin: 5px auto 0px;
  background-color: #313436;
}
.contact-section .address-block {
  color: #313436;
  background-color: #ffffff;
  padding: 5px 20px;
  border: 4px solid #e74328;
}
.contact-section .address-block h1 {
  font-family: 'Futura-Medium', sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #6f6b64;
}
.contact-section .touch-block {
  color: #313436;
  background-color: #efeae4;
  padding: 5px 20px;
}
.contact-section .touch-block h1 {
  font-family: 'Futura-Medium', sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #6f6b64;

}
.contact-section .header-bottom-line {
  text-align: center;
  width: 60px;
  height: 1px;
  display: block;
  margin: 5px auto 0px;
  background-color: #313436;
}
.contact-section p {
  margin-top: 30px;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  color: #313436;
  margin-bottom: 15px;
}
.contact-section .about-quote {
  color: #e74328;
  font-size: 24px;
}
.contact-section h1 {
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 18px;
  color: #e74328;
  text-transform: uppercase;
}
.contact-section h2 {
  font-family: 'Roboto-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.contact-section span {
  color: #e74328;
}
/*.contact-section img {
  border: 4px solid #313436;
}
*/

.block-form .form-control {
  border-radius: 0;
  margin: 5px 0;
  background-color: transparent;
  color: #313436;
  border: none;
  border-bottom: 1px solid #313436;
  box-shadow: none;
}


/* ==========================================================================
   Footer styles
   ========================================================================== */
#footer {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}


.contact-section .header-bottom-line {
    text-align: center;
    width: 100%;
    height: 1px;
    display: block;
    margin: 5px auto 0px;
    background-color: #313436;
}

.footer-block {
  background-color: #ffffff;
}
.footer-information {
  padding-bottom: 30px;
  background: #313436;
  font-size: 13px;
}
.footer-information p {
  color: #f0f0f0;
}
.footer-information .social-block {
  color: #ffffff;
  background-color: #e74328;
  padding: 5px 30px;
}
.footer-information .social-block h1 {
  font-family: 'Futura-Medium', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 5px;
  text-align: left;
}
.footer-information .android-block {
  padding-top: 81px;
}
.footer-information .copy-right-block {
  padding-top: 81px;
}
.footer-information .copy-right-block p {
  font-size: 11px;
  text-align: center;
  color: #6f6b64;
}
.footer-information .copy-right-block h1 {
  font-family: 'Futura-Medium', sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #6f6b64;
}
.footer-information .copy-right-block span {
  color: #e74328;
}
.footer-information strong {
  font-family: Roboto-Bold;
}
.footer-information a {
  color: #f0f0f0;
  text-decoration: none;
  line-height: 20px;
}
.footer-information a:hover {
  color: #efeae4;
}
.footer-information .footer-categories {
  margin: 0;
  list-style-type: none;
}
.footer-information .footer-categories li {
  list-style-type: none;
}
.footer-information form {
  margin: 0;
}
.footer-information form input {
  border: 1px solid #9f98ad;
  height: 30px;
  padding: 5px 10px;
  background: none;
  color: #f0f0f0;
}
.footer-information form ::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #f0f0f0;
}
.footer-information form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #f0f0f0;
}
.footer-information form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #f0f0f0;
}
.footer-information form :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #f0f0f0;
}
.footer-information form button {
  margin-left: -5px;
  border: 1px solid #efeae4;
  height: 30px;
  width: 30px;
  background-color: #efeae4;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-information form button:hover {
  background-color: #efeae4;
  border: 1px solid #efeae4;
}
.footer-information .socials {
  text-align: left;
  /*padding-left: 30px;*/
}
.footer-information .socials a {
  display: inline-block;
  width: 40px;
  /*height: 40px;*/
  text-align: center;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: 20px 10px 20px 0px;
  text-decoration: none;
  color: #ffffff;
  vertical-align: left;
  line-height: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
}
.footer-information .socials a:hover {
  background-color: #ffffff;
  color: #e74328;
}
.footer-copyright {
  color: #f0f0f0;
}
.sub-footer {
  border-top: 1px dotted #3E3E3E;
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  margin-top: 1em;
  padding-top: 1em;
}
.footer-payments {
  list-style: none;
  padding: 10px 14px 0 0;
}
.footer-payments li {
  display: inline-block;
  margin: 0 4px 8px;
  float: inherit;
}
.footer-tag {
  font-family: Roboto-Bold;
  font-size: 14px;
  color: #efeae4;
}


.address {
  margin-top: 90px;
}



@media (max-width: 575px) {
  .container {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .phone-img {
    width: 50%;
  }
}

 /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .phone-img {
    width: 80%;
  }

  .address {
    margin-top: 0px;
  }

  .contact-section {
    position: relative;
    height: 144%;
  }

  .phone {
    text-align: center;
  }

  section.about .sponsers {
    padding-top: 10px;
  }
}


