/*body*/
body {
    font-family: lato;
}

.offcanvas-header .img-fluid {
    width: 150px;
}

/*header section*/

.header-section {
    background: #fff;
}

.header-section .navbar-collapse .btn {
    background-color: #ed7a09;
    color: #fff;
}

.header-section .navbar-brand .container {
    max-width: 1100px;
}

.navbar .navbar-brand {
    flex: 2;
}

.navbar .navbar-brand img {
    width: 150px;
}

.nav-link.active {
    color: rgb(237 122 9) !important;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.navbar-nav .nav-link:hover {
    color: #ed7a09;
}

.offcanvas-body .navbar-nav {
    width: 700px;
    display: flex;
    justify-content: space-between;
}

.offcanvas-body .navbar-nav .nav-item {
    padding-right: 15px;
}

.offcanvas-body .d-flex .btn {
    border: 1px solid ;
    border-color: #ed7a09;
    background: #ed7a09;
    color: white;
}

/*slider section*/

.slider-section .carousel-inner .carousel-item {
    object-fit: cover;
}

.slider-section .carousel-inner .carousel-item .img-fluid {
    width: 100%;
    height: 700px;
    display: block;
      object-fit: cover;
}


/*about-us section*/

.about-us-section .about-top-title {
    text-align: center;
}
.about-us-section .about-top-title h2 {
    padding-bottom: 10px;
}

.about-us-section {
    padding-top: 60px;
}

.about-us-section .row {
    align-items: center;
}

.about-us-section .about-img {
    object-fit: cover;
}

.about-us-section .about-img .img-fluid {
    height: auto;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/*.about-us-section .row {
    column-gap: 20px;
}*/

.about-us-section .about-title h1 {
    color: #ed7a09;
}

.about-us-section .about-title {
    font-size: 17px;
}

.about-us-section .about-title span {
    color: #ed7a09;
}

.about-us-section .about-content {
    padding-top: 40px;
}

.about-us-section .about-missions {
    padding-top: 40px;
    text-align: center;
}

.about-us-section .about-missions .our-mission,
.about-us-section .about-missions .our-vision {
    border: 1px solid;
    border-color: #ed7a09;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 7px;
    height: 250px;
}

.about-us-section .about-missions h3 {
    color: #ed7a09;
}

.about-us-section .about-missions .our-mission:hover,
.about-us-section .about-missions .our-vision:hover {
    color: #fff;
    background: #ed7a09;
    transition: 0.5s;
}

.about-us-section .about-missions .our-mission:hover h3,
.about-us-section .about-missions .our-vision:hover h3{
 
    color: #fff;
}

/*manpower-section*/

.manpower-supply-section {
    background-color: #fef1e4;
}

/*.manpower-supply-section .manpower-img {
  object-fit: cover;
  background-image: url('../img/manpower-supply-2.jpg');
  width: 100%;
  height: 100%;
}*/

.bg-image {
    background-size: cover;
    background-position: center right;
    width: 100%;
    height: autodr;
}

.manpower-supply-section .manpower-img .img-fluid{
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;

}

.manpower-supply-section .manpower-content {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding: 60px 50px;
    
}

.manpower-supply-section .manpower-content h2 {
    color: #ed7a09;
}

.manpower-supply-section .manpower-content .manpower-types {
    padding-top: 20px;
    padding-bottom: 20px;
}

.manpower-supply-section .manpower-content .first-row {
    /* display: flex; */
    /* column-gap: 15px; */
}

.manpower-content .first-row .workers,
.manpower-content .first-row .projects,
.manpower-content .first-row .experience {
    border: 1px solid;
    border-color: #ed7a09;
    text-align: center;
    padding: 7px 12px;
    border-radius: 5px;
}

.manpower-supply-section .manpower-content .Request-button  {
    border: 1px solid;
    border-color:#ed7a09 ;
    padding: 10px 12px;
    background-color: #ed7a09 ;
    color: white;
    width: 145px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 30px;
}

/*manpower types*/

.manpower-types {
    display: flex;
    flex-direction: column;
    row-gap: 23px;
    padding-bottom: 30px;
}

.manpower-types .manpower-types-row {
    display: flex;
    align-items: end;
    column-gap: 50px;
}

.manpower-types .manpower-types-row .column {
    display: flex;
    column-gap: 25px;
    align-items: end;
}

.manpower-types .manpower-types-row .img-fluid {
    width: 45px;
}

.manpower-type-title {
    font-weight: bold;
    font-size: 16px;
}


/*categories- manpower*/

.manpower-categories {
    padding: 60px 0px;
}

.manpower-categories h3 {
    padding-bottom: 30px;
}

.manpower-categories .row {
    align-items: center;
    text-align: center;
}

.provide-type {
    margin-bottom: 15px;
}

.provide-type .img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.provide-type h4 {
    text-align: center;
    padding: 0px 30px;
}

.provide-type p {
    padding: 0px 30px;
}

.manpower-categories .row .provide-type {
    text-align: center;
    border: 1px solid #fff ;
    background: #ed7a09;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    border-radius: 5px;
    height: 460px;
}

.manpower-categories .row .provide-type:hover {
    transform: scale(1.03);
    transition: 1s;
    box-shadow: 1px 3px 8px #9c9c9c;
}

.manpower-categories .row .provide-type h4 {
    padding: 10px 0px;
    font-size: 20px;
}

/*what-we-provide */

.what-we-provide {
    padding-bottom: 60px ;
}


.what-we-provide .title {
    text-align: center;
    padding-bottom: 30px;
}

.what-we-provide .card .card-img {
    height: 260px;
    object-fit: cover;
}

.what-we-provide .card .card-img-overlay {
   background: rgba(20, 20, 20, 0.8);

   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   row-gap: 5px;
}
.what-we-provide .card .card-img-overlay:hover {
    background: rgba(237, 122, 9, 0.8);
    scale: 1.05;
    transition: 1s;
}

.card-img-overlay .overlay-img {
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
}

.card-img-overlay .overlay-img .img-fluid {
    width: 50px;
}

/*what-we-offer-section*/

.what-we-offer-section {
   padding: 60px 0px;
   background-image: url('../img/what-we-offer-(banner).jpg');
   width: 100%;
   height: auto;
   background-size: cover;
   background-position: center;
   position: relative;
}

.what-we-offer-section:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.8);
   z-index: 0;
}

.what-we-offer-section .title {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.what-we-offer-section .card {
    border: none;
}

.what-we-offer-section .card .card-img {
    height: 260px;
    object-fit: cover;
}

.what-we-offer-section .card .card-img-overlay {
   background: rgba(20, 20, 20, 0.8);

   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   row-gap: 5px;
}

.what-we-offer-section .card .card-img-overlay:hover {
    background: rgba(237, 122, 9, 0.8);
    scale: 1.05;
    transition: 1s;
} 

/*new-project section*/

.new-project-section {
    padding: 60px 0px;
}

.new-project-section .project-title {
    text-align: center;
}

.new-project-section .project-title h3 {
    color: rgb(163, 3, 3);
    font-size: 35px;
}

.new-project-section .project-title p {
    font-size: 18px;
}

.new-project-section .project-title button {
    padding: 7px 23px;
    background-color: #ed7a09;
    color: #fff;
    border: 1px solid #ed7a09;
    font-size: 17px;
    border-radius: 3px;
}

/*footer section*/

.footer-section {
    background: rgb(0, 0, 9);
    padding: 60px 0px;
    color: #fff;
}

.footer-section .row {
    justify-content: center;
}

.footer-section .first-column {
   display: flex;
   flex-direction: column;
   row-gap: 10px;
   padding-right: 25px;
}

.footer-section .first-column .img-fluid {
    width: 180px;
}

.footer-section p {
    font-size: 17px;
}

.footer-section .phone {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.footer-section .email {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.footer-section .email div {
    font-size: 15px;
}

.footer-section ul {
    padding: 0;
    margin: 0;
}

.footer-section li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.footer-section a {
    text-decoration: none;
    color: #fff;
}

.footer-section li:hover a{
    color: #ed7a09;
    margin-left: 10px;
    transition: 1s;
}

.footer-section .third-column {
    align-items: center;
}

.footer-section .third-column h3 {
    text-align: center;
}

.footer-section .service-section {
    display: flex;
    column-gap: 25px;
    justify-content: space-between;
}

/*copy rights section*/

.copy-rights-section {
    background: rgb(0, 0, 9);
    color: #fff;
}

.copy-rights-section .row {
    justify-content: space-between;
    align-items: center;
}

.copy-rights-section .right-section {
    text-align: right;
}

.copy-rights-section .right-section a {
    color: white;
    text-decoration: none;
}

.copy-rights-section .right-section a:hover {
    text-decoration: underline;
    transition: 0.5s;
} 

/*hover drop down in header*/

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}

.dropdown-menu {
  transition: all 0.5s ease;
  width: 1100px;
  left: -570px;
  top: 55px;
}

.dropdown-menu li {
    padding: 0;
    line-height: 0;
}

.dropdown-item:hover {
    color: #ed7a09;
    transition: all 0.9s;
}

.yamm-content .row {
    padding-left: 100px;
    padding-right: 30px;
    justify-content: space-between;
}

.navbar-collapse .navbar-nav .nav-item {
    padding-right: 55px;
}

.navbar-collapse .navbar-nav .nav-item a {
    color: #000;
    text-decoration: none;
    line-height: 4;
    padding: 0;
}

.yamm-content .row .list-unstyled {
    padding-top: 30px;
}

.yamm-content .row .list-unstyled li {
    padding-bottom: 10px;
    font-size: 15px;
    text-decoration: underline;
    list-style-type: disc;
}

.yamm-content .row .list-unstyled li:hover {
    margin-left: 7px;
    transition: 0.5s;
 
}

.yamm-content a {
    line-height: 1.5 !important;
}

.header-section .padding-0 {
    padding: 0 !important;
}


/*contact section*/

.contact-section {
    padding: 60px 0px;
}

/*.contact-section .column-section {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    justify-content: center;

    border: 1px solid #ed7a09;
    height: 160px;

    position: relative;
}



.contact-section .icon {
    color: #ed7a09;
    background-color: #000;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
}

.contact-section .column-section .content {
    position: absolute;
    bottom: 20px;
}*/

.contact-section .contact-form {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.contact-section .align-items-center {
    background-color: #ff7716;
    padding: 60px 10px;
    border-radius: 10px;
}


.contact-section .contact-img {
    background-color: #000;
    border-radius: 100px;
    padding: 10px;
}

.contact-section .contact-img img {
    width: 45px;
}

.contact-section .contact-form .content  {
   color: #fff;
}

.contact-section .contact-form .content h3 {
    font-size: 40px;
}

.contact-section .contact-form .content p {
    font-size: 20px;
}


.contact-section .contact-buttons a {
    text-decoration: none;
}

.contact-section .contact-buttons .phone {
    background-color: #000;
    color: #fff;
     padding: 15px 25px;
    margin-right: 15px;
    border-radius: 7px;
}

.contact-section .contact-buttons .mail {
    background-color: #fff;
    color: black;
    padding: 15px 25px;
    border-radius: 7px;
}

.contact-section .contact-buttons span {
    font-size: 20px;
}












