/*==============================================
     construction-company-Website Stylesheet
            Body Core Stylesheet
===============================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    height: 100%;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}

a {
    cursor: pointer;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

hr {
    margin-bottom: 0;
}

.container-fluid {
    padding: 0;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

/*-- scroll to top ---*/

#return-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 9999;
    display: block;
    position: fixed;
    background: #DFBE7D;
    text-decoration: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#return-to-top i {
    color: #000000;
    margin: 0;
    position: relative;
    left: 20px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#return-to-top:hover {
    background: #f9e43f;
}

#return-to-top:hover i {
    color: #000000;
    top: 11px;
    left: 20px;
    font-size: 20px;
}

::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

:-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

.sticky .navbar-brand img {
    margin-top: 0px;
    padding-bottom: 10px;
    height: 100px;
    width: 100px;
}

/*======
    Nav-bar
    ======*/

header {
    color: #000000;
    background-color: #DFBE7D;
    transition: all 0.5s;
    position: relative;
}

.hidden {
    line-height: 41px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    cursor: default;
}

header:before {
  
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}

header h6 {
    font-size: 14px;
    letter-spacing: 4px;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.focus,
.btn-success:focus {
    box-shadow: none;
}

nav {
    background-color: #DFBE7D !important;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1607843137254902);
    -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1607843137254902);
    transition: all 0.5s;
}

header .social-icons ul > li:nth-child(1) {
    color: rgba(0, 0, 0, 0.62);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-style: italic;
    padding-right: 10px;
   
}

header .social-icons ul > li:nth-child(2) {
    background: black;
    color: #ffffff;
    padding: 12px 0;
    font-size: 16px;
    margin: 0 44px;
    position: relative;
}

.navbar-brand img {
    margin-top: -25px;
    padding-bottom: 10px;
    height: 100px;
    width: 100px;
    /* transition: a
    /* transition: all 0.5s; */
}

header .social-icons ul > li:nth-child(2):after {
    border-top: 80px solid #000000;
    border-left: 0 solid transparent;
    border-right: 65px solid transparent;
    bottom: 0px;
    content: "";
    position: absolute;
    right: -65px;
    width: 0;
    height: 0;
}

header .social-icons ul > li:nth-child(2):before {
    border-top: 62px solid #000000;
    border-left: 0 solid transparent;
    border-right: 62px solid transparent;
    bottom: 0px;
    content: "";
    left: -62px;
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(180deg);
}

header h6 {
    color: #000000;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .active > .nav-link {
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item:last-child {
    border-right: 0;
}

/* .sticky-top {
    transition: all 0.25s ease-in;
} */

/* style for when sitcky is applied */

.stuck .sticky-top {
    background-color: #ffffff !important;
}

.jumbotron {
    width: 100%;
    height: 850px;
    margin-bottom: 0;
    position: relative;
    background-image: url(../images/homebanner.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.jumbotron:after {
    /* background-image: url("../images/nav-border.png");
    background-repeat: no-repeat; */
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
}

.jumbotron p {
    width: 70%;
    color: #ffffff;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 30px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.jumbotron .btn-success,
.jumbotron .btn-success:not(:disabled):not(.disabled):active {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    padding: 12px 20px;
    margin-right: 20px;
    letter-spacing: -0.5px;
    background-color: #DFBE7D;
    border-color: #DFBE7D;
    border: 2px solid #DFBE7D;
    text-transform: uppercase;
}

.jumbotron .btn-default,
.jumbotron .btn-default:not(:disabled):not(.disabled):active {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    padding: 12px 20px;
    margin-right: 20px;
    letter-spacing: -0.5px;
    background-color: #ffffff;
    border-color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}

.jumbotron .btn-default:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.jumbotron .btn-success:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #DFBE7D;
}

.jumbotron h2 {
    font-size: 50px;
    padding-bottom: 30px;
    color: #040404;
    font-family: 'Changa One', cursive;
}

.jumbotron h1 {
    font-size: 61px;
    color: #0b0b0b;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: 'Changa One', cursive;
}

.jumbotron .content {
    position: relative;
    text-align: left;
}

.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%); */
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1); */
}

/*==============================
          Services-Page
===============================*/

.service-card{
    margin-top:30px;
margin-bottom:40px;


}
.column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 991px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }
/* .services .card .card-block h3:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 50px;
    padding: 10px 0;
    color: #9c9c9c;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}  */

/* .services .card .block-1 h3:before {
    content: "\f19c";
}

.services .card .block-2 h3:before {
    content: "\f1ad";
}

.services .card .block-3 h3:before {
    content: "\f0ea";
} */

/* .services .card:hover .card-block h3:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
} */

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

  .about-text, .about-image {
    display: inline-block;
    vertical-align: middle;
  }
  
  .about-text {
    width: 50%; 
    text-align: justify;
  }
  
  .about-image {
    width: 30%;
    text-align: right;
  }
  
  .about-image img {
    height: 400px;
    width:575px;
    padding: 30px;
  }
  
  
  .about-title{
text-align: center;
padding-bottom: 20px;


  }

    
    

  @media screen and (max-width: 767px) {
    .about {
      height: auto;
    }
    
    .about-text, .about-image {
      display: block;
      width: 100%;
    }
    
    .about-image img {
      width: 100%;
      height: auto;
      padding: 0;
    }
  }
  
  
  
/*==========================
         Accordion-Page
===========================*/

.counter-rec{

    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
margin-bottom: 60px;
margin-top:90px;
border:2px solid #EFE5D1;
background-color:#EFE5D1;
}

.counter-box{
    margin: 30px; 
    align-items: center;
    justify-content: center;
}
.counter{
    width: 100px;
    height: 100px;
    background: #DFBE7D;
    border-radius: 50%;
    border: 2px solid #EFE5D1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: verdana;
    float: left;
    margin-bottom: 5px;
    /* margin: 30px; */
    text-shadow: 1px 1px black;
    box-shadow: 0px 0px 72px -9px rgba(212, 138, 41, 0.75);
    /* display: block; */
}
.counter-text{
    display: block;
    text-align:center;
    font-size: 15px;
    font-weight: 600;

    /* overflow: hidden; */
}

@media only screen and (max-width: 767px) {
    .counter-rec {
      flex-direction: column;
      height: auto;
    }
    
    .counter-box {
      margin: 10px 0;
      text-align: center;
    }
  }
  
  
/*========================
        Section-3
=========================*/

.section-3 {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.section-3 P {
    color: #adadad;
    font-size: 14px;
    font-weight: 500;
}

.section-3 .btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.section-3 .btn-info,
.section-3 .btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    letter-spacing: 0.5px;
    background-color: #DFBE7D;
    border-color: #DFBE7D;
    border-radius: 0;
    text-transform: uppercase;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.section-3 iframe,
.section-3 object,
.section-3 embed {
    width: 100%;
    height: 420px;
    border: none;
}

.section-3 .content {
    position: absolute;
    bottom: 12%;
}

.section-3 .content p:nth-child(2) {
    padding-bottom: 20px;
}

/*==========================
        Support-Page
==========================*/

.support {
    padding: 80px 0;
    text-align: center;
    background-image: url("../images/contact-bg-img.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.support:after {
    background-image: url("../images/contact-border.png");
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
}

.support .figure {
    width: 100%;
    height: auto;
}

.support .heading h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.support .heading h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.support .figure img {
    width: 100%;
    object-fit: cover;
}

.support .text-left {
    padding-bottom: 80px;
}

.support .heading {
    text-align: left;
    color: #464646;
    padding-bottom: 40px;
}

.support select {
    width: 100%;
    height: 52px;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    padding: 0 8px;
    cursor: pointer;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    border: none;
    text-transform: uppercase;
}

.support .btn-primary {
    color: #fff;
    padding: 12px 40px;
    font-size: 15px;
    float: left;
    background-color: #DFBE7D;
    border-color: #DFBE7D;
    height: 50px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid #DFBE7D;
}

.support .btn-primary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: transparent;
    ;
    border-color: #000;
}

.support .btn-primary:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.support .form-control {
    height: 52px;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
}

.support textarea.form-control {
    height: auto;
    margin-bottom: 15px;
    padding: 20px 13px;
}

.support ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

.support ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

.support ::-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

.support ::-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
}

/*==============================
      // subscribe Styles //
==============================*/

.subscribe {
    width: 100%;
    height: auto;
    padding: 70px 0;
    color: #000000;
    position: relative;
    background-color: #DFBE7D;
}

.subscribe:before {
    background-image: url("../images/sub-border.png");
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 32px;
}

.subscribe:after {
    background-image: url("../images/sub-border.png");
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    bottom: -31px;
    left: 0;
    width: 100%;
    height: 40px;
}

.subscribe .heading {
    text-align: center;
    padding-bottom: 30px;
}

.subscribe .heading h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.subscribe .form-inline .form-control {
    width: 100%;
    padding: 15px 15px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.subscribe .form-inline .btn-primary {
    padding: 13px 30px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    text-transform: uppercase;
    border: 2px solid #000000;
}

.subscribe .form-inline .btn-primary:not(:disabled):not(.disabled):active,
.subscribe .form-inline .btn-primary:hover {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
    border: 2px solid #000000;
}

.subscribe ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.subscribe ::-moz-placeholder {
    /* Firefox 19+ */
    color: #dadada;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.subscribe :-ms-input-placeholder {
    /* IE 10+ */
    color: #dadada;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.subscribe ::placeholder {
    color: #dadada;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

footer {
    width: 100% ;
    height: auto;
    color: #ffffff;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    background-color: #DFBE7D;
}

footer img {
    padding-bottom: 30px;
    height: 200px;
}

footer ul li {
    display: block;
}

footer ul li a {
    font-size: 12px;
    color: #1A1362;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

footer ul li a:hover {
    color: #ffffff;
}

footer p {
    font-size: 14px;
    font-weight: 500;
    color: #919191;
    letter-spacing: 0.5px;
}

footer p span {
    display: block;
}

footer h5 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
    color: #1A1362;
}
.overlap-footer{
    text-align:center;
    border-radius: 15px;
    background-color:#E2B55D ;
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 10px;
    padding-right: 10px;
    bottom: -50px;
    position:relative;
    align-self: center;
    margin: auto;
    width: 30%;
    display: flex;
    justify-content: center;
    vertical-align:middle;
    height: 130px;
    
}


.first-one{
    float: left;
    }
.second-one{
    margin:0 auto
}
.third-one{
    float: right;
}
.overlap-text{

    font-size: 9px;
    font-weight: 700;
    color: #000000;
}
.overlap-icon{
    font-size:36px
}


/* @media only screen and (max-width: 480px) {
    .overlap-footer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        font-size: 12px;
        padding: 10px;
        bottom: -30px;
      }
    
      .first-one,
      .second-one,
      .third-one {
        margin-bottom: 0;
        flex-basis: 100%;
        text-align: center;
      }

  } */


  /* .overlap-footer{
    text-align: center;
    border-radius: 15px;
    background-color: #E2B55D;
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 10px;
    padding-right: 10px;
    bottom: -50px;
    position: relative;
    align-self: center;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    height: 130px;
}

.first-one{
    float: left;
}

.second-one{
    margin: 0 auto;
}

.third-one{
    float: right;
}

.overlap-text{
    font-size: 9px;
    font-weight: 700;
    color: #000000;
} */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .overlap-footer {
        width: 60%;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        bottom: -20px;
    }
    
    .first-one, .second-one, .third-one {
        float: none;
        text-align: center;
        margin: 0px 0;
    }
    .overlap-text{
        font-size: 10px !important;
        font-weight: 600;
        color: #000000;
        line-height: 12px !important;
    }
    .overlap-icon{
        font-size:20px
    }
    
}

/*=

/*==============================
      // About-page //
==============================*/
.banner-text{
    margin: 0px;
 
      padding-top: 110px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      color:#000


}

.banner {
    width: 100%;
    /* height: 40%; */
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url("https://img.freepik.com/free-photo/design-space-paper-textured-background_53876-32189.jpg?w=1060&t=st=1683521211~exp=1683521811~hmac=f0e8f12e2e87b3c8bfdd93c8d0e98899321dd878c50275c0ce8e946f38eefa4b");
    background-repeat: no-repeat;
    /* background-position: top; */
    background-size: cover;
    
}

.banner .buttons {
    text-align: right;
}

.banner .btn-warning {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #DFBE7D;
    border-color: #DFBE7D;
    border-radius: 0;
    padding: 10px 20px;
    margin-right: 15px;
    text-transform: uppercase;
    border: 2px solid #DFBE7D;
}

.banner .btn-primary {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
    padding: 10px 20px;
    margin-right: 15px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.banner .btn-primary:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.banner .btn-warning:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.banner .btn-warning:not(:disabled):not(.disabled):active:focus,
.banner .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}


.banner h1 {
    color: #ffffff;
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Changa One', cursive;
}

.about-us {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.about-us h3 {
    color: #000000;
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.about-us p {
    margin: 0;
    color: #969696;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 50px;
}

.about-us .image {
    float: left;
    width: 478px;
    height:  400px;
    shape-margin: 0;
    margin-right: 40px;
    margin-bottom: 40px;
}

.about-us .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    object-fit: cover;
}

.para-about{
text-align: justify;


}

a:hover, a:focus{
    text-decoration: none !important;
    outline: none !important;
    
}
.panel-group .panel{
    background-color: #fff;
    border:none;
    box-shadow:none;
    border-radius: 10px;
    margin-bottom:11px;
    margin: auto;
    width: 50%;
    
}
.panel .panel-heading{
    padding: 0;
    border-radius:10px;
    border: none;
}
.panel-heading a{
    color:#fff !important;
    display: block;
    border:none;
    padding:20px 35px 20px;
    font-size: 20px;
    background-color:#DFBE7D;
    font-weight:600;
    position: relative;
    color:#fff;
    box-shadow:none;
    transition:all 0.1s ease 0;
    margin-top: 5px;
    text-align: center;

}
.panel-heading a:after, .panel-heading a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left:-20px;
    top: 10px;
    color:#fff;
    background-color:#DFBE7D;
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height:40px;
    line-height: 30px;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after{
    transform:rotate(360deg);
}
.panel-heading a.collapsed:after{
    content: "\f067";
}
#accordion .panel-body{
    background-color:#Fff;
    color:#8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 35px ;
    border-top:none;
    font-size:14px;
    position: relative;
}

.team-title{


    text-align: center;
    padding-bottom: 30px;
    margin-top:30px;


}
.para-team{

text-align: justify;
margin-bottom:30px;
width:80%;
margin-left:150px;


}
.team-image{

margin-left:300px;
padding-bottom: 15px;

}
.equipment-about{

margin-bottom: 250px;
width: 60%;
margin-left: 250px;



}

@media screen and (max-width: 991px) {
    .team-title {
      text-align: center;
      padding-bottom: 20px;
      margin-top: 20px;
    }
    .para-team {
      text-align: justify;
      margin-bottom: 20px;
      width: 100%;
      margin-left: 0;
    }
    .team-image {
      margin: 0 auto;
      display: block;
      padding-bottom: 10px;
    }
    .equipment-about {
      margin-bottom: 50px;
      width: 100%;
      margin-left: 0;
    }
  }

div.gallery {
    border: 1px solid #ccc;
    margin-bottom: 400px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  

  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 991px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }


/*==========================
        Contact-Page
===========================*/

#contact-page {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
}

#contact-page h2 {
    color: #000;
    font-size: 48px;
    letter-spacing: -2px;
    padding-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

#contact-page p {
    font-size: 14px;
    font-weight: 500;
    color: #8d8d8d;
    padding-bottom: 50px;
}

#contact-page input {
    height: 55px;
    color: #555;
    border-radius: 0;
}

#contact-page textarea.form-control {
    padding: 17px 12px;
    margin-bottom: 15px;
    height: auto;
    border-radius: 0;
}

#contact-page .fa {
    font-size: 27px;
    color: #000;
    margin-right: 12px;
    cursor: pointer;
}

#contact-page .fa:hover {
    color: #143bb5;
}

#contact-page ::placeholder {
    font-style: normal;
    font-size: 16px;
    color: #dfdfdf;
}

#contact-page .btn-default {
    color: #fff;
    font-size: 16px;
    padding: 16px 50px;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #000000;
    background-color: #000000;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#contact-page .btn-default:hover {
    border: 2px solid #1c8a00;
    color: #1c8a00;
    background-color: transparent;
}

address p {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

#contact-page ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b8b8b8;
    text-transform: capitalize;
    font-size: 14px;
}

#contact-page ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b8b8b8;
    text-transform: capitalize;
    font-size: 14px;
}

#contact-page ::-ms-input-placeholder {
    /* IE 10+ */
    color: #b8b8b8;
    text-transform: capitalize;
    font-size: 14px;
}
.contact-box{

    border: 2px solid #000;
    align-items: center!important;
    padding: 30px;
    width: 700px;
    height: 900px;



}

/*==========================
        Support-Page
===========================*/

.support-Page {
    padding-top: 60px;
    padding-bottom: 300px;
    border-bottom: 1px solid gray;
    background-color: #ffffff;
}

.support-Page h2 {
    color: #000000;
    font-weight: 700;
    letter-spacing: -4px;
    font-size: 50px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.support-Page p {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.support-Page .btn,
.support-Page .btn-primary:not(:disabled):not(.disabled):active {
    margin-top: 10px;
    text-transform: uppercase;
    width: 152px;
    height: 46px;
    font-size: 20px;
    font-weight: 300;
    background-color: #000000;
    border-radius: 0;
}

.support-Page .form-control {
    background: white;
    border-radius: 0;
    height: 58px;
}

.support-Page .btn:hover {
    color: #000;
    background-color: #DFBE7D;
    border-color: #DFBE7D;
}

.support-Page .form-group {
    margin-bottom: 30px;
}

.support-Page ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: 400;
    color: #b8b8b8;
    text-transform: capitalize;
}

.support-Page ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: 400;
    color: #b8b8b8;
    text-transform: capitalize;
}

.support-Page ::-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    font-weight: 400;
    color: #b8b8b8;
    text-transform: capitalize;
}

.support-Page ::-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    font-weight: 400;
    color: #b8b8b8;
    text-transform: capitalize;
}

/*=========================
       Service-Page
=========================*/

#services {
    padding-top: 75px;
    padding-bottom: 100px;
}

#services .career-img {
    width: 320px;
    object-fit: cover;
    height: 320px;
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}

/* #services h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 50px;
    margin-top: -4px;
    text-transform: capitalize;
} */

#services .main-content {
    padding-bottom: 80px;
}

#services .contant p {
    color: #737373;
    font-size: 16px;
    line-height: 35px;
    margin-top: -4px;
    font-weight: 500;
    padding-bottom: 15px;
}

#services h2 {
    color: #000000;
    font-size: 50px;
    padding-bottom: 50px;
    text-transform: capitalize;
    font-weight: 600;
}

#services .heading p {
    font-size: 18px;
    padding-bottom: 50px;
    font-weight: 400;
}
.copy-footer{

    text-align: center;
    color: #1A1362;
    padding:30px;
}


.

/*=======================================
          Media Queries Styles
=======================================*/

/*== 1920px Media Queries Styles ==*/

@media screen and (max-width: 1920px) {}

/*== 1440px Media Queries Styles ==*/

@media screen and (max-width: 1440px) {
    .jumbotron {
        height: 540px;
    }
}

/*== 1024px Media Queries Styles ==*/

@media screen and (max-width: 1024px) {
    header .social-icons ul > li:nth-child(2) {
        padding: 5px 0;
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    header .social-icons ul > li:nth-child(2):before {
        border-top: 41px solid #000000;
        border-left: 0 solid transparent;
        border-right: 47px solid transparent;
        left: -47px;
    }
    .navbar-brand img {
        margin-top: -25px;
        padding-bottom: 10px;
        height: 100px;
        width: 100px;
    }
    .hidden {
        padding: 0 5px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }
    .jumbotron h1 {
        font-size: 42px;
        letter-spacing: 1px;
    }
    .jumbotron h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }
    .jumbotron p {
        width: 70%;
        color: #ffffff;
        font-weight: 400;
        line-height: 30px;
        font-size: 15px;
    }
    .jumbotron .btn-default,
    .jumbotron .btn-default:not(:disabled):not(.disabled):active,
    .jumbotron .btn-success,
    .jumbotron .btn-success:not(:disabled):not(.disabled):active {
        font-size: 12px;
        font-weight: 700;
        border-radius: 0;
        padding: 8px 10px;
        letter-spacing: 0.5px;
    }
    .services .card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
    .services .card .card-block h3:before {
        font-size: 30px;
    }
    .services .card p {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .services {
        padding: 60px 0;
    }
    .about h4 {
        padding-bottom: 20px;
    }
    .about h5 {
        padding-bottom: 15px;
    }
    .about-middle {
        padding: 20px 20px;
    }
    .about h3 {
        font-size: 24px;
    }
    .about p {
        font-size: 13px;
        line-height: 26px;
    }
    .about .btn-warning {
        margin: 8px 0;
    }
    .about .box-1 {
        top: 16%;
        width: 25px;
        height: 320px;
    }
    .about .figure-img {
        height: 540px;
    }
    .accordion .card-header a {
        font-size: 18px;
    }
    .accordion .card-header {
        padding: 15px 20px;
    }
    .section-2 {
        padding-bottom: 50px;
    }
    .about {
        padding-bottom: 50px;
    }
    .services {
        margin-bottom: 50px;
    }
    .section-3 {
        padding: 50px 0;
    }
    .support .heading h2 {
        font-size: 26px;
    }
    .support .heading h3 {
        font-size: 22px;
    }
    .support .form-control {
        height: 45px;
    }
    .support {
        padding: 50px 0;
    }
    .subscribe {
        padding: 50px 0;
    }
    footer {
        padding: 30px 0;
    }
    .about .box-1 {
        top: 20%;
        width: 25px;
        height: 354px;
    }
    .about-us p {
        font-size: 12px;
        margin-bottom: 100px;
    }
    .about-us h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .about-us .image {
        width: 478px;
        height: 373px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .banner h1 {
        font-size: 40px;
    }
    .banner .btn-warning {
        padding: 8px 10px;
        margin-right: 10px;
    }
    .banner .btn-primary {
        padding: 8px 10px;
    }
    #contact-page .map {
        height: 200px;
        margin-bottom: 50px;
    }
    #contact-page {
        padding-bottom: 100px;
        padding-top: 50px;
    }
    #contact-page p {
        font-size: 12px;
        padding-bottom: 20px;
    }
    #contact-page input {
        height: 45px;
    }
    #contact-page ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 12px;
    }

    #contact-page ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    #contact-page ::-ms-input-placeholder {
        /* IE 10+ */
        font-size: 12px;
    }

    #contact-page ::-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
    }
    #contact-page textarea.form-control {
        height: 150px;
    }
    #contact-page .btn-default {
        font-size: 14px;
        padding: 12px 50px;
        letter-spacing: 0.5px;
    }
    .location-area {
        text-align: center;
  
      }
      
     
      


    .support-Page p {
        font-size: 14px;
    }
    .support-Page {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .support-Page .form-control {
        height: 45px;
    }
    .support-Page .form-group {
        margin-bottom: 20px;
    }
    .support-Page .btn,
    .btn-primary:not(:disabled):not(.disabled):active {
        height: 46px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    #services h2 {
        font-size: 32px;
        padding-bottom: 25px;
    }
    #services h3 {
        font-size: 24px;
        padding-bottom: 30px;
    }
    #services .contant p {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    #services .heading p {
        font-size: 14px;
        padding-bottom: 20px;
    }
    #services .main-content {
        padding-bottom: 50px;
    }
    #services .career-img {
        width: 100%;
        height: 300px;
    }
    #services {
        padding-top: 45px;
        padding-bottom: 30px;
    }
}
.content-service{
margin-bottom: 15px;



}
.service-para{

color:#000




}

.service-div{

height:250px;
width:70%;
margin-left:150px;
margin-bottom: 40px;
border-radius:25px;



}
.service-text{

    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 50px;
    margin-top: -4px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 90px;
  }


#serv-1{

    background-image:url("https://img.freepik.com/free-photo/beautiful-travel-road_1127-197.jpg?w=1380&t=st=1682325579~exp=1682326179~hmac=fea857656ffb149bfb6b489166300b22e75fb748f760f5ab77f4955cf6cdcb8d");
  
    background-size: cover;
    background-repeat: no-repeat;
  }



#serv-2{
background-image: url("../images/bridge.png");
background-size: cover;
background-repeat: no-repeat; 
}



#serv-3{

background-image: url("../images/building.png");

background-size: cover;
background-repeat: no-repeat;
}


#serv-4{

background-image: url("https://img.freepik.com/free-photo/structure-tokyo-tower_1150-11154.jpg?w=1060&t=st=1683520445~exp=1683521045~hmac=900525b84c881cd53de3f8b2cc4b1ccea7bf3865e0f9111ffdcf6a25e3ef301e");
background-size: cover;
background-repeat: no-repeat;
}



.serv-image{
    height:250px;
    object-fit: contain;

}



@media only screen and (max-width: 991px) {
    .service-para {
    color: #000;
  
    }
    
    .service-div {
    height: auto;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 40px;
    border-radius: 25px;
    }
    
    .service-text {
    padding-top: 50px;
    padding-left: 30px;
    color: #fff;
    text-align: center;
    }
    
    .serv-image {
    height: auto;
    width: 100%;
    object-fit: contain;
    }
    }
/* projects page styles */




div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }

/*== 768px Media Queries Styles ==*/

@media screen and (max-width: 768px) {
    .jumbotron {
        height: 450px;
    }
    .hidden {
        display: none;
    }
    .services .card .card-block h3:before {
        padding: 0;
    }
    .services {
        margin-bottom: 10px;
    }
    .about .figure-img {
        height: 200px;
        padding: 0;
    }
    .about .box-1 {
        display: none;
    }
    .section-2 .figure {
        display: block;
    }
    .about .right-side {
        padding-left: 15px;
    }
    .section-2 .figure-img {
        height: 200px;
    }
    .section-2 .card {
        margin-bottom: 20px;
    }
    .accordion .card-header a {
        font-size: 16px;
    }
    .section-3 iframe,
    .section-3 object,
    .section-3 embed {
        height: 200px;
    }
    .subscribe .heading h2 {
        font-size: 20px;
    }
    .subscribe .form-inline .form-control {
        padding: 8px 15px;
    }
    .section-3 .content {
        position: initial;
        bottom: 0;
    }
    footer img {
        padding-bottom: 10px;
    }
    footer p span {
        display: inline-block;
    }
    .subscribe .sub-hidden {
        display: none;
    }
    .subscribe .form-inline .btn-primary {
        width: 100%;
        padding: 7px 30px;
    }
    .section-2 {
        padding-bottom: 20px;
    }
    .about-middle {
        border: none;
    }
    .about h4 {
        font-size: 20px;
        padding-bottom: 0;
    }
    .about h3 {
        font-size: 22px;
    }
    .about .btn-warning {
        margin: 0;
    }
    .section-3 P {
        font-size: 12px;
    }
    .section-3 {
        padding: 30px 0;
    }
    .jumbotron p {
        padding-bottom: 15px;
    }
    .support .heading h2 {
        font-size: 22px;
    }
    .support .heading h3 {
        font-size: 18px;
    }
    .support .form-control,
    .support select {
        margin-bottom: 0;
    }
    .support .btn-primary {
        height: 45px;
        padding: 10px 20px;
        font-size: 13px;
    }
    footer h5 {
        padding-bottom: 15px;
    }
    .navbar-nav {
        padding-left: 20px;
    }
    .navbar-brand {
        margin-left: 15px;
    }
    .navbar-toggler {
        margin-right: 15px;
    }
    .navbar-toggler {
        padding: 1px 6px;
        font-size: 16px;
        background-color: black;
        border: 1px solid black;
        border-radius: 0;
    }
    .banner h1 {
        font-size: 34px;
    }
    .about-us .image {
        width: 100%;
        height: 250px;
    }
    .about-us h3 {
        font-size: 22px;
    }
    .about-us p {
        margin-bottom: 50px;
    }
    #contact-page .map {
        height: 200px;
        margin-bottom: 20px;
    }
    #services .career-img {
        height: 200px;
        margin-bottom: 30px;
    }
    #services .main-content {
        padding-bottom: 30px;
    }
    #services .contant p {
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 25px;
        padding-bottom: 0;
    }
    #services h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    #services h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    #services .heading p {
        font-size: 14px;
    }
}

/*== 425px Media Queries Styles ==*/

@media screen and (max-width: 425px) {
    header .social-icons ul > li:nth-child(1) {
        display: none;
    }
    .jumbotron {
        height: 410px;
    }
    .jumbotron h1 {
        font-size: 25px;
        letter-spacing: 0.5px;
    }
    .jumbotron h2 {
        font-size: 22px;
        padding-bottom: 15px;
        letter-spacing: 0.5px;
    }
    .jumbotron p {
        width: 100%;
        line-height: 25px;
        letter-spacing: 0.5px;
        font-size: 12px;
    }
    .about .btn-warning {
        padding: 8px 10px;
    }
    .about .figure-img {
        height: 200px;
    }
    .accordion .card-header a {
        font-size: 14px;
        color: #5c5c5c;
    }
    .accordion p {
        font-size: 12px;
    }
    .support .heading h3 {
        font-size: 14px;
    }
    .support .form-control,
    .support select {
        margin-bottom: 10px;
    }
    .form-group {
        margin-bottom: 0;
    }
    .subscribe .form-inline .form-control {
        margin-bottom: 10px;
    }
    .section-2 figure img {
        height: 200px;
    }
    .section-3 iframe,
    .section-3 object,
    .section-3 embed {
        height: 200px;
    }
    header {
        padding-bottom: 16px;
    }
    .navbar-toggler {
        margin-top: -14px;
    }
    .sticky .navbar-toggler {
        margin-top: 8px;
        margin-right: 25px;
    }
    .sticky .navbar-brand img {
        margin-top: 0;
    height: 100px;
    width: 100px;
    }
    .subscribe .heading h2 {
        font-size: 16px;
    }
    .support ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px;
    }

    .support ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px;
    }

    .support ::-ms-input-placeholder {
        /* IE 10+ */
        font-size: 14px;
    }

    .support ::-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px;
    }
    .banner .buttons {
        text-align: center;
    }
    .banner h1 {
        padding-bottom: 30px;
        text-align: center;
    }
    .about-us .image {
        height: 200px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #contact-page input {
        margin-bottom: 10px;
    }
    #contact-page .btn-default {
        padding: 10px 30px;
    }
    .support-Page p {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .support-Page .form-group {
        margin-bottom: 10px;
    }
}

/*== 375px Media Queries Styles ==*/

@media screen and (max-width: 375px) {
    .jumbotron .btn-default,
    .jumbotron .btn-default:not(:disabled):not(.disabled):active,
    .jumbotron .btn-success,
    .jumbotron .btn-success:not(:disabled):not(.disabled):active {
        margin-right: 5px;
    }
    .jumbotron .btn-default,
    .jumbotron .btn-default:not(:disabled):not(.disabled):active,
    .jumbotron .btn-success,
    .jumbotron .btn-success:not(:disabled):not(.disabled):active {
        padding: 8px 8px;
        letter-spacing: 0;
    }
    .jumbotron p {
        line-height: 20px;
    }
    .subscribe ::placeholder {
        font-size: 12px;
    }

    .subscribe :-moz-placeholder {
        font-size: 12px;
    }

    .subscribe :-ms-input-placeholder {
        font-size: 12px;
    }

    .subscribe ::-webkit-input-placeholder {
        font-size: 12px;
    }
}

/*== 320px Media Queries Styles ==*/

@media screen and (max-width: 320px) {
    .jumbotron .btn-default,
    .jumbotron .btn-default:not(:disabled):not(.disabled):active,
    .jumbotron .btn-success,
    .jumbotron .btn-success:not(:disabled):not(.disabled):active {
        font-size: 11px;
    }
    .about h3 {
        font-size: 20px;
    }
    .about h4 {
        font-size: 18px;
    }
    .about p {
        font-size: 12px;
        line-height: 24px;
    }
}


/* index page projects */

.slider {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
.projects-card {
    margin: 20px;
	position: relative;
	width: 20em;
	height: 25em;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
	padding: 1em;
	/* background-image: url(https://images.pexels.com/photos/776656/pexels-photo-776656.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260); */
	background-position: center center;
	background-size: cover;
	transition: 1s;
	overflow-y: hidden;
}

.projects-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info-container {
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	padding: 0 1em 1em 1em;
	overflow: hidden;
    background-color: #D9D9D9;
}

.project-title {
	font-size: var(--font-size-project-title);
	color: var(--main-color);
	font-weight: 800;
	text-transform: uppercase;
	margin: 1em 0 .3em 0;
	transition: .3s;
}

.project-load-bar {
	width: 0;
	height: 3px;
	background: var(--main-color);
	margin: 0;
}

.projects-card:hover {
	transform: scale(1.05);
}

.projects-card:hover .project-info-container {
	top: 48%;
	left: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1em;
	background: linear-gradient(hsl(0 0% 0% / 0),hsl(20 0% 0% / 0.3) 20%,hsl(0 0% 0% / 1));
}

.project-short-desc, .project-btn{
	font-size: var(--font-size-text);
	color: #0b0b0b;
  margin: 1em 0 0 0;
	display: none;
	opacity: 1;
	font-weight: 800;
}

.project-btn {
	max-width: 10em;
	padding: .7em 0;
	margin: 1.5em 0;
	display: none;
	justify-content: center;
	border: none;
	border-radius: 15px;
	background: var(--main-color);
	text-transform: uppercase;
	font-size: 1rem;
	cursor: pointer;
	transition: .5s;
}

.project-btn a{
	color: #fff;
	font-weight: 700;
	justify-self: center;
	text-decoration: none;
}

.project-btn:hover {
	transform: scale(1.05);
}


.projects-card:hover .project-title {
	color: #070707;
}

.projects-card:hover .project-load-bar {
	display: flex;
	transition: opacity 1s ease;
	animation: project-load-animation 2s ease .1s forwards;
}

.projects-card:hover .project-short-desc {
	display: flex;
	transition: opacity 1s ease;
	animation: project-infos-animation 0.4s ease 0.4s forwards;
}

.projects-card:hover .project-btn{
	display: flex;
	transition: opacity 1s ease;
	animation: project-infos-animation 1s ease .8s forwards;
}


@keyframes project-load-animation {
  0% {width: 0;}
	15% {width: 0vw;}
  25% {width: 0vw;}
	50% {width: 35vw;}
	65% {width: 50vw;}
	75% {width: 75vw;}
	100% {width: 100vw;}
}


@keyframes project-infos-animation {
  from {opacity: 0;}
  to {opacity: 1;}
}
  
  


@media only screen and (max-width: 480px) {
    .slider {
      display: block;
      text-align: center;
    }
    .projects-card {
        width: 90%;
        height: 20em;
        align-self: center;
    }
    .project-info-container {
      top: 70%;
    }
    .project-short-desc, .project-btn {
      display: block;
      opacity: 1;
    }
  }
  
  
  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
  
/* career page starts */

.career-text{


text-align: center;
margin-top: 20px;
margin-bottom: 30px;


}

#responsive-form{
	max-width:900px;
    padding: 30px; 
	margin:0 auto;
        width:100%;
        border:2px solid #757373;
        border-radius: 25px;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}




.submit{


margin-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #DFBE7D;
  }


/* style for news and events */
.event-container {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 70px;
    margin-left: 200px;
    margin-right: 200px;

  }
  
  .event-card {
    position: relative;
    width: 300px;
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
  }
  
  .event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .event-card .event-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #DFBE7D;
    color: #fff;
  }
  
  .event-card .event-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .event-card .event-date {
    font-size: 14px;
  }
  
  .event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }
  
  /* styling for career page job card */

  .container-jobtitle{
    display: flex;
  }
  
  .card-job {
    width: 45%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center; /* Center align the text */
  }
  
  .job-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .qualification {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .experience {
    margin-bottom: 5px;
  }
  
  ul {
    padding-left: 20px;
  }
  
  /* styling for contact block */

 .card-row {
    display: flex;
  }
  
  .card-address {
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    flex: 0 0 auto; /* Adjust flex property to control width */
    padding: 20px;
    border: 2px solid #ccc; /* Increase border thickness */
    height: 70px;
    width: 260px; /* Set desired width */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
  }
  
  .contact-info {
    margin-left: 5px;
  }

  
  @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

  @media (max-width: 768px) {
    .card-row {
      flex-wrap: wrap;
    }
    
    .card-address {
      margin-top: 20px;
      margin-left: 10px;
      margin-right: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.3s;
    }
    
    .contact-info {
      margin-left: 0;
    }
  }
   
  .card-address:hover {
    background-color: #DFBE7D;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
 


/* style for social media */

  
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex; /* Added this line */
    justify-content: center; /* Added this line */
  }
  
  .social-icons li {
    margin-right: 10px;
  }
  
  .social-icons a {
    color: #333;
    font-size: 20px;
  }
  
  .social-icons a:hover {
    color: #007bff;
  }