body {
  line-height: 1.4;
  color: #67696c;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h1-title, .h2-title, .h3-title, .h4-title, .h5-title {
  margin-bottom: 5px;
}
.h3-title{
    font-size: 25px;

}
.text-center p{
  text-align: justify;
  margin-top: 20px;
}
.h4-title, .h5-title{
  text-align: center !important;
  font-size: 25px;
}
.section-padding {
  padding: 60px 0px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bottom-line{
  width: 350px;
  height: 3px;
  background: #36a9f9;
  margin: 0 auto;
  border: 0;
}
@media only screen and (max-width: 420px){
     .bottom-line{ 
        width: 100px; 
      }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

/*Header*/

.header {
  background: url('../img/img-header.jpg') no-repeat fixed;
  background-size: cover;
  position: relative;
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.1);
  
}

#main-header {}

.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 10px 0;
  transition: all 0.3s;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #002F2F;
}

.top-nav-collapse {
  background: #cee6f6;
}

.logo-dec {
  color: #b0dcf1;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-brand {
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0px;
  margin-top: 6px;
}

.navbar-default .navbar-nav>li>a {
  color: #53514e;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #36a9f9;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #36a9f9;
}

.banner-info {
  float: right;
  padding: 170px 0 550px;
  color: #fff;
}

.bnr-title, .bnr-sub-title {
  font-family: 'Fira Sans', sans-serif;
}

h1.bnr-title {
  color: #36a9f9;
  font-size: 80px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px #000;
}

h2.bnr-sub-title {
  font-size: 30px;
  text-transform: uppercase;
  padding: 20px 0px;
  font-weight: 700;
}

.bnr-para {
  font-weight: 300;
}

.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus {
  text-transform: uppercase;
  margin-top: 50px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 30px;
  border-radius: 60px;
  margin: 50px 10px 0 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.btn-download {
  background-color: #36a9f9;
}

.btn-more, .btn-more:focus {
  margin-left: 15px;
  border: 1px solid #36a9f9;
  color: #36a9f9;
}

.btn-more:hover {
  background: #36a9f9;
  color: #fff;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
}



/*Price*/

#price {
  background: url('../img/background-testimonials.jpg') no-repeat;
  background-size: cover;
}


.bg-testicolor {
  background-color: RGBA(73, 84, 105, 0.61);
  min-height: 600px;

}

.white {
  color: #fff !important;
}
#price .h2-title, #price p{
  text-align: center;
  color: #cee6f6;
}
table{
  width: 100%;
  color: #fff;
  margin: 40px 0;
}
td{
  background: #cee6f6;
  border: 1px solid #36a9f9;
  color: #36a9f9;
  padding: 2%;
}
.price-title, .price-table{
  padding: 0;
}


/*Contact*/
.contact{
  background-color: #cee6f6;
}
.contact .h2-title{
  padding-top: 50px;
  margin: 0;
  color: #36a9f9;
}
#contact_form_id{
  padding: 50px 0;
}
#contact_form_id div{
  padding: 10px 0 0 50px;
  width: 100%;
  margin: 0 auto;
}
#contact_form_id label{
  padding:  0 10px;
  font-size: 17px;
  color: #36a9f9;
  margin: 0;
  font-weight: 500;
}
#contact_form_id label span{
  color: red;
}
#contact_form_id input{
  width: 100%;
  border: 0;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 0;
}
#contact_form_id select{
  width: 100%;
  border: 0;
  border-radius: 20px;
  padding: 8px 10px;
  margin: 0;
}
#contact_form_id textarea{
  width: 100%;
  border: 0;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 0;
}
#submit_contact{
  float: right;
  padding: 10px 20px !important;
  width: 40% !important;
  margin: 0 auto;
  background: #36a9f9;
  color: #cee6f6;
  font-size: 18px;
  font-weight: 600;
}
.contact-address{
  padding: 100px 120px;
}
address{
  padding-left: 50px;
}
.contact-address div span{
  font-size: 20px;
}
.fa{
  color: #36a9f9;
}
.phone-nav{
  float: right;
  padding: 10px 0;
  font-size: 27px;
  color: #36a9f9;

}
.nav{
  padding: 0 10px;
}
.phone-nav:hover{
  color: #000;
  text-decoration: none;
}
.phone-nav img{
  width: 20px;
  margin: 0 5px 5px 5px;
}
 

/*Contact*/

#footer {
  padding: 20px 0px;
}
#footer div p{
  text-align: center;
}
.scrollToTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #36a9f9;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.white-bg {
  background-color: #fff;
}

#footer a {
  color: #36a9f9;
  font-weight: 400;
}


.navbar-brand{
  padding: 0;
  margin: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

/*Responsive media queries*/
@media only screen and (max-width: 991px){
  .contact-address{
    padding: 50px 0;
      width: 225px;
      margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
   h1.bnr-title {
    font-size: 50px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px){
  .phone-small-menu{
    display: none;
  }
}
@media only screen and (max-width: 768px){
.bg-testicolor > div{
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    padding-bottom: 10px;
}
.navbar-default .navbar-nav>li>a {
   color: #fff;
   text-align: center;
}
   h1.bnr-title {
    font-size: 50px;
    padding-top: 100px;
  }
  .phone-big-menu{
    display: none;
  }
  .phone-nav{
    font-size: 20px;
    padding: 10px 0;
  }
  .phone-nav img{
    width: 15px;
  }
  #contact_form_id input{
    width: 100%;
  }
  #contact_form_id select{
  width: 100%;
  }
  #submit_contact{
    width: 60% !important;
  }
  #contact_form_id div{
  padding: 10px;
  width: 100%;
  }
  .navbar-collapse {
    background: rgba(64, 75, 97, 0.9);
    border-top: 0;
  }
  .navbar-toggle{
    margin: 8px !important;
  }
}
@media only screen and (min-width: 451px) and (max-width: 768px) {
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .banner-info {
    float: none;
  }
}

@media only screen and (max-width: 450px) {
  .navbar-default .navbar-brand {
    padding-left: 5px;
    margin-top: 0px;
  }
  .banner-info {
    float: none;
    padding-top: 40px;
  }

  body {
    font-size: 14px;
  }
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }
  .wrap-item h3 {
    font-size: 18px;
  }
  .title, .service-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 15px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .loction-info {
    padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .portfolio-item figure p {
    font-size: 14px;
  }
  .portfolio-item figure h2 {
    font-size: 18px;
  }
  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }
  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    color: #ded2af;
  }
  td{
    padding: 1%;
  }
}
