@charset "utf-8";
/* CSS Document */
.main-table{ font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{ font-weight:bold; Font-size: 20px; color:#222; text-align:left; line-height:30px; border-bottom:1px #ccc dashed; text-transform:uppercase; margin-bottom:10px;}
.sub-heading{ font-weight:bold; Font-size:16px; color:#222; line-height:30px; text-align:left; margin:0;}
.team-title{ font-weight:bold; Font-size:14px; color:#222; line-height:30px; text-align:left;}
.maps{ text-align:center;}
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
.RadDock .rdContent{font-family:Arial !important; }
.abt-section img.abt-img{z-index: 9; 
  /* clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%); */
background-color: #ebcf47}
.oval-circle{position: absolute; z-index:-1; width: 120px; height: 120px; background-color: #edcc59; border-radius: 50%;right: -0px;bottom: -25px;}
.jump {animation: jumpAni 7s linear infinite;}
@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

  }
  .jump-1 {animation: jumpAni1 7s linear infinite;}
@keyframes jumpAni1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-30px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

  }
.w-120px{max-width: 120px;}
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
#MenuControl .bg-light{background-color: #fff !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover, #MenuControl .dropdown-item:focus, #MenuControl .dropdown-item:hover{background-color:#000 !important; color:#fff !important;}
.nav-link{font-weight: 600; color:#fff;}
.nav-fill{width:100%; font-size: 15px;}
.nav-item a{font-size:15px;}
.navbar-brand{margin:0;}
.RadGrid_Default .rgHoveredRow{background:#c5c5c5 !important;}
.navbar-toggler{background: #fff;}
/*nav-bar*/
.text-justify{text-align: justify;}
/*fix menu*/
@media (min-width: 991px){
#HeaderControl, #MenuControl{ transition:.3s;}
.body-fx #HeaderControl, .body-fx #MenuControl{position:fixed; top:0; height:70px; transition:.3s;}
.body-fx #HeaderControl{width:33%; float:left; left:0;}
.body-fx #MenuControl{width:67%; float:right; right:0;}
}
/*fix menu*/
#header{background: url(../image/header-bg.jpg) repeat;}
.top-bar {
      background-color: #f4d03f;
      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 {
      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;
      margin-right: 5%;
      text-align: right;
    }

    .hero-content h1 {
      font-size: 3rem;
      color: #fff;
      font-weight: 600;
      /* transform: translateX(50px); */
    }

    .hero-content p {
      font-size: 1.1rem;
      margin-top: 15px;
      margin-bottom: 30px;
    }

    .btn-purple {
      background-color: #f7cf3d;
      color: #000;
      padding: 10px 20px;
      font-weight: bold;
      border: none; transition: .5s;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }
    .btn-purple:hover {
      transform: scale(.9);
      background-color: #000;
      color: #fff;
    }

    .quote-section {
      background-color: #f4d03f;
      color: #000;
      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 {
      text-align: center;
      font-size: 1.25rem;
      margin-bottom: 10px;
    }

    .main-title {
      font-size: 2.3rem;
      font-weight: 700;
      color: #1d1b38;
      text-align: center;
      max-width: 1000px;
      margin: 0 auto 40px auto;
    }

    .highlight {
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: inline-block;
      font-size: 1rem;
      border-bottom: 2px solid #000;
    }

    .content-text {
      font-size: 1rem;
      line-height: 1.7;
      color: #444;
    }

    .section {
      padding: 60px 20px;
    }

    @media (max-width: 768px) {
      .main-title {
        font-size: 1.8rem;
      }

      .section-heading {
        font-size: 1.8rem;
      }
    }
     /* Quote Banner */
    .quote-banner {
      background-color: #edcc59;
      color: #000;
      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: #000;
      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 a{    min-height: 50px;
      margin-top: 10px; transition: .5s;
      font-weight: 600;
      font-size: 20px;
      color: #000;
      border-left: 3px solid #1d4ed8;
      padding-left: 8px;
    }
.company-title:hover a{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 {
      font-size: 1.3rem;
      margin-bottom: 20px;
    }

    .cta-banner .btn {
      background-color: #fff;
      color: #000;
      border: 1px solid #ccc;
      padding: 10px 25px;
      border-radius: 8px;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .cta-banner .btn:hover {
      background-color: #000;
      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: #000; height: 100%;}
    .footer a {
      color: white;
      text-decoration: none;
    }

    .footer a:hover {
      color: #ffc107;
    }
    .footer .container{position: relative; z-index: 9;}
    .footer h6 {
      color: #f4d03f;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .footer i {
      color: #fff;
      margin-right: 10px;
    }

    .footer-bottom {
      background-color: #edcc59;
      color: #000;
      font-weight: bold;
      text-align: center;
      padding: 10px 0;
      font-size: 14px;
      position: relative;
      z-index: 9;
    }

    .social-icons a {
      margin-right: 10px;
      color: white;
    }

    .social-icons a:hover {
      color: #000;
    }

    @media (max-width: 576px) {
      .footer {
        text-align: center;
      }
    }
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link, .dropdown-menu{font-size: 13px;}
.fixed-top { position: relative;}
	}
@media (max-width: 769px){
#widgetsControl_C, #widgetsControl, #MenuControl, #MenuControl_C{height:initial !important}
}
a, a:hover{text-decoration:none !important;}
@media (max-width: 767px){
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
}

@media(max-width:568px){
	
}
@media(max-width:480px){
	
}



@media (max-width: 414px){


}
.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important;border: 0; padding:0;
}

/*callus*/
.callus {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: right;
    position: fixed;
    bottom: 40%;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.callus .fa{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #eb1d39;
    color: #fff;
    margin: 0 20px 0 0;
    -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
    -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
    box-shadow: 0px 0px 0px 7px #dc354536;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}
/*callus*/
  /*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 20%;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
	 animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes waves {
           from {
           transform: scale(.55, .55);
           opacity: .6;
           }

           to {
              transform: scale(1.8, 1.8);
              opacity: 0;
              }
           }

.cont-page h2 {
    font-weight: bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.cont-page .st-feature-box {
    background: #23527c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.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-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
/*cont-page*/
