
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,500;0,9..40,600;1,9..40,200;1,9..40,500&family=Martian+Mono:wght@700&family=Roboto:ital,wght@1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Croissant+One&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,500;0,9..40,600;1,9..40,200;1,9..40,500&family=Martian+Mono:wght@700&family=Roboto:ital,wght@0,500;1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,500;0,9..40,600;1,9..40,200;1,9..40,500&family=Martian+Mono:wght@700&family=Roboto:ital,wght@0,500;1,700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }



a{
    text-decoration: none;
}

#mobile
{
  display: none;
}

body {
  font-family: 'Rubik', sans-serif;
  font-family: 'Teko', sans-serif;
  color: #505489;
 }

 .listcategory
 {
  margin-top: 10rem;
  background: white;
  border: 1px solid rgb(221, 221, 221);

 }

 .listcategory li{
  list-style: none;
 }

 .listcategory li a{
  color: black;
 }


 .sidepage
 {
  margin-top: 7rem !important;
 }

 .logoimage
  {
    width: 16rem;
    background: white !important;
    margin-bottom: 1rem;
    border-radius: 1rem;
    margin-top: 0.5rem;
  }

.sec-header p{
  text-align: justify !important;
}

.imageview
{
  position: relative;
  width: 4rem;
  right: 30% !important;
  top: -10%;
}





#navigration
{
  background: white !important;
}

#navigration a
{
  color: #000 !important;
}


i {
  font-size: 16px;
  color: #999;
  transition: .4s; 
}

.font-btn {
  transition: .4s; }
  .font-btn span {
    font-weight: 500;
    color: white;
    font-size: 20px;
    position: relative;
    top: -16px; }
  .font-btn .fal {
    background: #CE1126;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding-top: 16px;
    font-size: 16px;
    margin-right: 5px; }
  .font-btn .fal:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    left: -100%;
    transition: .4s; }
  .font-btn .fal:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    left: 43%;
    transition: .4s; }

.font-btn:hover .fal:before {
  left: 43%; }

.font-btn:hover .fal:after {
  left: 157%; }

.layer-btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 20px 45px 15px 45px;
  transition: .4s;
  z-index: 1; }

  
.layer-btn:hover {
  color: #fff; }

.layer-btn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99.9%;
  background: #007A3D; 
  z-index: -2; }

.layer-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  background: #222429;
  opacity: .5;
  border: 1px solid #222429;
  width: 105%;
  height: 185%;
  transform: translateX(90%) rotate(25deg);
  transition: .4s; }

.layer-btn:hover:before {
  transform: translateX(0%);
  z-index: -1;
  opacity: 1; }

::-webkit-input-placeholder {
  font-size: 15px !important;
  color: #4e4d4d !important; }

.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }

.form-control {
  font-size: 13px;
  border: 1px solid #e3e3e3; }

.custom-select:focus,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #007A3D; }

#navigration .logo {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }

#navigration .header {
  position: relative; }
  #navigration .header #showsidenav {
    position: absolute;
    top: 15px;
    right: 15px; }
    #navigration .header #showsidenav img {
      width: 30px; }



      .addresscolor
      {
        color: black !important;
        font-weight: bolder !important;
        font-size: 1.2rem;
      }


#navigration .nav-item {
  list-style: none;
  display: inline-block; }
  #navigration .nav-item .nav-link {
    
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding: 35px 15px;
    transition: .4s; }
    #navigration .nav-item .nav-link .fa-angle-down {
      color: #fff;
      margin-left: 2px;
      font-size: 13px;
      font-weight: 500; }

#navigration .nav-item:hover .nav-link {
  color: #007A3D; }

#navigration .nav-item:hover .fa-angle-down {
  color: #007A3D; }


  #navigration .nav-item .nav-link:hover {
    color: #CE1126 !important;
     }

  .responsive-map{
    overflow: hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

#navigration .dropdown {
  cursor: pointer; }
  #navigration .dropdown .dropdown-menus {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    position: absolute;
    margin-top: 0;
    padding: 5px 0px;
    min-width: 220px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 40px 0px #0000001a;
    transition: .4s; }
    #navigration .dropdown .dropdown-menus .dropdown-item {
      padding: 8px 25px;
      color: #222429;
      font-weight: 500;
      background: none;
      position: relative;
      transition: .4s; }
      #navigration .dropdown .dropdown-menus .dropdown-item span {
        transition: .4s;
        font-size: 20px; }
      #navigration .dropdown .dropdown-menus .dropdown-item .fa-angle-right {
        float: right;
        position: relative;
        top: 8px;
        color: #222429;
        font-size: 13px;
        font-weight: 500; }
    #navigration .dropdown .dropdown-menus .dropdown-item:before {
      content: "";
      background: #007A3D;
      height: 1px;
      width: 0px;
      position: absolute;
      top: 20px;
      left: 25px;
      transition: .4s; }
    #navigration .dropdown .dropdown-menus .dropdown-item:hover:before {
      width: 10px; }
    #navigration .dropdown .dropdown-menus .dropdown-item:hover {
      background: #f5f5f5; }
      #navigration .dropdown .dropdown-menus .dropdown-item:hover span {
        margin-left: 15px;
        color: #007A3D; }

#navigration .collapse:not(.show) {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: -1; }

#navigration .dropdown:hover > .dropdown-menus {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

#navigration .dropdown-2 {
  position: relative; }
  #navigration .dropdown-2 .dropdown-menus-2 {
    position: absolute;
    top: 0;
    min-width: 220px;
    right: -220px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 0px;
    box-shadow: 0px 1px 40px 0px #0000001a;
    transition: .2s;
    display: block; }

#navigration .dropdown-2:hover > .dropdown-menus-2 {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

#navigration .dropdown-2:hover > .dropdown-item {
  background: #f5f5f5; }
  #navigration .dropdown-2:hover > .dropdown-item .fal {
    color: #007A3D; }
  #navigration .dropdown-2:hover > .dropdown-item span {
    margin-left: 15px;
    color: #007A3D; }

#navigration .dropdown-2:hover > .dropdown-item:before {
  width: 10px; }

#navigration #hamburger {
  cursor: pointer;
  position: relative; }
  #navigration #hamburger img {
    transition: .4s; }
  #navigration #hamburger .img02 {
    position: absolute;
    right: 0;
    opacity: 0; }

#navigration #hamburger:hover .img02 {
  opacity: 1; }

#navigration .get-quote {
  padding: 0 20px;
  margin-top: 10px; }

.getquote
{
  color: black !important;
}

.fixed-top {
  z-index: 5;
  transition: .4s; }

#homeSection {
  position: relative;
  top: 5rem;
  margin-bottom: 100px; }
  #homeSection .slider-box {
    background: url(../img/header1.jpg);
    background-size: cover;
    background-position: center top;
    object-fit: cover;
    height: 100vh;
   }
    #homeSection .slider-box .overlay {
      
      height: 100%; }
    #homeSection .slider-box .txt-box {
      height: 100vh;
      position: relative; }
      #homeSection .slider-box .txt-box .txt-area {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        #homeSection .slider-box .txt-box .txt-area p {
          color: #fff;
          font-size: 24px; }
        #homeSection .slider-box .txt-box .txt-area h1 {
          margin-top: 3rem;
          color: #fff;
          font-weight: 600;
          letter-spacing: 5px;
          line-height: .9;
          font-size: 6rem !important;
          margin-bottom: 50px; }
  #homeSection .slider-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: url(../img/layer.png);
    background-repeat: no-repeat;
    background-position: right top; }
  #homeSection .slider-box2 {
    background: url(../img/header2.jpg);
   
    background-position: center center; }
    #homeSection .slider-box3 {
      background: url(../img/header3.jpg);
      
      background-position: center center; }
      #homeSection .slider-box4 {
        background: url(../img/header4.jpg);
        
        background-position: center center; }
  #homeSection .owl-carousel {
    position: relative;
    z-index: 0; }
  #homeSection .owl-dots {
    display: none; }
  #homeSection .owl-nav {
    display: block;
    position: absolute;
    top: 90%;
    right: 10%;
    transform: translate(-10%, -90%);
    transition: .4s; }
    #homeSection .owl-nav button {
      width: 50px;
      height: 50px;
      display: block;
      background: none;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 100px;
      transition: .4s; }
    #homeSection .owl-nav button:hover {
      background: #007A3D;
      color: #fff; }
    #homeSection .owl-nav .owl-prev {
      margin-bottom: 15px; }
      #homeSection .owl-nav .owl-prev span {
        opacity: 0; }
    #homeSection .owl-nav .owl-next {
      float: right; }
      #homeSection .owl-nav .owl-next span {
        opacity: 0; }
    #homeSection .owl-nav .owl-prev::before,
    #homeSection .owl-nav .owl-next::before {
      font-size: 16px;
      text-align: center;
      color: rgba(255, 255, 255, 0.5);
      content: '\f053';
      font-family: 'Font Awesome 5 pro';
      transition: .4s; }
    #homeSection .owl-nav .owl-next::before {
      content: '\f054';
      padding: 22px; }
    #homeSection .owl-nav .owl-prev:focus {
      outline: 0px dotted; }
    #homeSection .owl-nav .owl-next:focus {
      outline: 0px dotted; }
    #homeSection .owl-nav .owl-prev:hover:before,
    #homeSection .owl-nav .owl-next:hover:before {
      color: #fff; }

.newsource
{
  display: none;
}

.contact h2{
  color: white !important;
  
    font-family: 'DM Sans', sans-serif;
font-family: 'Martian Mono', monospace;
font-family: 'Roboto', sans-serif;
font-size: 2.5rem !important;
}

#featureSection {
  margin-bottom: 100px;
  margin-top: 10rem !important;
}



.gulftext
{
  color: #000000;
  font-family: 'DM Sans', sans-serif;
font-family: 'Martian Mono', monospace;
font-family: 'Roboto', sans-serif;
line-height: 5rem;
text-transform: uppercase;
font-size: 3rem;
top: 8% !important;
  margin-bottom: 30px;
}

  #featureSection .sec-header h2 {
    color: #000000;
    font-family: 'DM Sans', sans-serif;
font-family: 'Martian Mono', monospace;
font-family: 'Roboto', sans-serif;
line-height: 5rem;
text-transform: uppercase;
font-size: 3rem;
top: 10% !important;
    margin-bottom: 30px; }
    #featureSection .sec-header h2 span {
      color: #007A3D; }
  #featureSection .sec-header h4 {
    color: #007A3D;
    margin-bottom: 30px; }
  #featureSection .sec-header p {
    color: #2c2c2c;
    font-family: 'DM Sans', sans-serif;

    font-size: 16px;
    margin-bottom: 0; }
  #featureSection .img-box {
    position: relative; }
    #featureSection .img-box img {
      border-radius: 10px;
     
      transition: .4s; }
    #featureSection .img-box .img01 {
      display: block;
     
      margin-right: 50px;
      max-width: 590px; }
    #featureSection .img-box .img02 {
      position: absolute;
      bottom: -150px;
      left: 0px;
      max-width: 420px; }
  #featureSection .img-box:hover img {
    filter: grayscale(0%); }
  #featureSection .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 15px;
    border-radius: 10px; }
  #featureSection .part2 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #featureSection .part2 ul {
      margin-top: 50px;
      margin-bottom: 45px; }
      #featureSection .part2 ul li {
        list-style: none;
        margin-bottom: 10px;
        color: #4e4d4d;
        font-family: 'Rubik', sans-serif;
        font-size: 16px; }
        #featureSection .part2 ul li .fal {
          margin-right: 10px;
          font-weight: 500;
          color: #007A3D; }
    #featureSection .part2 .since {
      background: #1d1e22;
      position: relative;
      text-align: center;
      width: 80px;
      height: 80px;
      padding-top: 13px;
      border-radius: 100px; }
      #featureSection .part2 .since span {
        color: #fff; }
    #featureSection .part2 .since:before {
      content: "";
      position: absolute;
      top: -10px;
      left: -10px;
      background: #e8eae9;
      width: 100%;
      height: 100%;
      border-radius: 100px;
      z-index: -1; }

#featureSection .img01{
  height: 40rem !important;
}

#serviceSection {
  background: #222429;
  padding: 80px 0;
  overflow-x: hidden;
  margin-bottom: 100px; }
  #serviceSection .sec-header h2 {
    color: #fff;
    margin-bottom: 30px; }

    #serviceSection .sec-header h2 span {
      color: #007A3D; }
  #serviceSection .sec-header p {
    color: #9ca3a9;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin-bottom: 0; }
  #serviceSection .service-box {
    display: flex;
    background: #1d1e22;
    align-items: top;
    border-radius: 10px;
    justify-content: space-between;
    padding: 50px 40px;
    margin: 15px 0;
    cursor: pointer;
    transition: .4s; }
    #serviceSection .service-box .txt-area h3 {
      color: #9ca3a94d;
      margin-bottom: 50px;
      transition: .4s; }
    #serviceSection .service-box .txt-area h4 {
      color: #9ca3a9;
      margin-bottom: 0;
      font-size: 20px;
      transition: .4s; }
    #serviceSection .service-box .img-box {
      position: relative; }
      #serviceSection .service-box .img-box img {
        width: 70px;
        transition: .4s; }
      #serviceSection .service-box .img-box .img01 {
        position: absolute;
        top: 0;
        left: 0; }
      #serviceSection .service-box .img-box .img02 {
        opacity: 0; }
  #serviceSection .service-box:hover {
    background: #007A3D; }
    #serviceSection .service-box:hover .txt-area h3 {
      color: #fff; }
    #serviceSection .service-box:hover .txt-area h4 {
      color: #1d1e22; }
    #serviceSection .service-box:hover .img-box .img01 {
      opacity: 0; }
    #serviceSection .service-box:hover .img-box .img02 {
      opacity: 1; }

#portfolioSection {
  margin-bottom: 100px; }
  #portfolioSection .sec-header h2 {
    color: #1d1e22;
    margin-bottom: 30px; }
    #portfolioSection .sec-header h2 span {
      color: #007A3D; }
  #portfolioSection .indicator span {
    color: #4e4d4d;
    font-size: 22px;
    transition: .4s;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px; }
  #portfolioSection .indicator span:last-child {
    margin-right: 0; }
  #portfolioSection .indicator span:hover {
    color: #007A3D; }
  #portfolioSection .indicator span.active {
    color: #007A3D; }
  #portfolioSection .indicator span::after {
    content: "";
    background: #007A3D;
    display: block;
    width: 0;
    height: 2px;
    opacity: 0;
    top: 30px;
    transition: .4s; }
  #portfolioSection .indicator span.active::after,
  #portfolioSection .indicator span:hover::after {
    width: 100%;
    opacity: 1; }
  #portfolioSection #portfolio {
    margin-top: 35px; }
  #portfolioSection .portfolio-box {
    position: relative;
    margin: 15px 0;
    overflow: hidden; }
    #portfolioSection .portfolio-box .img-box {
      height: 400px;
      overflow: hidden;
      border-radius: 10px; }
      #portfolioSection .portfolio-box .img-box img {
        filter: grayscale(100%);
        transition: .4s; }
      #portfolioSection .portfolio-box .img-box .img-fluid {
        width: -webkit-fill-available !important;
        height: -webkit-fill-available !important; }
    #portfolioSection .portfolio-box .hover-txt {
      background: #1d1e22;
      padding: 30px;
      width: 90%;
      position: absolute;
      left: 5%;
      display: block;
      margin: auto;
      border-radius: 10px;
      transition: .4s; }
      #portfolioSection .portfolio-box .hover-txt .category {
        color: #fff;
        font-size: 18px;
        position: relative; }
      #portfolioSection .portfolio-box .hover-txt .category:before {
        content: "";
        height: 2px;
        width: 50px;
        background: #007A3D;
        position: absolute;
        border-radius: 3px;
        bottom: 9px;
        right: -70px; }
      #portfolioSection .portfolio-box .hover-txt p {
        color: #fff;
        margin-bottom: 0;
        font-size: 22px; }
  #portfolioSection .portfolio-box:hover .img-box img {
    filter: grayscale(0%); }
  #portfolioSection .portfolio-box:hover .hover-txt {
    transform: translateY(-115%); }

.portfolio-preview {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  max-width: 768px;
  margin: 15px auto;
  position: relative; }
  .portfolio-preview .img-box {
    height: 400px; }
    .portfolio-preview .img-box img {
      height: 100%;
      width: 100%; }
  .portfolio-preview .description h4 {
    font-size: 45px;
    margin-bottom: 15px;
    color: #222429; }
  .portfolio-preview .description p {
    color: #4e4d4d;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    margin-bottom: 30px; }
  .portfolio-preview .description ul {
    margin-bottom: 0; }
    .portfolio-preview .description ul li {
      list-style: none;
      margin-bottom: 10px;
      color: #222429; }
      .portfolio-preview .description ul li i {
        color: #007A3D;
        width: 24px; }
      .portfolio-preview .description ul li span {
        color: #4e4d4d;
        margin-left: 15px; }
      .portfolio-preview .description ul li a {
        margin-left: 15px;
        color: #007A3D; }

#pricingSection {
  background: #222429;
  padding: 80px 0;
  overflow-x: hidden;
  margin-bottom: 100px; }
  #pricingSection .sec-header {
    margin-bottom: 50px; }
    #pricingSection .sec-header h2 {
      color: #fff;
      margin-bottom: 30px; }
      #pricingSection .sec-header h2 span {
        color: #007A3D; }
    #pricingSection .sec-header p {
      color: #4e4d4d;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      margin-bottom: 0; }
  #pricingSection .pricing-box {
    background: #1d1e22;
    padding: 40px 40px 30px 40px;
    margin: 15px 0;
    border-radius: 10px;
    text-align: center;
    transition: .4s; }
    #pricingSection .pricing-box h4 {
      font-size: 22px;
      color: #9ca3a9;
      margin-bottom: 20px;
      transition: .4s; }
    #pricingSection .pricing-box h3 {
      color: #007A3D;
      font-weight: 500;
      margin-bottom: 30px;
      transition: .4s; }
    #pricingSection .pricing-box ul li {
      list-style: none;
      margin-bottom: 10px;
      color: #9ca3a9;
      font-family: 'Rubik', sans-serif;
      font-size: 15px;
      margin-bottom: 10px;
      transition: .4s; }
    #pricingSection .pricing-box .btn {
      margin-top: 10px;
      padding: 0;
      transition: .4s; }
      #pricingSection .pricing-box .btn .fal {
        transition: 0s; }
  #pricingSection .pricing-box:hover {
    background: #007A3D; }
    #pricingSection .pricing-box:hover h4 {
      color: #1d1e22; }
    #pricingSection .pricing-box:hover h3 {
      color: #1d1e22; }
    #pricingSection .pricing-box:hover ul li {
      color: #333; }
    #pricingSection .pricing-box:hover .font-btn .fal {
      background: #1d1e22;
      color: #007A3D; }
    #pricingSection .pricing-box:hover .font-btn span {
      color: #1d1e22; }

#specialFeature {
  background: #fff;
  overflow: hidden;
  margin-bottom: 80px; }
  #specialFeature .sec-header {
    margin-bottom: 50px; }
    #specialFeature .sec-header h2 {
      color: #222429;
      margin-bottom: 30px; }
      #specialFeature .sec-header h2 span {
        color: #007A3D; }
    #specialFeature .sec-header p {
      color: #4e4d4d;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      margin-bottom: 0; }
  #specialFeature .service-box {
    position: relative;
    transition: .4s; }
    #specialFeature .service-box .img-box {
      overflow: hidden;
      border-radius: 10px; }
      #specialFeature .service-box .img-box img {
        width: 100%;
        border-radius: 10px;
        filter: grayscale(100%);
        transition: .4s; }
    #specialFeature .service-box .txt-box {
      background: #222429;
      position: relative;
      transform: translateY(-30px);
      border-radius: 10px;
      padding: 20px;
      padding-right: 65px;
      width: 85%;
      margin: auto; }
      #specialFeature .service-box .txt-box h4 {
        color: #fff; }
      #specialFeature .service-box .txt-box p {
        color: #9ca3a9;
        margin-bottom: 0; }
    #specialFeature .service-box .font-btn {
      margin-top: -15px; }
  #specialFeature .service-box:hover img {
    filter: grayscale(0%); }
  #specialFeature .font-btn {
    position: absolute;
    right: 0;
    bottom: 0; }
  #specialFeature .owl-stage-outer {
    overflow: visible; }
  #specialFeature .owl-nav {
    display: block;
    position: absolute;
    top: -21%;
    right: 0;
    transition: .4s; }
    #specialFeature .owl-nav button {
      width: 50px;
      height: 50px;
      background: none;
      background: #007A3D;
      border-radius: 100px;
      transition: .4s; }
    #specialFeature .owl-nav button:hover {
      background: #222429;
      color: #fff; }
    #specialFeature .owl-nav .owl-prev {
      margin-right: 15px; }
      #specialFeature .owl-nav .owl-prev span {
        opacity: 0; }
    #specialFeature .owl-nav .owl-next {
      float: right; }
      #specialFeature .owl-nav .owl-next span {
        opacity: 0; }
    #specialFeature .owl-nav .owl-prev::before,
    #specialFeature .owl-nav .owl-next::before {
      font-size: 16px;
      text-align: center;
      color: #fff;
      content: '\f053';
      font-family: 'Font Awesome 5 pro';
      transition: .4s; }
    #specialFeature .owl-nav .owl-next::before {
      content: '\f054';
      padding: 22px; }
    #specialFeature .owl-nav .owl-prev:focus {
      outline: 0px dotted; }
    #specialFeature .owl-nav .owl-next:focus {
      outline: 0px dotted; }
    #specialFeature .owl-nav .owl-prev:hover:before,
    #specialFeature .owl-nav .owl-next:hover:before {
      color: #fff; }

.specialFeature2 {
  margin-bottom: 0 !important; }
  .specialFeature2 .container {
    max-width: 100%; }
  .specialFeature2 .sec-header {
    margin-bottom: 50px; }
    .specialFeature2 .sec-header h2 {
      color: #222429;
      margin-bottom: 30px; }
      .specialFeature2 .sec-header h2 span {
        color: #007A3D; }

#featureDetails {
  border-left: 1px solid #cbcbcc;
  padding-left: 30px; }
  #featureDetails .img-box {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 10px; }
    #featureDetails .img-box img {
      width: 100%;
      border-radius: 10px;
      filter: grayscale(100%);
      transition: .4s; }
  #featureDetails .img-box:hover img {
    filter: grayscale(0%); }
  #featureDetails .txt-box h3 {
    color: #222429;
    margin-bottom: 15px; }
    #featureDetails .txt-box h3 span {
      color: #007A3D; }
  #featureDetails .txt-box p {
    color: #4e4d4d;
    font-family: 'Rubik', sans-serif;
    font-size: 16px; }
  #featureDetails .txt-box ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #4e4d4d;
    font-family: 'Rubik', sans-serif;
    font-size: 16px; }
    #featureDetails .txt-box ul li .fal {
      margin-right: 10px;
      font-weight: 500;
      color: #007A3D; }

#testimonialSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 10px;
  overflow: hidden; }
  #testimonialSection .sec-header {
    margin-bottom: 50px; }
    #testimonialSection .sec-header h2 {
      color: #1d1e22;
      margin-bottom: 30px; }
      #testimonialSection .sec-header h2 span {
        color: #007A3D; }
  #testimonialSection .testimonial-box {
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px #0000001a;
    padding: 40px 50px;
    transition: .4s; }
    #testimonialSection .testimonial-box .top-part {
      display: flex;
      align-items: center; }
      #testimonialSection .testimonial-box .top-part .client {
        margin-right: 15px; }
        #testimonialSection .testimonial-box .top-part .client img {
          width: 80px;
          height: 80px;
          border-radius: 100px; }
      #testimonialSection .testimonial-box .top-part .txt p {
        margin-bottom: 0;
        letter-spacing: 1px;
        color: #000;
        font-size: 22px; }
      #testimonialSection .testimonial-box .top-part .txt span {
        font-size: 18px;
        color: #007A3D;
        transition: .4s; }
      #testimonialSection .testimonial-box .top-part .quote {
        margin-left: auto;
        position: relative;
        align-self: start; }
        #testimonialSection .testimonial-box .top-part .quote img {
          width: 40px; }
        #testimonialSection .testimonial-box .top-part .quote .img02 {
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0; }
    #testimonialSection .testimonial-box .feedback {
      color: #4e4d4d;
      margin-top: 30px;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      line-height: 2;
      margin-bottom: 0;
      transition: .4s; }
  #testimonialSection .testimonial-box:hover {
    background: #007A3D; }
    #testimonialSection .testimonial-box:hover .txt span {
      color: #333; }
    #testimonialSection .testimonial-box:hover .quote .img02 {
      opacity: 1; }
    #testimonialSection .testimonial-box:hover .feedback {
      color: #333; }
  #testimonialSection .owl-stage-outer {
    overflow: visible; }
  #testimonialSection .owl-dots {
    position: absolute;
    display: inline-block;
    top: -90px;
    right: 0; }
    #testimonialSection .owl-dots .owl-dot {
      width: 10px !important;
      height: 10px !important;
      background: none;
      border: 1px solid #007A3D;
      border-radius: 20px;
      transition: .4s;
      margin: 0px 5px; }
    #testimonialSection .owl-dots .owl-dot:focus {
      outline: 0px dotted !important;
      outline: 0px auto -webkit-focus-ring-color !important; }
    #testimonialSection .owl-dots .owl-dot.active {
      background: #007A3D; }

#workSection {
  background: url(../img/work-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  filter: grayscale(100%); }
  #workSection .overlay {
    background: rgba(34, 34, 34, 0.7);
    padding: 80px 0; }
  #workSection .work-box {
    margin: 30px 0;
    border-right: 1px solid #ffffff40; }
    #workSection .work-box h2 {
      color: #fff; }
    #workSection .work-box p {
      font-size: 22px;
      color: #fff;
      margin-bottom: 0; }
  #workSection .box-4 {
    border-right: none; }

#contactSection {
  margin-bottom: 20px; }
  #contactSection .sec-header {
    margin-bottom: 50px; }
    #contactSection .sec-header h2 {
      color: #222429;
      margin-bottom: 30px; }
      #contactSection .sec-header h2 span {
        color: #007A3D; }
    #contactSection .sec-header p {
      color: #4e4d4d;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      margin-bottom: 0; }
  #contactSection .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    #contactSection .icon-box .icon {
      background: #007A3D;
      height: 60px;
      width: 60px;
      border-radius: 100px;
      text-align: center;
      margin-right: 15px; }
      #contactSection .icon-box .icon .fal {
        font-size: 20px;
        padding-top: 20px;
        color: #000; }
    #contactSection .icon-box .txt p {
      margin-bottom: 0;
      color: #222429; }
    .hellop{
        color: #9CA3A5 !important;
      }
    #contactSection .icon-box .txt span {
      color: #4e4d4d;
      font-family: 'Rubik', sans-serif;
      font-size: 16px; }
  #contactSection form .form-group .form-control {
    font-family: 'Rubik', sans-serif;
    background: #f4f5f9;
    border: 1px solid #f4f5f9;
    font-size: 15px;
    padding: 20px;
    border-radius: 8px; }
  #contactSection form .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #007A3D; }
  #contactSection form .form-group input {
    height: 62px; }

#contactArea .contact-box {
  background: #CBCBCB;
  border-radius: 10px;
  padding: 80px;
  position: relative;
  transform: translateY(80px);
  z-index: 1; }

#contactArea .row {
  align-items: center; }

#contactArea .sec-header h2 {
  color: #222429;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.1; }
  #contactArea .sec-header h2 span {
    color: #fff; }

#contactArea .layer-btn {
  color: #fff; }

#contactArea .layer-btn:hover {
  color: #222429; }

#contactArea .layer-btn::after {
  background: #222429; }

#contactArea .layer-btn::before {
  background: #fff;
  border: 1px solid #fff; }

#footerSection {
  background: #222429;
  position: relative;
  padding-top: 160px; }
  #footerSection .footer-box .logo {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
  #footerSection .footer-box .about {
    color: #CE1126;
    font-family: 'Croissant One', cursive;

    font-size: 1.3rem;
    font-style: italic;

    
    margin-bottom: 30px; }
  #footerSection .footer-box .social-links a {
    background: #000;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    text-align: center;
    margin-right: 10px;
    transition: .4s; }
    #footerSection .footer-box .social-links a .fab {
      color: #9ca3a9;
      padding-top: 12px; }
  #footerSection .footer-box .social-links a:hover {
    background: #CE1126; }
    #footerSection .footer-box .social-links a:hover .fab {
      color: white; }
  #footerSection .footer-box .title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px; }
  #footerSection .box2 ul li {
    list-style: none;
    margin-bottom: 10px; }
    #footerSection .box2 ul li a {
      color: #9ca3a9;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      transition: .4s; }
    #footerSection .box2 ul li a:hover {
      color: #fff; }
  #footerSection .box3 .icon-box {
    display: flex;
    align-items: top;
    margin-bottom: 20px; }
    #footerSection .box3 .icon-box .icon {
      width: 30px; }
      #footerSection .box3 .icon-box .icon .fal {
        color: #007A3D; }
    #footerSection .box3 .icon-box .txt p {
      margin-bottom: 0;
      color: #fff; }
    #footerSection .box3 .icon-box .txt span {
      color: #9ca3a9;
      font-family: 'Rubik', sans-serif;
      font-size: 16px; }
  #footerSection .box4 span {
    color: #9ca3a9;
    font-family: 'Rubik', sans-serif;
    font-size: 16px; }
  #footerSection .box4 form {
    position: relative;
    max-width: 250px; }
    #footerSection .box4 form .form-group .form-control {
      font-family: 'Rubik', sans-serif;
      background: #000;
      border: 1px solid #000;
      font-size: 15px;
      padding: 20px;
      border-radius: 8px; }
    #footerSection .box4 form .form-group .form-control:focus {
      box-shadow: none;
      border: 1px solid #007A3D; }
    #footerSection .box4 form .form-group input {
      height: 62px; }
    #footerSection .box4 form .btn {
      background: #007A3D;
      position: absolute;
      top: 8px;
      right: 8px;
      height: 45px;
      width: 45px;
      border-radius: 100px;
      transition: .4s; }
      #footerSection .box4 form .btn .fal {
        padding-top: 7px;
        color: #000; }
    #footerSection .box4 form .btn:hover {
      background: #fff; }
      #footerSection .box4 form .btn:hover .fal {
        color: #007A3D; }
  #footerSection .copy-right {
    margin-top: 80px;
    border-top: 1px solid #ffffff1a;
    padding: 30px 0;
    text-align: center; }
    #footerSection .copy-right span {
      color: #9ca3a9;
      font-family: 'Rubik', sans-serif;
      font-size: 16px; }


.img-box img{
  border-radius: 1rem;
  border: 1px solid #007A3D !important;
  height: 30rem !important;
  width: 100%;
  object-fit: cover;
  margin-bottom: 2rem;
}

#footerSection:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: center; }

#pageHeader {
  background: url(../img/home-bg.jpg);
  background-size: cover;
  background-position: center top;
  margin-bottom: 100px; }
  #pageHeader .overlay {
    background: rgba(34, 34, 34, 0.8);
    padding: 180px 0 80px 0; }
  #pageHeader .sec-header {
    margin-bottom: 50px; }
    #pageHeader .sec-header h2 {
      color: #fff;
      margin-bottom: 15px; }
      #pageHeader .sec-header h2 span {
        color: #007A3D; }
    #pageHeader .sec-header p {
      color: #007A3D; }
      #pageHeader .sec-header p a {
        color: #fff;
        text-decoration: none;
        transition: .4s; }
      #pageHeader .sec-header p a:hover {
        color: #007A3D; }
      #pageHeader .sec-header p span {
        color: #fff;
        margin: 0 5px; }

#googleMap iframe {
  border-radius: 10px;
  position: relative;
  transform: translateY(80px);
  z-index: 1; }

.scroll-up {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 40px;
  bottom: 40px;
  transition: .4s;
  text-align: center;
  z-index: 1; }
  .scroll-up .fal {
    background: #CE1126;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding-right: 13px;
    font-size: 16px; }
  .scroll-up .fal:before {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 100%;
    transition: .4s; }
  .scroll-up .fal:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 36%;
    transition: .4s; }

.scroll-up:hover .fal:before {
  top: 36%; }

.scroll-up:hover .fal:after {
  top: -157%; }




  .mybox
  {
    background: #f1efef;
    padding-top: 5rem;
    padding-bottom: 7rem;
    color: black !important;
    font-size: 1.4rem;

  }
  
  .contact h2{
    color: black !important;
  }
  
  .jobfind a:hover{
    text-decoration: none !important;
  }
  
  .mybtn
  {
    margin-top: 4rem;
  }
  
  .mybtn .applynow
  {
    background: white;
    padding-left: 5%;
    padding-right: 5%;
    color: black;
    margin-right: 3rem;
    border: 1px solid black;
    padding-top: 1%;
    padding-bottom: 1%;
    transition: 0.7s;
  }

  .mybtn .applynow:hover
  {
    text-decoration: none;
    background: #000;
    color: white;
    border: 1px solid white !important;
  }



.applylinkedin
{
    background: #0076B5;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
    margin-right: 3rem;
    border: 1px solid white;
    padding-top: 1%;
    padding-bottom: 1%;
    transition: 0.7s;
  
}

.applylinkedin:hover
{
    background: white;
    padding-left: 5%;
    padding-right: 5%;
    color: #0076B5;
    margin-right: 3rem;
    border: 1px solid #0076B5;
    padding-top: 1%;
    padding-bottom: 1%;
    transition: 0.7s;
    text-decoration: none;
}



@media (max-width: 991px) {
  #featureSection .img-box .img01 {
    display: block;
    max-width: 100% !important; 
    margin: auto;
    margin-bottom: 2rem !important;
  }

  .sidepage
 {
  margin-top: 1rem !important;
 }

  .logoimage
  {
    width: 15rem;
    background: white !important;
    margin-bottom: 1rem;
    border-radius: 1rem;
  }

  #featureSection .img-box:before {
      background: none !important;
  }

 
  .mybtn a
  {
    display: block !important;
    width: 50% !important;
    
    margin: auto !important;
    margin-bottom: 2rem;
  }
 
.newsource
{
  display: block;
  color: white !important;
  font-size: 4rem !important;
}


.source{
  display: none !important;
  color: black !important;
}


  #navigration {
    padding: 10px !important; }
    #navigration .sidenav {
      position: absolute;
      background: #ffffff !important;
      top: 0;
      left: -305px;
      width: 280px;
      height: 100vh;
      box-shadow: 0px 1px 40px 0px #0000001a;
      transition: .4s;
      overflow-y: auto; }
      #navigration .sidenav .logo {
        display: block;
        text-align: center;
        padding: 10px;
        padding-top: 40px; }
    #navigration .sidenav::-webkit-scrollbar {
      width: 0px;
      height: 10px; }
    #navigration .sidenav::-webkit-scrollbar-track {
      background: #fff;
      border-radius: 3px; }
    #navigration .sidenav::-webkit-scrollbar-thumb {
      background: #e5e5e5;
      border-radius: 5px; }
    #navigration .sidenav::-webkit-scrollbar-thumb:hover {
      background: #e5e5e5; }
    #navigration .nav-item {
      display: inline; }
      #navigration .nav-item .nav-link {
        padding: 15px;
        color: black !important;
        border-top: 1px solid #ffffff1a; }
        #navigration .nav-item .nav-link .fal {
          float: right;
          background: #007A3D;
          position: relative;
          top: -3px;
          color: #fff;
          height: 25px;
          width: 25px;
          border-radius: 5px;
          text-align: center;
          font-weight: 500;
          padding-top: 6px; }
      #navigration .nav-item .dropdown-menus {
        position: relative;
        background: none;
        padding: 0;
        box-shadow: none; }
        #navigration .nav-item .dropdown-menus .dropdown-item {
          padding: 10px 15px 5px 30px;
          border-top: 1px solid #ffffff1a;
          color: #9ca3a9; }
          #navigration .nav-item .dropdown-menus .dropdown-item .fal {
            float: right;
            background: #007A3D;
            position: relative;
            top: 0px;
            color: #fff;
            height: 25px;
            width: 25px;
            border-radius: 5px;
            text-align: center;
            font-weight: 500;
            padding-top: 6px;
            transform: rotate(90deg); }
        #navigration .nav-item .dropdown-menus .dropdown-item:hover {
          background: none; }
      #navigration .nav-item .dropdown-item:last-child {
        margin-bottom: 1px; }
      #navigration .nav-item .dropdown-2 {
        margin-bottom: 1px; }
      #navigration .nav-item .dropdown-menus-2 {
        position: relative;
        background: none;
        padding: 0;
        box-shadow: none;
        right: 0; }
        #navigration .nav-item .dropdown-menus-2 .dropdown-item {
          padding: 10px 15px 5px 45px; }
    #navigration .nav-item:first-child .nav-link {
      border-top: none; }
    #navigration .nav-item:last-child .nav-link {
      border-bottom: 1px solid #ffffff1a; }
    #navigration .dropdown-item:hover:before {
      width: 0px !important; }
    #navigration .dropdown-item:hover span {
      margin-left: 0px !important; }
    #navigration .sidenav.active-nav {
      left: 0px; }
    #navigration .collapse:not(.show) {
      display: none; }
  #featureSection .col-lg-7 {
    margin-bottom: 200px; }
  #portfolioSection .sec-header,
  #portfolioSection .indicator {
    text-align: center; }
  #workSection .box-2 {
    border-right: none !important; }
  #contactArea .contact-box {
    text-align: center;
    padding: 50px; } 
  

    .nav-link
    {
      color: white !important;
    }
  
  
  }

@media (max-width: 768px) {
 
 

  #workSection .work-box 
  {
    border-right: none !important; 
  } 

  .mybtn a
    {
      display: block !important;
      width: 50% !important;
      
      margin: auto !important;
      margin-bottom: 2rem;
    }
    
  
}

@media (max-width: 552px) {

    h2 {
    font-size: 50px !important; 
    }
   
   
    

    #featureSection .col-lg-7 
    {
    margin-bottom: 200px; 
    }

    #featureSection .col-lg-7 .img-box .img01 
    {
      width: 90%;
      margin-right: 0px; 
    }

    #featureSection .col-lg-7 .img-box .img02 
    {
      width: 90%; 
    } 
    
    }
    


    #serviceSectionnew {
      height: 100%;
      width: 100%;
      place-items: center;
    }
    #serviceSectionnew  .row {
      display: flex;
      flex-wrap: wrap;
    }
    #serviceSectionnew  .column {
      width: 100%;
      padding: 0 1em 1em 1em;
      text-align: center;
    }
    #serviceSectionnew .card {
      width: 100%;
      height: 100%;
      padding: 2em 1rem; /* Adjust padding as needed */
      background: linear-gradient(#ffffff 50%, #1D1E22 50%);
      background-size: 100% 200%;
      background-position: 0 2.5%;
      border-radius: 5px;
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      transition: 0.5s;
      text-align: center;
      display: flex; /* Use flexbox */
      flex-direction: column; /* Stack contents vertically */
      justify-content: center; /* Center contents vertically */
      align-items: center; /* Center contents horizontally */
   }
    #serviceSectionnew  h3 {
      font-size: 25px;
      font-weight: 600;
      color: #1b1b1b !important;
      margin: 1em 0;
    }
    #serviceSectionnew  p {
      color: #575a7b;
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: 0.03em;
    }
    #serviceSectionnew  .icon-wrapper {
      background-color: #BABABA;
      position: relative;
      margin: auto;
      font-size: 30px;
      height: 2.5em;
      width: 2.5em;
      
      border-radius: 50%;
      display: grid;
      place-items: center;
      transition: 0.5s;
    }
    #serviceSectionnew  .icon-wrapper i{
      color: #007A3D;
    }
    .servicesh1
    {
      color: #000000;
        font-family: 'DM Sans', sans-serif;
      font-family: 'Martian Mono', monospace;
      font-family: 'Roboto', sans-serif;
      line-height: 5rem;
      text-transform: uppercase;
      font-size: 3rem;
    }


.linkhover:hover
{
  text-decoration: none !important;
}

    .productsh1
    {
      color: #000000;
    font-family: 'DM Sans', sans-serif;
font-family: 'Martian Mono', monospace;
font-family: 'Roboto', sans-serif;
line-height: 5rem;
text-transform: uppercase;
font-size: 3rem;

    }
    #serviceSectionnew  .card:hover {
      background-position: 0 100%;
      
    }
    #serviceSectionnew  .card:hover .icon-wrapper {
      background-color: #ffffff;
      color: #2c7bfe;
    }

    #serviceSectionnew  .card h3 {
      font-family: 'DM Sans', sans-serif;
      font-family: 'Martian Mono', monospace;
      font-family: 'Roboto', sans-serif;
      color: black;
      font-weight: 300 !important;
      line-height: 2.4rem;
    }
    #serviceSectionnew  .card:hover h3 {
      color: white !important
    }
    #serviceSectionnew  .card:hover p {
      color: #f0f0f0;
    }
    @media screen and (min-width: 768px) {
      #serviceSectionnew  section {
        padding: 0 2em;
      }
      #serviceSectionnew  .column {
        flex: 0 50%;
        max-width: 50%;
      }
    }
    @media screen and (min-width: 992px) {
      #serviceSectionnew  section {
        padding: 1em 3em;
      }
      #serviceSectionnew  .column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
      }
    }
  
.layerbtn2::after
{
  background: #CE1126 !important;
}


#product
{
  margin-top: 4rem;
}


#product .card 
{
  transition: .4s all ease-in;
  border: none;
  margin: 25px auto;
  
  
  
}

#product .card-img-top{
  box-shadow: 0 0 25px rgba(0,0,0,.05);
}

#product .carousel-control-next-icon 
{
  padding: 0 4px 0 0; 
}
#product .product_price 
{
  float:right;
  font-family: lato;
	color:#6b7270;
	font-size: 20px;
	font-weight:400;
}


#product .product-detail {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(223, 217, 217, 0.75);
  transition: all 0.35s;
  text-align: center;
box-sizing: border-box;
}
#product .card .product-detail h5
{
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
 
}

#product .card img
{
  height: 25rem;
  object-fit: cover;
}

.btn-seemore
{
  background: #000 !important;
  color: white !important;
}

.btn-seemore:hover{
  background: white !important;
  color: #000 !important;
  border: 1px solid black !important;
}


#product .card .product-detail .subheading {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}

#product .card .product-detail blockquote 
{
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
  
}
#product .card:hover .product-detail {
  height: calc(92%);
  padding-top: 143px;
}

#footerSection .logo
{
  color: white !important;
}



/* Style for the form container */
#job form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Style for form labels */
#job .form-label {
  font-weight: bold;
  color: #333;
}

/* Style for form inputs and textareas */
#job .form-control {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Style for the submit button */
#job .btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
}

/* Style for the submit button on hover */
#job .btn-primary:hover {
  background-color: #0056b3;
}

/* Style for the form text below the email input */
#job .form-text {
  color: #777;
}

/* Style for the file input */
#job .input-file {
  display: none;
}

/* Style for the custom file input button */
#job .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 4px;
}

/* Style for the custom file input button on hover */
#job .custom-file-upload:hover {
  background-color: #ddd;
}

.jobfind{
  justify-content: center;
}

.jobfind .card{
  margin: 10px auto;
  box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
  border-radius: 6px;
  transition: 0.3s;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.jobfind .card:hover {
box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}
.jobfind .card-title{
  text-align: center;
  color: #252525;
  font-weight: bold;
}
.jobfind .card-text{
      font-weight: 500;
color: #66686b;
}
.jobfind .card-image{
  text-align: center;
  margin: 5vh 0;
}
.jobfind .card-text{
  text-align: center;
}

.jobfind .title-heading{
  font-size: 3em;
  text-align: center;
  margin: 4%;
  font-weight: bold;

}
/* 
.jobfind .mybtnapply
{
  
  background: #CE1126 !important;
  color: white;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  text-decoration: none;
  cursor: pointer;
}

.jobfind .mybtnapply:hover
{
  
  background: #f5f4f4 !important;
  border: 1px solid #CE1126;
  color: #CE1126;
  text-decoration: none !important;
  cursor: pointer;
} */

.applybtn a{
  background: #CE1126 !important;
 
  color: white;
  padding-right: 3%;
  font-size: 1.4rem;

}


.pjob
{
  color: #080808 !important;
  font-weight: 400 !important;

  font-family: 'Roboto', sans-serif;
  width: 80%;
  margin: auto;
  font-size: 18px;

}



#product .card-title
{
  color: black !important;
}

#product .product-detail p{
  color: rgb(41, 41, 41) !important;
}


.slatdiv
{
  padding: 5rem;
  border: 1px solid black;
}



.btn-close
{
  width: 4rem !important;
  height: 2.5rem !important;
  background: red;
  color: white;
}


.imgshortage
{
  width: 8rem;
  border: 1px solid rgb(170, 170, 170);
}


.productbody .col-lg-6
{
  margin-bottom: 1rem !important;
}

.mybox
{
  border: 1px solid rgb(221, 221, 221);
}

.fa-arrow-right
{
  color: black !important;
  font-size: 1.3rem;
}

.slatimage
{
  width: 40rem;

}
/***************************
    CUSTOM SCROLL BAR
****************************/
*, html{
  scroll-behavior: smooth;
}

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

:root{
  --white:#FFF;
  --black:#232323;
  --lite:rgba(255,255,255,0.6);
  --gray:rgba(1,1,1,0.6);
  --dark:#3c3d3c;
  --primary:linear-gradient(145deg,#ff2f09,#c24a4e);
  --primary_dark:#970104;
  --primary_lite:#c24a4e;
  --secondary:#000a17;
  --default_font:'Ysabeau Infant', sans-serif;
  --title_font:'Outfit', sans-serif;
}

::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: var(--dark);
}

::-webkit-scrollbar-thumb {
  background: gray;
  -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
  background: var(--dark);
}



/***************************
          DEFAULT
****************************/


#homeSection a{
  text-decoration:none !important;
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

#homeSection a, button{
  transition:0.5s;
}

#homeSection em{
  font-style:normal;
  color:var(--primary_lite);
}

#homeSection a, p, .btn{
  font-size:15px;
}

#homeSection p{
  line-height:1.9em;
  color:var(--lite);
}

#homeSection a, button, input, textarea, select{
  outline:none !important;
}

#homeSection fieldset{
  border:0;
}

#homeSection h1, h2, h3, h4, h5, h6{
  margin:0;
}

#homeSection .title, .sub_title{
  font-family:var(--title_font);
  font-weight:400;
  margin:0;
}

#homeSection .flex, .fixed_flex{
  display:flex;
}

#homeSection .flex_content{
  width:100%;
  position:relative;
}

#homeSection .padding_1x{
  padding:1rem;
}

#homeSection .padding_2x{
  padding:2rem;
}

#homeSection .padding_3x{
  padding:3rem;
}

#homeSection .padding_4x{
  padding:4rem;
}

#homeSection .big{
  font-size:3.5em;
}

#homeSection .medium{
  font-size:2em;
}

#homeSection .small{
  font-size:1.3em;
}

#homeSection .btn{
  padding:1rem;
  border-radius:5px;
  color:var(--white);
  position:relative;
  border:0;
  text-align:center;
  
}

#homeSection .btn_3{
  display:block;
  background-color:0;
  color:var(--white);
  position:relative;
  font-family:var(--default_font);
  font-weight:400;
  text-transform:uppercase;
}

#homeSection .btn_3:before{
  content:"";
  border-radius:50%;
  background-color:rgba(0, 0, 0, 0.2);
  position:absolute;
  left:0;
  top:50%;
  width:40px;
  height:40px;
  transition:0.5s;
  transform:translate(0%, -50%);
}

#homeSection .btn_3:after{
  content:"\f178";
  font-family:"FontAwesome";
  margin-left:5px;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1200 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 300px;
  height: 320px !important;
  width: 100%;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  border-radius: 1rem 0.6rem 1rem 0.6rem !important;
  border: 1px solid rgb(184, 184, 184);
}
figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  
}
figure.snip1200 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
  margin: auto;
  height: 300px !important;
 
}
figure.snip1200 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
figure.snip1200 h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  color: black !important;
}
figure.snip1200 h2 span {
  font-weight: 800;
}
figure.snip1200 h2:before,
figure.snip1200 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip1200 h2:before {
  left: -1000%;
}
figure.snip1200 h2:after {
  right: -1000%;
}
figure.snip1200 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  color: rgb(68, 68, 68);
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
}
figure.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1200:hover img,
figure.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1200:hover figcaption,
figure.snip1200.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.snip1200:hover p,
figure.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}



.slatdivdetails
{
  margin-top: 4rem;
}

.shutterboximage
{
    margin-top: 5.8rem;
}

.shutterbracketimage
{
  margin-top: 4rem;
}

.shutterendslatimage{
  margin-top: 5.3rem;
}

.switchboximage
{
  margin-top: 3rem;
}

.shuttermotorimage
{
  margin-top: 1rem;
}

.listtext
{
  font-size: 3rem;
  color: black;
}

#homeSection .btn_3:hover:before{
  border-radius:40px;
  width:100%;
}

@media (max-width:920px){
  #homeSection .flex{
      flex-wrap:wrap;
  }

  .slatdivdetails
  {
    margin-top: 1rem;
    margin-bottom: 5rem;
  }

  .bracketimagediv
  {
    margin-top: 7rem !important;
  }

  .shutterbracketimage
{
  margin-top:1rem;
}

.shuttermotorimage
{
  margin-top: 8rem !important;
}

.switchdivimage
{
  margin-top: 7rem !important;
}



.shutterendslatimage
{
  margin-top: 10rem !important;
}

.accessimageshutter
{
  margin-top: 6rem !important;
}

.endslatdivimage
{
  margin-top: -3rem !important;
  margin-left: 2% !important;
}

.switchboximage
{
  margin-top: 0rem !important;
}

  #pc
  {
    display: none;
  }

  #mobile{
    display: block;
  }


  .boximage
  {
    width: 95%;
    margin: auto;
  }

  .breketimage
  {
    width: 95%;
    margin: auto;
  }
 

  .slatimage
  {
    width: 95%;
    margin: auto;
  }

  .shutter-image, .shutter-image1
  {
    width: 95% !important;
    margin: auto !important;
  }
  
  #homeSection .padding_1x, .padding_2x, .padding_3x, .padding_4x{
      padding:1rem;
  }
  
  #homeSection .big{
      font-size:1.8em;
  }
  
  #homeSection .medium{
      font-size:1.3em;
  }
  
  #homeSection .small{
      font-size:1.1em;
  }
  
  #homeSection .btn{
      padding:0.5rem 1rem;
  }
  
  #homeSection a, p, .btn{
      font-size:12px;
  }
}

#homeSection .slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

#homeSection ul{
  padding:0;
  margin:0;
}

#homeSection .slider .title{
  font-weight:400;
}

.shutterlist h1
{
   color: black;
   font-size: 3.5rem !important;
   font-family: Georgia, 'Times New Roman', Times, serif;
   font-weight: 300 !important;
}




.shutter-image {
  width: 30rem;
  border: 1px solid rgb(116, 116, 116);
  height: 30rem;
  border-radius: 3rem 1rem 3rem 1rem;
  transition: transform 0.3s ease-in-out;
}

.shutter-image1 {
  width: 30rem;
  border: 1px solid rgb(116, 116, 116);
  height: 25rem;
  border-radius: 3rem 1rem 3rem 1rem;
  transition: transform 0.3s ease-in-out;
}

.shutter-image:hover {
  transform: scale(1.1);
}

.shutter-image1:hover {
  transform: scale(1.1);
}

.shutter
{
  color: #000;
  font-size: 3.5rem !important;
  font-family: 'Times New Roman', Times, serif;
}



.ptgashutter
{
  margin-top: 4.2rem;
  margin-right: 10% !important;
}

.MYNEWPTG
{
  margin-top: 2.5rem !important;
  margin-right: 10% !important;
}



.ptgashutter p{
  font-size: 1.3rem !important;
  color: black;
  text-align: justify;
  color: #1D1E22;
}

#homeSection .slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display:flex;
  align-items:center;
  justify-content:left;
}

#homeSection .slider li:nth-child(1){
  background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../img/header1.jpg");
  background-size: cover;
  background-position:top left;
}



#homeSection .slider li:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:300px;
  height:300px;
  background-image:url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
  background-size:100% 100%;
  transform:rotate(360deg);
transition: all 1.5s cubic-bezier(0,0,.2,1);
  z-index:1;
  background-position:center left;
}

#homeSection .slider li:nth-child(2){
  background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../img/header2.jpg");
  background-size: cover;
  background-position:top left;
}

#homeSection .slider li:nth-child(3){
  background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../img/header3.jpg");
  background-size: cover;
  background-position:top left;
}

#homeSection .slider li:nth-child(4){
  background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../img/header4.jpg");
  background-size: cover;
  background-position:top left;
}

#homeSection .slider article{
  width:60%;
  margin-top:4rem;
  color: #fff;
  z-index:11;
}

#homeSection .slider h3 + p {
  display: inline-block;
  color: var(--lite);
  font-weight:300;
}

#homeSection .slider h3, .slider h3 + p, .slider p + .btn, li:after{
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

#homeSection li.current h3, li.current h3 + p, li.current p + .btn, li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}
#homeSection .slider ul li article{
  margin-left: 6.3%;
}

#homeSection .slider li:before{
  transition: 0.5s;
  top:-250px !important;
}

#homeSection li.current:before{
  transition-delay: 1s;
  transform: rotate(-90deg);
  top:-20px !important;
}

#homeSection li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

#homeSection li.prev {
  clip: rect(0, 0, 100vh, 0);
}

#homeSection .slider aside {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
  z-index: 10;
}

#homeSection .slider aside a {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: var(--white);
  margin: 0 0.2rem;
  transition: transform .3s;
}

#homeSection .slider em{
  background: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#homeSection a.current_dot {
  transform: scale(1.4);
  background:var(--primary) !important;
}

@media screen and (max-width: 920px) {
  #homeSection header{
      height:70vh;
      position:relative;
  }

  figure.snip1200 {
    margin-left: 12% !important;
  }

  .switchdivimage
{
  margin-left: 5% !important;
}


  .linkedin
  {
    position: sticky !important;
    margin-bottom: 3rem !important;
   
  }

  .linkedin a{
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-top: 7% !important;
    padding-bottom: 7% !important;
    border-radius: 1rem;
  }

  .boximagediv
  {
    margin-left: 5% !important;
  }


  #homeSection .slider ul li article{
    margin-left: 0 !important;
  }

 .ptgashutter
 {
  margin-top: 2rem !important;
 }

 .shutter-image
 {
    height: 15rem !important;
    object-fit: cover;
    margin: auto !important;
 }

 .shutter-image1
 {
  height: 15rem !important;
  object-fit: cover;
  margin: auto !important;
 }

 .mynewimg
 {
  
  margin-left: 4% !important;
 }

 

 
  #homeSection .cs-down{
      display:none;
  }

  #homeSection .slider{
      height:70vh;
  }
  
  #homeSection .slider article{
      width:100%;
      margin-top:2rem;
  }
  
  #homeSection .slider li:nth-child(2){
      background-position:top center;
  }
   
  #homeSection .slider li:nth-child(3){
      background-position:top center;
  }
  
  #homeSection .slider li:nth-child(4){
    background-position:top center;
}
  #homeSection li.current:before{
      top:-30px;
      right:-10px;
  }
}