*{font-family: Arial, Helvetica, sans-serif;}
a{text-decoration: none!important;}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
header{ /*position:absolute; top:36px; z-index:9; left: 0%;*/ padding-top: 10px; text-align: center;}
.team-h {
    height: -webkit-fill-available;
}

#topbar {
	background:#b5d7c1;
	line-height: 25px;
	padding: 10px 0px;
	font-size: 14px;
	transition: all 0.5s;
	/*position:absolute;z-index: 99;*/
	/*background: rgba(0,0,0,0.4);*/
	width: 100%;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {    letter-spacing: 0.5px;
  color: #000;
  font-size: 15px;
  /* float: left; */
}

#topbar i {
  color: #000;
  font-size:20px;
  padding-right: 15px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}

/* banner section */
.banner-home {
    left: 12rem;
    position: absolute;
    top: 6rem;
}
.banner-home h1 { color: #fff; font-size: 52px; font-weight: 700; line-height: 1.3; margin: 0 0 15px 0;}
.banner-home p { color: #fff; font-size: 18px; margin: 0 0 40px 0;line-height:27px;}
.banner-home video { border-radius: 10px; }
.custom-btn { display: inline-block; background: #fff; color: #001729; padding: 15px 46px; border-radius: 10px; font-size: 17px; font-weight: 600; transition: all .3s ease-in-out;}
.custom-btn:hover { background: #000; color: #fff;}

/* about-section */
.about-section { padding: 5% 0 5%;}
.about-section .left-img img { border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 25px;}
.about-section p{font-size:15px;text-align: justify;line-height: 27px;}



/* team section */
#Testimonials{padding-top:40px;padding-bottom:40px;}
#Testimonials .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
      
#Testimonials .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.custom-btn1{font-size:15px;color:#b39c5f;}
#Testimonials #carouselExampleControls1 button.carousel-control-prev {left:-50px; top:50%;}
#Testimonials #carouselExampleControls1 button.carousel-control-next {right:-50px;  top:50%;}
#Testimonials .carousel-control-prev, #Testimonials .carousel-control-next{background-color:#b39c5f; border-radius:50%;height:50px;width:50px;}
.tstmonal-wrpr{display:flex;gap:1rem;padding:1rem 0;text-align: justify;}
.tstcard {background-color:#fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding:1rem;/* margin-left: 23px; */white-space: normal;border-radius: 3px;line-height: 26px;margin:40px 0px 0px 0px!important; }
.tstcard .title{font-size:26px;color:#000000;font-weight: 900;}
.tstcard .tstcard-text{font-size:14px; margin-bottom:0;}
.tstcard img{width:200px;}
#Testimonials p{font-size:15px;color:#000;padding-top:10px;text-align: justify;}
.sub-heading {
    font-weight: 700;
    Font-size: 20px;
    color: #000;
    line-height: 34px;
    /* text-transform: uppercase; */
    /* margin-top: 30px; */
    text-align: left;
    position: relative;
    margin-bottom: 1rem;
}
.sub-heading::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: #b39c5f;
    left: 0;
    bottom: -10px;
}

.section-title h2{text-align: center;    font-size: 36px;padding-bottom: 20px;}

/* Section Header */
 .section-title1 {
      text-align: left;
      font-weight: bold;
      font-size: 40px;
      color: #000;
      margin-bottom: 10px;
    }

    .section-title1::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #b39c5f;
      margin: 10px 0;
    }


    .section-title {
      text-align: center;
      font-weight: bold;
      font-size: 40px;
      color: #000;
      margin-top: 40px;
      margin-bottom: 10px;
    }

    .section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #b39c5f;
      margin: 10px auto;
    }

    /* Cards */
    .services-section{background-color: #b5d7c1;padding: 1% 0 5% 0;margin-top:20px;background-image: url(image/bg-home.png);background-repeat: no-repeat;background-size: 100% auto;}
    .company-card {
      overflow: hidden;
      background-color: #fff;
      border-radius: 10px;
      min-height: 409px;
      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 p{    min-height: 50px;
      margin-top: 10px; transition: .5s;    line-height: 26px;
      font-size: 16px;text-align: justify;
      color: #000;
      border-left: 3px solid #b39c5f;
      padding-left: 8px;
    }
    /* .company-card:hover .company-title{color:#f5567e;} */
    .card-body h6{font-size:22px;text-align: center;color:#000;}

     /* footer */

.footer-bottom p{font-size:15px;color:#000;margin-bottom:0px;
}
      .footer {position: relative;background:#e5e1e1;background-image: url(footer-bg-b.png);background-repeat: no-repeat;background-size: 100% auto;color:#000;}
     .footer a {line-height:2.1em;font-size:15px;letter-spacing: 0.5px;
      color: #000;
      text-decoration: none;
    }
    .footer p{font-size:15px;color:#000;line-height: 27px;}
    .ft-logo{width: 356px;margin-left: -10px;}
.footer-pad{padding-left:40px!important;}
    .footer a:hover {
      color: #000;
    }
    .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: #000;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .footer i {font-size:27px;color: #000;margin-right: 5px;}
    .head-abt{color:#4828a4;}

    .footer-bottom {
      background-color: #b5d7c1;
      color: #000;
      font-weight: bold;
      text-align: center;
      padding: 15px 0;
      font-size: 15px;
      position: relative;
      z-index: 9;
    }
    .list-unstyled li a:hover{color:#82776d;}

    .social-icons a {
      width: 25px;
    height: 25px;
    text-align: center;
      margin-right: 2px;
      color: white;
      padding-top:5px;
    }
 

    .social-icons a i:hover {
      color: #82776d;
    }
    
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}

.cont-page .st-feature-box{
       background: #000;
       padding-top: 15px;
       padding-bottom: 15px;
       margin-bottom: 10px;
       padding-right: 10px;
       color: #fff;
       font-size: 15px;
    }
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #022431;
    margin: 0;
}

.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-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;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{
    font-weight:bold;
    color: #111;
    font-size: 21px;
    letter-spacing: 0.3px;
    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 h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page h6{font-size:20px;padding-bottom:30px;}
.cont-page{text-align:left;font-family: arial; font-size: 14px;}
/*cont-page*/

/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{background-position: center; padding: 267px 0 0; width: 100%; background-size: cover; min-height:350px; 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-color: rgba(0, 0, 0, 0.3);letter-spacing: 1px;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color: #fff;text-align:left;text-transform:uppercase;font-size: 37px;font-weight: 800;position:relative;z-index:1;}


/* team page */
.team-page .team-box {background-color: #b5d7c1;padding:15px;border-radius:10px;height:275px;margin-bottom:30px;}
.team-page .team-box img{border-radius:10px;margin-top:-70px;}
.team-page .team-box:hover{background-image: linear-gradient(0deg, #b39c5f 0%, #b5d7c1 100%);border-radius:10px;}
.team-page .team-content h4{font-size: 20px;font-family: "Inter", Sans-serif;font-weight:600;color: #000;text-align: center;}
.team-page .team-content{padding-top:40px;}
.team-page{margin-top:90px;}

/* about us page*/

.inner-pg-sec{padding-top: 0;background-color: #c5c5c5;}
.inner-pg-sec > .container{position: relative;margin-top: -150px;padding: 20px;background-color: #ffffff;box-shadow: rgb(8 8 8 / 25%) 0px 13px 27px -5px, rgb(118 110 110 / 30%) 0px 8px 16px -8px;z-index: 9999;}
.inner-pg-sec .hm_heading{text-align: left;position: relative;color: #115285;margin-bottom: 20px;text-transform: uppercase;font-size: 26px;font-weight:600;}
.sub-heading1 {
    font-weight: 600;
    Font-size: 24px;
    color: #000;
    line-height: 34px;
    text-align: left;
    position: relative;
    margin-bottom: 2rem;
}
.sub-heading1::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: #b39c5f;
    left: 0;
    bottom: -10px;
}
.key-feat{background-color: #fff;padding:30px;    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;margin-bottom: 40px;}
.abt-page ul{list-style: none;padding-left:0px;}
.abt-page ul li{font-size:15px;line-height:30px;color: #111!important;}
.abt-page ul li i{font-size:15px;color:#b39c5f;padding-right:10px;}
.key-feat img{width:100%;height:250px;}

.why-choose{margin-top:40px!important;padding-bottom:40px;}
.why-choose h3 {
    font-size: 19px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #252525;
}
.heading1 h2{font-size:26px;color:#115285;font-weight:600;}
.feature-img img{width:100%!important;border-radius: 10px;}
.why-choose img{width:60px;}
.why-choose h6{ font-size: 20px;padding-top: 18px;}
.why-choose p{ font-size: 16px;line-height: 25px;}

/* services page */
.services-pg img{width: 100%;height: 300px;border-radius: 10px;}
.main-table p{font-size:15px;line-height:28px;text-align: justify;}
.main-table ul li{font-size:15px;line-height:28px;text-align: justify;}
.main-table{color:#000;padding-bottom: 40px;text-align: left;}
.head-sub{font-size:18px;color:#000;font-weight:600;}

/* careers */
.whc-1{text-align: left;color:#000;font-size: 16px;font-weight: 400;line-height:1.5em; letter-spacing: 0.1px;margin-bottom:8px!important}
.border-bottoms{border-bottom:1px solid #b39c5f!important;margin:20px 0px;}
.carrers{padding-bottom:40px;}
.carrers ul{padding-left:1rem;}
.carrers ul li{font-size: 16px;font-weight: 500;line-height:28px;}
.career-form{margin-top: 42px;padding:20px;background-color: #b5d7c1;}
.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:15px;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 {margin-top:20px; display: inline-block; background: #000; color: #fff; padding: 15px 46px; border-radius: 10px; font-size: 17px; font-weight: 600; transition: all .3s ease-in-out;}
.career-form-btn:hover { background: #b5d7c1; color: #000;border:1px solid #000;}
.gallery-pg img{width:100%;height: 300px;margin-bottom:20px;}

@media(max-width:767px)
{
.banner-home{display: none}
  #WidgetControl4{display: none!important;}
  .banner-section{padding: 8% 2%;}
  .banner-section h1 {color: #fff; font-size: 33px;}
  .about-section {padding: 5% 2% 5%;}
  .section-title1 {padding-top: 15px;}
}