.view_more {    background: #ff9800;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-radius: 56px;}
	
	.col-lg-9 {
    flex: 0 0 auto;
    width: 50%;
}

section {overflow:hidden;}
section.contact-us .right-info {
         background-color: #ff9800;
    border-radius: 20px;
    padding: 40px;
}


.col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
}

.col-lg-3 h3 {
       color: white;
    padding: 20px 0px;
}



  .container2 {
                width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    }

    h2.section-title {
          text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0px;
    }

    .why-choose {
                  display: grid;
    align-items: anchor-center;
    justify-content: center;
    text-align: center;
    width: -webkit-fill-available;
    background: #ff9800;
    padding: 30px 20%;
    }

    .why-choose .icon {
             flex: 0 0 60px;
    height: 60px;
    width: 60px;
    background: #ff9800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    margin-right: 20px;
    margin: 10px auto;
    }

    .why-choose .content h3 {
      margin: 0;
      font-size: 20px;
      font-weight: bold;
    }

    .why-choose .content p {
         margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
      
    }
	
	.color-black {    background: black !important;
    color: #ff9800 !important;}
	.background-white {    background: white !important;
 }

    @media (max-width: 768px) {
      .why-choose {
        flex-direction: column;
        text-align: center;
      }
      .why-choose .icon {
        margin: 0 auto 15px;
      }
    }
	
	.products {
      padding: 60px 40px;
      max-width: 1200px;
      margin: auto;
    }
    h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 900;
      margin-bottom: 40px;
      color: #000;
    }
    .grid2 {
         display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    justify-content: space-around;
    align-items: self-start;
    }
    .card2 {
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      background: #fafafa;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .card2:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    }
    .card2 img {
         width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    }
    .card2 h3 {
      font-size: 18px;
      margin: 15px 0;
      color: #333;
    }
	
	 
	section.contact-us .right-info ul li span h5 {    font-size: 27px;
    padding: 10px 0px;
    font-weight: 600;}
	 
	section.contact-us .right-info ul li span {
        display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

section.contact-us .right-info ul li h6 {
   
       font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
}

.main-banner .caption h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.wtsp_btn {      font-size: 40px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    background: #17ac1d;
    color: white;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    z-index: 33;}
	.wtsp_btn:hover {
	scale:0.98;
	}
	
	.icon-2 {    text-align: center;
    font-size: 2rem;
    padding: 0px;
    background: #ff9800;
    margin: 10px auto 30px;
    border-radius: 57px;
    width: 75px;
    color: white;
    height: 75px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;}
	
	.about_img {}
	
	.flex-2 {      overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
    width: -webkit-fill-available;
    max-width: 1600px;
    padding: 0px;
    margin: 0px;
    align-items: anchor-center;
    background: #ff9800;}
	
	.flex-2-2 {flex-direction: column;
    padding: 20px;}
	  .stats-section {
      display: flex;
      justify-content: center;
      align-items: stretch;
      text-align: center;
      font-weight: bold;
    }

    .stat-box {
      flex: 1;
      padding: 40px 20px;
      color: #ffcc33;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .dark {
      background: #020b24;
    }

    .yellow {
          background: #ff9800;
    color: #0a0a0a;
    }

    .stat-box i {
      font-size: 50px;
      margin-bottom: 15px;
    }

    .stat-number {
      font-size: 32px;
      color: inherit;
    }

    .stat-label {
      font-size: 14px;
      margin-top: 5px;
      font-weight: normal;
    }
	
	
	
	.logo-top {    display: flex;
    align-items: anchor-center;
    height: 100%;
    margin: 5px;}
	.logo-top img{    width: auto;}
	.logo-top h1{       font-size: 22px;
    padding: 0px 9px;
    font-weight: 600;}
	.logo-top p{    font-size: 12px;
    padding: 0px 9px;}
	
	
section.contact-us .right-info ul li {
    display: flex;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin: 0px;
    padding: 10px 0px;
    justify-content: flex-start;
}


section.contact-us .right-info ul li i {}

section.contact-us .right-info {
    background: linear-gradient(45deg, #FF9800 50%, #ed820e 50%);
    border-radius: 20px;
    padding: 10px 40px;
}

.col-lg-3 p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.col-lg-3 h3 {
       color: #000000;
    padding: 9px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
}


.item h2 {
               position: absolute;
    top: 25%;
    text-align: center;
    z-index: 2;
    width: 100%;
    color: white;
    max-width: 102222200px;
    font-size: 35px;
    text-transform: capitalize;
    left: 50%;
    transform: translate(-50%);
    padding: 20px;
    text-shadow: 1px 1px 10px black;
}

.item h2>span {    display: block;
    font-size: 16px;
    margin: 20px;}

.owl-carousel .owl-item img {
               display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    object-fit: contain;
    position: relative;
    filter: brightness(0.8);
    height: 100%;
    max-height: 420px;
    object-position: center;
}

.meeting-item .thumb img {
       border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 200px;
    object-fit: contain;
    background: white;
}

.foot_box1 {    display: flex;
    align-items: anchor-center;}
.foot_box1 img{        width: 100px;
    border-radius: 7px;
    display: inline-block;
    margin: 10px;}
	
	
	.container3 {
      display: flex;
      width: 100%;
      min-height: 100vh;
    }

    /* Left Side */
    .contact-info {
      background: #0b132b;
      color: white;
      width: 50%;
      padding: 40px;
      box-sizing: border-box;
    }

    .info-box {
         border: 1px solid #ff980066;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 7px;
    }

    .info-box h3 {
      color: #ff9800;
      margin: 0 0 10px;
      display: flex;
      align-items: center;
      font-size: 20px;
    }

    .info-box p {
          margin: 5px 0;
    color: white;
    }

    /* Right Side */
    .contact-form {
      background: #ff9800;
      width: 50%;
      padding: 40px;
      box-sizing: border-box;
    }

    .contact-form input,
    .contact-form textarea {
          width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #0b132b;
    background: #ff9800;
    color: #0b132b;
    font-size: 16px;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: #f1d18a;
    }

    .contact-form textarea {
      height: 150px;
      resize: none;
    }

    .contact-form button {
      background: #0b132b;
      color: #ff9800;
      border: none;
      padding: 12px 30px;
      cursor: pointer;
      font-size: 16px;
      transition: 0.3s;
    }

    .contact-form button:hover {
      background: #1c2541;
    }
	
	
	::placeholder {
    color: #0b132b !important;
    font-style: italic;
}
	.footer {
    text-align: center;
    margin-top: 0;
    border-top: 0px solid rgba(250,250,250,0.15);
    padding: 50px 0px;
    background: #0b132b;
    display: flex;
    align-items: anchor-center;
    justify-content: space-around;
    flex-direction: column;
}

.subhead2 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    margin: 10px;
}
.sub-header {
    background: #1e1c1c;
    position: relative;
    z-index: 1111;
}
.left-content i {     font-size: 50px;
    padding: 5px;
    margin-right: 20px;}
.left-content {    color: #ff9800;
    display: flex;
    align-items: anchor-center;}
	.sub-header .left-content p {
    color: white;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
}

