@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@charset "utf-8";

/* CSS Document */

html,
body {
    overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 100%;
    color: #000;
    background: url(../img/pattern.jpg);
    padding-right: 0 !important;
    background-attachment: fixed;
    background-size: cover;
}
.modal-open {
    padding-right: 0!important;
    overflow: hidden;
}
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #2d4274;
}
::selection {
    color: #fff;
    background: #2d4274;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2e2e2e;
}
p {
    color: #000;
    line-height: 26px;
    font-size: 14px;
}
ul li,
ul li a,
ol li,
ol li a {
    color: #161616;
    font-size: 14px;
    line-height: 26px;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
:focus {
    outline: none;
}
.no-padding {
    padding: 0px;
}
.text-left {
    text-align: left !important;
}
.mob-only {
    display: none;
}
.desktop-only {
    display: block;
}
.layout {
    width: 100%;
    background: #fff;
    border-top: 5px solid #01548b;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1280px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.desktop {
    display: block;
}
.mob-view {
    display: none;
}
.header {
    z-index: 99999;
    position: relative;
    background: #fff;
}
.header .container {
    width: 100%;
    padding: 0px;
}
.header #nav {
    width: 74%;
    float: right;
    font-weight: 500;
    height: 30px;
    position: relative;
}
.container {
    width: 100%;
}
.header .top-bar {
    float: left;
    height: 60px;
    width: 100%;
    margin-bottom:
}
.header .top-bar .menu {
    float: right;
    width: 100%;
}
.header .top-bar .menu ul {
    float: right;
    padding: 2px;
}
.header .top-bar .menu ul li {
    float: left;
    padding: 5px 14px;
}
.header .top-bar .menu ul li a {
    color: #252525;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 46px;
}
.header .top-bar .menu ul li a:hover {
    color: #03548c;
    border-bottom: 2px solid #03548c;
}
.header .top-bar .menu ul li a.active {
    color: #03548c;
    border-bottom: 2px solid #03548c;
}
.header .top-bar .menu ul li i {
    margin-right: 5px;
    font-size: 14px;
}
.header .top-bar a.profile {
    float: left;
}
.header .top-bar a.profile img {
    width: auto;
    height: 40px;
    float: left;
}
.header .top-bar .social {}
.header .top-bar ul.social li {
    float: left;
    padding: 2px;
}
.header .top-bar ul.social li a {
    float: left;
    border: 2px solid #03548c;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 60%;
    line-height: 0;
    margin: 0px;
    padding: 7px 8px;
}
.header .logo {
    float: left;
    height: 92px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
}
.header .logo img {
    height: 66px;
}
.header #nav > a {
    display: none;
}
.header #nav li {
    position: relative;
}
.header #nav li a {
    color: #2e2e2e;
    font-weight: 700;
    display: block;
}
.header #nav li a:active {}
.header #nav > ul {
    height: 50px;
    /* 60 */
    position: relative;
    width: auto;
    float: right;
}
.header #nav > ul > li {
    width: auto;
    padding: 6px 13px;
    float: left;
    border-radius: 8px;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.header #nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
    color: #000;
}

/* second level */

.header #nav li ul {
    background-color: #be1f2f;
    display: none;
    position: absolute;
    min-width: 180px;
    text-transform: uppercase;
    top: 66%;
}
.header #nav li:hover {
    color: #000;
}
.header #nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
.header #nav li:not(:first-child):hover ul {
    left: -1px;
}
.header #nav li ul a {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
}
.header #nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
    background-color: #f16024;
}
@media only screen and ( max-width: 62.5em)
/* 1000 */

{
    .header #nav {
        width: 100%;
        position: static;
        margin: 0;
    }
}
@media only screen and ( max-width: 40em)
/* 640 */

{
    html {
        font-size: 75%;
        /* 12 */
    }
    .header #nav {
        position: relative;
        top: auto;
        left: auto;
    }
    .header #nav > a {
        width: 3.125em;
        /* 50 */
        height: 3.125em;
        /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #e15a1f;
        position: relative;
    }
    .header #nav > a:before,
    #nav > a:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    .header #nav > a:after {
        top: 60%;
    }
    .header #nav:not(:target) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
    .header #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
    .header #nav:target > ul {
        display: block;
    }
    .header #nav > ul > li {
        width: 100%;
        float: none;
    }
    .header #nav > ul > li > a {
        height: auto;
        text-align: left;
        padding: 0 0.833em;
        /* 20 (24) */
    }
    .header #nav > ul > li:not(:last-child) > a {
        border-right: none;
    }
    /* second level */
    .header #nav li ul {
        position: static;
        padding: 1.25em;
        /* 20 */
        padding-top: 0;
    }
}
.header .logo-bar {
    float: left;
    width: 100%;
}
.header .logo-bar .right {
    float: right;
    width: 55%;
    padding: 15px;
}
.header .logo-bar .right i {
    float: left;
    margin-right: 10px;
}
.header .logo-bar .right h2 {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #474747
}
.header .logo-bar .right h2 span {
    font-size: 14px;
    border-bottom: 1px solid #474747;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #474747;
}
.header .logo-bar .email {
    width: 42%;
    float: right;
}
.header .logo-bar .phone {
    width: 46%;
    float: right;
}
.slide-wrap {
    width: 100%;
    background: #ccc;
    float: left;
}
.main-slider {
    z-index: 999;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-slider .container {
    padding: 0px;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
}
.main-slider .swiper-pagination {
    right: 6%;
    bottom: 35px !important;
}
.main-slider .swiper-pagination-bullet {
    float: left;
    height: 14px;
    background: #fff !important;
    width: 14px;
    margin: 3px;
    opacity: 1 !important;
}
.main-slider .swiper-pagination-bullet-active {
    background: #00568a !important;
}
.main-slider .swiper-slide {}
.main-slider .gallery-top {
    width: 100%;
}
.main-slider .content {
    width: 50%;
    height: 68px;
    background: rgba(1, 85, 139, 0.8);
    position: absolute;
    bottom: 0%;
    left: 0%;
    padding: 15px;
}
.main-slider .content h1 {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}
.main-slider .content p {
    font-size: 16px;
    color: #fff;
}
.main-slider .content a.quote-btn {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 15px;
    font-weight: 600;
    float: right;
    color: #fff;
    text-transform: uppercase;
}
.content-area {
    width: 100%;
    float: left;
    padding-top: 0px;
    position: relative;
    z-index: 999995;
    min-height: 60vh;
}
.content-wrap {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    max-width: 1360px;
}


.content-area .home-section-top {
    width: 100%;
    float: left;
    background:#e0e5e9;
    padding: 20px 30px;
    margin-top: 0px; float: left;
}
.content-area .home-section-top .welcome {
    float: left;
    background: #fff;
    padding: 40px 30px 50px 30px; z-index: 99;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.content-area .home-section-top .welcome h1 {
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    color: #03548c;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.content-area .home-section-top .welcome img {
    width: 100%;
    margin-top: 10px;
}
.content-area .home-section-top .welcome img:hover {
    opacity: 0.9
}
.welcome-img img { width: 80%; float: right;

}
.welcome-img img {
}
.welcome-img {
    text-align: center; position: absolute; right: -15px; top: 0px;
}
.content-area .home-section-top .welcome p {
    float: left;
    font-size: 14px;
    text-align: justify;
    color: #161616;
    line-height: 28px;
}
.clients {
    text-align: center;
    margin-top: 15px;
}
h1.section-head {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 25px; text-transform: uppercase; color:#03548c;
}
.clients img {
    width: 160px !important;
    height: auto;
}
.content-area .middle-section {
    background: url(../img/home-product-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    float: left;
    width: 100%;
    padding: 60px 30px;
    margin-bottom: 20px;
    min-height: 300px;
}
.img_block {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.img_block span:before {
    background: -moz-linear-gradient(left, #fc5a0a 3%, #fc5a0a 5%, rgba(252, 90, 10, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(3%, #fc5a0a), color-stop(5%, #fc5a0a), color-stop(100%, rgba(252, 90, 10, 0)));
    background: -webkit-linear-gradient(left, #fc5a0a 3%, #fc5a0a 5%, rgba(252, 90, 10, 0) 100%);
    background: -o-linear-gradient(left, #fc5a0a 3%, #fc5a0a 5%, rgba(252, 90, 10, 0) 100%);
    background: -ms-linear-gradient(left, #fc5a0a 3%, #fc5a0a 5%, rgba(252, 90, 10, 0) 100%);
    background: linear-gradient(to right, #fc5a0a 3%, #fc5a0a 5%, rgba(252, 90, 10, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc5a0a', endColorstr='#00fc5a0a', GradientType=1);
    opacity: 0;
}
.img_block span:after,
.img_block span:before {
    position: absolute;
    width: 100%;
    height: 99%;
    z-index: 1;
    content: '';
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.img_block span:after {
    background: -webkit-linear-gradient(left, #01548b 5%, rgb(1, 84, 139) 7%, rgba(20, 74, 101, 0) 100%);
    background: -o-linear-gradient(left, #01548b 5%, rgb(1, 84, 139) 7%, rgba(20, 74, 101, 0) 100%);
    background: linear-gradient(to right, #01548b 5%, rgb(1, 84, 139) 7%, rgba(20, 74, 101, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01548b', endColorstr='#00051934', GradientType=1);
    z-index: 1;
}
.img_block span:after,
.img_block span:before {
    position: absolute;
    width: 100%;
    height: 99%;
    z-index: 1;
    content: '';
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.img_block .caption {
    position: absolute;
    width: 80%;
    z-index: 1;
    color: #fff;
    left: 26px;
    bottom: 26px;
}
.img_block .caption h1 {
    color: #fff;
    margin: 0;
    letter-spacing: 0px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 0px;
    font-weight: bolder;
}
.img_block .caption p {
    color: #fff;
    text-align: justify;
    line-height: 22px;
}
.img_block img {
    width: 100%;
}
.content-area .middle-text {
    background: rgba(3, 84, 140, 0.9);
    height: 240px;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 35px 25px; margin: 0 auto; float: none;
}
.content-area .middle-text h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px; text-align: center;
}
.content-area .middle-text p {
    color: #fff; text-align: center;
}
.content-area .product-list-wrap {
    background: url(../img/home-product-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    float: left;
    width: 100%;
    padding: 30px 0px;
    margin-bottom: 20px;
}
.content-area .product-list h1 {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.content-area .product-list {
    width: 90%;
    margin: 0 auto;
    max-width: 1360px;
    height: 280px;
}
.content-area .product-list .item {
    border-radius: 20%;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
}
.content-area .product-list .item a {
    text-align: center;
}
.content-area .product-list .item img {
    border-radius: 60%;
    float: none;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.content-area .product-list .item h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.content-area .product-list ul {
    width: 100%;
    padding: 0px;
}
.content-area .product-list ul li {
    width: 100%;
    padding: 0px;
    height: auto;
    padding: 0px;
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.content-area .product-list ul li .content h1 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 22px;
}
.content-area .product-list ul li .content p {
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.content-area .home-section-top .home-news ul li a:hover {
    color: #0d4c86 !important;
}
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-3e {
    padding: 10px 15px;
    overflow: hidden;
}
.btn-3 {
    background: #0d4c86;
    color: #fff;
}
.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}
.btn-3e:after {
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
.btn-3e:hover {
    color: #efefef;
}
.padding-zero {
    padding: 0px;
}
.content-area .bottem-section {
    margin-top: 25px;
    float: left;
    width: 100%;
}
.content-area .bottem-section .content-wrap {
    max-width: 1360px;
    width: 94%;
}
.content-area .content-wrap {
    max-width: 1360px;
}

.content-area .get-quote {
    background: linear-gradient(rgba(86, 177, 54, 0.8), rgba(86, 177, 54, 0.8)), rgba(86, 177, 54, 0.8) url(../img/quote-bg.jpg) center center;
    height: 200px;
    background-size: cover;
    text-align: center;
}
.content-area .get-quote h1 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.content-area .get-quote p {
    text-align: center;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    font-size: 16px;
}
.content-area .get-quote a {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-weight: 500;
}
.content-area .home-address {
    background: #8b898a;
    height: 200px;
}
.content-area .home-address h1 {
    color: #2c2c2c;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.content-area .home-address p {
    text-align: center;
    color: #2c2c2c;
    2c2c2c text-align: center;
    padding: 10px 40px;
    font-size: 15px;
}
.footer-wrap img {
    width: 100%;
}
.footer-bottom {
    width: 100%;
    padding: 25px;
    background: #01548b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-top: 0px;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom p {
    color: #fff;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.footer-bottom .social {
    margin-top: 10px;
    width: 32px;
    text-align: center;
    margin: 0 auto;
}
.footer-bottom ul.social li {
    float: left;
    padding: 2px;
}
.footer-bottom ul.social li a {
    float: left;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 60%;
    line-height: 0;
    margin: 0px;
    color: #fff;
    padding: 8px 8px;
}
.form-control {
    border-radius: 0px;
}
.inner-page {}
.products-wrap {
    margin-top: 20px;
    padding: 20px;
}
.products-thumb {
    height: 180px;
    width: 100%;
    text-align: center;
}
.products-thumb img {
    width: 180px;
    height: 180px;
    border-radius: 60%;
}
.product-details {
    padding: 10px !important;
}
.products {
    margin-bottom: 20px;
    border: 1px solid #efefef;
    padding: 10px;
    float: left;
    border-radius: 12px;
}
.products p {
    font-size: 14px;
    text-align: justify;
}
.products-wrap h2 {
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 2px;
    padding: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.productpop {
    max-width: 500px;
    background: #fff;
    padding: 20px;
    width: 500px;
}

/*=========== Inner Banner ===========*/

.inner-banner {
    background: url(../img/inner-head.jpg);
    background-size: contain;
    background-attachment: fixed;
    height: 120px;
}
.inner-banner .overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px 0 30px 0;
}
.inner-banner .overlay ul li {
    display: inline-block;
    color: #00568a;
    font-weight: 600;
    line-height: 14px;
    margin-left: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}
.inner-banner .overlay ul li a {
    font-weight: 600;
    color: #fff;
    border-right: 1px solid #161616;
    padding: 0 10px 0 0;
}
.inner-banner .overlay h2 {
    color: #00568a;
    margin-bottom: 38px;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
}


.aboutimg img{width: 100%;}
.visionsection{background: #efefef; float: left; padding-top: 30px; padding-bottom: 30px;margin-top: 25px;}
/*------------*/


/*================ Contact Us ==============*/

.contact-us-area {
    margin-top: 25px;
    padding: 36px;
}
.contact-us-area h6 {
    position: relative;
    padding-left: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    border-left: 5px solid #00568a;
}
.contact-us-area .contact-us-form .row {
    margin: 20px -10px 0 -10px;
}
.contact-us-area .contact-us-form .row [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-us-area .contact-us-form input,
.contact-us-area .contact-us-form select,
.contact-us-area .contact-us-form textarea {
    width: 100%;
    border: 1px solid #8b898a;
    background: #fff;
    padding-left: 18px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.contact-us-area .contact-us-form input {
    height: 42px;
}
.contact-us-area .contact-us-form select {
    height: 42px;
}
.contact-us-area .contact-us-form textarea {
    max-width: 100%;
    min-height: 160px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.contact-us-area .contact-us-form input:focus,
.contact-us-area .contact-us-form textarea:focus {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
}
.contact-us-area .contact-us-form button {
    width: 200px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #00568a;
    text-transform: uppercase;
    margin-top: 4px;
}
.contact-us-area .contact-address .wrapper {
    padding-left: 35px;
}
.contact-us-area .contact-address ul.address {
    margin-top: 30px;
}
.contact-us-area .contact-address p {
    margin: 20px 0 26px 0;
    text-align: justify;
}
.contact-us-area .contact-address ul.address li {
    position: relative;
    padding-left: 30px;
    line-height: 23px;
    margin-bottom: 20px;
}
.contact-us-area .contact-address ul.address li i {
    font-size: 20px;
    color: #00568a;
    position: absolute;
    top: 3px;
    left: 0;
}
.contact-us-area .contact-address ul.address li i.fa-envelope-o {
    font-size: 16px;
}
.contact-us-area .contact-address ul.social-link li {
    display: inline-block;
    margin-right: 14px;
    margin-top: 16px;
}
.contact-us-area .contact-address ul.social-link li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 60%;
    text-align: center;
    color: #00568a;
    border: 2px solid #00568a;
    float: left;
}
.contact-us-area .contact-address ul.social-link li a:hover {
    border-color: #00568a;
    color: #00568a;
}
#google-map-area {
    margin-top: 100px;
    height: 450px;
    width: 100%;
}
#google-map-area .google-map {
    height: 100%;
}
.p-color-bg {
    background: #00568a;
}
.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-rightTwo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}
.quote-thumb {
    text-align: center;
}
.service-section .owl-theme .owl-controls .owl-buttons .owl-next:before,
.team-section .owl-theme .owl-controls .owl-buttons .owl-next:before,
.partner-section .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
}
.welcome-section {
    padding: 0px 20px;
}

/* ## Welcome Section ## */

.welcome-section .section-header {
    margin-bottom: 0px;
}
.welcome-section .col-md-8 p {
    line-height: 24px;
    margin-bottom: 12px; text-align: justify;
}
.section-header h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 10px;
}
.welcome-content {
    margin-top: 30px;
}
.welcome-content p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify; margin-bottom: 10px;
}
.about-img {
    text-align: center;
}
.about-img img {
    width: 70%;
}
.vision {
    padding: 20px;
    background: #fafafa;
    padding-right: 20px !important;
}
.chairman-message {
    padding: 18px !important;
    background: #ecf5ff !important;
    float: left;
}
.chairman-message h4 {
    width: 160px;
    height: 160px;
    float: left;
    padding-right:10px;
    padding-top: 10px; 
}
.chairman-message h2{font-weight: bold;}
.chairman-message h4 img {
    width: 100%;
    height: 100%;border: 5px solid #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.services-company {
    padding: 30px  30px  30px 0px !important;
}



.chairman-message p{font-size: 13px;}
.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover; height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-effect,
.img-hover-effect {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}
.hover-effect:hover img {
  

}
.management{line-height: 22px; background: #efefef; padding: 15px; width: 100%; float: left; margin-bottom: 10px;}
.management h2{font-weight: 600; font-size: 16px;}
.management h4{font-weight: 600; font-size: 14px;}
.management p{font-size: 14px;  }
.management i{margin-right: 3px;color:#01548b;}
.clinet-list{padding-left: 0px;}
.clinet-list li{margin-top: 10px;}
.clinet-list li img{width: 100%; border: 1px solid #ccc; padding: 10px; }
a.link{font-size: 12px; text-align: right; text-transform: uppercase; color: #061139; float: right;}
.services-title-one{font-size: 16px; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; margin-top: 10px; }
.services-company .col-md-3{margin-bottom: 20px;}
.services-company a.link{ text-transform: uppercase;float: left; margin-bottom: 10px; font-size: 14px; margin-top: 10px;}
.service {margin-bottom: 20px; float: left;}
h3.sidebar-title {
    font-size: 17px;
    font-weight: normal;
    font-family: "Roboto";
    color: #C0C4C7;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.sidebar-blog-categories ul {
    background: #f4f5f8;
}
.sidebar-blog-categories ul li a {
    font-size: 14px;
    color: #61656F;
    padding: 16px 30px; font-weight: 600;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #fcfcfd;
}
.sidebar-blog-categories ul li a:hover {
    background: #e9e9e9;
}
.sidebar>div {
    margin-bottom: 45px;
}
.sidebar>div:last-child {
    margin-bottom: 0;
}

.service-container{margin-top: 30px;}
.service-container h2{font-size: 20px; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase;}
h4.subtitle {
    font-size: 16px;
    
    color: #01548b;
    font-weight: bold;
    line-height: 1.4;
    margin:8px 0px 10px 0px;
}

.products-list {
    padding: 30px !important;
}
.product-item{padding: 10px; background: #efefef; float: left;}
/*
====================================================================
	Gallery Sections
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 30px;
}
.gallery-section .sec-title {
    margin-bottom: 60px;
}
.default-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}
.default-portfolio-item i {
    color: #00568a;
}
.default-portfolio-item.mix {
    display: none;
}
.fullwidth .default-portfolio-item {
    padding: 10px !important;
    margin: 0px;height: 180px; margin-bottom: 20px;
}
.default-portfolio-item .inner-box {
    position: relative;
    overflow: hidden;
}
.default-portfolio-item .inner-box .image {
    position: relative;
    display: block;
    width: 100%; height: 180px;
}
.default-portfolio-item .inner-box .image img {
    position: relative;
    display: block; height: 100%;
    width: 100%;
}
.default-portfolio-item .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(33, 139, 213, 0.90);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90));
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-portfolio-item:hover .overlay-box {
    top: 0px;
    opacity: 1;
}
.default-portfolio-item .overlay-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.default-portfolio-item .overlay-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.default-portfolio-item .overlay-box h3 {
    position: relative;
    font-size: 14px;
    color: #00568a;
    margin-bottom: 10px;
}
.default-portfolio-item .overlay-box h3 a {
    color: #00568a;
}
.default-portfolio-item .overlay-box h3 a:hover {
    color: #00568a;
}
.default-portfolio-item .overlay-box a {
    color: #00568a;
}
.default-portfolio-item .overlay-box a:hover {
    color: #d62424;
}
.default-portfolio-item .zoom-btn {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
    opacity: 0.80;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-portfolio-item .zoom-btn:hover {
    color: #ffffff;
    opacity: 1;
}
.default-portfolio-item .line-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 0%;
    border-right: 5px solid rgba(255, 255, 255, 0.70);
}
.default-portfolio-item .line-bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 5px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.70);
}
.default-portfolio-item .line-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 5px;
    height: 0%;
    border-left: 5px solid rgba(255, 255, 255, 0.70);
}
.default-portfolio-item .line-top {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 5px;
    border-top: 5px solid rgba(255, 255, 255, 0.70);
}
.default-portfolio-item .inner-box:hover .line-left {
    height: 100%;
    transition: all 300ms ease 500ms;
    -moz-transition: all 300ms ease 500ms;
    -webkit-transition: all 300ms ease 500ms;
    -ms-transition: all 300ms ease 500ms;
    -o-transition: all 300ms ease 500ms;
}
.default-portfolio-item .inner-box:hover .line-bottom {
    width: 100%;
    transition: all 300ms ease 800ms;
    -moz-transition: all 300ms ease 800ms;
    -webkit-transition: all 300ms ease 800ms;
    -ms-transition: all 300ms ease 800ms;
    -o-transition: all 300ms ease 800ms;
}
.default-portfolio-item .inner-box:hover .line-right {
    height: 100%;
    transition: all 300ms ease 1100ms;
    -moz-transition: all 300ms ease 1100ms;
    -webkit-transition: all 300ms ease 1100ms;
    -ms-transition: all 300ms ease 1100ms;
    -o-transition: all 300ms ease 1100ms;
}
.default-portfolio-item .inner-box:hover .line-top {
    width: 100%;
    transition: all 300ms ease 1400ms;
    -moz-transition: all 300ms ease 1400ms;
    -webkit-transition: all 300ms ease 1400ms;
    -ms-transition: all 300ms ease 1400ms;
    -o-transition: all 300ms ease 1400ms;
}
.careers input[type="file"] {
    padding: 11px;
}
.careers a {
    font-size: 14px;
    color: #474747;
}
td.job-result-date-posted-cell {
    font-size: 14px;
}
.careers th {
    background: #ccc;
    padding-left: 10px;
    font-weight: 600;
}
.careers tbody {
    border: 1px solid #efefef;
}
.careers tr {
    padding: 10px;
}
.clients {
    margin-bottom: 20px;
    height: 150px;
    padding: 10px;
    float: left;
}
.clients-thumb {
    height: 122px;
}
.clients-thumb img {
    width: 100%;
}
#clients .item {
    height: 150px;
}
#clients .item h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
}
.productpop h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

/*** 

/* -------------------------------- 

Main components 

-------------------------------- */

@media (min-width: 1600px) {
    .container {
        width: 100%;
        padding: 0px;
    }
    .main-slider .gallery-top {
        width: 100%;
    }
    .main-slider .swiper-slide {
        background-size: cover !important
    }
}
@media only screen and (min-width: 1600px) {
    .home-section-five .container {
        width: 100%;
        padding: 0px;
        max-width: 100%;
    }
    .footer .foot-area .container {
        max-width: 90%;
    }
}
@media only screen and (min-device-width: 1020px) and (max-device-width: 1280px) {
    .content-wrap {
        width: 96%;
    }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {
    #nav > ul > li > a {
        font-size: 9px;
    }
    .content-area .product-list {
        height: auto;
    }
    .content-area .product-list ul li {
        width: 76%;
        padding: 0px;
        height: 300px;
        float: none;
        margin: 0 auto;
    }
    .header .top-bar .menu ul li a {
        font-size: 10px;
    }
    .header .logo-bar .right {
        width: 55%;
    }
    .header .logo-bar .right {
        padding-top: 25px;
    }
}
@media screen and (max-width: 773px) {
    .content-area .home-section-one h1 {
        font-size: 14px;
        float: left;
    }
    .inner-banner{background: #01548b; height: 90px;}
    .inner-banner .overlay{padding-top: 34px;}
    .inner-banner .overlay h2{color: #fff;}
    .content-area .home-section-one .introimg {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .content-area .home-section-two .title {
        padding: 3%;
    }
    .content-area .home-section-two .title h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .content-area .home-section-two .title h2 {
        font-size: 10px;
    }
    .content-area .home-section-three .title h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .content-area .home-section-three .title {
        padding: 3%;
    }
    .content-area .home-section-three .title h2 {
        font-size: 10px;
    }
    .content-area .home-section-three .title {
        padding: 3%;
    }
    .content-area .home-section-four .title h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .content-area .home-section-four .title h2 {
        font-size: 10px;
    }
    .content-area .home-section-four .title {
        padding: 3%;
    }
    .careers .col-md-6 {
        float: left;
        width: 100%;
    }
    .careers .col-md-12 {
        width: 100%;
    }
    .main-slider .content h1 {
        font-size: 16px;
    }
    .quote-thumb img {
        width: 100%;
    }
    .mob-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .home-section-one .kbnslogan img {
        width: 100%;
        margin-bottom: 8px;
        margin-top: 5px;
    }
    .main-slider .gallery-thumbs h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .header .logo img {
        height: 55px;
    }
    .content-area .product-list ul li {
        width: 100%;
    }
    .content-area .product-list {
        height: auto;
    }
    .content-area .product-list h1 {
        background: none;
        font-size: 14px;
    }
    .content-area .product-list ul {
        float: left;
    }
    .header .top-bar {
        margin-right: 0px;
        margin-left: 0px;
    }
    .header .top-bar:after {
        display: none;
    }
    .header .top-bar:before {
        display: none;
    }
    #nav > ul > li > a {
        font-size: 9px;
    }
    .content-area .home-section-top .welcome {
        padding: 20px;
    }
    .header .logo-bar .right {
        width: 55%;
    }
    .header .logo-bar .right i img {
        width: 46px;
        display: none;
    }
    .contact-us-area .contact-address p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 28px;
    }
    .contact-us-area .contact-address .wrapper {
        padding-left: 0px;
        margin-top: 25px;
    }
}
@media screen and (max-width: 736px) {
    .content-area .home-section-five .social {
        width: 60%;
    }
    .gallery-thumbs {
        display: none;
    }
    .content-area .home-section-four .home-client-wrap .owl-controls {
        display: none;
    }
    .main-slider .kbnslogan {
        width: 100%;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }
    .main-slider .kbnslogan img {
        width: 100%;
    }
    .swiper-container {
        height: 215px;
    }
    .header .top-bar p {
        width: 70%;
        font-size: 14px;
    }
    .main-slider .swiper-slide {
        background-size: cover !important;
        height: auto;
    }
    .footer-wrap h2 {
        text-align: left;
        font-size: 16px;
        width: 100%;
    }
    .footer-wrap .col-md-4 {
        margin-bottom: 10px;
        float: left;
    }
    .footer-bottom {
        line-height: 24px;
    }
    .header {}
    .header .logo {
        height: 73px;
    }
    .header .logo img {
        height: 50px;
    }
    .header #nav {
        position: absolute;
        top: 10px;
        left: auto;
        right: 10px;
        display: none;
    }
    .header #nav > ul {
        background: #bf1f30;
        width: 60%;
        float: right;
        right: 0;
        position: relative;
        z-index: 9999999999;
    }
    .header #nav > ul li {
        border-bottom: #EFEFEF;
    }
    .header #nav > ul li a {
        color: #fff;
    }
    .header #nav > ul li a:hover {
        color: #efefef;
    }
    .header #nav > a {
        width: 3.125em;
        height: 3.125em;
        text-align: left;
        text-indent: -9999px;
        background-color: #bf1f30;
        position: relative;
        right: 10px;
        float: right;
        z-index: 9999999999999;
    }
    .main-slider {
        top: 0px;
        margin-bottom: 0px;
    }
    .content-area .home-section-top .home-news {
        width: 100%;
    }
    .main-slider .content {
        width: 100%;
        height: 50px;
    }
    .main-slider .content h1 {
        font-size: 14px;
    }
    .main-slider .content p {
        font-size: 14px;
        line-height: 16px;
    }
    .main-slider .content a.quote-btn {
        padding: 6px;
        margin-top: 10px;
    }
    .content-area .product-list ul li {
        width: 100%;
        height: auto;
        font-size: 14px;
    }
    .content-area .product-list ul li .images {
        width: 100%;
        ;
        float: left;
    }
    .content-area .product-list ul li .content {
        width: 100%;
        float: left;
    }
    .content-area .product-list {
        height: auto;
    }
    .content-area .home-section-top .welcome h1 {
        font-size: 14px;
    }
    .content-area .home-section-top .home-news h1 {
        font-size: 14px;
    }
    .content-area .home-section-top .home-news ul li a.date {
        width: 100%;
        margin-bottom: 0px;
    }
    .content-area .home-section-top .home-news ul li a.news {
        width: 100%;
    }
}
@media screen and (max-width: 667px) {
    .content-area .get-quote {
        height: 240px;
    }
    .content-area .home-address {
        height: 240px;
    }
    .section-header h3 {
        font-size: 15px;
    }
    .header .logo-bar .right {
        display: none
    }
    .header .logo {
        position: relative;
        top: 0px;
        background: rgba(255, 255, 255, 0.9);
        padding: 4px;
        height: 60px;
        width: 100%;
    }
    .content-area .middle-text {
        background: rgba(1, 85, 139, 0.8);
        height: auto;
        padding: 35px 25px;
    }
    .content-area .middle-text h1 {
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        line-height: 30px;
    }
    .products {
        width: 100%;
    }
    .productpop {
        width: 100%;
        min-width: 300px;
    }
    .productpop h2 {
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    
    .services-company { padding: 20px 20px !important;}
    .services-company .col-md-8{padding: 0px;}
    .products-list{ padding: 20px 0px !important;}
}
@media screen and (max-width: 480px) {
    .main-slider .content {
        display: none;
    }
    .content-area .home-section-five .social {
        width: 80%;
        text-align: center;
        padding: 25% 8%;
        margin: 0 auto;
    }
    .header .top-bar .menu {
        float: left;
    }
    .header .top-bar .menu ul li a {
        font-size: 9px;
        line-height: 28px;
    }
    .header .top-bar .menu ul li i {
        font-size: 14px;
    }
    .header #nav > a {
        top: 8px;
    }
    .header #nav > ul {
        background: #bf1f30;
        width: 60%;
        float: right;
        top: 8px;
        margin-right: 10px;
        position: relative;
        z-index: 9999999999;
    }
    .header .top-bar a.profile {
        width: 100%;
        text-align: center;
    }
    .header .top-bar a.profile img {
        float: none;
    }
    .header .top-bar a.profile img {
        width: 55%;
    }
    .gw-container a.gwmenu-reveal {
        top: -6px !important;
    }
    .gw-container .gw-bar {
        width: 52.7% !important;
    }
    .gw-container .gw-nav {
        margin-top: 48px !important;
    }
    .container {
        padding: 0px;
    }
    .section-header h3 {
        text-align: center;
    }
    .section-header h3 {
        line-height: 28px;
    }
    .contact-us-area .contact-address .wrapper {
        padding: 0px;
        width: 100%;
        margin-top: 25px;
    }
    .contact-us-area .contact-us-form .row {
        margin-top: 25px;
    }
    .contact-us-area {
        margin-top: 20px;
    }
    .swiper-container {
        height: 160px;
    }
    .content-area .home-section-one p {
        font-size: 10px;
        line-height: 24px;
    }
    .header .top-bar a.profile {
        padding-top: 5px;
    }
    .content-area .home-section-three .home-news-wrap img {
        height: auto;
    }
    .content-area .home-section-three .home-news-wrap .desc h2 {
        font-size: 14px;
        text-align: center;
    }
    .content-area .home-section-top .welcome h1 {
        font-size: 16px;
    }
    .content-area .home-section-top .home-news h1 {
        font-size: 16px;
    }
    .content-area .get-quote h1 {
        font-size: 18px;
    }
    .content-area .get-quote p {
        font-size: 16px;
        padding: 10px;
    }
    .services-wrap .service-box > img,
    .services-wrap .service-box > span {
        position: relative;
        left: 0px;
    }
    .service-section.services-wrap .service-box {
        text-align: center;
    }
    .services-wrap .service-box-inner {
        padding-left: 10px;
        width: 100%;
    }
    .content-area .content-wrap .col-md-4 {
        padding-left: 0px; padding-right: 0px;
    }
    .service-section.services-wrap .service-box {
        margin-top: 0px;
    }
    .service-section .container {
        padding: 10px;
    }
    .services-wrap .service-box-inner h4 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .services-wrap .service-box-inner {
        padding-bottom: 20px;
        height: auto;
    }
    .service-section.services-wrap .service-box {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 360px) {
    .header .top-bar .menu ul li {
        padding: 0 7px;
    }
    .header .top-bar .menu ul li a {
        font-size: 8px;
    }
}