/* font-family: 'Roboto', serif; */

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #373737;
    background: #ffffff;
}

.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

.padding-top
{
    padding-top: 14px;
}

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-right-none
{
    padding-right: 0;
}

.padding-right
{
    padding-right: 14px;
}

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

.padding-bottom
{
    padding-bottom: 14px;
}

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-left-none
{
    padding-left: 0;
}

.padding-left
{
    padding-left: 14px;
}

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

.margin-top
{
    margin-top: 14px;
}

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

.margin-right
{
    margin-right: 14px;
}

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

.margin-bottom
{
    margin-bottom: 14px;
}

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

.margin-left
{
    margin-left: 14px;
}

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

.border-right-none
{
    border-right: none;
}

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.border-right
{
    border-right: 1px solid #dfdfdf;
}
.border-left
{
    border-left: 1px solid #dfdfdf;
}
.border-top
{
    border-top: 1px solid #dfdfdf;
}
.border-bottom
{
    border-bottom: 1px solid #dfdfdf;
}

.padding-bottom-ex-lg 
{
    padding-bottom: 60px;
}

.padding-top-ex-lg
{
    padding-top: 60px;
}

.content-adjust:after, .content-adjust:before
{
    display: table;
    content: "";
    clear: both;
}

a, .fa
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.col-center {
    float: none;
    margin:0 auto;
}
.img-center-main {
    max-width: 100%;
    height: 243px;
}
.img-center {
    max-width: 100%;
    height: 243px;
    text-align: center;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 200px;
}
/*Style Ends*/
.top-bar
{
    background: #1892D1;
    color: #ffffff;
}
.social-top
{
    text-align: center;
}
.social-top li{
    padding-right: 3px;
    padding-left: 3px;
}
.contact-top{
    text-align: right;
}
.top-bar .list-inline li a
{
    color: #ffffff;
}

.top-bar .list-inline li a:hover, .contact-top li a:focus
{
    text-decoration: none;
    color: #000000;
}
.header{
    background-color: #030708;
    color: #ffffff;
}

.header .menu{

}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
}

.navbar-default .navbar-nav > li > a
{
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 41px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #1892D1;
    background-color: #030708;
}

.navbar-nav > li > .dropdown-menu
{
    padding: 0px;
    background: #030708;
    border: 0px;
    left: 0;
    min-width: 300px;
}

.dropdown-menu > li > a
{
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    color: #1892D1;
    background-color: #030708;
}

.navbar-default .navbar-toggle {
    border-color: #1892D1;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1892D1;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(0, 0, 0);
}
.main-title{
    margin-top: 0;
    text-transform: uppercase;
}
.btn-success
{
    background: #ee1c25;
    border-color: #ee1c25;
    border-radius: 0px;
    padding: 7px 35px;
    box-shadow: 0px 2px 0px #030708;
    font-size: 15px;
}
.btn-success:hover,.btn-success:active,.btn-success:focus, .btn-success.focus,.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus
{
    color: #fff;
    background-color: #030708;
    border-color: #030708;
}

.service-title:before
{
    content: "\f02c";
    font: normal normal normal 20px/1 FontAwesome;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
    color: #1892D1;
}
.service-title a{
    color: #373737;
}
.service-title a:hover,.service-title a:active{
    color: #1892D1;
    text-decoration: none;
}
.bg-1892D1
{
    background: #1892D1;
}
.about-us ul
{
    list-style: none;
    padding-left: 0;
    overflow: auto;
    margin: 0;
    line-height: 2;
    font-size: 12px;
}

.about-us ul li
{
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding-top: 0;
}

.about-us ul li:before
{
    content: "\f02c";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 14px;
    color: #1892D1;
}
.btn-link{
    color: #ee1c25;
}
.btn-link:hover, .btn-link:focus {
    color: #ee1c25;
    text-decoration: none;
}
.request-quote{
    /*height: 320px;*/
}
.request-quote-title{
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 100%;
    padding: 86px 0px;
    max-width: 340px;
    margin: -1px auto;
}
.request-quote-title .fa {
    font-size: 60px;
    color: #ee1c25;
}
.request-quote-title-seperator:after {
    position: relative;
    top: 3px;
    margin: auto;
    display: block;
    content: '';
    height: 50px;
}
.featured-box
{
    background: #f3f3f3;
    margin-bottom: 20px;
}

.featured-box h4
{
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-top: 20px;
}

.featured-box p
{
    margin-bottom: 20px;
}

.projects h1
{
    color: #ffffff;
}

.project-box
{
    max-width: 360px;
    margin: 0px auto 20px;
    position: relative;
}

.theme-link
{
    display: block;
}

.overlay-theme
{
    background: rgba(52, 86, 0, 0.61);
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 3001;
    border-radius: 4px;
    opacity : 0; 
    transition:opacity 1s; 
}

.overlay-theme-inner
{
    height: 100%;
    display: table;
    width: 100%;
    text-align: center;
}

.theme-link:hover > .overlay-theme
{
    opacity : 1
}

.theme-text
{
    vertical-align: middle;
    display: table-cell;
}

.theme-text h4
{
    font-weight: normal;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 900;
}
.testimonial
{
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-position: center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    color: #ffffff;
}

.testimonial p
{
    font-size: 18px;
    margin: 15px 0px;
    line-height: 30px;
    font-weight: 300;
    font-style: italic;
}
.testimonial h3{
    text-align: center;
}
.testimonial h4
{
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #1892d1;
    padding: 4px 10px;
    font-size: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span
{
    margin: 5px 2px;
    background: #1892D1;
}
.newsletter .form-control{
    background-color: #003849;
    border: 1px solid #003849;
    color: #757575;
}
.newsletter .fa {
    position: relative;
    color: #24C9FF;
    font-size: 18px;
    float: right;
    top: 32px;
    right: 10px;
    z-index: 10;
}
.subscription .form-control{
    border: 0;
}
.subscription .fa{
    position: absolute;
    color: #000000;
    top: 32px;
    right: 25px;
    font-size: 18px;
}
.footer
{
    background: #002D3C;
    color: #ffffff;
}

.footer h3
{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 8px;
}
.footer ul{
    padding-left: 0;
    list-style: none;
    overflow: auto;
    margin: 0;
    line-height: 2;
    font-size: 12px;
}
.footer ul li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding-top: 0;
    display: inline-block;
    width: 49%;
}
.footer ul li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 14px;
    color: #1892D1;
}
.footer ul li a
{
    color: #ffffff;
}

.footer ul li a:hover, .footer ul li a:focus
{
    color: #1892D1;
    text-decoration: none;
}

.address-list h5{

}
.address-list p{
    color: #757575;
}
.copyright{
    background: #001D25;
    color: #ffffff;
}
/* -----------------------------------------------------------------------------PAGE HEAD------------------ */

.page-head,
.page-head-blog,
.page-head-shop,
.page-head-project {
    background: #000 url(../images/bg-page-title.jpg) no-repeat center;
    background-size: cover!important;
    padding: 102px 0px 101px;
}

.page-head h1 {
    font-size: 60px;
    margin: -7px 0 10px;
    color: #fff;
}

.overlay-wrap .overlay {
    z-index: 0;
    display: block!important
}

.no-overflow {
    overflow: hidden!important;
}
.title-section 
{
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background-color: rgba(27,27,27,.9);
}

.title-section::after {
    content: "";
    background: url(../images/inner-title-img.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover!important;
}

.title-section h1 {
    text-transform: uppercase;
    margin-top: 0;
    color: #FFF;
    font-size: 28px;
}
.breadcrumb
{
    background: transparent;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.breadcrumb > li a
{
    color: #1892D1;
}
.breadcrumb > li.item-current
{
    color: #ffffff;
}

/* -----------------------------------------------------------------------------CONTACT ------------------ */

.contact-info {
    padding: 90px 0;
}

.contact-info i {
    font-size: 32px;
    line-height: 110px;
    color: #FFF;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background-color: #222;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-info h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #222;
    margin: 30px 0 12px;
    line-height: 1.11;
}

.contact-info h3 a {
    color: #222;
}

.contact-info p {
    line-height: 24px;
    margin: 0;
}

.side-bar
{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}

h4.widget-title {
    font-size: 21px;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

h4.widget-title:after
{
    background-color: #1892D1;
    content: "";
    width: 50px;
    height: 4px;
    display: block;
    margin-top: 10px;
}

.search-form {
    position: relative
}

.form-control {
    padding-right: 48px;
    height: 49px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #74BEE3;
}

.search-form input[type=text]:focus + button {
    background-color: #222
}

.search-form button[type=submit] {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    padding: 0;
    width: 49px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    background: #1892D1;
}

.search-form button[type=submit]:hover {
    background-color: #222
}

.side-bar ul
{
    list-style: none;
    padding-left: 0;
    overflow: auto;
    margin: 0;
    line-height: 2;
    font-size: 12px;
}

.side-bar ul li
{
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding-top: 0;
}

.side-bar ul li:before
{
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 14px;
    color: #1892D1;
}

.side-bar ul li a
{
    color: #373737;
}

.side-bar ul li a:hover, .side-bar ul li a:focus
{
    color: #1892D1;
    text-decoration: none;
}

.entry-c-top-wrap {
    margin-bottom: 20px;
}

.entry-p-format-icon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 24px;
    background-color: #1892D1;
}

.entry-c-top-right {
    position: relative;
    overflow: hidden;
}

.entry-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.entry-title a {
    color: #373737;
}

.entry-m {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.entry-m li {
    display: inline;
    font-size: 12px;
    font-style: italic;
    margin-right: 25px;
    text-transform: uppercase;
}

.entry-m li a
{
    color: #1892D1;
}

.entry-m li i {
    font-size: 12px;
    margin-right: 4px;
}

.featured-img
{
    margin-bottom: 15px;
}

.article
{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.contac-details
{
    padding: 25px 55px 15px 30px;
    background-color: #f8f8f8;
    min-height: 377px;
}

.contact-form
{
    background-color: #f8f8f8;
}

.contact-form .form-control
{
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding: 15px 0;
    font-size: 16px;
    background-color: #f8f8f8;
}
.testimonial-main {
    margin: 45px 0px;
    border-bottom: 1px dotted #1892D1;
    padding-bottom: 13px;
}

.testimonial-main blockquote
{
    border-left: 5px solid #1892D1;
}

.testimonial-author
{
    font-weight: 700;
    text-transform: uppercase;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #1892D1;
    border-color: #1892D1;
}
.pagination > li > a, .pagination > li > span{
    color: #000000;
    background-color: #ffffff;
    border-color: #1892D1;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #000000;
    border-color: #1892D1;
}
.error
{
    font-size: 50px;
    color: #ff0000;
    font-weight: 700;
    margin-bottom: 0px;
}

.error404
{
    font-size: 140px;
    margin: 0px;
    font-weight: 900;
    color: #1892D1;
}

.page-not-available
{
    color: #ff0000;
    font-size: 26px;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
}
.return-to-home-page
{
    font-size: 20px;
    font-weight: 900;
}


.call-to-action
{
    background: #24c9ff;
}

.call-to-action h2
{
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin-top: 0px;
}

.call-to-action .btn-default
{
    border-radius: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 35px;
}