/*** General ***/



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

* {

  box-sizing: border-box;

  transition: all .3s ease-in-out;

  margin: 0;

	padding: 0;

}



body {

  background: #fff;

  color: #000;

  font-family: 'Open Sans', sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 1.3;

  overflow-x: hidden;

}



h1, h2, h3, h4, h5, h6 {

  letter-spacing: 2px;

  line-height: 1.3em;

  margin-bottom: 20px;

  color: #3f4041;

}



strong {

  font-weight: 700;

}



/*** General ***/



a {

  color: #000;

}



a:focus, a:hover {

  text-decoration: none;

}



a:focus {

  outline: 0;

}



.bg-white {

  background-color: #fff;

}



hr {

  height: 2px;

  margin: 15px auto;

  width: 100px;

  background: #000;

  border-color: #000;

}



p {

  margin-bottom: 15px;

  color: #0d0d0d;

  line-height: 1.5;

  font-weight: 300;

}



strong {

  font-weight: 700;

}



.no-padding {

  padding: 0;

}



.margin-b15 {

  margin-bottom: 15px;

}



.cta {

  border: 2px solid #d05d24;

  color: #fff;

  display: inline-block;

  font-size: 18px;

  font-weight: 400;

  letter-spacing: 0.15mm;

  text-transform: uppercase;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  border: 2px solid transparent;

  line-height: 1.3;

  background-color: #d05d24;

  padding: 16px 20px;

}



.cta:hover {

  opacity: .8;

  color: #fff;

}



.cta-outline {

  background-color: transparent;

  border: 2px solid #fff;

}



.cta-outline:hover {

  color: #d05d24;

}



.cta-color {

  background-color: #d05d24;

}



section {

  padding: 40px 0;

}



.section-heading {

  text-align: center;

  margin-bottom: 50px;

}



.section-heading h3 {

  font-size: 45px;

}



/*** Navigation ***/



.nav>li>a:focus {

    background-color: transparent;

}



.nav li a {

  color: #fff;

  text-transform: uppercase;

  letter-spacing: 0.2mm;

  padding: 15px 25px;

  font-weight: 300;

  font-size: 16px;

}



.nav li a:hover {

  background: transparent;

  color: #d05d24;

}



.navbar-brand {

  padding: 15px 15px 15px 0;

}



.navbar-brand img {

  height: 22px;

}



.navbar-fixed-top.scrolled {

  background-color: #3d434b !important;

  transition: background-color .1s ease-in-out;

}



.navbar-fixed-top.scrolled .nav-link {

  color: #fff;

}



.navbar-fixed-top.scrolled .nav-link:hover {

  color: #d05d24;

}



.bg-transparent {

  color: #fff;

  background-color: transparent;

}



/** Animated Navbar (Mobile) ***/



.navbar-toggle {

  border: none;

  background: transparent !important;

}



.navbar-toggle:hover {

  background: transparent !important;

}



.navbar-toggle .icon-bar {

  width: 22px;

  transition: all 0.2s;

  background-color: #fff;

}



.navbar-toggle .top-bar {

  transform: rotate(45deg);

  transform-origin: 10% 10%;

}



.navbar-toggle .middle-bar {

  opacity: 0;

}



.navbar-toggle .bottom-bar {

  transform: rotate(-45deg);

  transform-origin: 10% 90%;

}



.navbar-toggle.collapsed .top-bar {

  transform: rotate(0);

}



.navbar-toggle.collapsed .middle-bar {

  opacity: 1;

}



.navbar-toggle.collapsed .bottom-bar {

  transform: rotate(0);

}



/* Confirmation Page Navigation */

.mobile-header .navbar-fixed-top {

    background-color: #3d434b ;

}



/** Hero ***/



#hero {

  background: linear-gradient(

      rgba(0, 0, 0, 0.7),

      rgba(0, 0, 0, 0.7)),

      url("../img/hero.jpg") no-repeat center center fixed;

  background-size: cover;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  padding: 0;

  height: 750px;

  position: relative;

}



#hero .hero-content {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  color: #fff;

  text-align: center;

  width: 100%;

}



#hero .hero-content h1 {

  font-size: 29px;

  letter-spacing: 0.6mm;

  color: #fff;

  line-height: 50px;

}



#hero span {

  color: #d05d24;

  font-weight: 700;

  display: block;

  font-size: 45px;

}



#hero ul li {

  margin-bottom: 15px;

  letter-spacing: .3mm;

}



#hero ul {

  padding: 0 0 0 15px;

}



#hero .hero-content h4 {

  font-size: 25px;

  text-decoration: underline;

  color: #fff;

}



/*** What ***/



#what .box {

  background-color: #f9f8f6;

  padding: 20px;

  height: auto;

  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);

  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);

  margin-bottom: 20px;

}



#what .box p {

  margin-bottom: 0;

}



#additional {

  padding-top: 0;

  text-align: center;

}



/*** Why ***/



/*#why {

  background: #3d434b;

  padding: 0;

  color: #fff;

}*/



#why {

  background-color: #f9f8f6;

  -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.7);

  -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.7);

  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.7);

}



#why .section-heading h3 {

  color: #000;

}



#why p {

  color: #000;

}



#divider {

  text-align: center;

  background-color: #3d434b;

}



#divider h3 {

  color: #fff;

  font-size: 30px;

}



#divider h4 {

  color: #fff;

  font-size: 25px;

}



#divider .quote{

    display: block;

    margin-top: 20px;

}



/*** Pricing ***/



#pricing .plan {

  background-color: #f8f8f8;

  padding: 15px 15px;

}



#pricing h4 {

  margin: 0;

}



.sub-heading {

  font-size: 22px;

}



.plan-name.silver {

  background-color: #C0C0C0;

}



.plan-name.bronze {

  background-color: #CD7F32;

}



.plan-name.bronze h4 {

  color: #fff;

}



.plan-name.gold {

  background-color: #D4AF37;

}



.plan-name.platinum {

  background-color: #e5e4e2;

}



.plan-name.gold h4 {

  color: #fff;

}



.plan .plan-name {

  padding: 20px 0;

  font-size: 26px;

}



.plan .plan-name h4 {

  margin-bottom: 0;

  text-transform: uppercase;

}



.plan-price {

  background-color: #f8f8f8;

  font-size: 30px;

  font-weight: 700;

  line-height: 70px;

  color: #000;

  border-top: 1px solid #f1f1f1;

  padding-top: 10px;

}



.plan-price p{

  font-size: 16px;

  margin-bottom: 0;

  padding-bottom: 15px;

}



.plan-price .currency {

  position: relative;

  color: #505050;

  margin-right: -5px;

  font-size: 24px;

  top: -11px;

}



.plan-descriptions {

  margin-bottom: 20px;

  text-align: center;

}



.plan-price .price {

  font-weight: bold;

  font-size: 40px;

  color: #d05d24;

  line-height: normal;

}



.plan-price .time {

  font-style: italic;

  position: relative;

  color: #3e3d3d;

  font-size: 20px;

}



.extra-fees ul li {

  list-style: none;

}



#pricing .desc {

  padding: 15px;

  font-weight: 300;

}



#pricing h5 {

  margin-top: 20px;

  font-size: 20px;

}



.plan-inner {

  background-color: #fff;

  border: 1px solid #e5e4e3;

  text-align: center;

}



.features {

  background-color: #d05d24;

  padding: 12px;

}



.features h4 {

  color: #fff;

  margin-bottom: 0;

}



.sign-up-fee h4 {

  margin-bottom: 0;

  text-decoration: underline;

  font-size: 16px;

}



.sign-up-fee p {

  margin-bottom: 0;

}



.plan-footer {

  padding: 20px;

  border-top: 1px solid #f1f1f1;

}



.plan-footer .cta {

  display: block;

}



#pricing ul {

  padding: 0;

}



#pricing ul li {

  list-style: none;

  padding: 10px;

  border-bottom: 1px solid #f1f1f1;

  font-size: 16px;

  font-weight: 400;

}



#pricing ul li span {

  color: #d05d24;

  font-weight: bold;

  display: block;

}



/*** What ***/



#what {

  text-align: center;

}



/* Form */



.mobile-contact {

  display: none

}



#contact-header {

  background: url("../img/contact-header.jpg") no-repeat center center;

  background-size: cover;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  padding: 40px 15px;

}



#contact-header h3 {

  color: #fff;

}



#contact-header hr {

  background: #fff;

  border-color: #fff;

}



#form {

  background-color: #fcfaf7;

  padding: 55px 0;

}



form#site-form {

  padding: 20px;

  background-color: #fff;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);

}



form .form-control {

  margin-bottom: 7px;

  padding: 25px 15px;

  font-size: 20px;

  border: 1px solid #b2b1b0;

  background-color: #fcfaf7;

  -webkit-appearance: none;

  border-radius: 0;

}



.form p {

  margin-top: 100px;

  font-size: 50px;

}



.form p:nth-last-child(1) {

  margin-top: 0;

}



label {

  margin-bottom: 10px;

  font-weight: 300;

}



textarea#message {

  padding: 15px;

}



form button {

  width: 100%;

}



/* Confrimation Page */

form  .cta {

  display: block;

}





select {

  margin-bottom: 7px;

  padding: 11px 15px;

  font-size: 20px;

  border: 1px solid #b2b1b0;

  background-color: #fcfaf7;

  width: 100%;

}



/*** Good For ***/

#good-for {

  position: relative;

  /* background: url("../img/bg-img-half.jpg") no-repeat center center; */

  background-size: cover;

  background-color: #fcfaf7;

}

#good-for h5 {

  margin: 0 0 5px;

  font-size: 18px;

}



.circle {

  height: 50px;

  width: 50px;

  border-radius: 50%;

  position: relative;

}



.circle:before {

  content: "";

  display: block;

  position: absolute;

  z-index: 1;

  top: 100%;

  left: 50%;

  border: 1px solid;

  border-width: 0 0 0 1px;

  width: 1px;

  height: 90px;

  border-color: #ddd;

}





.cf::before {

  content: " ";

  display: table;

}



#good-for p{

  font-size: 16px;

}



#good-for img {

  height: 50px;

  display: block;

  margin-right: 15px;

}



#good-for .good-item {

  display: table;

}



#good-for .item-left {

  display: table-cell;

}



#good-for .item-right {

  vertical-align: middle;

  display: table-cell;

  padding: 0 15px;

}



/*** FAQ ***/



#faq {

  background-color: #3d434b;

  bac

}



#faq h3 {

  color: #fff;

}



#faq hr {

  background-color: #fff;

}

#faq ul {

  padding-left: 20px;

}



#faq ul li{

  margin-bottom: 8px;

  font-weight: 300;

}



#faq i.glyphicon.glyphicon-plus {

  margin-right: 5px;

}



#faq a.collapsed {

    line-height: 1.5;

}



#accordion .panel-title i.glyphicon{

    -moz-transition: -moz-transform 0.5s ease-in-out;

    -o-transition: -o-transform 0.5s ease-in-out;

    -webkit-transition: -webkit-transform 0.5s ease-in-out;

    transition: transform 0.5s ease-in-out;

}



.rotate-icon{

    -webkit-transform: rotate(-225deg);

    -moz-transform: rotate(-225deg);

    transform: rotate(-225deg);

}



.panel{

    border: 0px;

    border-bottom: 1px solid #eee;

}

.panel-group .panel+.panel{

    margin-top: 0px;

}

.panel-group .panel{

    border-radius: 0px;

    margin-bottom: 15px

}

.panel-heading{

  border-radius: 0px;

  color: #000;

  padding: 15px;

}

.panel-custom>.panel-heading{

    background-color: #fff;

}



panel-collapse .collapse.in{

    border-bottom:0;

}



/*** Footer ***/



footer {

  background-color: #000;

  padding: 30px 0;

}



footer .copyright {

  text-align: center;

  font-size: 14px;

  color: #fff;

  padding: 0 20px;

}



footer .copyright p {

  margin-bottom: 0;

  color: #fff;

}



footer img {

  height: 8px;

}



footer .image {

  width: 200px;

  margin: 0 auto;

  padding-top: 10px;

}



footer b {

  font-weight: 700;

}



/*** Media Queries ***/



@media (max-width:1290px) {

  #hero {

      height: 640px;

  }

}





@media (max-width:1199px) {

  #hero {

    height: 680px;

  }



  #hero .hero-content {

    width: 80%;

  }



  #hero .hero-content h1 {

    font-size: 27px;

}

}



@media (max-width:991px) {

  .plan-descriptions {

    display: none;

  }

  .benefits {

    display: none;

  }

  #hero {

    height: 400px;

  }



  #hero .hero-content {

    width: 75%;

}

  /***CMD***/

  .plan p {

    margin-bottom: 0;

  }

  #pricing .plan {

    margin-bottom: 30px;

  }

}



@media (min-width:992px) {

  #pricing .desc {

    display: none;

  }

  .extra-fees br {

    display: none;

  }

}



@media (min-width: 1200px) {

  #pricing br {

    display: none;

  }

}



@media (max-width: 768px) {



  .form p {

    font-size: 40px;

  }



  #hero .hero-content h1 {

    line-height: 41px;

}

  .sub-heading {

    font-size: 20px;

}

  .bg-transparent {

    color: #fff;

    background-color: #000;

  }

  .navbar-brand {

    padding: 15px;

  }

  #hero {

    height: 330px;

  }

  #why {

    padding: 0 0 30px;

  }

  #why p {

    text-align: center;

  }

  #why .icon-center {

    text-align: center;

    font-size: 28px;

  }

  #hero .hero-content h1 {

    font-size: 26px;

    line-height: 36px;

  }



  #hero span {

    font-size: 40px;

    margin-top: 14px;

}

  #hero {

    background-attachment: scroll;

  }



  #divider h4 {

    font-size: 18px;

}



#divider h3 {

    color: #fff;

    font-size: 20px;

}

  .section-heading {

    margin-bottom: 40px;

  }

  .section-heading h3 {

    font-size: 30px;

  }

}





@media (max-width:650px) {

  body {

    font-size: 18px;

  }

  #hero .hero-content h1 {

    text-align: center;

    margin-top: 50px;

    font-size: 22px;

    line-height: 30px;

  }

  .cta {

    display: block;

  }

  #hero .cta {

    margin-bottom: 20px;

  }

  #divider h3 {

    font-size: 20px;

  }



  #pricing ul li {

    font-size: 16px;

  }

}



@media (max-width:450px) {



  #pricing h5 {

    font-size: 16px;

}



  .form p {

    font-size: 30px;

  }

  #hero {

    height: 400px;

}

  #hero span {

    font-size: 30px;

  }



 #contact-header .mobile-title {

    margin-top: 55px;

}



.circle:before {

    height: 138px;

}

}



@media (max-width: 385px){

  .circle:before {

     height: 158px;

  }

}



@media (max-width: 331px){

  .circle:before {

    height: 198px;

  }

}

