/* --- Navigation Style Start ---*/
body {
    font-family: 'Roboto', sans-serif;
}
.navbar {
    margin: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    width: 60%;
    margin: -18px;
}

.custom-nav {
    background-color: #EEE;
}

.navbar-nav a {
    color: #2152a0 !important;
    display: inline-block;
    padding: 20px !important;
    border-bottom: 5px solid #EEE !important;
}
.navbar-nav a:hover {
    border-bottom: 5px solid #2152a0 !important;
}

.custom-nav {
    color: #2152a0;
}

.upper-nav:hover {
    cursor: default;
}
/* --- Navigation Style End ---*/

/* ---- BODY AREA --- */


.home-short-desc {
}

.home-short-desc h3 {
    color: #2152a0;
}

.home-short-desc p {
    color: #666;
}

.home-desc-2 h3 {
    color: #2152a0;
}

.home-desc-2 p {
    color: #666;
}

.home-desc-2 ul {
    margin-top: 10px;
}

.home-desc-2 ul li {
    list-style-image: url('../images/blut.jpg');
}

.home-desc-3 h3 {
    color: #2152a0;
}

.home-desc-3 p {
    color: #666;
}

.home-desc-3 ul {
    margin-top: 10px;
}
.home-desc-3 ul li {
    list-style-image: url('../images/blut.jpg');
}


#need-assist{
   background-color: #2152a0;
    padding: 60px;
    text-align: center;
    color: #FFF;
}

#need-assist button {
    background-color: #FFF;
    color: #2152a0;
    border: 2px solid #2152a0;
    outline: none !important;
}

#need-assist button:hover {
    border: 2px solid #FFF;
    background: #2152a0;
    color: #FFF;
}

#need-assist button:active {
    background-color: #FFF;
    color: #2152a0;
    border: 2px solid #2152a0;
}

/* ---- BODY AREA END */

/*--- About Us Page ---*/

.about-cover-image {
    background: url("../images/about-cover.jpg");
    height: 450px;
    background-position: center;
    background-size: cover;
}

.about-us-bottom-cover {
    background: url("../images/about-bottom-bg.jpg");
    height: 400px;
    background-size: cover;
    background-position: center;
}
.cover-desc {
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 400px;
    border-bottom: 5px solid #2152a0;
    text-align: center;
}
.cover-desc h1 {
    padding-top: 100px;
    color: #2152a0;
    font-size: 4em;
    margin: 0;
}
.cover-desc span {
    color: #FFF;
    font-size: 1em;
}
.cover-desc h2 {
    color: #FFF;
    font-size: 2.5em;
}
.cover-desc h2 span {
    letter-spacing:18px;;
}
.cover-desc h3 {
    color: #FFF;
    font-size: 2.7em;
}
.cover-desc h3 span {
    color: #2152a0;
}

.about-us-bottom-cover {
    color: #FFF;
    text-align: center;
    padding: 120px;
    font-size: 1.4em;
}

.about-us-bottom-cover h1 {
    color: #2152a0;
    font-size: 2.8em;

}

.about-cover-image p {
    font-size: 20px;
}

.about-us-team h1 {
    color: #2152a0;
    text-align: center;
}

.about-cover-image strong {
    color: #2152a0;
}

.about-us-team p {
    color: #2152a0;

}

.about-us-team strong  {
    font-size: 1.3em;
}

.about-us-team .fa-users {
    font-size: 5em;
    margin: 15px auto;
    color: #FFF;
    line-height: 150px;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    background-color: #2152a0;
}

.about-more-desc {
    margin: 30px 0;

}

.about-more-desc strong {
    color: #2152a0;
    font-size: 20px;
}

.about-more-desc p {
    margin: 10px 0;
    font-size: 1.2em;
    color: #555;
    text-align: justify;
}

.about-more-desc ul li {
    list-style-image: url('../images/blut.jpg');
}

/* --- About Us Page end ---*/

/* --- Capability Page Start --- */

.cap-bg {
    background: url("../images/cap-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.cap-desc {
    /*position: absolute;*/
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    padding: 10px;
    width: 30%;

}

.cap-desc h1 {
    margin: 0;
    color: #2152a0;
}

.cap-desc h1 span {
    color: #FFF;
}

.cap-desc h2 {
    color: #FFF;
    margin: 10px;
}

.cap-desc h3 {
    color: #FFF;
    margin: 0;
    letter-spacing: 20px;
}

.cap-desc h4 {
    color: #FFF;
    margin: 20px 0;
    letter-spacing: 25px;
}

.cap-section {
    list-style-image: url("../images/blut.jpg");
}

.cap-head h1 {
    color: #2152a0;
}

.cap-section .row {
    margin: 10px auto;
}

.cap-circle {
    width: 120px;
    height: 120px;
    background-color: #2152a0;
    line-height: 120px;
    text-align: center;
    color: #FFF;
    font-size: 1.3em;
    border-radius: 100px;
}

.cp-bottom-bg {
    background-image: url("../images/cap-bgb.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cap-descr strong {
    color: #2152a0;
}

.cap-descr {
    color: #444;
    padding: 20px;
    text-align: justify;
}


/* --- Capibility Page End --- */

/* --- Style Page Start --- */

.carton-box {
    border: 1px solid #DDD;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0;
    overflow: hidden;
    z-index: 111111;
    box-shadow: 0px 6px 23px -8px rgba(0,0,0,0.75);
    min-height: 430px;
}

.carton-box img {
    width: 280px;
    height: 280px;
}

.carton-box:hover img {
    transform: scale(1.1);
    transition: all .4s;

}

.btn-carton-box {
    background-color: #2152a0;
    color: #FFF !important;
    border: 2px solid #2152a0;
    outline: none !important;
    -webkit-transition: background-color .3s;
    -moz-transition:  background-color .3s;
    -ms-transition:  background-color .3s;
    -o-transition:  background-color .3s;
    transition:  background-color .3s;

}

.btn-carton-box:hover {
    background-color: #FFF;
    color: #2152a0 !important;
}

.carton-box-modal {
}
.carton-box-modal .modal-content{
    border: 2px solid #2152a0;
}

.carton-box-modal .modal-header {
    border: 1px solid #28abe3;
    background-color: #29abe3;
    color: #FFF;
    border-radius:4px;
}

.carton-box-modal .modal-header:hover {
    cursor: move;
}

/* --- Style Page End --- */

/* -- Get Quote Page Start ---*/

h3.get-quote-heading {
    background-color: #2152a0;
    width: 83%;
    padding: 15px;
    border-radius: 3px;
    color: #FFF;
}

.mult {
    position: relative;
    bottom: 36px;
    right: 22px;
    font-size: 20px;
    font-weight:bold;
}
.quote-form select,
.quote-form input[type="number"],
.quote-form input[type="text"],
.quote-form textarea{
    /*border: 2px solid #2152a0;*/
    outline: none !important;
    background-color: #f7f7f7;
    padding: 20px;
}
.quote-form select {
    padding: 5px;
    height: 45px;
}

.quote-form label {
    font-weight: normal;
}

button.btn-submit {
    background-color: #2152a0;
    border: 2px solid #2152a0;
    color: #FFF;
    padding: 15px 60px;
    transition: background-color .3s;
}

button.btn-submit:hover {
    background-color: #FFF;
    color: #2152a0;
}
/* -- Get Quote Page End ---*/

/* --- Contact Us Page --- */

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea{
    /*border: 2px solid #2152a0;*/

}


/* --- Contact Us page End --- */

/*---- FOOTER STYLE START ----*/

footer {
    margin: 0 !important;
    padding: 30px;
    background-color: #f6f8f8;
}

footer strong {
    color: #2152a0;
}

footer p a {
    color: #666 !important;
}

/*---- FOOTER STYLE END ----*/