body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    color: #3a4750;
    font-weight: 400;
    background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #314861;
}
h1 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 100;
}
h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 300;
}
h3 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
}
h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
}
h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
}
h6 {
    font-size: 15px;
    line-height: 24px;
}
a {
    color: #d00a06;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
b, strong{

	font-weight: 700;
    color: #d00a06;
}
a,
a:active,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}
a:hover,
a:focus {
    text-decoration: none;
    color: #d00a06;
}
p {
    margin-bottom: 20px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 300;
}
.btn-lg {
    font-size: 15px;
    padding: 15px 30px
}
.btn-primary {
    background-color: #d00a06;
    border-color: #d00a06;
}
.btn-primary:hover {
    background: #d00a06;
    color: #ffffff;
    border-color: #d00a06;
}
.btn-default {
    color: #d00a06;
    background-color: transparent;
    border-color: #e1e1e1;
}
.btn-default:hover {
    background: #d00a06;
    color: #ffffff;
    border-color: #d00a06;
}
button:focus,
.btn:focus,
.btn:active:focus {
    outline: none;
}
.gray-bg {
    background-color: #f0f1f3;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.white-bg {
    background-color: #ffffff;
}
#main-wrapper {
    background: #ffffff;
    overflow: hidden;
}
.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
@media (max-width: 991px) {
    .header {
        position: relative;
    }
}
.navbar-brand {
    padding: 0;
    height: auto;
    margin: 5px 0!important;
}
@media (max-width: 768px) {
    .navbar-brand {
        width: 200px;
    }
    .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
}
.navbar {
    border-radius: 0;
    padding: 10px 0;
    background: rgba(255, 255, 255, .9);
    margin: 0;
}
@media (max-width: 768px) {
    .navbar {
        padding: 10px;
    }
}
.navbar-toggle {
    margin: 5px 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}
.navbar-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
}
.navbar-toggle i {
    margin-left: 5px;
}
.main-menu .navbar-right {
    margin-right: -15px;
}
.main-menu .nav li a {
    color: #314861;
    font-weight: normal;
    padding: 15px 0 15px 30px;
}
.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    color: #d00a06;
    background: transparent;
}
.main-menu .nav li a:focus {
    background: transparent;
}
@media (max-width: 991px) {
    .main-menu .nav li a {
        padding-left: 15px;
    }
}
@media (max-width: 600px) {
    .main-menu .nav li {
        text-align: right;
    }
    .main-menu .nav li a {
        padding: 5px 0;
    }
    .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid #eee;
    }
}
.dropdown-menu {
    border-radius: 0;
    border: none;
}
.sticky-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #ffffff!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.top-bar {
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    background: #ffffff;
}
.language-selector .dropdown-menu li a:hover {
    padding-left: 20px;
}
.language-selector .dropdown .dropdown-menu {
    margin-top: 0!important;
}
.language-selector,
.contact-number {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #f1f1f1;
}
.language-selector,
.contact-number,
.news-ticker {
    line-height: 47px;
}
.language-selector i,
.contact-number i,
.news-ticker i {
    margin-right: 5px;
}
.language-selector span i {
    margin-left: 5px;
    color: #a67b03;
}
.social-links ul li {
    float: left;
    border-right: 1px solid #f1f1f1;
}
.social-links ul li:first-child {
    border-left: 1px solid #f1f1f1;
}
.social-links ul li a {
    display: block;
    width: 41px;
    height: 47px;
    font-size: 14px;
    color: #dadada;
    line-height: 47px;
    text-align: center;
}
.social-links ul li a:hover {
    color: #ffffff;
}
.social-links ul li a.facebook:hover {
    background-color: #3b5998;
}
.social-links ul li a.twitter:hover {
    background-color: #55acee;
}
.social-links ul li a.pinterest:hover {
    background-color: #cc2127;
}
.social-links ul li a.instagram:hover {
    background-color: #3f729b;
}
.social-links ul li a.skype:hover {
    background-color: #00aff0;
}
.social-links ul li a.dribbble:hover {
    background-color: #ea4c89;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .language-selector,
    .contact-number {
        padding-right: 10px;
        margin-right: 10px;
    }
    .social-links ul li a {
        width: 36px;
    }
}
.hero-slide .carousel-inner>.item>img {
    min-width: 100%!important;
}
.hero-slide .carousel-caption {
    bottom: 40%;
    text-shadow: none;
    transform: translateY(50%);
    left: 10%;
    right: 0;
    width: 1140px;
    margin: 0 auto;
    text-align: left;
}
.hero-slide .carousel-caption h1 {
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 100;
    color: #FFF;
}
.hero-slide .carousel-caption h1 strong{
	color:#fff;
}
.hero-slide .carousel-caption p {
    font-size: 24px;
    color: #FFF;
    font-weight: 100;
    line-height: 1.5em;
}
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 55%;
    margin-top: -25px;
    cursor: pointer;
    text-shadow: none;
    border-radius: 3px;
    background: #ffffff;
    color: #314861;
    box-shadow: inset 0 -2px rgba(0, 0, 0, .1);
}
.hero-slide .carousel-control.left {
    left: -1%;
    opacity: 0;
}
.hero-slide .carousel-control.right {
    right: -1%;
    opacity: 0;
}
.hero-slide:hover .carousel-control.left,
.hero-slide:hover .carousel-control.right {
    opacity: 1;
}
.hero-slide:hover .carousel-control.left {
    left: 1%;
}
.hero-slide:hover .carousel-control.right {
    right: 1%;
}
.hero-slide .carousel-indicators {
    bottom: 60px;
}
.hero-slide .carousel-indicators li {
    border: 2px solid #ffffff;
}
@media screen and (max-width: 768px) {
    .hero-slide .carousel-caption h1 {
        font-size: 24px;
    }
    .hero-slide .carousel-indicators {
        bottom: 20px;
    }
    .hero-slide .carousel-caption p {
        font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
    .hero-slide .carousel-caption {
        width: 50%;
    }
    .hero-slide .carousel-caption h1 {
        font-size: 14px;
    }
}
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title h1 {
    margin-bottom: 5px;
}
.section-title p {
    font-size: 18px;
    color: #3d3b3b;
}
.services {
    padding: 80px 0 60px;
    background: #fff;
}
.services p {
    margin: 0;
}
.services .promo-block-wrapper {
    background: #fbfbfb;
    display: table;
    margin-bottom: 30px;
}
.services .promo-icon {
    margin-right: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.services .promo-content {
    padding: 30px;
}
.services .promo-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.about-us .about-content {
    padding: 80px 0;
}
.about-us .about-content h2 {
    font-size: 46px;
    margin-bottom: 5px;
}
.section-business {
    padding: 80px 0;
}
.accordionFour .panel-group .panel+.panel {
    margin-top: 0px;
}
.accordionFour .panel-group {
    margin-bottom: 0;
    margin-left: 20px;
}
.accordionFour .panel-default {
    border: 0;
}
.accordionFour .panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 40px;
}
.accordionFour .panel .panel-heading a {
    color: #313131;
    display: block;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.accordionFour .panel .panel-heading a.collapsed {
    color: #a67b03;
    display: block;
    padding: 11px 0px;
}
.accordionFour .panel-default>.panel-heading {
    background-color: transparent;
    padding: 0;
    position: relative;
}
.accordionFour .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 0 0 5px;
}
.accordionFour .panel .panel-heading a:after,
.accordionFour .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-right: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    left: -40px;
    margin-top: 3px;
    padding: 0 6px;
}
.accordionFour .panel .panel-heading a:after {
    content: "\2212";
    color: #fff;
    background: #d00a06;
}
.accordionFour .panel .panel-heading a.collapsed:after {
    content: "\2b";
    color: #9e9d9d;
    background: #eee;
}
.testimonialOne {
    padding: 80px 0 40px;
}
.testimonialOne blockquote {
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 50px;
}
.testimonialOne blockquote p {
    padding: 20px 36px;
    margin: 0;
    background: #fff;
}
.testimonialOne blockquote footer {
    font-size: 11px;
    color: #a67b03;
    background: #f9f9f9;
    padding: 11px 15px 11px 80px;
    border-top: 1px solid #eee;
}
.testimonialOne blockquote footer:before {
    content: '';
}
.testimonialOne blockquote footer .rating li {
    display: inline-block;
}
.testimonialOne blockquote footer .rating a {
    font-size: 14px;
    color: #ffa200;
    line-height: 16px;
}
@media only screen and (max-width: 479px) {
    .testimonialOne blockquote footer,
    .testimonialOne blockquote footer .rating a {
        font-size: 10px;
    }
}
.testimonialOne blockquote img {
    position: absolute;
    left: -1px;
    bottom: -18px;
    background: #fff;
    padding: 0 8px 8px;
    border: 1px solid #eee;
    border-top: 0;
    width: 65px;
    height: 56px;
}
.team {
    padding: 80px 0 70px;
}
.team .thumbnail {
    padding: 0;
    line-height: 22px;
    background-color: #eee;
    border: 0;
}
@media (max-width: 767px) {
    .team .thumbnail {
        margin-bottom: 30px;
    }
}
.team .thumbnail img {
    width: 100%;
}
.team .thumbnail .caption {
    padding: 0 0 15px;
    background-color: #ffffff;
    color: #a67b03;
}
.team .thumbnail h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 40px;
    color: #ffffff;
    background-color: #d00a06;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    top: -16px;
}
.team .thumbnail h3::before {
    content: "";
    position: absolute;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #d00a06;
    right: -16px;
    top: 0;
}
.team .thumbnail h3::after {
    content: "";
    position: absolute;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #d00a06;
    left: -16px;
    top: 0;
}
.team .thumbnail h3 small {
    font-size: 10px;
    color: #ffffff;
}
.team .social-links {}.team .social-links li {
    display: inline-block;
    margin-right: 3px;
}
.team .social-links li:last-child {
    margin-right: 0;
}
.team .social-links li a {
    display: block;
    font-size: 14px;
    color: #dadada;
    padding: 0 5px;
}
.team .social-links li a:hover {
    color: #d00a06;
}
.pricing-section {
    padding: 80px 0;
}
.pricing-section .pricing-table-default {
    border: 1px solid #f1f1f1;
    background: #ffffff;
}
@media (max-width: 766px) {
    .pricing-section .pricing-table-default {
        margin-bottom: 30px;
    }
}
.pricing-section .pricing-head h3 {
    font-size: 15px;
    color: #ffffff;
    padding: 14px 40px;
    margin: 0px;
}
.pricing-section .pricing-head .price {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    padding: 43px 0 0;
    color: #313131;
}
.pricing-section .pricing-head .price sup {
    font-size: 60px;
    font-weight: bold;
    top: -9px;
}
.pricing-section .pricing-head .price sub {
    font-size: 16px;
    font-weight: 600;
}
.pricing-section .pricing-head p {
    border-bottom: 1px solid rgba(228, 220, 220, 0.28);
    margin: 0 30px;
    padding-bottom: 35px;
}
.pricing-section .pricing-detail {
    margin: 0 50px 25px 50px;
}
.pricing-section .pricing-detail p {
    margin: 0;
}
.green-bg {
    background: #73c8b7;
}
.blue-bg {
    background: #d00a06;
}
.pink-bg {
    background: #eb768c;
}
.green-i i {
    color: #73c8b7;
}
.blue-i i {
    color: #d00a06;
}
.pink-i i {
    color: #eb768c;
}
.pricing-section .pricing-list li {
    display: block;
    padding: 8px 0;
}
.pricing-section .pricing-list li i {
    margin-right: 17px;
}
.pricing-section .pricing-list li:first-child {
    padding-top: 25px;
}
.pricing-section .pricing-list li:last-child {
    padding: 12px 0 0;
}
.pricing-section .pricing-detail .pink-ili;
.pricing-section .pricing-detail .blue-i li;
.pricing-section .pricing-detail .green-i li {
    position: relative;
}
.pricing-section .pricing-detail .pink-i li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -28px;
    color: #eb768c;
}
.pricing-section .pricing-detail .blue-i li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -28px;
    color: #d00a06;
}
.pricing-section .pricing-detail .green-i li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -28px;
    color: #73c8b7;
}
.pricing-section .pricing-table-default .btn {
    color: #ffffff;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
    display: block;
    padding: 13px 0;
    margin: 0 32px 31px 32px;
}
.pricing-section .pricing-table-default .btn:hover {
    color: #000;
    background: #f9f9f9;
}
.client-logo {
    padding: 80px 0;
}
.client-logo a img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.client-logo a:hover img {
    opacity: .5;
}
@media (max-width: 992px) {
    .client-logo .section-margin {
        margin-bottom: 30px;
    }
}
#googleMap {
    height: 320px;
    border: 5px solid #fff;
}
.contact-section {
    padding: 80px 0;
}
.contact-section .form-group {
    margin-bottom: 17px;
}
.contact-section .form-control {
    border-color: transparent;
    background-color: #fff;
}
.contact-section .form-control:focus {
    border-color: #66afe9;
}
@media (max-width: 768px) {
    .contact-form {
        margin-top: 20px;
    }
}
.form-control {
    height: 53px;
    padding: 6px 20px;
    font-size: 13px;
    line-height: 24px;
    color: #a67b03;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus,
.form-control:active {
    box-shadow: none;
}
.bottom-contact-details {
    margin: 5px 0 20px;
}
.bottom-contact-details .phone>i,
.bottom-contact-details .address>i {
    opacity: .5;
    font-size: 24px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    top: 2px;
}
.bottom-contact-details .phone,
.bottom-contact-details .address {
    font-size: 18px;
}
.bottom-contact-details .phone span {
    display: inline-block;
}
.bottom-contact-details .phone small {
    display: block;
    font-size: 12px;
    opacity: .5;
}
.bottom-contact-details small i {
    font-size: 12px;
    margin-right: 5px;
}
.footer .copyright-section {
    font-size: 13px;
    color: #3d3b3b;
    padding: 30px 0;
}
.footer .copyright-section .copytext {
    font-weight: 400;
    display: block;
}
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}


.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}