@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body { font-family: "Raleway", sans-serif; overflow-x: hidden;}
a { text-decoration: none; }
.fs-15{font-size: 15px;}
.cl-1{color: #E6E6FA;}
p, .main-table ul li {font-size: 15px;color: #000;/* margin: 0 0 10px 0; */line-height: 1.6;font-family: "Raleway", sans-serif;letter-spacing: 0.6px;}
h1, h2, h3, h4, h5 {font-family: "Exo 2", sans-serif;}
.heading { font-size: 48px; color: #0f0f0f; margin: 0 0 20px 0; font-weight: 700; letter-spacing: .8px; font-family: "Exo 2", sans-serif;}
.heading span {color: #E6E6FA;}
.side-lft{ background:#eee; padding:30px 20px; text-align:left; min-height:100%;}
.side-lft h2{ color: #000; font-size: 25px; font-weight: bold; position:relative; padding-bottom:10px; text-align:left;}
.side-lft h2:after {content: "";background-color: #296391;width: 80px;height: 3px;position: absolute;left: 0;bottom: 0;}
.main-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #E6E6FA;
}
.main-table .table p{margin-bottom: 0;}
.main-table table > tbody > tr:nth-child(1) p{font-family: "Exo 2", sans-serif;}

.side-lft .nav-item{ width:100%;}
.side-lft .fa{ float:left; font-size:12px; line-height:30px;}
.side-lft ul li{ font-size:16px; line-height:30px; color:#222; padding:5px 3px; text-align:left;}
.side-lft ul li a{color:#222; font-weight:bold;}
.side-lft ul li a:hover{ color:#296391;}
.side-lft .hover-effect{ display: initial; background-color:none;}
.side-lft .hover-effect.active{ background-color: inherit; border-color: inherit; border:inherit; color:#296391;}
.side-lft .nav-tabs .hover-effect{ border:inherit;}

.side-rht{text-align:left;}
.side-rht img{ width:120px;}
.side-rht h3{ color: #000; font-size: 25px; font-weight: bold; position:relative; padding-bottom:10px; margin-top:10px; text-align:left;}
.side-rht h3:after {
  content: "";
  background-color: #296391;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.side-rht ul li{ color: #222; font-size: 15px; font-weight:normal; line-height:23px; text-align:left;}
.hover-effect:hover {
  background-color: #296391;
  
}
.side-lft ul li a:hover {
  color: #fff;
}
.sub-heading {position: relative;font-size: 22px;color: #111;margin: 0 0 30px 0;font-weight: 700;letter-spacing: .5px;font-family: "Exo 2", sans-serif;}
.main-table .sub-heading::after {position: absolute;content: '';width: 60px;height: 3px;background:#E6E6FA;left: 0;bottom: -8px;}
.title { font-size: 21px; color: #0f0f0f; margin: 0 0 20px 0; font-weight: 700; letter-spacing: .8px; font-family: "Exo 2", sans-serif;}
.custom-btn {display: inline-block;background: #343434;color: #fff;font-size: 15px;font-weight: 500;letter-spacing: 1px;padding: 12px 26px;}
.custom-btn:hover { background: #3d3d3d; color: #fff;}
.custom-btn1 {display: inline-block;background: #E6E6FA;color: #000;font-size: 16px;font-weight: 500;letter-spacing: 1px;padding: 12px 26px;}
.custom-btn1:hover { background: #3d3d3d; color: #fff;}
.side-lft h2:after {
    content: "";
    background-color: #296391;
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .side-lft .nav-item{ width:100%;}
  .side-lft .fa{ float:left; font-size:12px; line-height:30px;}
  .side-lft ul li{font-size: 15px;line-height:30px;color:#222;padding:5px 3px;text-align:left;}
  .side-lft ul li a{color:#222;font-weight:bold;font-size: 13.5px;}
  .side-lft ul li a:hover{ color:#296391;}
  .side-lft .hover-effect{ display: initial; background-color:none;}
  .side-lft .hover-effect.active{ background-color: inherit; border-color: inherit; border:inherit; color:#296391;}
  .side-lft .nav-tabs .hover-effect{ border:inherit;}
  
  .side-rht{text-align:left;}
  .side-rht img{ width:120px;}
  .side-rht h3{ color: #000; font-size: 25px; font-weight: bold; position:relative; padding-bottom:10px; margin-top:30px; text-align:left;}
  .side-rht h3:after {
    content: "";
    background-color: #296391;
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .side-rht ul li{ color: #222; font-size: 15px; font-weight:normal; line-height:23px; text-align:left;}
  .hover-effect:hover {
    background-color: #296391;
    
  }
  .side-lft ul li a:hover {
    color: #fff;
  }
  header{padding: 13px 0;}
  header img{filter: invert();}
    #HeaderControl_C{background-color: rgb(230, 230, 250);}
.banner-section { position: relative;}
.banner-section .carousel-item img {animation: zoom 20s; height: 100vh;}
.banner-section .carousel-caption::before { content: ''; position: absolute; width: 180px; height: 140%; top: -200px; left: 50px; background-image: linear-gradient(45deg, rgba(230, 230, 250, .3), rgba(230, 230, 250, .3)); z-index: 9; transform: rotate(40deg);}
.banner-section .carousel-caption::after { content: ''; position: absolute; width: 250px; height: 140%; top: -200px; left: 296px; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(54, 54, 54, 0.4)); z-index: 9; transform: rotate(40deg);}
.banner-section .carousel img {/* filter: grayscale(70%); */}
.banner-section .carousel-caption {background: rgba(0, 0, 0, .2);width: 100%;height: 100%;top: 0;left: 0;}
.banner-section .carousel-caption .text { position: relative; z-index: 99; width: 55%; left: 10%; text-align: left; top: 26%;}
.banner-section .carousel-caption .text h1 { color: #fff; text-transform: uppercase; font-weight: 800; font-size: 27px; letter-spacing: .5px; margin: 0 0 20px 0; animation: fadeInLeft 1s ease-in-out 200ms both;}
.banner-section .carousel-caption .text h3 { font-size: 42px; font-weight: 700; letter-spacing: .8px; margin: 0 0 15px 0; animation: fadeInLeft 1s ease-in-out 200ms both;}
.banner-section .carousel-caption .text p {color: #fff; font-size: 24px; margin: 0 0 30px 0; line-height: 1.4; animation: fadeInLeft 1s ease-in-out 200ms both;}
.banner-section .carousel-caption .text a {animation: fadeInUp 1s ease-in-out 200ms both;}
.carousel-control-next, .carousel-control-prev { width: 40px; height: 40px; top: 48%; border-radius: 50%; border: 1px solid #fff; padding: 8px; opacity: .8; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;}
.carousel-control-next { right: 3%;}
.carousel-control-prev { left: 3%;}

.about-section {padding: 6% 0 8% 0;/* background: #e9e9e9; */overflow: hidden;}
.about-section .text {background: #fff;padding: 45px 50px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;position: relative;z-index: 3;margin: 0 0 0 -5%;width: 100%;}
.about-section .text p { text-align: justify; font-size: 17px;}
.about-section .pic { position: relative; z-index: 2;} 
.about-section .pic::after {content: '';position: absolute;width: 700px;height: 220px;background-image: linear-gradient(90deg, rgba(255, 255, 255, .0), #E6E6FA);top: 62%;opacity: .9;}

.product-section { padding: 6% 0; background: #E6E6FA;}
.product-section .heading  {color: #000;}
.product-section .left-text p{ font-size: 24px; margin: 0 0 30px 0; color: #f4f4f4;}
.product-section .product-bx {background: #fff;padding: 19px 10px;margin: 5px 0 40px 0;letter-spacing: .5px;min-height: 254px;transition: all .3s ease-in-out;}
.product-section .product-bx:hover {margin: 0 0 30px 0;background: #343434;}
.product-section .product-bx:hover h4{color: #fff;}
.product-section .product-bx:hover p{color: #fff !important;}
.product-section .product-bx .icon { text-align: center;}
.product-section .product-bx .icon img {/* width: 100px; */margin: 0 0 10px 0;}
.product-section .product-bx h4{font-size: 19px;text-align: center;font-weight: 700;letter-spacing: .5px;color: #212121;margin: 0;}
.product-section .carousel-indicators [data-bs-target] { background: #d0deae; opacity: 1; width: 10px; height: 10px; border: 1px solid #d0deae; border-bottom: -10px; border-radius: 50%;} 
.product-section .carousel-indicators { bottom: -10px;}
.product-section .carousel-indicators [data-bs-target].active { background: transparent !important;}




.contact-section { overflow: hidden;}
.contact-section .right-img img{ width: 100%; height: 620px; object-fit: cover;}
.contact-section .form-control { margin: 12px 0; padding: 14px 20px; border-radius: 0;}
.contact-section input[type=button] {background: #E6E6FA;color: #000;border: none;font-size: 16px;font-weight: 600;letter-spacing: 1px;padding: 12px 42px;margin: 10px 0 0 0;transition: all .2s ease-in-out;}
.contact-section input[type=button]:hover { background: #343434; color: #fff;}

footer { background: #343434;padding: 6% 0 0 0;margin: -8px 0 0 0;}
footer h4 { color: #fff; font-size: 18px; letter-spacing: .5px; text-transform: uppercase; font-weight: 600; margin: 0 0 15px 0; padding: 5px 0; border-bottom: 1px dashed #fff;}
footer p, footer p a {color: rgba(255,255,255,.8)}
footer p a:hover {color: #e6e6fa;}
footer .footer-bottom { margin: 5% 0 0 0; border-top: 1px solid rgba(255, 255, 255, .2); padding: 15px 0;}
footer .footer-bottom p { margin: 0;}
footer .social-icon a {display: inline-block; border: 1px solid #b9b9b9; color: rgba(255,255,255,.8); border-radius: 50%; width: 35px; height: 35px; font-size: 14px; text-align: center; line-height: 2.4; margin: 5px 5px 0 0;}
footer .social-icon a:hover {background: #e6e6fa;color: #343434;}

.inner-banner {position: relative;background: #3283af;padding: 8% 0;margin-bottom: 30px;}
.inner-banner::before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #3434349c;z-index: 1;}
.inner-banner .row{position: relative; z-index: 2;}

.about-banner { background-image: url(image/about-banner.jpg); background-size: cover;}
.product-banner { background-image: url(image/product-banner.jpg); background-size: cover;}
.contact-banner { background-image: url(image/contact-banner.jpg); background-size: cover;}
.atc-banner { background-image: url(image/atc-banner.jpg); background-size: cover;}
.inner-banner h1 { color: #fff; font-size: 52px; font-weight: 700; margin: 0; letter-spacing: 1px;}
.Investor-banner{
    
    background-image: url(image/investor-relation.jpg);
    background-size: cover;
}
.contact-page .contact-details {background: #3283af;padding: 25px 10px;min-height: 273px;}
.contact-page .contact-details h4 { color: #fff; font-size: 26px; text-align: center; font-weight: 600; letter-spacing: 1px; margin: 0 0 5px 0;}
.contact-page .contact-details p, .contact-page .contact-details a {margin: 8px 0 0 0 !important;text-align: center !important;color: #f0f0f0;}

.about-page {padding: 5% 0;}
.about-page .pic { position: relative;}
.about-page .pic img{ position: relative; z-index: 2;}
.about-page .pic::after {content: '';position: absolute;width: 100px;height: 100px;background: #E6E6FA;border-radius: 50%;top: -30px;right: -40px;}

.ups-about-page { padding: 5% 0; background: #c8daa9;}
.ups-about-page p {font-size: 18px;text-align: center !important;}
.ups-about-page .ups { background: #fff; padding: 30px 20px; margin: 20px 0 0 0; text-align: center; min-height: 280px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.ups-about-page .ups img { width: 80px; margin: 0 0 20px 0;}
.ups-about-page .ups p { font-size: 15px; margin: 0;}

.contact-page { padding: 5% 0;}
.contact-page .table th, .contact-page .table td { font-size: 14px; padding: 10px;}
.contact-page .table-bordered { border-color: #414141;}


.contact-bottom .contact-block { display: block; color: #3283af; font-weight: 600; font-size: 16px; margin-top: 10px;}
.contact-bottom .contact-mail {
  color: #3283af;
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
}
.contact-bottom p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}
.contact-bottom span {
  color: #3283af;
  font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #3283af;
color: #fff;}
.nav-pills .nav-link:hover{background:#212121; color:#fff;}

.nav-pills .nav-link {border-radius: 0;background: #fff;border: aliceblue;border-bottom: 2px solid #e2e2e2;text-align: start;color: black;font-family: 'Raleway', sans-serif;font-size: 16px;line-height: 34px;font-weight: bold;display: flex;justify-content: space-between;}

.gst_no span {
color: #3283af;
}

.fa-map-marker {color: #3283af;font-size: 27px;margin-right: 5px;}

.state {
font-size: 23px;
font-weight: bold;
}

.fa-chevron-right {font-size: 18px;line-height: 40px;color: rgb(151, 151, 151);}


@keyframes zoom {
    from { transform: scale(1,1);}
    to { transform: scale(1.3, 1.3);}
} 

@keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  
    100% {
      opacity: 1;
      transform: none;
    }
}

@keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  
    100% {
      opacity: 1;
      transform: none;
    }
}

@media (min-width: 320px) and (max-width: 768px) { 
    p, .main-table ul li { font-size: 14px;}
    .heading { font-size: 30px; margin: 0 0 15px 0;}
    .sub-heading { font-size: 24px;}
    .title { font-size: 20px;}
    .custom-btn {  font-size: 14px; padding: 10px 24px;}
    .custom-btn1 { font-size: 14px; padding: 10px 24px;}

    .carousel-control-next, .carousel-control-prev { width: 30px; height: 30px; padding: 5px;}

    .about-section { padding: 6% 0;}
    .about-section .text { padding: 30px; margin: 0 0 20px 0; }
    .about-section .text p {font-size: 15px;}

    .product-section { padding: 6% 0 8% 0;}
    .product-section .left-text p{ font-size: 15px; margin: 0 0 10px 0;}
    .product-section .product-bx { padding: 20px; margin: 5px 0; min-height: 190px;}
    .product-section .product-bx .icon img { width: 70px; margin: 0 0 15px 0;}
    .product-section .product-bx h4{ font-size: 17px;}
    .product-section .carousel-indicators [data-bs-target] { width: 8px; height: 8px;} 
    .product-section .carousel-indicators { bottom: -30px;}
    
    .ups-section p { font-size: 16px;}
    .ups-section .ups-bx { border: none !important; border: 1px solid #a3a3a3 !important; margin: 0 0 10px 0;} 
    .ups-section .ups-bx:hover { background: #ca0d19;}
    .ups-section .ups-bx:hover p { color: #fff;}
    .ups-section .ups-bx p { font-size: 15px; margin: 0; text-align: center;}
    .ups-section .ups-bx .icon img { width: 90px; margin: 0 0 15px 0;}

    .contact-section { padding: 5% 0 0 0;}
    .contact-section .right-img img{ width: 100%; height: 450px; object-fit: cover;}
    .contact-section .form-control { margin: 8px 0; padding: 10px 15px;}
    .contact-section input[type=button] { font-size: 14px; padding: 12px 40px;}

    footer { padding: 8% 0 0 0;}
    footer h4 {margin: 10px 0;}

    .inner-banner h1 { font-size: 32px;}
}
.atc-page .pic{ margin: 0 0 20px 0;}
.team_img {
    width: 150px;
    border: 6px solid #777;
    border-radius: 50%;
}
/*---------------------------------------
contactpage
----------------------------------------*/
.cont-page h3{     margin: 0;font-size: 18px;margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}
.cont-page .st-feature-box{    background: #343434;padding-top: 10px;padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;color: #fff;}
.cont-page .feature-box-image{    margin-top: 13px;}
.feature-box-content{font-family: "raleway", serif;font-size: 15px;}
.st-feature-box {padding-left:75px;position: relative;margin-bottom: 35px;}
.st-feature-box .st-feature-box-icon {color: #111;display: block;position: absolute;width: 52px;height: 52px;line-height:0px;top: 0;left: 0;text-align: center;font-family: "raleway", serif;font-size: 60px;transition: all .3s;}
.st-feature-box h3 {color: #fff;margin-bottom: 10px;font-family: "raleway", serif;font-size: 19px;line-height: 20px;font-weight: 600;}
.cont-soc img{margin-right:5px;}
.cont-page h2{font-weight:bold;color: #111;font-size: 22px;margin-top: 0;text-transform: uppercase;margin-bottom: 19px;margin-top:10px;}
.cont-page h2 span{color: #111;font-weight: normal;font-size: 18px;}
.cont-page h5{color: #222;font-size: 19px;margin-bottom: 25px;}
.cont-page h2 span {color: #111;font-weight: normal;font-size: 18px;}
.cont-page{text-align:left;font-family: 'raleway'; font-size: 14px;}

/*---------------------------------------
innr-pg-c 
----------------------------------------*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
