@import url('../css2-1');
* {
  margin: 0;
  padding: 0;
}

.btnsssd
{
  background-color:#f6be55 !important;
  color:#000 !important;
  border-color:#f6be55 !important;
}

/* Styles for website counter container */
.website-counter {
  background-color: #ff4957;
  height: 50px;
  width: 80px;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
    text-align: center;
  margin-top: 10px;
}

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: #008cba;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 20px;
  color: white;
  border: 0;
}

.qrsss img
{
  width:100% !important;
}


.my-10
{
  margin-top:10px !important;
  margin-bottom:10px !important;
}

/* start refund section */
.py-80
{
  padding-top:80px !important;
  padding-bottom:80px !important;
}
.refundssd  p
{
  color:#000 !important;
}
.refundssd h3{
  font-size: 20px !important;
  font-weight: 600 !important;
  color:#000 !important;
}
/* end refund section */


/* start google translate section */
body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
  display: none!important;
}
.goog-te-gadget {
  color: transparent!important;
  font-size:0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select{
  background:#52bcb8;
  color:#fff4e4;
  border: none;
  font-weight:bold;
  border-radius:3px;
  padding:8px 12px
}
/* end google translate section */



/* start privacy policy section */
.privfut
{
  float:right !important;
}
.privfut li{
  float:left !important;
  margin:0 15px !important; 
}
/* end provacy policy section */



/* start gallery section */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 2rem;
}
.gallery__item {
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.gallery__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  height: 100%;
  width: 100%;
}
.gallery__image:hover {
  cursor: pointer;
  opacity: 0.7;
  transform: scale(1.15);
}
.gallery__image:hover + .gallery__image__caption {
  display: block;
}
.gallery__image__caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  border-radius: 0.375rem;
  color: #fefefe;
  font-weight: 600;
  margin-top: 1.25rem;
  padding: 1rem;
  white-space: nowrap;
  z-index: 1;
}
.gallery__navigation--next, .gallery__navigation--prev, .gallery__navigation--close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 42px;
  opacity: 0.5;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
  width: 42px;
}
.gallery__navigation--next:hover, .gallery__navigation--prev:hover, .gallery__navigation--close:hover {
  opacity: 1;
}
.gallery__navigation--next::before, .gallery__navigation--prev::before {
  display: flex;
  content: "";
  border: solid #fff;
  border-width: 0 0.25rem 0.25rem 0;
  padding: 0.5rem;
}
.gallery__navigation--next {
  right: 1.5rem;
  transform: rotate(-45deg);
}
.gallery__navigation--prev {
  left: 1.5rem;
  transform: rotate(135deg);
}
.gallery__navigation--close {
  top: 2rem;
  right: 2rem;
}
.gallery__navigation--close::before {
  position: absolute;
  left: 1rem;
  background-color: #fff;
  content: " ";
  height: 33px;
  transform: rotate(45deg);
  width: 2px;
}
.gallery__navigation--close::after {
  position: absolute;
  left: 1rem;
  background-color: #fff;
  content: " ";
  height: 33px;
  transform: rotate(-45deg);
  width: 2px;
}
.gallery__modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  inset: 0;
  overflow-y: scroll;
  width: 100%;
  z-index: 1;
}
.gallery__modal img {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.gallery__modal[aria-hidden=true] {
  display: none;
}
.gallery__modal[aria-hidden=false] {
  display: flex;
}

/* .noscroll {
  overflow: hidden;
} */

/* end gallery section */




/* start about page section */
.wdsssd img
{
  width:100% !important;
  height:350px !important;
  object-fit: cover !important;
}
.abutsssd h3
{
  font-size:30px !important;
  color:#000 !important;
}
/* end about page section */







body {
  margin: 0;
  padding: 0; 
  background: #fff;
    font-family: 'Josefin Sans',sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  font-weight: 500;
  overflow-x: hidden;
}
ul li{
  font-family: 'Poppins', sans-serif;
}
 
p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  color: #6b6b6b;
  font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal
}
a {
  transition: all .3s ease-in;
}
a:hover {
  text-decoration: none;
  transition: all .3s ease-in;
}
.mt70 {
  margin-top: 70px
}
.mb70 {
  margin-bottom: 70px;
}
.pt50 {
  padding-top: 50px
}
.pt70 {
  padding-top: 70px
}
.ptb50 {
  padding: 70px 0px 50px;
}
.ptb70 {
  padding: 70px 0;
}
.pt100 {
  padding-top: 100px
}
.ptb100 {
  padding: 100px 0;
}
.img-fluid {
  width: 100%
}
/* main slider start*/
.slider-data {
  position: absolute;
  top: 0;
  width: auto;
  left: 9%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
.slider-investor-harter-data{
  position: absolute;
  top: 50%;
  left: 0px; 
  transform: translateY(-50%);
  color: #fff !important;
  width: 100%;
  text-align: center !important;
}
.slider-investor-harter-data p{
  text-align: center !important;
  color: #fff !important;
}
.slider01 {
  left: 25%;
}
.slider02 {
  left: 40%
}
.slider-data h3 {
  color: #fff;
  font-size: calc(16px + 3vw);
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
}
.slider-data h3 span{ font-weight: normal; font-size: 30px;}
.slider-data p {
  text-align: left;
  font-size: calc(13px + .6vw);
  color: #fff;
  line-height: 1.2;
}
.bg-overlay {
  background: #0000007a;
  padding: 10px 15px; text-align: center;
}




/* start first whatsapp section */
/*Estilos generales del boton whatsapp*/

.whatsapp-btn {
  position: fixed;
  bottom: 105px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* end first whatsaap section **/


/* start phone first section */
.phone-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #639edc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  animation: breathe1 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.phone-btn i {
  color: #fff;
  font-size: 20px;
  animation: beat1 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe1 {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 158, 220, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(99, 158, 220, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* end phone first section */





 
.slider03 h3 {
  color: #055c2f;
  text-align: left; font-size: 40px;
}
 
 
.slider-data h4 {
  margin: -25px 0 0;
}
.slider-sec .carousel-indicators li {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.cursor {
  cursor: pointer
}
.slider-sec .carousel-control-next-icon:before, .owl-next:before {
  content: "\f054";
  font-family: 'FontAwesome';
  color: #fff;
}
.slider-sec .carousel-control-prev-icon:before {
  content: "\f053";
  font-family: 'FontAwesome';
  color: #fff;
}
.slider-sec .carousel-control-next-icon, .carousel-control-prev-icon {
  background: #000 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
header {
  padding: 0;
}
.slider-sec {
  position: relative;
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
    

.header { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+44,ffffff+100 */
  background: none; /* Old browsers *//* IE6-9 */
 
  width: 100%;
  z-index: 9; padding: 5px 0;
 
}
header .shrink {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 16%);
  z-index: 999;
  background:#fff;  transition: all .3s ease-in; padding: 8px 0;
}
  
/*RRR new css*/
.feature-1 {
  background: #fff;
  margin-bottom: 100px; 
}
.feature-1:hover{ background:#efefef}
.feature-1 .icon-wrapper, .person .icon-wrapper {
  position: relative;
  width: 96px;
  height: 55.43px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  margin-top: -33.94px;
  background: #ccc;
  background: #003777 !important;
}
.feature-1 .icon-wrapper>.fa, .person .icon-wrapper>.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 96px;
  display: inline-block;
  position: absolute
}
.feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 67.88px;
  height: 67.88px;
  -webkit-transform: scaleY(.5774) rotate(-45deg);
  -ms-transform: scaleY(.5774) rotate(-45deg);
  transform: scaleY(.5774) rotate(-45deg);
  background-color: inherit;
  left: 14.06px
}
.feature-1 .icon-wrapper:before, .person .icon-wrapper:before {
  top: -33.94px
}
.feature-1 .icon-wrapper:after, .person .icon-wrapper:after {
  bottom: -33.94px
}
.feature-1 .feature-1-content, .person .feature-1-content {
  padding: 50px 20px 20px 20px;
  text-align: center
}
.feature-1 .feature-1-content h2, .person .feature-1-content h2 {
  font-size: 1.3rem;
  color: #000
}
.feature-1-content p{ text-align: center}
.headding11{ margin-bottom:20px; font-weight: normal; font-size: 35px}
.about-sec{ background: url(../images/about-bg.png) bottom right no-repeat; background-size: cover;overflow:hidden;}
.about-colum{ position: relative;}
.img2{ float: right}
.img3 img{ margin-top:-150px }
.about-data .headding11 span{color: #0e5c9e;}
.grow-business{ padding: 150px 0; text-align: center; overflow: hidden; background-size: cover; }
 
.grow-business .counter h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: calc(20px + 2.5vw);
}
  
 .grow-business  .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #003777;
    text-transform: unset;
}
 
  .about-data .year-exp .year {
    font-size: 200px;
    border-right: 1px solid #E1E1F0;
    padding-right: 40px;
    margin-right: 40px;
    margin-bottom: 0;
    line-height: 0.75;
  font-family: 'Montserrat', sans-serif; font-weight: 700}
.about-data .year-exp .text {
    font-size: 45px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2; font-weight: 700;
}
.width1300{    max-width:1299px;}
.about-data{ margin: 0 25px;}
.about-tab .card{ background: none;}
.about-tab .card-header{ cursor: pointer; border: 0}

.about-tab  .accordion>.card .card-header{background:none;margin: 0;padding-bottom: 0;padding-left: 0;}
.about-tab  .card {border: 0;border-bottom: solid 1px #ddd !important;padding-bottom: 15px;}
.about-tab .card-body{padding: 0 65px 0 48px;}
.about-tab .card-header a{display: block;text-align: left;margin: 0;}
  .card-header a .fa{
    float: right;
    margin: 0;
    font-size: 14px;
    border: solid 1px #ead508;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color:#ead508;
    }.faa{ color: #ead508; font-size: 30px;}
.tab-link { font-size: 23px;}
 
.counter-bg{padding: 100px 0;text-align: center;}
.counter-bg .counter span {
    font-size: 55px;
}
.counter-bg .counter {
     text-align: center;
     padding: 35px 15px;
     color: #fff;
     width:auto;
     margin: 0 auto;
     font-family: Arial, Helvetica, sans-serif;
     display: inline-block;
}
.counter-bg .counter h5 {
    font-size: 25px;
    font-weight: 700;
    color: #ead508;
}
/* Style 6 */
 
.our-specialization {
  width: 100%;
   
}
.gallery-box {
  margin-bottom: 30px;
}
.gallery-box.style-6 {
  overflow: hidden;
  position: relative;
}
.gallery-box.style-6 .hover-effect {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.gallery-box.style-6:hover .hover-effect {
  background: rgba(0, 0, 0, 0.9);
  top: 0;
}
.gallery-box.style-6 .hover-effect .text-wrap {
  position: absolute;
  left: 32px;
  top: 30px;
  width: 100%;
  padding-right: 65px;
}
.gallery-box.style-6 .title {
  position: absolute;
  left: 32px;
  bottom: 25px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.gallery-box.style-6:hover .title {
  transform: translateY(10px);
  opacity: 0;
}
.gallery-box.style-6 .title, .gallery-box.style-6 .hover-effect .text-wrap .categorie {
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.3px;
  z-index: 2;
}
.gallery-box.style-6 .hover-effect .text-wrap .categorie {
  margin-bottom: 30px;
}
.gallery-box.style-6 .hover-effect .text-wrap .desc {
  font-size: 16px;
  line-height: 28px;
  color: #cacaca;
  letter-spacing: 0.2px;
}
.gallery-box.style-6 .hover-effect .text-wrap .desc ul {
  padding-left: 20px;
}
.gallery-box.style-6 .hover-effect .text-wrap .categorie, .gallery-box.style-6 .hover-effect .text-wrap .desc {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.gallery-box.style-6:hover .hover-effect .text-wrap .categorie, .gallery-box.style-6:hover .hover-effect .text-wrap .desc {
  opacity: 1;
  visibility: visible;
}
.viewmore a {
  color: #efb236;
  font-weight: bold
}
.viewmore a:hover {
  color: #fff
}
.gallery-box img {
  display: block;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
}
.gallery-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-box .desc p{ color: #ddd;}


/*services sec*/
.icon-bx-wraper.style-2 .icon-content {
  border-radius: 10px;
  border: 3px solid #d0d6db;
  padding: 30px;
  position: relative; }
  .icon-bx-wraper.style-2 .icon-content .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    justify-content: center;
    padding: 0; }
.icon-bx-wraper.style-2 .number {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 0 0 var(--primary), -2px 0 0 var(--primary), 0 2px 0 var(--primary), 0 -2px 0 var(--primary), 1px 1px var(--primary), -1px -1px 0 var(--primary), 1px -1px 0 var(--primary), -1px 1px 0 var(--primary);
  line-height: 0.9; }
.icon-bx-wraper.style-3 {
  padding: 50px 35px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; margin-bottom: 30px; position: relative;}
  .icon-bx-wraper.style-3 .icon-xl {
    position: relative;
    width: auto;
    line-height: 1;
    z-index: 1; }
  .icon-bx-wraper.style-3:after {
    content: "";
    position: absolute;
    height: 350px;
    width: 100px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    background: rgb(226 205 7 / 69%);
    right: -100px;
    bottom: -20px;
    transform: rotate(15deg);
    box-shadow: 0 -16px 0 30px rgb(236 217 8 / 33%), 0 -16px 0 60px rgb(234 213 8 / 23%), 0 -16px 0 90px rgb(234 213 8 / 29%);
    }
  .icon-bx-wraper.style-3 .title a,
  .icon-bx-wraper.style-3 p {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-3:hover {
    background: #323232;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
    .icon-bx-wraper.style-3:hover .title a {
      color: #fff; }
    .icon-bx-wraper.style-3:hover p {
      color: #fff; }
    .icon-bx-wraper.style-3:hover:after {
      background: rgba(255, 255, 255, 0.4);
      box-shadow: 0 -16px 0 30px rgba(255, 255, 255, 0.1), 0 -16px 0 60px rgba(255, 255, 255, 0.1), 0 -16px 0 90px rgba(255, 255, 255, 0.1);
      opacity: 0.5;
      transform: rotate(15deg) scale(1.5); }
.icon-bx-wraper.style-3:hover h4 { color: #fff;}

.icon-bx-wraper.style-4 {
  padding-right: 80px; }
 
  .icon-bx-wraper.style-4 .icon-bx {
    margin-right: 25px; }
  .icon-bx-wraper.style-4 .btn {
    height: 50px;
    width: 50px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    box-shadow: none;
    position: absolute;
    right: 0;



    top: 50%;
    transform: translateY(-50%);
    margin-top: 0; }
 
.icon-bx-wraper.style-6 {
  background: #fff;
  padding: 40px 40px 70px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1); }
  .icon-bx-wraper.style-6 .icon-cell {
    color: var(--primary);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-6 .dz-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .icon-bx-wraper.style-6 .dz-title:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0.1; }
  .icon-bx-wraper.style-6 .btn {
    padding: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 40px;
    justify-content: center; }
    .icon-bx-wraper.style-6 .btn i {
      font-size: 24px; }
  .icon-bx-wraper.style-6:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
 
  .icon-bx-wraper.style-6:hover {
    box-shadow: 0 2px 60px 0 var(--rgba-primary-4);
    color: #fff; }
    .icon-bx-wraper.style-6:hover .icon-cell {
      color: #fff; }
    .icon-bx-wraper.style-6:hover .dz-title {
      color: #fff; }
      .icon-bx-wraper.style-6:hover .dz-title:after {
        background: #fff;
        opacity: 0.3; }
    .icon-bx-wraper.style-6:hover:after {
      background: var(--rgba-primary-9); }
    .icon-bx-wraper.style-6:hover .btn {
      background: #fff;
      border-color: #fff;
      color: var(--primary); }
  .icon-bx-wraper.style-6 .icon-lg {
    line-height: 1;
    margin-bottom: 25px; }
.icon-bx-wraper.style-7 {
  display: flex;
  align-items: center; }
  .icon-bx-wraper.style-7 .icon-cell i {
    font-size: 40px; }
  .icon-bx-wraper.style-7 p {
    font-size: 18px;
    font-weight: 500; }
.icon-bx-wraper.style-8 {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-8 p {
    font-size: 18px; }
  .icon-bx-wraper.style-8:after {
    content: attr(data-name);
    position: absolute;
    font-size: 80px;
    right: 10px;
    bottom: 5px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    opacity: .05;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.style-8:hover {
    box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
    .icon-bx-wraper.style-8:hover:after {
      transform: scale(2);
      -moz-transform: scale(2);
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2); }
.icon-xl i {
    vertical-align: middle;
    font-size: 80px;
    color: #ead508;
}
.btn-primary{
    background-color: #003777;
    border-color: #003777;
    }
.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
/*services sec*/

/*testimonial start*/
 .testimonial{
    border-left: 4px solid #0e5c9e;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    min-height: 206px;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #0e5c9e;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;


    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 38 px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #0e5c9e;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #0e5c9e;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #0e5c9e;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #0e5c9e;
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
/*testimonial end*/
/*timeline start*/
.main-timeline{ overflow: auto; }
.main-timeline .timeline{
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.main-timeline .timeline-icon{
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 65px;
    color: #727cb6;
    border-bottom: 3px solid #ccc;
    position: relative;  
}
.main-timeline .timeline-icon:before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: -9.5px;
    left: 0;
    right: 0;
}
.main-timeline .year{
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #ddd;
    font-size:22px;
    color: #fff;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
    position: relative;
}
.main-timeline .year:before{
    content: "";
    display: block;
    width: 70px;
    height: 80%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -37px;
}
.main-timeline .timeline-content{ padding: 0 10px; }
.main-timeline .post{
    font-size: 18px;
    color: #6f6e6e;
    margin: 0 0 20px 0;
    line-height: 1.3;
}
.main-timeline .description{
    font-size: 14px;
    color: #555;
    text-align: left;
}
 
.main-timeline .timeline:nth-child(2n) .year, .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
  background: #ccc;
}
 
.main-timeline .timeline:nth-child(3n) .year, .main-timeline .timeline:nth-child(3n) .timeline-icon:before {
  background: #bdbdbd;
}
 
.main-timeline .timeline:nth-child(4n) .year, .main-timeline .timeline:nth-child(4n) .timeline-icon:before {
  background: #abaaaa;
}
 
.main-timeline .timeline:nth-child(5n) .year, .main-timeline .timeline:nth-child(5n) .timeline-icon:before {
  background: #928f8f;
}
.main-timeline .timeline:nth-child(6n) .year, .main-timeline .timeline:nth-child(6n) .timeline-icon:before {
  background: #6f6e6e;
}
 
/*timeline end*/



/*RRR new css end*/
  
.btnn {
  padding: 0;
  display: inline-block
}
.btn-inner {
  padding: 12px 25px;
  background: #2a2a2a;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.btnn .hvr-bounce-to-right:before {
  background: #065c30;
}
.product-sec {
  background: #f0f5f3;
}
.product-sec .about-padding{ padding: 0}

.product-colum {
  background: red;
  height: 350px;
}
.product-box {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  margin: 5px;
  background: #fff;
  transition: all .3s ease-in;
}
.product-box:hover {
  box-shadow: 0 0px 0px 14px rgb(6 92 48 / 18%);
  background: #2a2a2a;
  transition: all .3s ease-in;
}
.product-box p {
  margin: 0;
  padding: 7px 0 0px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.product-box:hover p {
  color: #fff
}
.brands {
    padding: 0;
    margin: 0;
}
.brands li {
    display: inline-block;
    width: 170px;
    margin: 5px;
}
.brands li img {
    width: 100%;
    height: auto;
    border: solid 1px #ddd;
    padding: 3px;
}
.our-brands { text-align: center}
.our-brands .btnn { margin: 25px auto 0; }

 
/** gallery-section **/

.gallery-section{
  position: relative; background: #f0f5f3;
  
}

.gallery-block-one .inner-box{
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.gallery-block-one .inner-box .lower-content{
  position: absolute;
  left: 20px;
  bottom: -20px;
  max-width: 230px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 25px 20px 26px 20px;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .lower-content{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.gallery-block-one .inner-box .lower-content .icon-box{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}

.gallery-block-one .inner-box .lower-content .icon-box a{
  color: #fff;
}

.gallery-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #fff;
}

.gallery-block-one .inner-box .lower-content p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff; text-align: center;
}

.gallery-block-one .inner-box .lower-content h4 a:hover{
  text-decoration: underline;
}
.gallery-block-one .inner-box .lower-content {
    background: #065c30;
}
 
/** gallery-section **/

/** vd-section **/
.vd{ background: url(../images/bath-bg.jpg) top center no-repeat; text-align: center; background-attachment: fixed;   width: 100%; background-size: cover; padding: 170px 0; }
.vd .headding11{ color: #fff; text-align: center} 
.vd .btnn{ margin: 0 auto;}
.video-play-button {
 
transform: translateX(-50%) translateY(-50%);
 
box-sizing: content-box;
 
display: block;
 
width: 20px;
 
height: 44px;
 
border-radius: 50%;
 
/* padding: 18px 20px 18px 28px; */
 
left: 0;
 
right: 0;
 
margin: 0 auto 25px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa1818;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;

  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa1818;


  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

 
 
/** vd-section **/
.banner-image{ background: url(../images/stayintuch.jpg) top center no-repeat;  width: 100%; padding: 160px 0; margin: 70px 0;
  border-radius: 10px;}
.banner-image .title{ color: #fff}
.banner-image .text p{ color: #fff; }
.subscribe-now{background: none;color: #fff;border: solid 1px #fff;padding: 5px;border-radius: 4px;}
.turnkey-data{ padding: 0 0 0 30px;}
 
.turnkey-data a{ color: #065c30}
.our-process{ margin: 45px 0 0}
.our-process-col{display: inline-block;width: 145px; vertical-align: top;text-align: center;}
.our-process-col p{  font-weight: 500;
    font-size: 19px;
    margin: 10px 0 0;
    text-align: center;
    line-height: 1.2;}
.our-process-col .fa{background: #065c30;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    font-size:25px;}
 
 
.customer-logos {
  overflow: hidden
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  padding: 5px;
  background: #fff;
  border: solid 1px #ccc;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.logo-item {
  margin: 2px;
}
footer {
  background: #000  ;
  padding: 70px 0 0px;
}
footer .footer-logo {
  margin-bottom: 20px;
  width:40% !important;
}
footer .fistcolum {
  padding-right: 60px;
  /* filter: brightness(600) invert(0); */
}
footer .fistcolum p {
  font-size: 14px;
  color: #ddd;
}
footer .fistcolum p a {
  color: #7cacdc;
}
footer h4 {
  margin-bottom: 15px;
  color: #ddd;
}
footer ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 14px;
}
footer ul li a {
  color: #2a2a2a;
}
footer a:hover {
  color: #ead508 !important;
}
footer ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #ddd;
  position: absolute;
  left: 0;
}
footer .thirdcolum p {
  text-align: left;
  border-bottom: dashed 1px #686b6b;
  padding-bottom: 10px;
  font-size: 14px;
}
footer .thirdcolum p a {
  color: #2a2a2a;
}
.fourthcolum p {
  text-align: left;
  font-size: 14px;
  color: #ddd;
}
.copyright-band {
  margin: 0;
  padding: 10px 0;
  background: #aeb3b3;
}
.copyright-band p {
  margin: 0;
  font-size: 13px;
}
.poweredby p {
  text-align: left;
}
.poweredby p a {
  color: #2a2a2a
}
.poweredby p a:hover {
  color: #065c30
}
.copyright p {
  text-align: right
}
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 12px;
  background: #003777;
  border: solid 1px #003777;
}
 ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0!important;
    padding: 0;
}
ul.social-network li {
    display: inline-block;
    line-height: 32px!important;
    margin: 0;
    padding: 0;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 17px;
}
.social-network a {
    background-color: #fff;
}
footer ul li a {
    color: #e0dede;
}
.social-circle i {
    color: #3e4958;
}
 
.numerfont{font-family: Arial, Helvetica, sans-serif;}
.fourthcolum p a{ color: #ddd}

/*new layout*/
 
.btnn{ border: solid 1px #fff;}.btnn a{color: #fff;text-transform: uppercase;padding: 8px 15px;display: block;line-height: 25px;/* background: #fff; */}
.menu-main{ position: absolute; left: 0; right: 0;}

.top-icoon{position: relative;padding-left: 40px;
  display: inline-block;
  margin:17px 0;padding-right: 15px;}
.top-icoon .fa{    position: absolute;
  left: 0;
  font-size: 28px;
  top: 5px;
  color: #52bcb8;}
.top-icoon p{font-size: 14px;line-height: 1.3;}
.top-icoon p span{ color: #191919}
.top-icoon p span a{ color: #191919}
/* .top-icoon .fa-envelope{ font-size: 30px;} */
.border-right-side{border-right: solid 1px #ddd;
    padding-right: 15px;}
.border-left-side{border-left: solid 1px #ddd;
    padding-left: 15px;text-align: left;}
.lefh{
  padding-left: 0px;
}
.difrent-service h3{font-weight: bold;font-size: 30px;text-align: right;border-right: solid 3px #0e5c9e;padding-right: 20px;}
 .welcome_item {
    position: relative;
    margin-bottom: 30px;
}
.welcome_details img {
    background: #fff;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 14px;
}
.welcome_details .welcome_info {
    position: relative;
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #e6e6e6;
    min-height: 248px;
    padding-top: 25px;
    padding-bottom: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.welcome_details h3 {
   
    font-weight: 700;
    font-size: 1.25em;
    color: #323232;
    padding-left: 66px; text-align: left;
}
.welcome_details p {
  
    color: #898989;
    padding-left: 66px;
    padding-right: 41px;
    padding-top: 13px;
}
.welcome_details h3:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #ffc107;
    position: absolute;
    top: 50px;
}

.welcome_details .welcome_info:hover {
    background: #0e5c9e;
}

.welcome_details .welcome_info:hover p{ color: #fff;}
.welcome_details .welcome_info:hover h3{ color: #fff;}
.services-sec{ padding: 100px 0; background: #efefef}
.difrent-service{ margin-bottom: 50px;}
.about-sec{ background: #0e5c9e}
.about-sec p{ color: #fff; }
.about-sec h1{ color: #fff; }
.header-inner {
    background: url(../images/inner-banner.jpg) no-repeat center top;
    background-size: cover;
    /*margin-bottom: 30px;*/
    padding: 6% 0;
    /* padding-top: 84px; */
    margin-top: 62px;
}
.header-inner .breadcrumbs {
    margin: 0;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.header-inner .breadcrumbs ul li {
    color: #fff;
    display: inline-block;
}
.header-inner .headding11 {
    color: #fff;
    margin: 0;
}
.header-inner .breadcrumbs ul li a {
    color: #fff;
}
.abtcomp p{
  font-size: 16px;
}
.grpcomp p{
  font-size: 16px;
}
.grpcomp h4{
  font-weight: 700;
  position: relative;
}
.grpcomp h4:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #ffc107;
    position: absolute;
    top: 29px;
    left: 3px;
}
.grpcomp ul li{
  list-style: none;
  font-size: 17px;
  color: #6b6b6b;
  margin-bottom: 16px;
}

.oth{
  text-align: center;
  font-weight: 700;
}
.oth h4{
  text-align: center;
  font-weight: 700;
}
.othergrp{
  background-color: #efefef;
}
.grp{
  background-color: #fff;
  text-align: center;
  padding: 10px;
      min-height: 162px;
      margin-top: 40px;
          border: 10px solid #cac7c7;
}
.grp h3{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
.grp img{
  position: relative;
}
.line{
    width: 45px;
    height: 3px;
    background: #ffc107;
    margin: auto;
    margin-top: 10px;
}
.mt-30{
  padding-top: 30px;
}
.manag{
  background: #efefef;
}
.heigh img{
  top: 26px;
}
.text-area{
  min-height: 148px;
  border-radius: 0px;
 

}
.c-form{
  border-radius: 0px;
  height: 47px;
  
}
.wid100{
  width: 100%;
      margin: 17px 0 0 15px;
      padding-left: 63px;
}
.bor0{
  border-right: solid 1px #fff;
}
.bord-right{
  border-right: 2px solid #52bcb8;
}
.c-btn{
  border-radius: 0px;
  margin-top: 20px;
  padding: 7px 34px;
  font-size: 16px;
  background: #f6ba18;
      border: none;
}
.wid100 .fa {
  position: absolute;
  left: 0;
  width: 40px;
  font-size: 20px;
  top: -3px;
  color: #ffffff;
  height: 40px;
  border-radius: 5px;
  background-color: #000;
  text-align: center;
  line-height: 40px;
}
.bbord{
  width: 70%;
}
.contus{
  background-image: url("../images/pattern-12.png");
}
.head22{
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.head22:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #f6ba18;
    position: absolute;
    bottom: 0;
    left: 48%;
}
.fa-long-arrow-right{
  color: #0E5C9E;
}
.list li{
  list-style: none;
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
.list li i{
  position: absolute;
  color: #FFC107;
  font-size: 16px;
  left: 0px;
  top: 3px;
}
.top-band{
  background: #f2f2f2;
  padding: 3px 0px;
}
.top-band ul li{
  list-style: none;
  display: inline-block;
  background: #0e5c9e;
  padding: 4px 20px;
  float: right;
  margin-left: 5px;
  border-radius: 5px;
}
.top-band ul li a{
  color: #fff;
}
.pila{
  color: #FFC107 !important;
}
.loginnbtn{
  background:#0e5c9e;
  color: #fff;
  padding: 5px 16px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.loginnbtn:hover{
  color: #FFC107;
}
.login-back{
  background: #f2f2f2;
  text-align: center;
  margin: 15px 0px;
  padding: 62px 8px;
  border: 5px solid #0e5c9e;
}
.login-back h2{
  margin-bottom: 15px;
  font-size: 23px;
}
.mob{
  display: none;
}
.rightdiv{
  text-align: right;
}
.bbttnn{
  background: #52bcb8;
    color: #fff;
    padding: 13px 32px 13px 32px;
    margin-bottom: 4px;
    display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 39px;
}
.bbttnn:hover{color: #FFC107;}
.border-left-side p{
  margin: 0px;
  line-height: 1.1;
}
.logo img{
  /* margin-top: 10px; */
  width:100%; 
}
.yello{
  color:#FFC107 !important;
}
.tanks {
    background-color: #f2f2f2;
    text-align: center;
    padding: 50px;
}
.tanks h2 {
    font-weight: 700;
    font-size: calc(20px + 2.4vw);
    color: #0e5c9e;
}
.tanks p {
    text-align: center;
    font-weight: 700;
    font-size: calc(16px + 1vw);
}
.regul{
  color: #fff;
  padding: 0px 0px 0px;
}
.regul ul{
  margin-top: 25px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
}
.regul li{
  display: inline-block;
  width: 24%;
}
.marqbg{
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin-bottom: 30px;
}
.fbox p{
  font-size: 18px;
}
.fbox h2{
  color: #0E5C9E;
}
.fbox {
  border: 2px dashed #0e5c9e;
    padding: 20px;
    border-radius: 20px;
}
.pform{
  background: #f2f2f2;
  padding: 40px 30px;
}
.fh2{
  text-align: center;
  margin-bottom: 20px;
  background: #d8466b;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
}
.fbtnn{
  padding: 5px 30px;
  border-radius: 0px;
}
.pform label{
  font-size: 18px;
}
.pform input{
  border-left: 3px solid #52bcb8;
  border-radius: 0px;
  height: calc(30px + 0.75rem + 2px);
}
.pform textarea{
  border-radius: 0px;
}
.lang ul li {
    list-style: none;
    display: inline-block;
    width: 24%;
    margin-right: 5px;
    background: #0e5c9e;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.lang h5{
  margin-bottom: 20px;
}
.lang p{
  font-style: italic;
}
.lang ul li a{
  color: #fff;
}
.stable thead th {
    vertical-align: middle;
        background: #0e5c9e;
    color: #fff;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
}
.cd-box p{
  font-size: 18px;
}
.crm-box p{
  font-size: 16px;
}
.emal{
  color: #0E5C9E;
}
.fsice{
  font-size: 18px !important;
}
.kyc-box h4{
  margin-bottom: 20px;
}
.kyc-box ul li {
  font-size: 16px;
}
.kyc-box ul li a{
  color: #000;
}
.widd{
      margin-left: 118px;
  width: 77% !important;
  min-height: 287px !important;
}
.bbtn{
  padding: 5px 15px;
  background:   #f6be55;
  color: #000;
  display: inline-block;
}
.bbtn:hover{
  color: #fff;
}
.modal {
    z-index: 99999;
}
.cboc{
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}
.fontwei{
  font-weight: 600;
}
.cboc h4{
  font-size: 18px;
  margin: 0px;
}
.cboc a{
  color: #002970;
}
.linee{
  width: 40%;
  height: 2px;
  background:#002970 ;
  margin-bottom: 15px;
}
.bbnbtn{
  background:#002970;
  color: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}
.bbnbtn:hover{
  color: #FFC107 !important;
}
.sebi-complaints p{
		font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;}
	.alfabat{ padding-left: 20px;}
	.numeric{ margin: 8px 0 0;}
	.sebi-complaints li{ margin-bottom: 10px;}
.alfabat li{list-style-type: lower-alpha;}	
.numeric li{list-style-type: upper-roman;}
.lineee{ background: #fff;}


.investor-charter-tab .nav-link{
  color: #000 !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0px !important;
}

.investor-charter-tab .active{
  border-bottom: 2px solid #007bff !important;
  background-color: #fff !important;
  color: #007bff !important;
  border-radius: 0px !important;
}
.investor-charter-tab .tab-pane{
  color: #000 !important;
}
.investor-charter-tab-data .active{
  border-bottom: 1px solid #fff !important;
  
}
.investor-charter-tab-data h3{
  font-size: 18px !important;

}
.investor-charter-tab-data ul{
  list-style: none;
  padding: 0px;
}
.investor-charter-tab-content{
  border: 1px solid #b5afaf !important;
  padding: 10px 10px !important;
  margin: 10px 0px !important;
}
.investor-charter-tab-content a{
  text-decoration: none;
  color: #3f3f3f;
}


@media screen and (max-width: 550px) {

  .investor-charter-tab ul li{
   margin-right: 0px !important;
  }

  .investor-charter-tab ul{
    justify-content: space-between !important;
    align-items: center !important;
  }
  .slider-investor-harter-data p{
    font-size: 8px !important;
    font-weight: 300 !important;
  }
}
.NSDL-nvestor-charte-items{
  background-color: #efefef;
}
.NSDL-nvestor-charte-items img{
  width: 100%;
}

@media (min-width: 468px) and (max-width: 768px){
  .NSDL-nvestor-charte-items  .col-md-3{
    width: 50% !important;
  }
}
/* @media (min-width: 480px) and (max-width: 767px) {} */

@media(max-width: 768px){
  .hidden-xs{
    display: none;
  }
}

.section-title span {
    color: #FF6D01;
    font-weight: 600;
}
.about-left-content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}
.fa-check-square:before {
    content: "\f14a";
    color: #FF6D01;
}
.button {
    font-size: 16px;
    color: #fff;
    background-color: #ff6d01;
    border-radius: 29px;
    font-weight: 500;
    line-height: 29px;
    padding: 14px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.readmore::after {
    content: '\00BB';
    font-family: 'icomoon';
    font-size: 26px;
    margin-left: 7px;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    left: 7px;
}






.flat-latest .latest-post {
    position: relative;
    z-index: -1;
    overflow: hidden;
    border-radius: 8px;
}
.flat-latest .latest-post img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flat-latest .latest-content-box .latest-post::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    background-color: #05405559;
    z-index: 1;
    transform: scale(0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}
.flat-latest .latest-content-box .latest-content {
    position: relative;
    padding: 28px 31px;
    margin: -93px 6.5% 0 6.5%;
    border-radius: 8px;
    box-shadow: 0px 5px 17px #bbb2b24a;
    background-color: #eee9e9;
}
.flat-latest .latest-content a {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
}
.link-style-2 a {
    color: var(--primary-color2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flat-latest .latest-content-bottom {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flat-latest .latest-content::after {
    transform-origin: right center;
}
.flat-blog .post-content-wrap::after, .flat-latest .latest-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.flat-latest .latest-content-box:hover .latest-post img {
    transform: scale(1.1);
}
.flat-latest .latest-content-box:hover .latest-post::after {
    transform: scaleX(1) perspective(400px);
}
.flat-latest .latest-content-box .latest-post::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    background-color: #05405559;
    z-index: 1;
    transform: scale(0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}
.flat-latest{
  margin-top: 70px;
}
.latest-post img{
      border: 3px solid #054c6c;
} 

@media(max-width: 768px){
  .header-inner {
    background: url(../images/inner-banner.jpg) no-repeat center top;
    background-size: cover;
    /* margin-bottom: 30px; */
    padding: 10px 0;
    padding-top: 84px;
    margin-top: 48px !important;
  }
}
