/** main-container css **/

body {
    background-image: url('/images/bg.jpg');
    margin: 0px;
    padding: 0px;
}

.container {
    border: 1px solid #fff;
    margin-bottom: 40px;
}

* {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize !important;
}

.no-transform {
    text-transform: none !important;
}


/** header css **/

.header-cont {
    background-image: url('/images/main-bg.png');
    background-color: #2d9ddc;
    background-repeat-y: no-repeat;
    background-size: 100% 100%;
    border-bottom: solid 4px #666;
}

.header-cont .logo-container .logo {
    height: 130px;
    width: 170px;
}

.header-cont .logo-container .logo img {
    height: 100%;
    width: 100%;
}

.header-cont .logo-container .company-name {
    height: 130px;
    font-size: 35px;
    line-height: normal;
    text-align: center;
    padding-top: 25px !important;
}

.header-cont .header-links .search-cont {
    padding: 10px;
}

.header-cont .header-links .search-cont .search {}

.header-cont .header-links .search-cont .search input[type="submit"] {
    width: 28%;
}

.header-cont .header-links .links {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.header-cont .header-links .links div {
    padding-top: 20px;
}

.header-cont .header-links .links div:hover a,
.header-cont .header-links .links div:hover {
    color: #ff7236;
}


/** header css ends**/


/** banner css **/

.banner-cont {
    height: 350px;
}

.banner-cont>.banner {
    position: relative;
    width: 100%;
    height: 100%
}

.banner-cont .banner .indicators {}

.banner-cont .banner .image-cont,
.banner-cont .banner .image-cont .image-cont,
.banner-cont .banner .image-cont .image-cont img {
    width: 100%;
    height: 100%
}

.banner-cont .banner .image-cont .image-cont .banner-detail {}


/** banner css ends**/


/** navigation css **/

.nav-container {
    border-top: 5px solid #666;
    border-bottom: 1px solid rgba(3, 98, 162, 0.97);
}

.nav-container .nav-cont ul {
    height: auto;
}

.nav-container .nav-cont ul li {
    min-height: 60px;
    height: 60px;
    border-right: 1px solid rgba(3, 98, 162, 0.97) !important;
    background-image: url('/images/nav-bg.jpg');
    background-repeat-y: no-repeat;
    background-size: 100% 100%;
    font-size: 8px;
    text-align: center;
    line-height: 60px;
}

.nav-container .nav-cont ul li.active {
    background-image: none;
    background-color: rgba(1, 52, 90, 0.73);
}

.nav-cont ul li.active h1 {
    color: #ff7236 !important;
    cursor: default;
}


/** navigation css ends**/


/** main info container css **/

.main-info-cont {
    background-image: url('/images/header-bg.jpg');
    background-color: #2d9ddc;
    background-repeat-y: no-repeat;
    background-size: 100% 100%;
}


/** home main info css **/

.main-info-cont .info-cont {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.info-cont .info {
    padding-bottom: 40px;
}

.info-cont .info .panel {
    margin-top: 20px;
    border: solid 1px rgba(255, 255, 255, 0.20);
    -webkit-box-shadow: 1px 1px 30px -4px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 1px 30px -4px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 1px 30px -4px rgba(0, 0, 0, 0.29);
}

.info .panel .thumbnail {
    border-bottom: solid 1px rgba(255, 255, 255, 0.40);
}

.info .panel .caption {
    text-align: center;
    color: #fff;
    padding: 5px;
}

@media (min-width: 768px) {
    .info-cont .info .panel {
        width: 31%;
        padding: 0;
        margin: 5px;
        min-height: 400px;
    }
}


/** home main info css ends**/


/** services main info css**/

.services-info-cont .services {}

.services-info-cont .services .panel {
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}

.services-info-cont .services .panel .caption {
    min-height: 50px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.services-info-cont .services .panel .thumbnail {
    width: 100%;
    max-width: 100%;
}

.thumbnail .service-details {
    position: absolute;
    width: 94.2%;
    height: auto;
    background-color: rgba(2, 50, 98, 0.60);
    color: #fff;
    text-align: center;
    padding: 8px;
    z-index: 999;
    bottom: -100%;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.thumbnail:hover .service-details {
    bottom: 50px;
}

@media (min-width: 768px) {
    .services-info-cont .services .panel {
        width: 45%;
        margin-left: 2.5%;
    }
    .services-info-cont .services .panel:nth-of-type(3) .caption,
    .services-info-cont .services .panel:nth-of-type(2) .caption {
        height: 90px;
    }
}


/** services main info css ends**/


/** forms main info css**/

.forms-info-cont .form {}

.forms-info-cont .form .panel {
    margin-bottom: 15px;
}

.forms-info-cont .form .panel .caption {
    min-height: 50px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.forms-info-cont .form .panel .thumbnail {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.forms-info-cont .form .panel:hover .thumbnail>img {
    background-color: rgba(0, 0, 0, 0.20);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 768px) {
    .forms-info-cont .form .panel {
        width: 30%;
        margin-left: 2.5%;
    }
    .forms-info-cont .form .panel:nth-of-type(3) .caption,
    .forms-info-cont .form .panel .caption {
        height: 60px;
    }
}


/** forms main info css ends**/


/** quote and contact form css **/

.form-cont {
    padding: 10px;
}

.form-cont .form {
    padding: 10px;
}

.form-cont .form .heading {
    font-weight: 600;
}

.form-cont .form .field-cont li {
    height: 40px;
    margin-top: 10px !important;
}

.form-cont .form .field-cont li.textarea {
    height: 144px;
}

.form-cont .form .field-cont li.submit {
    width: 50%;
    min-width: 100px;
}

.form-cont .form .field-cont li.checkbox input {
    height: 15px;
    width: 15px;
}

.form-cont .form .field-cont li textarea,
.form-cont .form .field-cont li input {
    width: 100%;
    height: 100%;
}


/** quote and contact css ends**/


/** contact page css**/

.contact-info-cont .caption {
    padding-top: 10px;
}

.contact-info-cont .caption li {
    padding: 15px;
    border-bottom: solid 1px rgba(0, 146, 220, 0.40);
}

.map-cont .map {
    height: 400px;
}


/** contact page css ends**/


/** main info container css ends**/


/** side info css **/

.services-cont .service {
    padding-bottom: 20px;
}

.services-cont .services h2 {
    margin-top: 15px;
    height: 40px;
    text-align: center;
}

.services-cont .services .service li {
    color: #fff;
    list-style: none;
    list-style-type: none;
    font-size: 14px;
    padding-left: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

.services-cont .services .service li i {
    padding-right: 10px;
}

.services-cont .services .service li:hover,
.services-cont .services .service li:hover a {
    color: #ff7236;
}

.services-cont .services .service li:hover {
    border-bottom: 1px solid rgba(0, 146, 220, 0.52);
}


/** side info css ends**/


/** secondary info css **/

.secondary-info-cont {
    background-image: url("/images/main-bg.png");
    background-color: rgb(0, 140, 255);
    background-repeat-y: no-repeat;
    background-size: 100% 100%;
}

.secondary-info-cont .secondary-info {
    padding: 20px;
    border: none !important;
}


/** secondary info css ends**/


/** footer1 css **/

.footer1 {
    background-image: url("/images/main-bg.png");
    background-color: rgb(0, 140, 255);
    background-repeat-y: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
}

.footer1 .panel .heading {
    border-bottom: solid 1px rgba(255, 255, 255, 0.20);
}

.footer1 .panel .caption {
    text-align: left;
    padding: 10px;
}

.footer1 .contact-info .caption li {
    padding: 5px;
    margin: 0;
    list-style: none;
}

.footer1 .quick-contact .caption li {
    padding: 10px;
    margin-top: 5px;
}

.footer1 .quick-contact .caption li input {
    width: 100%;
}

.footer1 .quick-contact .caption li.type-submit {
    max-width: 100px;
}

@media (max-width: 2000px) and (min-width: 993px) {
    .footer1 .panel {
        width: 22%;
        min-height: 310.75px;
        padding: 0;
        margin-left: 15px;
    }
}

@media (max-width: 993px) and (min-width: 768px) {
    .footer1 .panel {
        width: 46%;
        min-height: 334.75px;
        padding: 0;
        margin-left: 15px;
    }
}

@media (max-width: 768px) and (min-width: 1px) {
    .footer1 .panel {
        margin: 15px;
    }
}


/** footer1 css ends**/


/** footer css**/

.footer {
    background-image: url('/images/bottom-nav-bg.jpg');
    background-size: 100% 100%;
    background-repeat-y: no-repeat;
}

.footer .copy-right {
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.footer .copy-right a {
    color: #adadaf;
}


/** footer css ends**/


/** default css **/

ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

A:visited:hover,
A:visited,
A:hover,
A:active,
a {
    color: #ffffff;
    text-decoration: none;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
    color: #ff7236;
    font-size: 90%;
}

@import url('https://fonts.googleapis.com/css?family=Lato');
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
    color: #fff;
}

.heading {
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
}

.panel .heading {
    border-bottom: solid 1px rgba(255, 255, 255, 0.20);
}

.panel {
    border: solid 1px rgba(255, 255, 255, 0.20);
    margin-top: 15px;
    -webkit-box-shadow: 1px 1px 30px -4px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 1px 30px -4px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 1px 30px -4px rgba(0, 0, 0, 0.29);
}

.thumbnail {
    max-width: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.thumbnail img {
    width: 100%;
}

ul,
li {
    padding: 0;
    margin: 0;
}

.padding-no {
    padding: 0 !important;
}

.margin-no {
    margin: 0 !important;
}

.align-center {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}

input,
textarea {
    width: 70%;
    height: 30px;
    padding: 5px;
    border: solid 1px #fff;
    color: #fff;
    resize: none;
    background-color: rgba(9, 9, 9, 0.2);
}

input[type="submit"] {
    width: 70px;
    background-color: #2d9ddc;
    padding: 0;
    color: #fff;
}

.accent-color {
    color: #fa8631 !important;
}

.accent-color2 {
    color: #97ea4e !important;
}

.f-s-80 {
    font-size: 80%;
}

.f-s-90 {
    font-size: 90%;
}

.f-s-100 {
    font-size: 100%;
}

.f-s-110 {
    font-size: 110%;
}

.f-s-120 {
    font-size: 120%;
}

.f-s-130 {
    font-size: 130%;
}

.f-s-140 {
    font-size: 140%;
}

iframe {
    height: 100%;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.msg {
    position: fixed;
    float: right;
    right: 10px;
    padding: 20px;
    background-color: #0b5965;
    color: #fff;
    max-width: 300px;
    bottom: 42px;
    border-radius: 10px;
}


/** default css ends**/


/**Adjustment css**/

@media (max-width: 450px) {
    .header-cont .logo-container .logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
    }
    .header-cont .logo-container .company-name {
        width: 100%;
        text-align: center;
    }
    .header-cont .header-links .links div {
        width: 100%;
    }
}


/**Adjustment css ends**/