@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700|Raleway:400,400i,500,600,600i,700,700i');

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;	
    line-height: 26px;
    color: #424242;
    overflow-x: hidden !important;
}
img{
    max-width: 100%;
}
/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
a, button[type="submit"], input[type=text] {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

/*------------------------------------------*/
/*    Transition Effect For Different Elements
/*------------------------------------------*/
.top-bar-right, .icon-box-1, .icon-box-1 .text,
.navbar-brand{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
/*------------------------------------------*/
/*    Main Navigatio Style
/*------------------------------------------*/
.navbar-brand{
    width: 140px;
    background: #f1fbff;
    padding: .9rem;
}
.navbar{
    padding: 0 15px;
}
.navbar-expand-md .navbar-nav .nav-item,
.navbar-expand-lg .navbar-nav .nav-item{
    padding: 0 .19rem 1rem;
}
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0.6rem 0.70rem;
    border-radius: 3px;
    font-weight: 700;
    transition: all .3s;
}
.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-link:hover{
    background: rgba(255,255,255, 0.302);
}

.navbar-nav .nav-link{
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 16px 15px;
    font-weight: 600;
    display: block !important;
}
.dropdown-menu {
    padding: 0;
    min-width: 200px;
    background: #FFF;
    margin: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 768px) {
    .show > .dropdown-menu {
        display: block;
    }
}
.dropdown-menu:after{
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}

.dropdown-menu li > .dropdown-menu:after{
    display: none;
}
.dropdown-menu a,
.dropdown-menu li > a{
    font-size: 0.75rem;
    padding: 16px 15px;
    text-transform: capitalize;
    color: #565656;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
    font-weight: 600;
}
.dropdown-menu li:last-child > a{
    border: none;
}
.dropdown-item.active,
.dropdown-item:focus, 
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-menu > li.show > a{
    color: #ff3514;
    text-decoration: none;
    background-color: transparent;
}
.navbar-toggler-icon {
    background-image: url(../images/download.svg);
}

.dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8125rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: .5rem;
}

/*------------------------------------------*/
/*    Heading Style
/*------------------------------------------*/
.heading-main{
    color:#fff;
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
	position:relative;
}
.heading-main spn{
    color: #06163a;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
}
.heading-main:before
{
	content: "";
    position: absolute;
    bottom: -15px;
    width: 80px;
    height: 3px;
    background: #009fe3;
}
.heading-left-border{
    color: #717171;
    padding: 0.55rem 1.2rem;
    border-left: 2px solid #ff3514;
    margin-bottom: 35px;
    font-weight: 600;
}
.parallax-head.heading-main span{
    color: #FFF;
}
/*------------------------------------------*/
/*    Typography
/*------------------------------------------*/

/* Header H5 */
h5.h5-xs { font-size: 0.875rem; }   /* 14px */
h5.h5-sm { font-size: 1rem; }       /* 16px */
h5.h5-md { font-size: 1rem; }       /* 16px */
h5.h5-lg { font-size: 1.125rem; }   /* 18px */
h5.h5-xl { font-size: 1.25rem; }    /* 20px */

/* Header H4 */
h4.h4-xs { font-size: 1rem; }       /* 16px */
h4.h4-sm { font-size: 1.125rem; }   /* 18px */
h4.h4-md { font-size: 1.125rem; }   /* 18px */
h4.h4-lg { font-size: 1.25rem; }    /* 20px */
h4.h4-xl { font-size: 1.5rem; }     /* 24px */

/* Header H3 */
h3.h3-xs { font-size: 1rem; }       /* 16px */
h3.h3-sm { font-size: 1.125rem; }   /* 18px */
h3.h3-md { font-size: 1.125rem; }   /* 18px */
h3.h3-lg { font-size: 1.25rem; }    /* 20px */
h3.h3-xl { font-size: 1.5rem; }     /* 24px */

/* Header H2 */
h2.h2-xs { font-size: 1rem; }       /* 16px */
h2.h2-sm { font-size: 1.125rem; }   /* 18px */
h2.h2-md { font-size: 1.125rem; }   /* 18px */
h2.h2-lg { font-size: 1.25rem; }    /* 20px */
h2.h2-xl { font-size: 1.5rem; }     /* 24px */

/* Font Weight = fw */
.fw-3{ font-weight: 300; }
.fw-4{ font-weight: 400; }
.fw-5{ font-weight: 500; }
.fw-6{ font-weight: 600; }
.fw-7{ font-weight: 700; }

/*------------------------------------------*/
/*    Props Images
/*------------------------------------------*/
.img-business-man{
    position: absolute;
    bottom: 25px;
    left: 0;
	z-index:-1;
}
.forklift-image{
    position: absolute;
    bottom: 0;
    left: -110%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
/*------------------------------------------*/
/*    About Page Style
/*------------------------------------------*/
.about-bg{
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-position: 100% -73%;
    border-radius: 5px;
    overflow: hidden;
}
.bg-with-text{
    background: url(../images/bg-text.jpg) no-repeat center right;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 1.125rem;
    padding: 0 1.5rem;
    font-weight: 300;
    line-height: 2;
}
.video-popup{
    padding: 11rem 0;
    margin-bottom: -100px;
    background: url(../images/popup_bg.jpg) no-repeat center center;
    text-align: center;
    overflow: hidden;
    color: #FFF;

    border-radius: 10px;
}

.video-popup a{
    color: #FFF;
}
.img-icon img{
    max-width: 100px;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 5px solid #FFF;
    margin-right: 25px;
}
.img-icon h3{
    font-size: 1.25rem;
  color: rgb(6, 22, 58);
}
.img-icon h3 span{
    display: block;
    font-size: 1rem;
    color: #424242;
}

.bordered-img{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 10px solid #FFF;
}


/*------------------------------------------*/
/*    Client Testimonials
/*------------------------------------------*/
#home-client-testimonials {
    margin-top: -30px;
	margin-bottom:20px;
}
#home-client-testimonials .item{
    padding:30px 50px 30px 40px;
}
#home-client-testimonials .owl-nav button.owl-next {
    right: -15px !important;
}
.client-testimonial{
    box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 20px;
}
.client-testimonial-icon{
    width: 100px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.client-inner-content{
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.8;
	text-align:center;
}
.blockquote-footer::before {
    content: "" !important;
}
.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite{
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    line-height: 1.375;
	text-align:center;
	padding-top:20px;
}
.client-testimonials-bg{
    background-repeat: no-repeat;
    padding: 3rem;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}
.home-client-testimonials .quotes
{
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
}
.owl-nav button
{
	background:#009fe3 !important;
}
.owl-nav button:hover
{
	background:#004b9a !important;
}
#home-client-testimonials .owl-nav button:hover
{
	background:#fff !important;
}
#home-client-testimonials .owl-nav button:hover i
{
	color:#009fe3 !important;
}
#home-client-testimonials .owl-item .item .client-testimonial
{
	background:#009fe3;
	background-image: url(../images/bg-wave.svg);
	background-repeat: no-repeat; 
	background-position: center bottom;
	border-radius:5px;
}
.owl-stage-outer
{
	padding:5px;
}
.owl-nav .owl-next i,.owl-nav .owl-prev i
{
	font-size:25px;
	font-weight:bold;
	color:#fff;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#home-client-testimonials .owl-nav .owl-next i,#home-client-testimonials .owl-nav .owl-prev i
{
	position:relative;
	top:2px;
}
.owl-nav button.owl-prev:hover i,.owl-nav button.owl-next:hover i
{
	font-size:30px;
	-webkit-transition: all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev, 
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next{
	padding-top:5px !important;
}

.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer, 
.client-testimonials-bg .client-inner-content .blockquote-footer cite{
    color: #FFF;
}

/*------------------------------------------*/
/*    Blog Styles
/*------------------------------------------*/
.blog-warp{
    text-align: center;
    font-size: 14px;
    color: #424242;
    line-height: 1.714;
	background:#fff;
	padding:10px;
	padding-bottom:20px;
}
.blog-warp:hover img{
    opacity: 0.7;
    transform: translateY(-3px);
}
.blog-warp img{
    margin-bottom: 15px;
	height:230px;
	width:100%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.blog-warp h4 {
    font-size: 1.121rem;
    color: #06163a;
    line-height: .1;
	padding:5px 0px 0px 10px;
}
.blog-warp h4:hover{
    color: #009fe3;
}
.blog-warp p
{
	padding:0px 10px;
	text-align:justify;
	line-height:1.3;
	font-size:14px;
	color:#636060;
}
.meta-box{
    margin-bottom: 15px;
    font-size: 0.8125rem;
}
.meta-box span{
    margin: 0 10px;
}
.meta-box a{
    color: #ff3514;
}

.blog-list-footer ul li{
    margin-bottom: 30px;
}
.blog-list-footer ul li:last-child{
    margin: 0;
}
.post-thumb{
    width: 80px;
    margin-right: 25px;
}
.post-text a{
    color: #fff;
	font-weight:600;
}
.post-text a i{
    font-size:22px;
	font-weight:600;
}


/*------------------------------------------*/
/*    Blogs Pages Start
/*------------------------------------------*/
.blog-list [class*="col-"]{
    margin-bottom: 40px;
}
.sidebar-spacer{
    padding-left: 1.5rem;
}
.widget-wrap{
    margin-bottom: 60px;
}
.blog-list-categories a{
    padding: 0.5rem 1.45rem;
    display: block;
    font-size: 1rem;
    color: #717171;
    position: relative;
    z-index: 1;
    border-left: 1px solid #eae6e6;
}
.blog-list-categories a:hover{
    color: #ff3514;
    padding: 0.5rem 1.45rem 0.5rem 1.75rem;
}
.blog-list-categories a:after{
    position: absolute;
    width: 0;
    height: 100%;
    background: #ff3514;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;

    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.blog-list-categories a:hover:after,
.blog-list-categories li.active a:after{
    width: 2px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

/* Blog Standard */
.blog-standard{
    margin-bottom: 70px;
}
.blog-standard:last-child{
    margin-bottom: 0;
}

.theme-pagination .page-item .page-link{
    border-radius: 3px !important;
    margin-right: 12px;
    color: #28324c;
    border-color: #ececec;
    background: #fafafa;
}

.theme-pagination .page-item.active .page-link,
.theme-pagination .page-item .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #ff3514;
    border-color: #ff3514;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
    background: #ebebeb;
    border-color: #ebebeb;
}

/* Blog Single */
.tags a{
    display:inline-block;
    color:#1f2d37;
    padding:0.7rem 1.9rem;
    font-weight: 500;
    background:#fafafa;
    margin:0 10px 8px 0;
    border: 1px solid #ececec;

    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
}
.tags a:hover{
    background:#ff3514;
    color:#FFF;
}
.share-this a{
    display: inline-block;
    color: #FFF;
    width: 28px;
    height: 28px;
    text-align: center;
    background: red;
    align-items: center;
    display: flex;
    margin-left: 7px;
    justify-content: center;
}
.share-this a.ff{
    background: #627aad;
}
.share-this a.tw{
    background: #4d9ed8;
}
.share-this a.ln{
    background: #2f75ae;
}
.author-box{
    border: 1px solid #ececec;
    padding: 2rem
}
.thumb{
    width: 90px;
    margin-right: 30px;
}
.border-style{
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px 0;
}

.commnets-reply .thumb{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 4px solid #FFF;
}

/*------------------------------------------*/
/*    Contact Map Styles
/*------------------------------------------*/
.map-bg{
    position: relative;
}
.map-bg .padding-0
{
    padding:0px;
}
.map-shadow{
    border-style: solid;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 46px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: -120px;
}
.map-shadow #map-holder{
    height: 350px !important;
}
#map-holder, #map-holder-contact{
    margin:0;
    background:#FFF;
    padding:0;
    height: 400px;
}
#map_extended{
    height: 100%;
    left: 0;
    line-height: inherit;
    position: relative;
    top: 0;
    width: 100%;
}
#map_extended img {
    max-width: inherit;
}
#map_extended .gm-style div {
    font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#map_extended .gmap_marker address {
    width: 300px;
}
#map_extended .gmap_marker address > div {
    width: 100%;
    display: inline-block;
}
#map_extended .gmap_marker address div div {
    float: right;
    width: 70%;
}
#map_extended .gmap_marker address div div:first-child {
    width: 30%;
    float: left;
}
/*------------------------------------------*/
/*    Contact Page Style
/*------------------------------------------*/
.contact-details {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}
.contact-details h4{
    font-size: 16px;
    font-weight: 600;
    color: rgb(6, 22, 58);
    line-height: 1.714;
}
.contact-details p {
    color: #9b9b9b;
}
.contact-details a {
    font-size: 14px;
    color: rgb(6, 22, 58);
}
.contact-details i{
    color: #ff3514;
    font-size: 24px;
    top: 4px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
.contact-details.standard{
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    transform: none;
}
.contact-full-shadow{
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}
.contact-map-bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.contact-map-bg.option{
    left: auto;
    top: 50%;
    transform: translate(0%,-50%);
}
.contact-detail-shadow{
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}
.contact-detail-shadow .items{
    margin-bottom: 20px;
}
.contact-detail-shadow h4{
    font-size: 0.875rem;
    color: #111111;
    margin-bottom: 15px;
}
.contact-detail-shadow i {
    color: #009fe3;
    font-size: 1.25rem;
    margin-right: 15px;
}
.contact-detail-shadow a{
    text-decoration: underline;
}
.free-quote-form.contact-page{
    margin-bottom: 0;
    margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"], 
.free-quote-form.contact-page .rounded-field input[type="email"], 
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"], 
.contact-page-option.free-quote-form .rounded-field input[type="email"], 
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.free-quote-form.contact-page-option{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/*------------------------------------------*/
/*    Request Page
/*------------------------------------------*/
.request_pag_img{
    min-height: 400px;
}
.request_popup{
    max-width: 1170px;
    border-radius: 10px;
    overflow: hidden;
}
.request_popup .modal-content{
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.request_popup .close{
    position: absolute;
    opacity: 1;
    color: #009fe3;
    top: 15px;
    right: 15px;
    z-index: 99;
    text-shadow: none;
}
.request_popup .close:hover{
    transform: rotate(360deg);
}
.request_popup .bg-services{
    background-image: url(../images/services/services-popup.jpg);
}
.request_popup .bg-career{
    background-image: url(../images/career/career-popup.jpg);
}
.career-text
{
	margin-bottom:-20px !important;
	padding-bottom:0px !important;
}
.center-head {
    color: #202120;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: lighter;
    margin: 10px 0 30px;
    text-align: center;
    position: relative;
}
.center-head:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ccc;
    top: 50%;
    /* margin-top: -1px; */
    z-index: 9;
}
.center-head span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 99;
    font-weight: 600;
}
/*------------------------------------------*/
/*    Pricing Table Style
/*------------------------------------------*/
.pricing-table{
    text-align: center;
    padding:1rem;
	background:#fff;
	border-radius:5px;
}
.pricing-table:hover
{
	box-shadow:0px 0px 10px #000 !important;
	
}

.pricing-table:hover img
{
	border-radius:50%;
}
.icon-box-4
{
	box-shadow:none;
}
.pricing {
    position: relative;
    font-size: 2.25rem;
    font-weight: 600;
    color: #ff3514;
    padding: 35px 15px 0;
    display: inline-block;
}
.pricing sup{
    font-size: 50%;
    color: #232323;
    padding: 0 0 0 4px;
}

.pricing-table .service-icon {
    width: 80px;
    height: 80px;
    font-size: 2.825rem;
    margin-top: 5px;
}
.best-seller{
    background: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 53, 20);
    box-shadow: 0px 0px 52px 0px rgba(28, 28, 28, 0.09);
}
/*------------------------------------------*/
/*    Footer Style
/*------------------------------------------*/
.modal-open,
.fade.show{
    padding: 0 !important;
}
footer{
    font-size: 0.875rem;
    color: rgb(155, 155, 155);
    line-height: 1.714;
}
.logo-footer{
    width: 155px;
    margin-bottom: 25px;
}

.footer-heading{
    font-size: 22px;
    color: #fff;
    line-height: 1.714;
    margin-bottom: 40px;
	font-weight:bold;
	position:relative;
}
footer .social-icons{
    font-size: 20px;
    color: rgb(6, 22, 58);
    text-transform: uppercase;
    line-height: 1.2;
	text-align:center;
}
footer .social-icons a{
    padding-right: 10px;
	background: #009fe3;
    padding: 8px 12px;
    color: #fff;
    border-radius: 5px;
}
footer .social-icons a:hover{
    background: #004b9a;
}
footer h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background: #009fe3;
}
.head-icons a
{	
	background: #004b9a;
    padding: 6px;
    color: #fff;
    border-radius:10%;
}
.head-icons a:hover
{
	background:#fff;
	color:#009fe3;
}
.copyright-wrap{
    margin-top: 20px;
    color: #FFF;
}

.copyright-wrap span{
    padding: 0 9px;
}
.copyright-links a{
    color: #FFF;
}
footer p .first-child
{
	margin-left:3px !important;	
}
footer p span
{
	margin-left:20px;
	color:#fff;
}
footer span.days
{
	margin-left:-12px !important;
	font-size: 0.875rem;
    color: rgb(155, 155, 155);
    line-height: 1.714;
	font-weight:bold;
}
footer strong.second-child
{
	margin-left:20px;
}


/*------------------------------------------*/
/*    On Scroll Header Animaion
/*------------------------------------------*/
.header-fullpage{
    padding-right: 0 !important;
	
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 991.99px) {
    .header-fullpage.fixed{
        background: rgba(6,22,58,0.8) !important;
        padding-bottom: 15px;
    }
    .header-fullpage.fixed .top-bar-right{
        height: 0px;
        overflow: hidden;
        opacity: 0;
        border: 0;
        padding: 0;
    }
    .header-fullpage.fixed.top-transparent{
        padding-bottom: 0;
    }
}
.header-fullpage.fixed .navbar-brand {
    width: 140px;
    padding: 1rem;
}
.header-fullpage.fixed.navbar-expand-md .navbar-nav .nav-item, 
.header-fullpage.fixed.navbar-expand-lg .navbar-nav .nav-item{
    padding-top: 1rem;
}

/* Header With Top Bar Transparent */
.top-transparent nav{
    background: #004b9a !important;
}
.top-transparent.fixed nav{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
}
.top-transparent .navbar-expand-md .navbar-nav .nav-item, 
.top-transparent .navbar-expand-lg .navbar-nav .nav-item{
    padding: 1rem 0.19rem;
}
.top-transparent .navbar-brand {
    background: transparent !important;
    padding: .5rem 0;
    width: 180px;
    margin: 0;
}
.top-transparent .top-bar-right{
    color: #FFF;
    padding: 10px 0px;
	background:#009fe3;
}
.top-transparent .top-bar-right .container{
	padding:0px;
}
.top-transparent .lang-toggle {
    padding: 0.5rem 0;
}
.top-transparent .lang-toggle a{
    color: #FFF;
}
.top-transparent .lang-toggle a:hover{
    color: #ff3514;
}
.top-transparent.header-fullpage.fixed .navbar-brand {
    width: 160px;
    padding: 1rem 0;
}
.top-transparent .navbar-nav .nav-link {
    color: #fff;
}
.top-transparent .navbar-nav  a.active, 
.top-transparent .navbar-nav  a.active:hover,
.top-transparent .navbar-nav .nav-item:hover > a,
.top-transparent .navbar-nav a:hover{
    background: #009fe3;
    color: #fff;
}
.top-transparent .navbar-nav .active .nav-link{
    color: #fff;
}
.top-transparent .navbar-toggler {
    padding: 0;
}
.top-transparent .navbar-toggler .icon-bar {
    background-color: #fff;
}
.top-border{
    background: #FFF;
}
.top-border .top-bar-right{
    color: #1f1f1f !important;
    background: #FFF;
    border-bottom: 4px solid #fafafa;
}
.top-border .top-bar-right i{
    color: #ff3514;
}
.top-border .lang-toggle a.btn {
    background: #F4f4f4;
}

.top-transparent.top-border .lang-toggle a{
    color: #333;
}
/* Header With Top Bar Transparent */

/* Header With Top Bordered */
.bordered-nav .top-bar-right {
    padding: 1rem 0;
    color: #FFF;
}
.bordered-nav.top-transparent nav {
    background: transparent !important;
}
.bordered-nav .navbar .bdr-nav{
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    padding-top: 1rem;
}
.bordered-nav .navbar-brand{
    background: transparent;
    padding: 0;
}
.bordered-nav .navbar-expand-md .navbar-nav .nav-item,
.bordered-nav .navbar-expand-lg .navbar-nav .nav-item{
    padding: 0.49rem .19rem 1rem;
}
.bordered-nav .top-text{
    margin-right: 1.5rem;
}
.top-text small{
    display: block;
}
.bordered-nav .top-text a{
    color: #FFF;
}
.top-text a:hover{
    text-decoration: underline;
}
.bordered-nav.header-fullpage.fixed .navbar-brand {
    padding: 0;
}
.bordered-nav.header-fullpage.fixed {
    padding: 0.2rem 0;
}
.bordered-nav.header-fullpage.fixed .navbar .bdr-nav {
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    padding-top: 0;
}
.header-fullpage .headline
{
	font-weight:600;
	font-size:16px;
}
.header-fullpage .div-icon
{
	font-weight:600;
}
@media (min-width: 991.99px) {
    .bordered-nav .request-btn a#search_home {
        font-size: 1.125rem;
        color: #FFF;
        padding-right: 0;
        padding-top: 0;
    }
}
/* Header With Top Bordered */

/* Header With Logo On Top */
.header-logo-top .navbar-brand {
    padding: 0.8rem 0;
}
.header-logo-top.top-border .top-bar-right {
    border: none;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

.header-logo-top.top-transparent nav {
    background: #fafafa !important;
}
.header-logo-top .top-text{ 
    margin-right: 2rem;
}
.header-logo-top.top-transparent .lang-toggle {
    padding-top: 0;
}
.header-logo-top.top-transparent .navbar-nav .active .nav-link, 
.header-logo-top.top-transparent .navbar-nav .active .nav-link:hover, 
.header-logo-top.top-transparent .navbar-nav .nav-item:hover > a, 
.header-logo-top.top-transparent .navbar-nav .nav-link:hover {
    background: #06163a;
    color: #FFF;
}
 .header-logo-top .header-fullpage{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
 }
.header-logo-top .header-fullpage.fixed{
    padding-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
/* Header With Logo On Top */

/*------------------------------------------*/
/*    Top Bar Right Elements
/*------------------------------------------*/
.top-bar-right{
    padding: 0.9rem 0 0 0;
}
.request-btn a{
    border-radius: 4px;
    padding: 0.6rem 1rem;
    color: #06163a;
    font-weight: 600;
}
.top-bar-right .social-icons{
    margin: 0 .5rem
}
.top-bar-right .social-icons a{
    color: #f1fbff;
    font-size: 1.3rem;
    margin: 0 .4rem;
    transition: all .3s;
    text-decoration: none;
}
.top-bar-right .social-icons a:hover{
    color: #ff3514;
}
.lang-toggle{
    padding-bottom: 10px;
}
.lang-toggle a.btn{
    background: #FFF;
    font-size: 0.875rem;
    border: none;
    border-radius: 0;
    padding: 0.4rem 0.9rem;
    border-radius: 3px;
}
.lang-toggle a.dropdown-toggle:after{
    display: none;
}
.lang-toggle .dropdown-menu{
    min-width: 150px;
    padding: 10px 0;
    border-radius: 3px;
}
.lang-toggle .dropdown-menu a{
    padding: 0.4rem 0.9rem;
    border: none;
    font-size: 0.875rem;
    color: #333;
    text-transform: capitalize;
}
.request-btn a#search_home{
    font-size: 1.125rem;
    color: #ff3514;
}
/* Top Bar Right Elements */


/* Home Page Second Style */
.home-welcome{
    margin-top: -90px;
}
/* Home Page Second Style */


/*------------------------------------------*/
/*    What We Offer Section
/*------------------------------------------*/
.what-we-offer{
    background-image: url(../images/what_we_offer.jpg);
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 99;
}
/* What We Offer Section */

/*------------------------------------------*/
/*    Page Breadcrumbs Style
/*------------------------------------------*/
#about{
    background-image: url(../images/banner/banner-about.jpg);
    background-repeat: no-repeat;
    padding: 3rem 0;
    text-align:center;
	background-size:cover;
}
#services{
    background-image: url(../images/banner/banner-services.jpg);
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-position: center center !important;
    text-align:center;
	background-size:cover;
}
#portfolio{
    background-image: url(../images/banner/banner-portfolio.jpg);
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-position: center center !important;
    text-align:center;
	background-size:cover;
}
#team{
    background-image: url(../images/banner/banner-team.jpg);
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-position: center center !important;
    text-align:center;
	background-size:cover;
}
#clients{
    background-image: url(../images/banner/banner-clients.jpg);
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-position: center center !important;
    text-align:center;
	background-size:cover;
}
#contact{
    background-image: url(../images/banner/banner-contact.jpg);
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-position: center center !important;
    text-align:center;
	background-size:cover;
}
.breadcrumbs-page
{
	margin-top:122px;
}
.breadcrumbs-page .breadcrumb{
    background: none;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
	justify-content: center;
	margin:0px;
	padding:0px;
}
.breadcrumbs-page .breadcrumb i
{
	margin:0px 10px;
}
.breadcrumbs-page h1{
    color: #FFF;
    text-transform: uppercase;
    font-size: 2.5rem;	
	font-weight:600;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
	.breadcrumbs-page,#wowslider-container1.ws_gestures 
	{
		margin-top:58px !important;
	}
}


/* Page Breadcrumbs End */

/*------------------------------------------*/
/*    Video Popup Style
/*------------------------------------------*/
.video-icon{
    position:absolute;
    left:50%;
    margin:-35px 0 0 -35px;
    top:50%;
}
.video-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990000;
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #000000;
}
.video-box iframe {
    float: left;
    width: 100%;
    height: 100%;

    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
}
.video-box .close-video {
    top: 17px;
    left: 17px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    background-color: #59585b;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-box .close-video:hover {
    color: #21252b;
    background-color: #ffffff;
}
/*------------------------------------------*/
/*    Footer Widgets
/*------------------------------------------*/
.footer-widget-menu ul li{
    padding: 0px 0 14px 0;
}
.footer-widget-menu ul li *{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.footer-widget-menu ul li a span{
    text-decoration: underline;
}
.footer-widget-menu ul li a i{
    padding: 0 10px 0 0;
    color: #ff3514;
    text-decoration: none !important;
}
.footer-widget-menu ul li a:hover i{
    padding: 0 10px;
}
.footer-widget-contact i{
    color: #99a0a3;
    font-size: 24px;
    margin-top: 4px;
}
.footer-widget-contact a{
    color: #ff3514;
}
.footer-widget-tweet i{
    color: #99a0a3;
    margin-right: 18px;
}
.footer-widget-tweet .btn-theme{
    background: #1c95de;
    font-size: 13px;
    margin-top: 30px; 
}
.footer-widget-tweet .btn-theme i{
    margin: 0;
    color: #FFF;
}
.counter-bg
{
	background-image: url(../images/backgrounds/bg-counter.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial-bg
{
	background-image: url(../images/backgrounds/bg-testimonial.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-bg
{
	background-image: url(../images/backgrounds/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.services-bg
{
	background-image: url(../images/backgrounds/bg-services.jpg);
    background-repeat: no-repeat;
}
.team-bg
{
	background-image: url(../images/backgrounds/bg25.jpg);
    background-repeat: no-repeat;
}

/*------------------------------------------*/
/*    Miscellenours
/*------------------------------------------*/
#body-content{
    overflow-y: hidden;
}
.bs-docs-grid .col-md-1 span, 
.bs-docs-grid .col-md-2 span, 
.bs-docs-grid .col-md-3 span, 
.bs-docs-grid .col-md-4 span, 
.bs-docs-grid .col-md-5 span, 
.bs-docs-grid .col-md-6 span, 
.bs-docs-grid .col-md-4 span, 
.bs-docs-grid .col-md-8 span, 
.bs-docs-grid .col-md-9 span, 
.bs-docs-grid .col-md-10 span {
    background-color: #f4f4f4;
    display: block;
    line-height: 40px;
    margin-bottom: 20px;
    min-height: 40px;
    font-size: 0.775rem;
    text-align: center;
}
.dropdown-menu[x-placement^=bottom], 
.dropdown-menu[x-placement^=left], 
.dropdown-menu[x-placement^=right], 
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.cbp-l-grid-work .cbp-item-wrapper, 
.cbp-l-grid-mosaic-projects .cbp-item-wrapper {
    background: #FFF;
    padding: 10px;
    box-shadow: none;
    text-align: center;
    border: none;
}
.cbp-l-grid-work-title,
.cbp-l-grid-work-desc{
    display: none;
}
.gallery-link{
    position: absolute;
    z-index: 999;
    right: -70px;
    top: -2px;
    
    background: #ff3514;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    
}

.gallery-link a{
    padding: 10px 15px;
    display: inline-block;
}
.gallery-link a:hover{
    color: #000;
}
.cbp-item-wrapper:hover .gallery-link{
    right: -3px;
}

label.error {
    font-size: 12px;
    color: #F00;
    font-weight: 300;
    padding: 0;
    margin: 10px 0 0 0;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 990px) /* @grid-float-breakpoint -1 */
{
	.top-bar-right
	{
		margin-top:0px !important;
	}
    .navbar
	{
		position:fixed;
		width:100%;
		top:auto;
	}
	
    .header-fullpage.fixed .top-bar-right{
        height: 0px;
        overflow: hidden;
        opacity: 0;
        border: 0;
        padding: 0;
    }
    
	
}
@media (max-width: 768px)
{
	.div-icon
	{
		margin-top:5px;		
	}    
}	
#about p
{
	text-align:justify;
}
.media p
{
	text-align:justify;
}
#career
{
	padding-bottom:0px !important;
}
.bg-hover
{
	border-color:#004b9a;
}
.bg-hover:hover
{
	background:#004b9a !important;
}

.bg-hover-blue:hover
{
	background:#004b9a !important;
}

.text-uppercase
{
	text-transform:uppercase;
}
.text-align-justify
{
	text-align:justify;
}
.team-section-one
{
	background:#009fe3;
	padding:35px 0px;
	box-shadow:0px 0px 8px #000;
	border-radius:5px;

}
.team-section-one:hover
{
	background:#27b6f3;
}
.team-section-one .h3-md
{
	color:#fff;
	font-weight:700;
}
.team-section-one .h5-md
{
	font-weight:600;
}
.call-to-action-corner,.call-to-action-center
{
	padding:40px 20px 40px 60px;
	height:200px;
}
.call-to-action-corner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 159, 227, 0.95);
}
.call-to-action-center:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 159, 227, .9);
}



/*-----Start Portfolio ----*/

.portfolio .box
{
	border:solid 5px #a9b8c7;
}
.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box img {
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}

.box .box-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 25%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box .title {
	font-size: 16px; 
    color: #009fe3;
    margin: 0 0 20px;
}
.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
	z-index:2;
}
.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.box .icon li a:before {
    content: "";
	width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.fa-search:before {
    content: "\f002";
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box .icon li a:hover {
    color: #000;
}
.box .icon li a:hover:before {
    transform: scale(1);
}
.box:hover .box-content {
    opacity: 1;
}

.box:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.box .box-content:before, .box .box-content:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box .box-content:before {
	border-top: none;
    border-bottom: none;
    right: 30px;
    left: 30px;
}
.box .box-content:after {
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box:hover .box-content:before, .box:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
}
.box:hover .content-inner {
    opacity: 1;
    transform: scale(1);
	margin-top: -15px;
}
.box .content-inner {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.why-us ul li
{
	font-size:16px;
	line-height:30px;
	padding-left:10px;
}
.why-us ul li span
{
	position:relative;
	top:-5px;
	
}
.why-us ul li::marker
{
	content: "\f14a";
	font-family: FontAwesome;
	color:#009fe3;
	font-size:25px;
	font-weight:bold;
}
.mission-vision p span
{
	color: #009fe3;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 500px) {
    .client-testimonial-icon {
        margin-right:auto;
    }
}
/*----- End Portfolio ----*/
.clients .box-shadow
{
	width:100%;
	height:150px;
    box-shadow: 2px 3px 5px #999999;
    border-radius: 5px;
	margin-top:40px;
}

.clients .box-shadow img
{
	height:100%;
	width:100%;
	border-radius: 5px;
}
