@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

tr#HeaderControl_C_ctl00_tr_HeaderBackImage {
    background: transparent;
}

/* demo */
#header {
  padding: 0px 0;
  position: absolute;
  left: 0;
  /* right: 20px; */
  transition: all 0.5s;
  z-index: 997;
  /* top: 38px; */
  width: 100%;
  /* background: #ffffff26 !important; */
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
  margin: 0 auto;
}

#header #logo img {
  padding: 0;
  margin: 0;
}


/*nav-top */
.nav-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff50;
  border-bottom: 1px solid #ffffff50;
}

/*nav-top */
img {
  max-width: 100%;
}

a {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif !important;
}

p {
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  color: #20282d;
  line-height: 25px;
}

body {
  font-family: 'Heebo', sans-serif;
}

#divmainenquiry11 .close {
  position: absolute;
  right: 14px;
  font-size: 30px;
  cursor: pointer;
}

ul,
ol,
li {
  font-family: 'Heebo', sans-serif;
}

/*nav-top*/
@media screen and (min-width:981px) and (max-width:1130px) {
  .bnr-sec .carousel-caption h4 {
    font-size: 32px;
  }

  .bnr-sec .carousel-caption .icon_bann .fa {
    margin: 11px 0;
    font-size: 44px;
  }

  .bnr-sec .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0.25rem;
    left: 10%;
    width: 51%;
  }
}

/* nav-bar */
.one {
  display: block;
  border: 1px solid #fff;
  width: 26px;
  height: 3px;
  background-color: #fff;
  margin: 2px 0;
  border-radius: 50px;
}

.two {
  display: block;
  border: 1px solid #fff;
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin: 2px 0;
  border-radius: 50px;
}

.three {
  display: block;
  border: 1px solid #fff;
  width: 38px;
  height: 3px;
  background-color: #fff;
  margin: 2px 0;
  border-radius: 50px;
}

.modal-backdrop {
  --bs-backdrop-zindex: 999;
}

.modal {
  top: 8px;
  /* --bs-modal-border-radius: 0rem; */
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: 0px;
    margin-left: auto;
  }

  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0px, 0px);
  }
}

.hovertopbtn:hover .one {
  animation: topnav1 .5s linear alternate;
}

.hovertopbtn:hover .two {
  animation: topnav2 .5s linear alternate;
}

.hovertopbtn:hover .three {
  animation: topnav3 .5s linear alternate;
}

@keyframes topnav1 {
  49% {
    width: 0px;
    opacity: 0;
  }

  100% {
    width: 26px;
    opacity: 1;
  }
}

@keyframes topnav2 {
  49% {
    width: 0px;
    opacity: 0;
  }

  100% {
    width: 35px;
    opacity: 1;
  }
}

@keyframes topnav3 {
  49% {
    width: 0px;
    opacity: 0;
  }

  100% {
    width: 38px;
    opacity: 1;
  }
}

/*nav-top*/
.table-responsive {
  overflow: hidden !important;
  padding: 0;
}

.nav-top-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-top-contact li {
  margin-right: 20px;
  color: #fff;
  font-size: 13px;
  vertical-align: baseline;
}

/* .nav-top-contact li:nth-child(2) .fa { border:1px #34cbf5 solid; border-radius:50%; padding:4px 6px;} */


/*nav-top*/
/*nav-bar*/
.dropdown-toggle {
  position: relative;
}

.nav-item ul li .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 10px;
}

/*#MenuControl*/
.navbar.bg-light {
  /* background-color: transparent !important; */
  height: 100%;
  background: transparent !important;
}

/* #MenuControl .nav-link:focus,#MenuControl .nav-link:hover{background-color:#fff !important; color:#19272b !important;} */

#MenuControl .nav-link {
  position: relative;
}

#MenuControl .nav-link::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}

#MenuControl .nav-link:hover:before {
  right: 0;
  bottom: 0;
  width: 100%;
}

#MenuControl .navbar-nav .nav-item:last-child .nav-link:hover:before {
  right: 0;
  bottom: 0;
  width: 0%;
}

.nav-link {
  font-weight: 600;
  color: #000;
}

.nav-fill {
  width: 100%;
  font-size: 15px;
}

.navbar-brand {
  margin: 0;
}

.nav-item {
  position: relative;
}

.navbar-nav.nav-fill li:last-child {
  border: 0px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  margin: 0 -9px;
  padding: 0 5px !important;
  background-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(4px) brightness(100%);
}

/*nav-bar*/
@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 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    background: #eee;
  }

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

  .navbar-nav.nav-fill li:last-child {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 5px !important;
    background-color: transparent;
    backdrop-filter: blur(4px) brightness(100%);
  }
}




.main-table {
  Font-size: 15px;
  color: #333;
  line-height: 24px;
  text-align: justify;
  padding: 0 5px;
}

.main-heading {
  font-weight: bold;
  Font-size: 20px;
  color: #000;
  line-height: 36px;
  border-bottom: 1px #ccc dashed;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}

.sub-heading {
  font-weight: bold;
  Font-size: 17px;
  color: #333;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

.team-title {
  font-weight: bold;
  Font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 0;
  text-align: left;
}



.nav-top-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .fa-mobile {
  font-size: 50px !important;
}

#header .head-img {
  position: relative;
}

.main-bg {
  background: #0f5298;
}

.main-color {
  color: #0f5298;
}

.secondary-bg {
  background-color: #3c99dc;
}

#MenuControl {
  z-index: 999 !important;
}

/*#MenuControl .navbar-expand-md .navbar-collapse{display:block !important;text-align: center;}
#MenuControl .navbar-expand-md .navbar-nav{display: -webkit-inline-box;}*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
.industry{padding-bottom:30px;}
/***** background *****/
.bg-1 {
  background-color: #efefef;
}

.bg-2 {
  background-color: #223035;
}

/***** End background *****/

/***** Color *****/
.cl-1 {
  color: #fff;
}

.cl-2 {
  color: #20282d;
}

.cl-3 {
  color: #bac8c8;
}

/***** End Color *****/

/***** Font-size *****/
.fs-22 {
  font-size: 22px;
}
.top-head{background: #ffffff26 !important;}
.fs-18 {
  font-size: 18px;
}
center #form1 .top-head{
  background:#738391 !important;
}
.fs-15 {
  font-size: 15px;
}

/***** End Font-size *****/


/*--------------------------------------------------------------
#btn
--------------------------------------------------------------*/
/* common-btn */
.v-mr>a {
  color: #20282d;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #20282d;
  border-radius: 44px;
  padding: 8px 30px;
  font-weight: 400;
  transition: 0.3s linear;
}

.v-mr .arr-icon .fa {
  rotate: -35deg;
}

.v-mr:hover a {
  color: #fff;
  background-color: #20282d;
}

.v-mr:hover a .fa {
  animation: vmr 0.8s linear alternate;
}

@keyframes vmr {
  49% {
    transform: translate(5px);
    rotate: -35deg;
    opacity: 0;
  }

  51% {
    opacity: 1;
    transform: translate(-2px);
    rotate: -35deg;
  }

}

/*End common-btn */

/* common-btn */
.rd-mr>a {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  display: inline-block;
  border-radius: 44px;
  padding: 8px 30px;
  font-weight: 300;
  transition: 0.3s linear;
}

.rd-mr .arr-icon .fa {
  rotate: -35deg;
}

.rd-mr:hover a {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.rd-mr:hover a .fa {
  animation: rdmr 0.8s linear alternate;
}

@keyframes rdmr {
  49% {
    transform: translate(5px);
    rotate: -35deg;
    opacity: 0;
  }

  51% {
    opacity: 1;
    transform: translate(-2px);
    rotate: -35deg;
  }

}

/*End common-btn */
/*--------------------------------------------------------------
#Banner
--------------------------------------------------------------*/
/***** Banner *****/
.bnr-sec .carousel-control-next,
.bnr-sec .carousel-control-prev {
  display: block;
}

.bnr-sec .carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(0) grayscale(100);
}

.bnr-sec .carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.bnr-sec .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 2.25rem;
  left: 10%;
  width: 42%;
}

.bnr-sec .carousel-caption h4 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: capitalize;
  animation: fadeInRight 2000ms ease-in-out;
  color: #fff;
  line-height: 50px;
  font-family: 'DM Sans', sans-serif;
}

.bnr-sec .carousel-caption .sub_cont_bann {
  color: #bebebe;
}

.bnr-sec .carousel-caption p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 22px;
  animation: fadeInRight 2000ms ease-in-out;
}

.bnr-sec .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.bnr-sec .carousel-caption {
  text-align: left;
}

.bnr-sec .carousel-indicators {
  display: none;
}

.bnr-mr>a {
  color: #fff;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 44px;
  padding: 8px 30px;
  font-weight: 400;
  transition: 0.3s linear;
}

.bnr-mr .arr-icon .fa {
  rotate: -35deg;
}

.bnr-mr:hover a {
  color: #fff;
  background-color: transparent;
}

.bnr-sec .carousel-caption .icon_bann .fa {
  rotate: -35deg;
  margin: 30px 0;
  font-size: 60px;
}

.bnr-sec .carousel-caption .icon_bann .fa:hover {
  animation: move 0.5s linear alternate;
}

@keyframes move {
  49% {
    transform: translate(10px);
    rotate: -35deg;
    opacity: 0;
  }

  51% {
    opacity: 1;
    transform: translate(-10px);
    rotate: -35deg;
  }
}

/***** End Banner *****/


/*--------------------------------------------------------------
#solution
--------------------------------------------------------------*/
/***** solution *****/
.about .sol_lft_head{color:#fff;}
.sol_lft_head {
  font-size: 42px;
  line-height: 46px;
  color: #20282d;
  font-weight: 400;
}

.sol_lft_cont {
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0;
}

.sol_cnt {
  background: url(../Image/sol_cnt_img.jpg) no-repeat center/cover;
  padding: 10px 26px;
  min-height: 350px;
}

.sol_cnt_cont>p:first-child {
  font-size: 110px;
  color: #FFFFFF54;
  margin: 68px 0;
}

.mt-neg {
  margin-top: -20px;
}

.sol_cnt .v-mr>a {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  display: inline-block;
  border: none;
  border-radius: 44px;
  padding: 8px 30px;
  font-weight: 300;
  transition: 0.3s linear;
}

.sol_rgt {
  background-color: #e1e1e1;
  padding: 10px 0px 0px 26px;
  min-height: 350px;
}

/***** End Section *****/



/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
/***** about *****/

.abt_lft_img {
  position: sticky;
  top: 0;
  margin: 0;
}

.abt_rgt_cont {
  background-color: #d5dede;
  padding: 50px 70px;
  overflow: auto;
  height: 774px;
}

.progress {
  background-color: #929ea5;
  border-radius: 20px;
  position: relative;
  margin: 6px 0;
  height: 5px;
}

.progress-done {
  background: #20282d;
  box-shadow: 0 3px 3px -5px #20282d, 0 2px 5px #20282d;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}

.progress-done-two {
  background: #20282d;
  box-shadow: 0 3px 3px -5px #20282d, 0 2px 5px #20282d;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}

.progress-done-three {
  background: #20282d;
  box-shadow: 0 3px 3px -5px #20282d, 0 2px 5px #20282d;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}

/***** End about *****/

/* width */
.abt_rgt_cont::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.abt_rgt_cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.abt_rgt_cont::-webkit-scrollbar-thumb {
  background: #20282d;
  border-radius: 10px;
}

/* Handle on hover */
.abt_rgt_cont::-webkit-scrollbar-thumb:hover {
  background: #20282d;
}


/*services  */

/* width */
.services_rgt_cont::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.services_rgt_cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.services_rgt_cont::-webkit-scrollbar-thumb {
  background: #20282d;
  border-radius: 10px;
}

/* Handle on hover */
.services_rgt_cont::-webkit-scrollbar-thumb:hover {
  background: #20282d;
}

/*--------------------------------------------------------------
#team
--------------------------------------------------------------*/
/***** team *****/
.team {}

.team_cont .fa-quote-left {
  color: #99a4a51a;
  font-size: 40px;
  margin-right: 10px;
}

.team_cont .fa-star {
  color: #bac8c8;
  font-size: 16px;
}

.team_cont .team_img img {
  width: 80px;
  border: 2px solid #bac8c8;
  border-radius: 50%;
}

.team .carousel-control-next,
.team .carousel-control-prev {
  width: 5%;
  top: inherit;
  bottom: 44px;
  font-size: 28px;
}

.team .carousel-control-prev {
  left: inherit;
  right: 60px;
}

.cliente_box {}

.cliente_box_icon .fa {
  font-size: 60px;
  color: #20282d;
  margin-right: 20px;
}

.cliente_box_icon_check .fa {
  font-size: 20px;
  color: #20282d;
  margin-right: 20px;
}

/***** End team *****/

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

/***** services *****/
.services .sticky {
  position: sticky;
  top: 0;
}

.services_rgt_cont {
  background-color: #d5dede;
  padding: 50px 80px;
  overflow: auto;
  height: 774px;
}

.service-detail .fa {
  color: #20282D;
  font-size: 52px;
}

/***** End services *****/

/*--------------------------------------------------------------
# team detail
--------------------------------------------------------------*/
/***** team detail *****/
.team_detail .team_social_link i {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #929ea5;
  width: 25px;
  height: 25px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #929ea5;
  color: #fff;
}

/***** End team detail *****/
/*--------------------------------------------------------------
# Bg-Videos
--------------------------------------------------------------*/
/***** Bg-Videos *****/
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.bg-video-wrap video {
  width: 100%;
  height: auto;
  z-index: 1;
}

.overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #223035e3;
  z-index: 2;
}

.bg-video_cont {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 3;
}

.video_cont {
  font-size: 150px;
  color: #FFFFFF54;
}

/***** End Bg-Videos *****/
/*--------------------------------------------------------------
# current-services
--------------------------------------------------------------*/
/***** current-services *****/
.current-services-box>p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/***** End current-services *****/


/*--------------------------------------------------------------
# get in touch
--------------------------------------------------------------*/
/***** get in touch *****/
.get_in_touch {
  background: url(../Image/get_in_touch.jpg) no-repeat center/cover scroll;
}

.get_in_touch_box {
  background: #c6d0d1ab;
  padding: 60px;
}

.get_in_touch_box .sub-head {
  color: #818181;
  font-weight: 300;
}

.get_in_touch_contact>a {
  position: relative;
  display: inline-block;
  margin: 8px 0;
  font-size: 18px;
  line-height: 27px;
  color: #20282D;
  margin-left: 10px;
}

.get_in_touch_contact a::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #20282D;
  transition: width .3s;
}

.get_in_touch_contact a:hover:before {
  right: 0;
  bottom: 0;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #20282D;
  background-color: transparent;
  /* background-clip: padding-box; */
  border: none;
  border-bottom: 1px solid #20282D;
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* appearance: none; */
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/***** End get in touch *****/
/*--------------------------------------------------------------
# quick_link
--------------------------------------------------------------*/
/***** quick_link *****/
.quick_link {}

.quick_link_cont li {
  position: relative;
}

.quick_link_cont li a:hover {
  color: #fff;
}

.quick_link_cont li a::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}

.quick_link_cont li a:hover:before {
  right: 0;
  bottom: 0;
  width: 100%;
}

/***** End quick_link *****/

.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 100px 0 0; width: 100%; background-size: cover; min-height:300px; 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: #22303587;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color: #ffffff;text-align:center;text-transform:uppercase;font-size: 37px;font-weight: 800;position:relative;z-index:1;font-family: "Libre Baskerville", serif;}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.bx-rht-cont p {
  margin-bottom: 0;
}

.brn-off {
  width: 31%;
  padding: 1%;
  float: left;
  padding-bottom: 0;
}

.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: #223035;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #fff;
}

.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: #114366;
  margin: 0;
}

.st-feature-box {
  padding-left: 75px;
  position: relative;
  margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
  color: #fff;
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 0px;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 30px;
  -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: 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 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: arial;
  font-size: 14px;
}

input.sbmt {
  cursor: pointer;
  color: #fff;
  background: #20282D;
  padding: 10px 30px;
  line-height: 26px;
  border: 2px solid #282828;
  border-radius: 40px;
  font-size: 20px;
}

input.sbmt {
  cursor: pointer;
  color: #fff;
  background: #20282D;
  padding: 10px 30px;
  line-height: 26px;
  border: 2px solid #282828;
  border-radius: 40px;
  font-size: 20px;
}

/* End */
/*--------------------------------------------------------------
# End Contact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/***** footer *****/
.ft_sociallink {
  overflow: hidden;
  position: relative;
}

.ft_sociallink li a:hover {
  color: #fff;
}

.ft_sociallink li a {
  position: relative;
  font-size: 15px;
}

.ft_sociallink li a::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}

.ft_sociallink li a:hover:before {
  right: 0;
  bottom: 0;
  width: 100%;
}

.ft_social i {
  border: 1px solid #929ea5;
  width: 25px;
  height: 25px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: #929ea5;
  color: #fff;
  margin-right: 6px;
}

#FooterrControl1_Footer {
  margin-top: 0 !important;
}

#FooterrControl1_tr_hitCounter {
  color: #fff;
}

/***** End footer *****/

.top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-align: center;
  color: #fff;
  background-color: #20282d;
  padding: 10px 15px;
  border: 1px solid #20282d;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
}

.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 50px;
}

.top .fa {
  display: block !important;
}

/*  */
@media screen and (min-width:981px) and (max-width:1130px) {
  .bnr-sec .carousel-caption h4 {
    font-size: 32px;
  }

  .bnr-sec .carousel-caption .icon_bann .fa {
    margin: 11px 0;
    font-size: 44px;
  }

  .bnr-sec .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0.25rem;
    left: 10%;
    width: 51%;
  }
}

@media screen and (min-width:769px) and (max-width:980px) {
  .bnr-sec .carousel-caption h4 {
    font-size: 26px;
  }

  .bnr-sec .carousel-caption .icon_bann .fa {
    margin: 6px 0;
    font-size: 34px;
  }

  .bnr-sec .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0.25rem;
    left: 10%;
    width: 74%;
  }
}

/*  */

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .bnr-sec .carousel-caption h2 {
    font-size: 36px;
  }

  .bnr-sec .carousel-caption p {
    margin-top: 30px;
  }

  .team .member {
    margin-bottom: 110px;
  }

  .services .icon-box {
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }

  .bnr-sec .carousel-caption {
    display: none;
  }

  .services_rgt_cont,
  .abt_rgt_cont {
    overflow: auto;
    height: 100%;
  }
}

@media screen and (max-width:768px) {
  .abt_rgt_cont {
    padding: 50px 30px;
  }

  .services_rgt_cont {
    padding: 50px 30px;
  }

  .get_in_touch_box {
    padding: 20px;
  }

  .video_cont {
    font-size: 80px;
    color: #FFFFFF54;
  }

  #header .head-img {
    position: relative;
    background: #223035 !important;
  }

  #HeaderControl {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .bnr-sec .carousel-caption h2 {
    font-size: 36px;
  }

  .bnr-sec .carousel-caption h4 {
    margin-bottom: 0;
  }

  .bnr-sec .carousel-caption p {
    margin-top: 14px;
  }

  .header_img {
    text-align: left !important;
  }

  .Top_social_link {
    text-align: left !important;
  }

  #header img {
    margin: inherit;
  }

  .navbar-toggler {
    /* position: absolute; top: -23px; */
  }

  .caption {
    width: 100%;
  }

  .wback .caption {
    top: 30%;
  }

}

@media (max-width: 575px) {
  .carousel-caption {
    display: none;
  }

  .bnr-btm-sec .btm-bx {
    padding: 18px 20px 20px;
  }

  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .wback .caption {
    display: none;
  }
}

@media (max-width: 414px) {}

@media (min-width: 1220px) {

  #widgetsControl,
  #widgetsControl_C {
    height: 565px !important;
  }
}

/* nav bar */
.navbar {
  position: relative;
  min-height: 0px !important;
  margin-bottom: 0px !important;
  border: 1px solid transparent;

  /* background: #ffffff26 !important; */
}

.bg-light {

  background-color: #ffffff26;
}

#HeaderControl .rdCenter,
#MenuControl .rdCenter {
  background: transparent !important;
}

/*nav-bar*/
.dropdown-toggle {
  position: relative;
}

.nav-item ul li .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 10px;
}
center #form1 #MenuControl{background-color:transparent !Important;}
#MenuControl .bg-light {
  background-color: transparent;
  height: 100%;
}

#MenuControl .nav-link:focus,
#MenuControl .nav-link:hover,
#MenuControl .dropdown-item:focus,
#MenuControl .dropdown-item:hover {
  color: #fff!important;
  /* background-color: #19272b; */
}
.dropdown-item:focus,.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #3f4346;
}

.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*/
/*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*/
@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;
  }
.bnr-sec{margin-top:30px;}
  .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;
  }
}

#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C {
  height: 100%;
  /* background-color: #fff !important; */
  /*! padding-top: 6px; */
}

#MenuControl_C #navbar-collapse-1 {
  height: 100% !important;
}

#WidgetControl4 {
  position: relative;
}

#WidgetControl4_C {
  position: absolute;
  background: #ffffff26 !important;
  z-index: 999999;
  width: 100%;
}

#HeaderControl {
  height: 82px;
  float: Left;
  margin-bottom: 0;
  padding: 7px 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 9;
  width: 33%;
  background: transparent;
  text-align: center;
  background: #ffffff26;
}

#HeaderControl.RadDock_Default .rdMiddle .rdCenter,
#HeaderControl.RadDock_Default .rdBottom .rdCenter {
  background-color: transparent !important;
}

#MenuControl.RadDock_Default .rdMiddle .rdCenter,
#MenuControl.RadDock_Default .rdBottom .rdCenter {
  background-color: transparent !important;
}

.modal-backdrop {
  position: relative;
}

#MenuControl {
  height: 82px;
  float: Right;
  margin-bottom: 0;
  padding: 0px 0;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 9;
  width: 67%;
  background: #ffffff26;
}


.body-fx #HeaderControl {
  height: 90px;
  float: Left;
  position: fixed;
  width: 35%;
  padding: 0;
  padding-left: 0;
  background-color: rgba(47, 77, 90, .6) !important;
  z-index: 99;
  text-align: left;
  transition: 0.5s;
  height: 67px !important;
  top: 0;
}

.body-fx #logo-web {
  margin-top: 6px;
}

.body-fx #MenuControl_C {
  height: 68px !important;
}


.body-fx #MenuControl {
  height: 90px;
  float: Right;
  position: fixed;
  right: 0;
  width: 65%;
  padding: 0;
  padding-right: 0;
  background-color: rgba(47, 77, 90, .6) !important;
  transition: 0.5s;
  top: 0px;
  height: 68px !important;
}


.navbar-toggler {
  background-color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

center #form1 #HomepagecontentControl {
  padding-top: 110px;
  padding-bottom: 25px;
}

center #form1 .top-nav {
  background: #0d417b;
}

center #form1 #HeaderControl {
  background: #3e5367;
}

center #form1 #MenuControl .bg-light{
  background: #3e5367 !important;
}

center #form1 #WidgetControl4_C_ctl00_tbl_widgets {
  background: #315d8f;
}

center #form1 #HeaderControl {
  margin-left: -2px;
  width: 35%;
}

center #form1 #MenuControl {
  margin-right: -2px;
}

center #form1 #WidgetControl4 {
  background: #315d8f !important;
  top: 0px;
}

.body-fx center #form1 #HeaderControl {
  margin-left: 0;
}

.body-fx center #form1 #MenuControl {
  margin-right: 0px;
}

#widgetsControl,
#widgetsControl_C {
  height: inherit !important;
}

@media (max-width: 991px) {

  #MenuControl_C,
  #HeaderControl_C {
    height: inherit !important;
  }

  center #form1 #HeaderControl {
    margin-left: -2px;
    /*! height:inherit !important; */
    width: 35%;
  }
}

@media (max-width: 769px) {
  #WidgetControl4 {
    display: none !important;
  }

  center #form1 #HeaderControl {
    margin-left: -2px;
    width: 100%;
  }

  #MenuControl,
  #MenuControl_C {
    height: initial !important;
  }

  #widgetsControl_C,
  #widgetsControl {
    height: initial !important
  }

  #HeaderControl {
    position: static !important;
    width: 100%;
  }

  #MenuControl {
    position: relative !important;
    width: 100%;
    top: 55px;
    background: #fff;
  }

  .nav-fill .nav-item,
  .nav-fill>.nav-link {
    text-align: center;
  }

  .navbar-nav {

    background: #223035;
    ;
  }
}

@media (max-width: 767px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 2px 15px 2px 25px;
  }

  .navbar-nav>li {
    display: block;
    text-align: left;
  }
}



@media(max-width:736px) {
  center #form1 #HomepagecontentControl {
    padding-top: 0px;
  }

  .cont-page .feature-box-image img {
    width: 20px !important;
  }

  .body-fx #MenuControl {
    margin-top: -28px !important;
    position: absolute !important;
  }

  .navbar-nav>li {
    display: block;
    text-align: left;
  }

  #HeaderControl,
  #HeaderControl_C {
    height: initial !important;
  }

  header {
    padding-top: 2px;
  }
}

@media(max-width:375px) {
  .fl-head h2 {
    font-size: 23px;
  }
}

.table-responsive {
  min-height: .01%;
  border: 0;
  overflow-y: hidden !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* border-top-left-radius:100px; */
  background: #223035;
  padding: 50px 0 0;
  color: #eee;
  font-size: 15px;
}

#footer .footer-top {
  /* padding: 10px 50px; */
}
@media (max-width:600px){
  #footer .footer-top {
  padding: 0;
}
  .ft-link{padding:0;}
}



#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-info {
  padding: 0px 0;
}

#footer .footer-add p,
#footer .footer-email p,
#footer .footer-phone p {
  padding-top: 20px;
}

#footer .footer-add,
#footer .footer-email,
#footer .footer-phone {
  text-align: center;
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  display: flex;
}

#footer .mb-2 .fa {
  margin-right: 10px;
  font-size: 20px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eee;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 30%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top ul {
  list-style: none;
  padding: 0;
  padding: 0;
  margin: 0;
}

#footer .footer-top ul i {
  padding-right: 8px;
  color: #eee;
  font-size: 12px;
  line-height: 1;
}

#footer .footer-top ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-top ul a {
  color: #eee;
}

#footer .footer-top .social-links a:hover {
  background: #5fae3f;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 30px;
  font-weight: 600;
  color: #eee;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(190, 187, 220, .5);
}

#footer p {
  text-align: justify;
  color: #fff;
}

#footer p a {
  color: #eee;
  font-weight: bold;
}

#footer .footer-info1 h4 {
  font-size: 35px;
  color: #fff;
}

#footer .footer-info1 h4 span {
  color: #5fae3f;
}

#footer p .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  float: left;
  margin-right: 12px;
  margin-bottom: 30;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding: 0 15px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

.ft-link {
  list-style: none;
  text-align: right;
}

.ft-link li {
  display: inline-block;
  padding: 5px;
}

.ft-link li a {
  color: #eee;
  transition: .5s;
}

.ft-link li a:hover {
  color: #fff;
}

#footer .copyright {
  text-align: left;
  padding: 15px 0;
  background: #223035;
  border-top: 1px solid #ffffff;
  color: #fff !important;
}

#footer .credits {
  text-align: right;
  font-size: 14px;
  color: #fff;
}

.credits a {
  color: #eee;
  font-weight: bold;
}

.top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  text-align: center;
  color: #fff;
  background: #150303;
  padding: 10px 10px;
  z-index: 9;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
}

.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 50px;
}

.top .fa {
  display: block !important;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  background:#fff;
  padding: 30px 0 50px;
  position: relative;
  overflow: hidden;
}
.about img{border:10px solid #586062; outline:10px solid #586062;}
.about:after{ background:#19272b; content:''; right:0; width:80%; height:100%; top:0; position:absolute;}
.about:before{background: #586062;content:'';left:0;width:20%;height:100%;top:0;position:absolute;}
.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 10px 30px 0 30px;
}

.about .content p {
  margin-bottom: 10px;
  text-align:justify;
  line-height:26px;
  color: #fff;
}
.rd-mr .btn-primary{
  color: #fff;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 44px;
  padding: 8px 30px;
  font-weight: 400;
  transition: 0.3s linear;
  border-radius:35px !important;
}
/* .rd-mr .btn-primary:hover{ color: #000;} */
/* .border-inner::before{position: absolute;content: "";top: 10px;right: 10px;bottom: 10px;left: 10px;background:none;border: 1px solid #fff;z-index: 0;border-radius: 25px;} */


/*--------------------------------------------------------------
# Abt_btm
--------------------------------------------------------------*/
.abt_btm {background-image:url(Image/bannerImg2.jpg);padding: 6% 0 !important;position:relative;}
.abt_btm:before{content:"";position:absolute; top:0;left:0;background-color:#19272b24;width:100%;height:100%;}
.over_shadow {position: absolute;bottom: 0;left: 0;right: 0;background: #586062;overflow: hidden;width: 100%;height: 0;transition: .5s ease;padding: 0 20px;display: flex;align-items: center;justify-content: center;color: #20282d;font-size: 16px;line-height: 1.3;border: 2px solid white;z-index: 999;}
.advantage-panel {width: 100%;}
.advantage-name {border: 2px solid #fff;padding: 130px 25px 35px;color: #fff;font-size: 20px;font-weight: 600;cursor: pointer;font-family: "Libre Baskerville", serif;text-align: center;}
.advantage-desc p {text-align: center;background: url(Image/border1.png) no-repeat center bottom;padding: 0 0 15px;margin: 0;color: #fff;font-size: 15px;z-index: 9999;}
.advantage-name {background: url(Image/quality_icon.png) no-repeat center 25px;height: 200px;position: relative;z-index: 9;width: 100%;margin-top: 5p;}
.advantage-name.quality {background: url(Image/quality_icon.png) no-repeat center 25px;/* height: 207px; */}
.advantage-name.integrity {background: url(Image/integrity_icon.png) no-repeat center 25px;}
.advantage-name.respect {background: url(Image/respect_icon.png) no-repeat center 25px;}
.advantage-name.leadership {background: url(Image/leadership_icon.png) no-repeat center 25px;}
.advantage-name.teamwork {  background: url(Image/teamwork_icon.png) no-repeat center 25px;}
.advantage-div {position: relative;display: inline-block;width: 24%;margin: 0 0.3%;}
.advantage-div1{position:relative;display: flex;width: 100%;justify-content: center;align-items: center;}
.advantage-div1:after{
  position:absolute;
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #00000094;
}
.advantage-div1 img{/* width: 100%; *//* height: 100%; */position: absolute;/* top: 50%; *//* left: 50%; */object-fit: contain;/* margin: auto; */z-index: 99;margin-bottom: 25px;}
.advantage-div:hover .over_shadow {height: 100%;}
.advantage-div:hover .advantage-name {background: #586062;color: #fff;}
@media screen and (max-width: 991px) {
    .advantage-panel{flex-direction: column;}
    .advantage-div{width: 100%; margin: 6px 0;}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{position:relative;overflow: hidden;background: #efefef;}
.ser-bx {background: #223035; width: 100%; margin:10px auto;  margin-bottom: 40px; transition:.5s; display: flex; align-items: center;}
.services .ser-bx:hover {background: #586062;}
.services .ser-bx:hover .rd-mr .btn-primary{background: #19272b; color:#fff;}
.ser-bx .img {width: 100%; height: 240px;  display: block;transition:.5s;}
.ser-bx .text{ position: relative; padding:0 10px 0px; margin: 0 auto; text-align:justify; -moz-transition: all 0.3s ease;    -o-transition: all 0.3s ease;  -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1); padding:20px;}
.services .ser-bx .img-bx img{transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;filter: grayscale(100%);-webkit-filter: grayscale(100%);-webkit-transition: all 1s ease;height: 300px;}
.services .ser-bx:hover .img-bx img {transform: scale(1.2) rotate(-1deg);filter: grayscale(0%); filter: gray; -webkit-filter: grayscale(0%); filter: none;}
.ser-bx .text h3 {font-size:22px; font-weight: 700; text-transform: uppercase; margin: 0; line-height: 40px;}
.ser-bx .text p {color: #fff;font-size: 15px;}






.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure.effect-6 {
    /* background: -webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
    /* background: linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
	/* background:#134844; */
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    max-height: 248px;
    width: 99%;
    /* background: #000000; */
	text-align: center;
    cursor: pointer;
    /* box-shadow: 0px 3px 30px rgba(0,0,0,0.85); */
}

figure.effect-6:hover {
	background:#19272b;
}
figure.effect-6:hover img {
    opacity: 0.4;
}

figure.effect-6 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

figure.effect-6:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-6 figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-6:hover figcaption::before, figure.effect-6:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-6 figcaption::before, figure.effect-6 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
	font-size:15px;
}
figure.effect-6 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 17px;
}

figure.effect-6:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity:1;
}

figure.effect-6 h2 {
    margin: -100% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
	opacity:0;
	font-family:Poppins;
	font-weight:700;
}

.sector-bx {
  background: #fff;
  padding: 30px 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
  width: 100%;
  height: 95%;
}
.sector-bx img {
  width: 90px;
  margin: 0 0 25px 0;
}
.sector-bx h5 {
  color: #43515f;
  font-size: 18px;
  font-weight: 800;
  margin: 5px 0px 10px;
}

.accordion-button:not(.collapsed){
  background-color:gray;
  color:#fff;
}
.accordion-button:not(.collapsed)::after{-webkit-filter: brightness(0) invert(1);  filter: brightness(0) invert(1);}
.accordion-button:focus{border:none;box-shadow:none !important;}
     
.bnr-sec .carousel-inner .carousel-item > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;width:100%; height:100vh;
}
@-webkit-keyframes zoom {
    from {
  -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.4, 1.4);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.4, 1.4);
  }
}                                    
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts{background:url(Image/count-bg.jpg); background-size:cover;background-attachment:fixed;position:relative;}
.counts:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#5860626e;}
.counts p{font-size:28px;}
.counts .count-box {padding: 40px 10px;width: 100%;position: relative;text-align: center;color:#fff;}
.counts .count-box h4 {font-size: 64px;display: block;font-weight: 600;padding-top: 10px;color: #fff;}
.counts .count-box p {padding: 10px 0;margin: 0;font-size: 24px;color: #fff;font-weight: 500;font-family: "Libre Baskerville", serif;}