@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{font-family: "Poppins", sans-serif;}
*{font-family: "Poppins", Sans-serif;}
a{text-decoration: none!important;}
ul li{font-family: "Poppins", sans-serif;}
.main-table{text-align: left;}
.main-table ul li{}

header{padding-left:100px;}
header img{width:100px;}
.bg-light { background: transparent!important;}
.nav-link{font-size:15px;font-weight:600;color:#fff;padding:10px 20px!important;}
.navbar{padding:31px;}


/* main-index */

    .top-bar {
      background-color: #e6c75a;
      font-size: 0.9rem;
      padding: 5px 0;
    }
    .social-icons a {
      color: white;
      margin-right: 5px;
    }
    .fa-facebook { background-color: #3b5998; }
    .fa-twitter { background-color: #1da1f2; }
    .fa-youtube { background-color: #ff0000; }
    .icon-box i { margin-right: 5px;}
    .icon-box {
          color: #000;
      display: flex;
      align-items: center;
      margin-left: 20px;
    }
    .hero-section {
      background: url('image/slide-1.jpg') no-repeat center center;
      background-size: cover;
      position: relative;
      height: 500px;
      color: white;
      display: flex;
      align-items: center;
    }

    .hero-overlay {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
    }

    .hero-content {
      max-width: 700px;
      margin-left: auto;
      text-align: right;
    }

    .hero-content h1 {
      font-size: 60px;
      color: #e3c962;
      font-weight: 300;
    line-height: 68px;
    letter-spacing: 3px;
      /* transform: translateX(50px); */
    }

    .hero-content p {    color: #fff;
    line-height: 28px;
      font-size: 1.1rem;
      margin-top: 15px;
      margin-bottom: 30px;
    }

    .btn-purple {
      background-color: #3c1d9b;
      color: #fff;
      padding: 10px 20px;
      font-weight: bold;
      border: none; transition: .5s;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }
    .btn-purple:hover {
      background-color: #f7cf3d;
      transform: scale(.9);
      color: #4828a4;
    }

    .quote-section {
      background-color: #3c1d9b;
      color: white;
      padding: 20px 0;
      text-align: center;
      font-weight: 500;
    }

    .quote-section em {
      font-style: italic;
    }

    @media (max-width: 768px) {
      .hero-content {
        margin: 0 auto;
        text-align: center;
      }
      .hero-content h1 {
        font-size: 2.2rem;
      }
    }
    .section-heading {
      font-size: 2.5rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
    }

    .intro-subtitle {
      font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
      text-align: center;
      margin-bottom: 10px;
    }

    .main-title {
   font-size: 41px;
    font-weight: 500;
    line-height: 1.2em;
      color: #1d1b38;
      text-align: center;
      margin: 20px auto 40px auto;
    }

    .highlight {line-height: 28px;
          font-size: 30px;
          font-weight: 700;
          letter-spacing: 0.5px;
          color: #3c1d9b;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 20px!important;
          display: inline-block;
          padding-bottom: 20px;
          border-bottom: 2px solid #000;
    }

    .content-text {
      font-size: 15px;
      line-height: 1.6;
      color: #54595f;
    }

    .section {
      padding: 60px 0px;
    }

    @media (max-width: 768px) {
      .main-title {
        font-size: 1.8rem;
      }

      .section-heading {
        font-size: 1.8rem;
      }
    }
     /* Quote Banner */
    .quote-banner {
      background-color: #4c26b9;
      color: #fff;
      text-align: center;
      padding: 20px 10px;
      font-size: 1.1rem;
      font-weight: 500;
    }

    /* Section Header */
    .section-header {
      text-align: center;
      font-weight: bold;
      font-size: 1.8rem;
      color: #3c1d9b;
      margin-top: 40px;
      margin-bottom: 10px;
    }

    .section-header::after {
      content: '';
      display: block;
      width: 80px;
      height: 2px;
      background-color: #000;
      margin: 10px auto;
    }

    /* Cards */
    .company-card {overflow: hidden;
      background-color: #fff;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
      transition: 0.3s;
    }

    .company-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .company-card:hover img{
      transform: scale(1.1);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .company-card img { transition: .5s; overflow: hidden;
      border-radius: 8px;
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .company-card figure {overflow: hidden;}
    .company-title {    min-height: 50px;
      margin-top: 10px; transition: .5s;
      font-weight: 600;
      font-size: 1rem;
      color: #3c1d9b;
      border-left: 3px solid #1d4ed8;
      padding-left: 8px;
    }
    .company-card:hover .company-title{color:#f5567e;}
    /* Call to Action Section */
    .cta-banner {
      background: url('image/slide-1.jpg') no-repeat center center;
      background-size: cover;
      padding: 60px 0;
      text-align: center;
      color: #fff;
      position: relative;
      margin-top: 60px;
      background-attachment: fixed;
    }

    .cta-banner::after {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.4);
    }

    .cta-banner .cta-content {
      position: relative;
      z-index: 2;
    }

    .cta-banner h5 {
      color: #fff;
      font-size: 1.3rem;
      /* margin-bottom: 20px; */
    }
  .cta-banner h5:hover{color:#e3c962;}
    .cta-banner h5:before {content:'';position: absolute;background-color: #fff;width:332px;height:1px;top: 39px;}
    .cta-banner .btn {
      background-color: #fff;
      color: #3c1d9b;
      border: 1px solid #ccc;
      padding: 10px 25px;
      border-radius: 8px;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .cta-banner .btn:hover {
      background-color: #3c1d9b;
      color: #fff;
    }

    .footer {position: relative;
      background: url('image/footer-bg.jpg');
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }
    .footer::before{position: absolute;content:''; top: 0; left: 0; right: 0; width: 100%; z-index: 1; background-color: #00000080; height: 100%;}
    .footer a {line-height:2.1em;font-size:14px;
      color: white;
      text-decoration: none;
    }
.footer-pad{padding-left:40px!important;}
    .footer a:hover {
      color: #ffc107;
    }
    .list-unstyled li{padding-bottom:10px;font-size: 14px;letter-spacing: 0.2px;color:#fff;}
    .footer .container{position: relative; z-index: 9;}
    .footer h6 {font-size:18px;
      color: #e3c962;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .footer i {font-size:20px;
      color: #e3c962;
      margin-right: 10px;
    }
    .head-abt{color:#4828a4;}

    .footer-bottom {
      background-color: #edcc59;
      color: #3c1d9b;
      font-weight: bold;
      text-align: center;
      padding: 10px 0;
      font-size: 14px;
      position: relative;
      z-index: 9;
    }

    .social-icons a {
      width: 25px;
    height: 25px;
    text-align: center;
      margin-right: 2px;
      color: white;
      padding-top:5px;
    }

    .social-icons a:hover {
      color: #ffc107;
    }
    
    @media(max-width:767px)
    {
      header {padding-left: 0px;display: flex;justify-content: center;}
      .hero-content h1{line-height:32px;}
      .navbar{padding:5px 0px;}
      .navbar .container-fluid{display: flex;justify-content: center;}
      #MenuControl, #MenuControl_C{height:auto!important;}
      .navbar-toggler{background-color: #fff!important;}
            .cta-banner a{margin-top:30px;text-align: center;}
    }

    @media (max-width: 576px) {
      .footer {
        text-align: center;
      }
    }


/*about us */
.tm_img {
  width: 100%;
}
.sub-heading{padding-left:14px;font-weight:700; Font-size:20px; color:#4828a4; line-height:30px;text-transform: capitalize; margin:0; text-align:left;letter-spacing: 0.1px;}

.about-pg ul li{font-size:15px;line-height:1.7em;color:#54595f;    margin: 0.5rem 0 0 0rem;}

/*--------------------------------------------------------------
#innr-pg-bnnr
--------------------------------------------------------------*/
/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 88px 0 0; width: 100%; background-size: cover; min-height:260px; text-align: center; position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:'';position:absolute;left:-1px;right:-1px;top:-1px;width:100%;height:100%;z-index: 0;background: #26243cc7;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color:#e3c962;text-align:center;font-size: 30px;font-weight: 500;position:relative;z-index:1;    letter-spacing: 1px;}
.innr-pg-bnnr p{padding-top:50px;font-size:13px;}
.innr-pg-bnnr p a{color:#f5ecc7;padding-right:30px;}
.inner-pages ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-pages li, .innr-pg li {position: relative; list-style: none; padding-left: 30px;}
.inner-pages li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #a2d5f2;}
/*innr-pg-bnnr*/

.whc-1{color:#4828a4;font-size: 16px;font-weight: 400;line-height:1.5em; letter-spacing: 0.1px;margin-bottom:8px!important}
.company-profile h1{ font-size: 22px;  font-weight: 600;line-height: 1.2em;color:#000000;}
.whc-2{font-style: italic;font-size:16px;line-height:1.5em;color:#54595f;font-weight:700;}
.border-bottoms{border-bottom:1px solid #4828a4!important;margin:20px 0px;}
.whc-3{font-size:15px;color:#54595f;}
.whc-ul li{font-size:15px;color:#54595f;line-height:1.6em;padding-bottom:5px;}
.company-profile img{border-radius: 8px;}
.company-profile h2{font-size: 30px;font-weight: 600;text-align: center; font-weight:700;color:#000;margin-top:30px}
.company-bx{margin-top:50px; height:250px;border-style: solid;border-width: 0px 0px 0px 0px;box-shadow: 0px 0px 10px 0px rgba(165.99999999999997, 153.99999999999991, 0, 0.5); padding: 50px 20px 50px 20px;}
.company-bx h6{font-size: 23px; font-weight: 600;color:#000;}
.company-bx p{font-size: 16px; font-weight:500;color:#000;padding-top:5px}
.company-bx p a{color:#000;}
.company-bx:hover{background-color: transparent;background-image: radial-gradient(at center center, #e3c962 21%, #f5ecc7 100%); border-style: solid; border-width: 0px 0px 0px 0px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);}


/* contact us */

.contact-pg h1{font-size: 26px;font-weight: 300;text-align: left;color:#000;}
.contact-pg p{text-align: left;}
.contact-pg p a{color: #090b33;padding-right: 30px;font-size:13px;font-weight:500;}
.cont-line{color:#f5567e!important;}
/* .cont-back:after{content:'';position: absolute;background-color: red;width:100%;height:300px;opacity: 0.8;bottom:200px;} */
.cont-back{background-image: url('image/cont-img.jpg');background-color: #4828a4;background-position: center center;  background-size: cover;padding:50px 10px;}
.cont-back{color:#fff;font-size:15px;}
.border-bottoms2{border-bottom:1px solid #e3c962!important;margin:20px 0px;}
.contact-icon i{font-size:50px;color:#4828a4;padding-right: 30px;}
.contact-icon h6{font-size: 18px;font-weight: 500;color:#000;text-align: left;}
.contact-icon p{font-size: 16px;font-weight: 500;color:#4828a4;padding-top:5px;text-align: left;}
.contact-section{text-align: left;padding-bottom:40px;}
.contact-section h1{font-style: normal;display: inline-block; margin-bottom: 40px; color: #4828a4;font-size: 45px; font-weight: 500;line-height: 140%;letter-spacing: 1.5px; word-wrap: break-word;}
.contact-page-form{padding-top:3%;padding-bottom:3%;}
.contact-page-form input{border:none!important; min-height:39px;border-radius: 5px;border-bottom:1px solid #000!important;font-size:16px;}
.contact-page-form textarea{border:none; border-radius: 5px; border-bottom:1px solid #000;font-size:15px;}
.contact-page-form label{margin-bottom:10px;font-size:15px;color:#000;}
.contact-page-form .cont-pad{padding:0px 15px 10px 15px;}
.contact-page-form input::placeholder{color:#4828a4;font-size:15px;}
.contact-page-form textarea::placeholder{color:#4828a4;font-size:15px;}
.contact-page-form .contact-content{margin-left:20px;}
.contact-page-form h1{text-transform: uppercase; text-align: center; position: relative;font-weight: bold;color: #4828a4;font-size: 25px;margin-top: 30px;margin-bottom:30px;}
.contact-page-form h1:before{content:'';position: absolute;background-color: #000;width:180px;height:1px;top:50px;}
.contact-form-btn{font-size:18px!important;letter-spacing: 0.2px; margin-top:20px;display:inline-block;background:#4828a4!important;color:#fff;padding:0.6rem 4.25rem;border-radius:6px;font-weight:500;transition:.3s ease-in-out;text-transform:capitalize;text-decoration:none}
.contact-form-btn:hover{background:#000!important;color:#e3c962;}

.contact-page-form .alert a{float: inline-end;}
.cont-pad{margin-top:5px;}

/* careers */
.carrers{padding-bottom:40px;}
.carrers ul{padding-left:1rem;}
.carrers ul li{font-size: 18px;font-weight: 500;color:#000;margin-bottom:10px;}
.carrers .para{font-size:18px;font-weight:500;color:#000;}
.career-form{margin-top: 42px;}
.career-form input::placeholder{color:#54595f;font-size:15px;}
.career-form textarea::placeholder{color:#54595f;font-size:15px;}
.career-form input{min-height:44px;border-radius: 5px;font-size:16px;border:1px solid #ccc}
.career-form textarea{border:none; border-radius: 5px; border-bottom:1px solid #000;font-size:15px;border:1px solid #ccc}
.career-form-btn{font-size:18px!important;letter-spacing: 0.2px; margin-top:20px;display:inline-block;background:#4828a4!important;color:#fff;padding:0.6rem 4.25rem;border-radius:6px;font-weight:500;transition:.3s ease-in-out;text-transform:capitalize;text-decoration:none}
.career-form-btn:hover{background:#e3c962!important;color:#4828a4;}
.table-responsive{padding:2px;}
#WidgetControl2{display: none;}
#FooterrControl1_tr_hitCounter{padding-top:0px!important;}
.footer-pad p{font-size:14px;color:#fff;}
#MenuControl, #MenuControl_C{background-image: url(image/menu-bg.jpg);background-size: cover;}
#HeaderControl, #HeaderControl_C{background-image: url(image/menu-bg.jpg);background-size: cover;}

/* menu show on hover */

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    background-color: #e6c75a;color:#fff!important;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-item.active, .dropdown-item:active{background-color: #3c1d9b;}
.dropdown-item:focus, .dropdown-item:hover{background-color: #3c1d9b;color:#fff;}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top:0;
}


/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}
.dropend .dropdown-menu {
   top: 0;
    right: auto !important;
	left: 100% !important; }
.dropdown-item { font-size: 15px;}



.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right!important;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.nav-link:focus, .nav-link:hover{background-color: #e6c75a!important;}
#divmainenquiry11 .alert a{float: inline-end!important;}
.nav-link:before{content:'';background-color: red;width:20px;height:4px;}