@charset "utf-8";
/* CSS Document */

body {
    margin: 1px 0 0;
    padding: 0;
    font-size: 18px;
    overflow-x: hidden;
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    text-align: justify;
}
h1 {
}

h2 {
}

.marbtm {
    margin-bottom: 2%;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}
.img-responsive2 {
    display: inline-block;
    max-width: 100%;
    height: 250px !important;
}
.logo {
    margin-top: 15px;
}
.logo a {
    color: #e66700;
    font-size: 38px;
}
.logo a:hover {
    text-decoration: none;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a {
    display: block;
    padding: 36px 18px;
    position: relative;
    transition: ease-out 0.3s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #e66700;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #e66700;
    color: #fff;
    transition: 0.3s ease-in;
}

.carousel-control .fa-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}

.carousel-control .fa-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
    right: 50%;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-caption {
    right: 15%;
    text-align: center;

    top: 40%;
}

.carousel-caption h1 {
    font-size: 45px;
}

.navbar {
    border: none;
    margin-bottom: 0;
}
.gallery {
    margin: 15px 0;
}
.read-more {
    color: #fff;
    background-color: #e66700;
    border: 1px solid #e66700;
    padding: 6px 45px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.4s ease-in;
    margin-bottom: 15px;
}

.read-more:hover {
    transition: 0.4s ease-in;
    background-color: transparent;
    border: 1px solid #e66700;
    color: #e66700;
    text-decoration: none;
}
.footer-bg {
    background-color: #2b2b2b;
}
.footer-list li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-list li i {
    color: #fff;

    font-size: 20px;
}
.footer-content h2 {
    color: #fff;
}
.footer-content p {
    color: #fff;
}
.address i {
    float: left;
    margin-bottom: 30px;
    margin-right: 6px;
    margin-top: 5px;
    color: #fff;

    font-size: 20px;
}
.footer-list {
    padding: 0;
}
.social-icons {
    padding: 0;
}
.social-icons li {
    display: inline-block;
    margin-right: 8px;
}
.social-icons li a {
    background-color: #000;
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 20px !important;
    height: 50px;
    padding: 11px 17px;
    transition: all 0.3s ease-out 0s;
    width: 50px;
}
.social-icons li a:hover {
    background-color: #e66700;
    transition: 0.3s ease-in;
}

.footer-list li a {
    color: #fff;
    transition: 0.3s ease-out;
    font-size: 16px;
}
.footer-list li a:hover {
    color: #e66700;
    transition: 0.3s ease-in;
    text-decoration: none;
}

.heading {
    margin: 25px 0;
}

.form-btn {
    background-color: #e66700;
    border: 1px solid #e66700;
    color: #fff;
    transition: 0.3s ease-out;
    padding: 6px 25px;
    margin-top: 45px;
}

.form-btn:hover {
    border: 1px solid #e66700;
    background-color: transparent;
    color: #e66700;
    transition: 0.3s ease-in;
}
.video {
    margin: 30px 0;
}
.video iframe {
    width: 100%;
    height: 320px;
}
header {
    border: 1px solid #ccc;
}

.conatct-form {
    margin: 15px 0 50px;
}
.form-group {
    margin-bottom: 35px;
}

.footer-bg {
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .carousel-caption {
        top: 30%;
    }
}

@media (max-width: 990px) {
    .carousel-caption {
        top: 23%;
    }
    .form-group {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .logo {
        text-align: center;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .carousel-caption {
        top: 16%;
    }
    .carousel-caption h1 {
        font-size: 35px;
    }
    .navbar-toggle {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .carousel-control {
        display: none;
    }
}

@media (max-width: 360px) {
    .carousel-caption {
        top: 0;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
}
