* {
    box-sizing: border-box;
}

/* OVERALL ASPECT */

body {
    background-color: #f2f2f2;
    font-family: 'Heebo', sans-serif;
    overflow-x: hidden;

}

h1,
h2,
h3 {
    font-family: 'Heebo', sans-serif;
}

.no-gutter {
    margin: 0;
    padding: 0;
}

::selection {
    background-color: #000;
    color: #ffac1d;
}

.heading-all {
    padding: 5px 0px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #002c3e;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ffac1d;
}




#top-header {
    background: #ffac1d;
    color: #002c3e;
    text-align: center;
    position: sticky;
    top: 0px;
}

.top-details {
    font-size: 16px;
    padding-top: 25px;
}

.top-details2 {
    background: #002c3e;
    color: #ffac1d;
    font-size: 16px;
    padding: 25px 0px;
}

.top-details i,
.top-details2 i {
    padding-right: 10px;
}

@media (max-width:768px) {
    .top-details {
        display: none;
    }

    .top-details2 {
        background: none;
        color: #002c3e;
        padding: 10px;
    }
}


/* ==========================================================================
   my css
   ========================================================================== */
  .banner-img img{height: 450px;;width: 100%;}
  .banner-content{background: black;opacity: 0.6;}
   /* ==========================================================================
   menu Sections
   ========================================================================== */
.navbar {
    margin: 0;
    border: none;
    border-radius: 0px;
    padding: 0;
    background: #fff;
    transition: all .5s ease-in-out;
}

.navbar-nav {
    margin-top: 10px;
}

.nav-w{
	width: 85%;
	margin: auto;
}

.navbar-inverse .navbar-nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 3;
    font-weight: bold;
    color: #002c3e;
    transition: color 0.25s ease-in;
}

.navbar-inverse .navbar-nav li a:hover{
    color: dodgerblue;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
    color:  dodgerblue;
}

.nav-o {
    border-radius: 0px;
    background: #fff;
    padding: 10px 0;
     position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
}



.has-sub {
    position: relative;
    transition: all 0.5s ease;
}

.dropdown-menu{
	padding: 0;
	margin: 0;
}

.navbar-right .dropdown-menu{
	left: 0!important;
}

.dropdown li {
   width: 100%;
    border-bottom: 1px solid #222;
	background: #000;
}

.navbar-inverse .navbar-nav .dropdown li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease-in;
}

.navbar-inverse .navbar-nav .dropdown li a:hover {
    color: #ffac1d;
	background: #000;

}
.navbar-inverse .navbar-nav .dropdown li a:focus {
    color: #ffac1d;
	background: #000;

}

.has-sub:hover .dropdown {
    display: block;
}

.navbar-inverse .navbar-toggle{
    background:dodgerblue;
    border: none;
    border-radius: 0px;
    margin-top: 20px;
}

@media(max-width:1500px){
	.nav-w{
	width: 100%;
	margin: auto;
}
}


@media (max-width:480px) {

    .navbar-inverse .navbar-nav li a {
        display: inline-block;
    }

    .dropdown {
        left: 0;
        background: #101010;
    }

    .navbar-collapse {
        height: auto;
    }

    .nav-o {
        height: auto;
    }
}

/* ==========================================================================
   slider Sections
   ========================================================================== */

#fullscreenbanner {
    position: relative;
    width: 100%;
    padding: 0;
}

.home-slider {
    width: 100%;
    color: #fff;
position: relative;
}

.main-heading{
    background: rgba(0,0,0,0.5);
    padding: 50px;
}


.btn-home {
    border-radius: 0px;
    background: none;
    border: 1px solid #ffac1d;
    padding: 15px 40px;
    color: #ffac1d;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all 0.5s ease-in;
}

.btn-home:hover {
    background: #ffac1d;
    color: #fff;
}


/*
@media (max-width:767px) {
    .main-heading {
        display: none;
    }

}
*/




/* ==========================================================================
   quote
   ========================================================================== */


#quote {
    background-color: dodgerblue;
    padding: 50px 20px;
    position: relative;
    z-index: 99;
    width: 80%;
    margin: -50px auto auto auto;
}

.quote-title {
    color: #002c3e;
    display: inline-block;
}

.quote-title span {
    color: #fff;
}

.btn-quote {
    border-radius: 0px;
    background: #ffac1d;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all 0.5s ease-in;
}

@media (max-width:1345px) {
    #quote {
        width: 100%;
    }
}

@media (max-width:500px) {
    #quote {
       padding:20px;
    }
}



/* ==========================================================================
   about us
   ========================================================================== */

#about {
    margin: 150px 0px;
    padding: 80px;
    background: #dce3e4;
}

.abt-content{
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #dce3e4;
    transition: all 0.5s ease;
	position: relative;
}

.abt-pad{
    background: #dce3e4;
	margin-top: 20px ;
    padding: 10px;
    transition: all 0.5s ease;
    box-shadow: inset 2px 3px 20px rgba(0,0,0,0.09);
}

.abt-content:hover{
    background: #ffac1d;
}
.abt-content:hover .abt-pad{
    background: #fff;
	box-shadow:  2px 3px 20px rgba(0,0,0,0.09);

}

.abt-icon{
	background: #fff;
	padding: 20px;
	border-radius: 50%;
	font-weight: bold;
	color: #ffac1d;
	font-size: 34px;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s ease;
}

.abt-content:hover .abt-icon{
    background: #ffac1d;
	color: #fff;
}


.abt-para {
    line-height: 2;
}

.abt-btn {
    margin: 20px 0px;
}

@media (max-width:500px) {
   #about {
    padding: 20px;
}

	.abt-content{
		margin: 20px 0;
	}
}


/* ==========================================================================
   services
   ========================================================================== */

#workprocess {
    margin: 150px 0px;
}

.process-details {
    background: dodgerblue;
    padding:38px;
}

.process-details h1 {
    color: #fff;
    margin: 0;
}

.process-para {
    margin: 44px 0px;
}

.process-para p {
    line-height: 2;
    color: #fff;
}

.btn-quote2 {
    border-radius: 0px;
    background: #002c3e;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all 0.5s ease-in;
}

.btn-quote2:hover {
    color: #ffac1d;
}

.process-bg-right {
    background: #dce3e4;
}


.working-process {
    padding: 20px;
}


.pro-details h3 {
    color: #002c3e;
}
.pro-details p {
    color: #002c3e;
    line-height: 2;
}
.bg-yellow{
     background: #ffac1d;
}


/* ==========================================================================
   testimonial
   ========================================================================== */
.text-section1{padding:10px !important;}
#testimonial {
    margin-top: 150px;
    padding: 150px;
    background-image: url(../img/testi-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.text-white {
    color: #fff;
}

.owl-theme .owl-nav .owl-next{background-color:#002c3e;}
.owl-theme .owl-nav .owl-prev{background-color:#002c3e;}
.item{
	border:1px solid #002c3e;
    background:#dce3e4;
    padding: 20px;
	height:250px;
	line-height:27px;
}
.ser-info{
  background: dodgerblue;
    color: #fff;
    padding: 20px;
	transition: all 0.25s linear;
}

.item a{
	text-decoration: none;
	color:#002c3e ;
	transition: color 0.3s ease;
}
.item a:hover{color:black;}

.item:hover .ser-info{
	background: #ffac1d;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffac1d;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display:none;
}
.owl-theme .owl-dots .owl-dot{display:none;}

@media (max-width:700px) {
	#testimonial{
		padding: 20px;
	}
	.ser-info{
		padding: 5px;
	}
	.ser-info h3{
		font-size: 14px;
	}
	.item{
		padding: 5px;
	}
}



/* ==========================================================================
   portfolio
   ========================================================================== */


#portfolio {
    padding: 150px;
    background: #dce3e4;
}

.showcase-grid {
    grid-template-columns: repeat (5, 1fr);
    grid-auto-top-headers: minmax(150px, auto);
    display: grid;
    grid-gap: 2px;
    margin: 0 auto;
}

.port-grid-1 {
    background-image: url(../img/showcase/2.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
    grid-column: 1/4;
    grid-row: 1/3;
}

.port-grid-2 {
    background-image: url(../img/showcase/slide7.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    grid-column: 4/6;
    grid-row: 1/3;
}

.port-grid-3 {
    background-image: url(../img/showcase/safety.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
    grid-column: 1/3;
    grid-row: 3/5;
}

.port-grid-4 {
    background-image: url(../img/showcase/slide10.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    grid-column: 3/6;
    grid-row: 3/5;
}

.port-grid-5 {
    background-image: url(../img/showcase/slide9.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    grid-column: 1/4;
    grid-row: 5/7;
}

.port-grid-6 {
    background-image: url(../img/showcase/warehouse.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    grid-column: 4/6;
    grid-row: 5/7;
}

.port-grid-7 {
    background-image: url(../img/showcase/1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    grid-column: 1/6;
    grid-row: 7/9;
}


.port-details {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 20px;
    color: #fff;
    transition: all 0.25s linear;
}

.port-grid-1:hover .port-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.port-grid-2:hover .port-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.port-grid-3:hover .port-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.port-grid-4:hover .port-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.port-grid-5:hover .port-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.port-grid-6:hover .port-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.port-grid-7:hover .port-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}


.port-details p {
   position: relative;
    bottom: -120px;
     opacity: 0;
    line-height: 1.7;
    width: 75%;
    transition: all 0.75s ease;
}

.port-grid-1:hover .port-details p {
    opacity: 1;
    bottom: 0px;
    color: #ffac1d;
}

.port-grid-2:hover .port-details p {
    opacity: 1;
    bottom: 0px;
    color: #ffac1d;
}

.port-grid-3:hover .port-details p {
   opacity: 1;
    bottom: 0px;
    color: #ffac1d;
}

.port-grid-4:hover .port-details p {
    opacity: 1;
    bottom: 0px;
    color: #ffac1d;
}

.port-grid-5:hover .port-details p {
   opacity: 1;
    bottom: 0px;
    color: #ffac1d;
}

.port-grid-6:hover .port-details p {
   opacity: 1;
    bottom: 0px;
    color: #ffac1d;
}

.port-grid-7:hover .port-details p {
   opacity: 1;
    bottom: 0px;
    color: #ffac1d;
}


@media(max-width:1177px) {
    #portfolio {
        padding: 50px;
    }
}

@media(max-width:867px) {

    .port-grid-1 {
        grid-column: 1/7;
        grid-row: 1/2;
    }

    .port-grid-2 {
        grid-column: 1/7;
        grid-row: 2/3;
    }

    .port-grid-3 {
        grid-column: 1/7;
        grid-row: 3/4;
    }

    .port-grid-4 {
        grid-column: 1/7;
        grid-row: 4/5;
    }

    .port-grid-5 {
        grid-column: 1/7;
        grid-row: 5/6;
    }

    .port-grid-6 {
        grid-column: 1/7;
        grid-row: 6/7;
    }
	 .port-grid-7 {
        grid-column: 1/7;
        grid-row: 7/8;
    }


}

@media(max-width:676px) {

    .port-details p{
        display: none;
    }

	#portfolio {
        padding: 20px;
    }

	.port-details h3{
		font-size: 18px;
	}

}







/* ==========================================================================
   contact
   ========================================================================== */

#contact {
    background: #002c3e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-from {
    width: 50%;
    padding: 50px;
}

.map {
    width: 50%;
   filter: grayscale(100%);

}




.form-group {
    margin-top: 50px;
    padding: 5px 0px;
}


.form-group input {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #dce3e4;
    color: #fff;
    letter-spacing: 2px;
    transition: all 0.5s linear;
}


.form-group input:focus {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ffac1d;
    color: #fff;
}

.form-group input::active {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ffac1d;
}

.form-group textarea {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #dce3e4;
    color: #fff;
    letter-spacing: 2px;
    transition: all 0.5s linear;
}

.form-group textarea:focus {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ffac1d;
    color: #fff;
}

.form-group textarea::active {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ffac1d;
}


.form-group input::placeholder {
    color: white;
    opacity: 0.5;
}

.form-group textarea::placeholder {
    color: white;
    opacity: 0.5;
}

.form-group textarea {
    resize: none;
}


@media(max-width:676px){

    #contact {
    display: flex;
        flex-direction: column;
}

.contact-from {
    width: 100%;
    padding:20px;
}

.map {
   display: block;
	width: 100%;

}
}










/* ==========================================================================
   About page
   ========================================================================== */


.page-banner{
	position: relative;
}

.banner-content{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.banner-content h1{
	color: #fff;
}

ul.breadcrumb{
	background: none;
	display: inline-block;
}

ul.breadcrumb li{
	font-size: 18px;
	color: aliceblue;
}

ul.breadcrumb li a {
  color: #ffac1d;
  text-decoration: none;
}



#about-page{
	padding: 100px;
}

.about-slider {
    width: 100%;
    color: #fff;
position: relative;
}

.about-slider >.tp-bannertimer{
	display: none;
}

.about-slider >.tparrows {
	display: none;
}


#about-page h2{
	color: dodgerblue;
}

#about-page p{
	font-size: 16px;
	line-height: 2;
}


.principles{
	padding: 0px 10px 0px 0px;
}

.p-list{
	padding: 0;
	margin: 0;
	list-style: url(../img/liststyle.svg);
}

.p-list li{
	margin-bottom: 10px;
	border-bottom: 1px solid #CED7E5;
	padding: 5px 0;
	font-size: 16px;
}

.devide{
	height: 2px;
	width: 100%;
	margin: 80px 0;
	background: #CED7E5;
}

.mission{

	padding: 20px;
}

.mission i{
	color:#ffac1d;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}


.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body {
    max-height: calc(100vh - 600px);
    overflow-y: auto;
	padding: 20px;
}


.team{
	padding: 10px;
}

.team-img{
	border: 1px solid #ffac1d;
}

.team-info{
	background: #ffac1d;
}

.m-s-title{
	font-weight: 700;
	margin: 10px 0;
}






























































/* ==========================================================================
   footer
   ========================================================================== */

#footer {
    background: #000;
    padding: 100px;
	position: relative;
}


#footer h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffac1d;
}

.footer-menu ul {
    padding: 0;
   margin-bottom: 20px;
    list-style: none;
}

.footer-menu ul li {
    margin: 15px 0px;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
    transition: all 0.25s ease-in;
}



.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    opacity: 0.3;
    transition: all 0.25s ease-in;
}


.footer-menu ul li a:hover {
    opacity: 0.9;
}

.footer-menu ul li:hover {
    border-bottom: 1px solid #ffac1d;
}


.social-links ul {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.social-links ul li {
    margin: 15px 0px;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
    transition: all 0.25s ease-in;
}

.social-links ul li a {
    text-decoration: none;
    color: #fff;
    opacity: 0.3;
    transition: all 0.25s ease-in;
}

.social-links ul li a i {
    color: #ffac1d;
    padding-right: 30px;
}

.social-links ul li a:hover {
    opacity: 0.9;
}

.social-links ul li:hover {
    border-bottom: 1px solid #ffac1d;
}

/* .contact-details {
    margin-top: 0px;
}

.address h5,
.contact-details h5 {
    color: #fff;
    opacity: 0.7
    ;
    font-weight: 100;
    letter-spacing: 1px;
	line-height: 2;
} */

.copyright {
    margin-top: 50px;
    border-top: 1px solid #222;
    padding: 20px 0px;
    color: #555;
}

.copyright a {
    text-decoration: none;
    color: #999;
}

.back-to-top {
    border: 1px solid #222;
    display: inline-block;
    padding: 10px 20px;
    transition: all 1s linear;
}

.back-to-top i {
    padding-right: 10px;
    font-size: 20px;
    color: #ffac1d;
}

.back-to-top a {
    text-decoration: none;
    color: #999;
}

.back-to-top:hover {
    border: 1px solid #ffac1d;
}





@media(max-width:676px){

    #footer {
   padding: 80px 20px;
}

}




















.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  background-color: #ffac1d!important;
}
