   
   * {
 /* font-family: Verdana;*/
     font-family: "Nunito Sans",Arial,Helvetica,sans-serif;
}

html,
body {
 /* overflow-x: hidden; */
font-family: "Nunito Sans",Arial,Helvetica,sans-serif;
font-weight: 400;
line-height: 1.5em;
    color: #181818; 
    
}

.services-bacground {
  /* padding-top: 10rem; */
  /* padding-bottom: calc(10rem - 4.5rem); */
  position: relative;
  height: 90vh;
  background: url(../../assets/home/2.png);
  background-size: cover;
}
.text-white {
  color: #fff !important;
}
/*.rounded-circle {*/
/*  margin-right: -30px;*/
/*}*/
.col-lg-3 {
  margin-left: -25px;
}

.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: url(../assets/ovetix-images/1.png);
  background-size: cover;
  height: auto;
}
.learn-more-btn {
  border: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6b84a3;
  color: #fff;
  display: flex;
  margin-left: 30px;
}

.forbottom {
  padding-top: 35%;
  /* transition: 0.4s ease; */
  cursor: pointer;
    /*padding-bottom: 0%;*/

}

.forbottom:hover {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 15%;
}

.data-hide {
  display: none;
}

.forbottom:hover .data-hide {
  display: inline-block;
}

/* .forbottom:hover button{
        margin-left: 1.6vw;
    } */

.heading-para {
  margin-right:0px;
  margin-top: 5px;
}
.heading-para h1 {
  font-size: 24px;
  font-weight: bold;
}
.heading-para p {
    font-weight: 600;
    font-style: italic;
    font-size: 17px;
    line-height: 26px;
    color: #393838;
        margin-top: 14px;
}

.card-text {
  font-size: 20px;
}
.card {
  /* width: 21.5rem; */
  padding-top: 40px;
  padding-left: 45px;
  padding-bottom: 20px;
}

.readmorelinks {
  color: #6b84a3;
}

.mapmarker {
  width: 117%;
}

.divider {
  width: 10%;
  margin: auto;
}
hr:not([size]) {
  height: 2px !important;
}

/* one */
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

/* two */

@media (min-width: 992px) {
  header.masthead {
    /* height: 100vh; */
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }

  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
}

li {
  list-style-type: none;
}

.search-bar input,
.search-btn,
.search-btn:before,
.search-btn:after {
  transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
  width: 3em;
  height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
  cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid {
  width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
  outline: transparent;
}
.search-bar {
  /* margin: auto; */
  /* padding: 1.5em; */
  justify-content: center;
  max-width: 10em;
}
.search-bar input {
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.4em #171717 inset;
  padding: 0.75em;
  transform: translate(0.5em, 0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-bar input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
  background: #fff;
  border-radius: 0.375em 0 0 0.375em;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset;
  transform: scale(1);
}
.search-btn {
  background: #171717;
  border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
  padding: 0.75em;
  position: relative;
  transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125);
  transform-origin: 0 50%;
}
.search-btn:before,
.search-btn:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}
.search-btn:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.2em #f1f1f1 inset;
  top: 0.75em;
  left: 0.75em;
  width: 1.2em;
  height: 1.2em;
}
.search-btn:after {
  background: #f1f1f1;
  border-radius: 0 0.25em 0.25em 0;
  top: 51%;
  left: 51%;
  width: 0.75em;
  height: 0.25em;
  transform: translate(0.2em, 0) rotate(45deg);
  transform-origin: 0 50%;
}
.search-btn span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
  background: #2762f3;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
}
.search-bar input:focus + .search-btn:before,
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before,
.search-bar input:valid + .search-btn:after {
  opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
  background: #0c48db;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
  transform: translateY(1px);
}



.sidenav {
  padding-top: 40px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -20px !important;
  right: 50px;
  font-size: 45px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 15px;
  }
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008cba;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.container:hover .overlay {
  width: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #707070;
}

/* hover on images */
.card-section-cards:hover .card-body .card-title {
  color: whitesmoke;
}

.card-section-cards:hover .card-body .card-text {
  color: whitesmoke;
}
.card .card-body {
  z-index: 9999;
}

/* Cards Section Styling */
.card .card-img-top {
  position: absolute;
  top: 0;
  height: 100%;
  display: none;
  background: url("assets/home/5.png") no-repeat;
  background-size: cover;
}

.card .card-img-top .layer {
  background: linear-gradient(
    -37deg,
    rgb(97, 156, 188) 0%,
    rgb(116, 112, 139) 100%
  );
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card:hover .card-img-top {
  display: block;
}
.card {
  border-radius: 0px !important;
}

/* 

/* forfront */
#forfront {
  background: url(../../assets/home/forfront.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
}

.inputofbanner {
  background: transparent;
  border: none;
  border-bottom: 1px white solid;
  color: white;
}

.section {
  text-align: center;
  font-size: 15px;
     /*font-size: 3em;*/
}

.navbar .navbar-collapse .navbar-nav .nav-item a.active,
.myactivebtncolor {
  color: #5aa2d1 !important;
}
/*.navbar {*/
/*  z-index: 99999;*/
/*  height: 9vh;*/
/*}*/

#nav-br {
  font-size: 2vw;
}

#navbarScroll .navbar-nav-scroll .nav-item {
  transition: 0.5s ease-in-out;
}

.vertical.carousel .carousel-indicators {
  bottom: auto;
  top: 50%;
  left: auto;
  /* right: 5px; */
  margin: 0;
  display: flex;
  align-items: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical.carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.vertical.carousel .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  border-radius: 100%;
}

.vertical.carousel .carousel-inner > .carousel-item > img {
 min-width: 100%;
/*  min-height: 100%;*/
}

/*.vertical.carousel .carousel-inner > .carousel-item > .carousel-caption {
  position: absolute !important;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
 
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}*/
.vertical.carousel .carousel-inner > .carousel-item > .carousel-caption {
    position: absolute !important;
    left: 43px !important;
    bottom: unset !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    height: unset;
    top: 40%;
    width: auto !important;
    margin: 0 !important;
    right: unset !important;
    padding: 14px !important;
   

}
.vertical.carousel .carousel-inner > .carousel-item > .bcms, 
.vertical.carousel .carousel-inner > .carousel-item > .pims,  
.vertical.carousel .carousel-inner > .carousel-item > .sms,
.vertical.carousel .carousel-inner > .carousel-item > .nist
{
    right: 91px !important;
    left: unset !important;
     
}
.vertical.carousel .carousel-inner > .carousel-item > .pullright
{
    right: 41px !important;
    left: unset !important; 
}




.vertical.carousel .carousel-inner > .carousel-item > .carousel-caption h1 {
  font-size: 30px;/*  font-size: 300%; */
  width: 100%;
   font-weight: normal; 
}

.vertical.carousel .carousel-inner > .carousel-item > .carousel-caption p {
  font-size: 100%;
  width: 60%;
  align-self: center;
  font-weight: 600;
}

.vertical.carousel
  .carousel-inner
  > .carousel-item
  > .carousel-caption
  div
  button:first-child {
  border: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  display: flex;
  margin-left: 30px;
  border: 1px solid #aaa;
}

.vertical.carousel
  .carousel-inner
  > .carousel-item
  > .carousel-caption
  div
  button:first-child:hover {
  background: transparent;
}

.vertical.carousel
  .carousel-inner
  > .carousel-item
  > .carousel-caption
  div
  button:nth-child(2) {
  border: 1px solid #aaa;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  display: flex;
  margin-left: 30px;
  transition: 0.5s ease;
}

.vertical.carousel
  .carousel-inner
  > .carousel-item
  > .carousel-caption
  div
  button:nth-child(2):hover {
  background: #6b84a3;
}

/* Small to Medium devices */
@media screen and (max-width: 767px) {
 /*.navbar{*/
 /*    background: #343a40!important;*/
 /*}*/
  #navbarScroll .navbar-nav-scroll .nav-item{
        margin: 0 0.5vw;
        background-color: transparent;
    }

  .navbar-brand,
  .navbar .navbar-collapse .navbar-nav .nav-item a.active {
    color: #5aa2d1 !important;
  }

  .navbar-brand,
  .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: black !important;
  }

  .vertical.carousel .carousel-inner > .carousel-item > img {
   /* height: 100%;*/
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption {
    position: absolute !important;
    left: 0;
    bottom: unset !important; 
    top: 20%;  
    
    margin: 0 !important;
    padding: 10px !important;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption h1 {
    font-size: 18px;
    
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption p {
   /* font-size: 3vw;
    width: 60%;*/
  }

  .vertical.carousel
    .carousel-inner
    > .carousel-item
    > .carousel-caption
    div
    button:first-child {
    border: none;
    margin: 0;
    width: 50%;
    font-size: 3vw;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #6b84a3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vertical.carousel
    .carousel-inner
    > .carousel-item
    > .carousel-caption
    div
    button:nth-child(2) {
    border: 1px solid white;
    width: 50%;
    font-size: 3vw;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    #navbarScroll .navbar-nav-scroll .nav-item{
        margin: 0 0.5vw;
        background-color: transparent;
    }
}

/* Medium to Large devices */
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .vertical.carousel .carousel-inner > .carousel-item > img {
    height: 60vh;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption {
    position: absolute !important;
    left: 0;
    bottom: 20%;
    /* top: 50%; */
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption h1 {
    font-size: 250%;
    width: 60%;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption p {
    font-size: large;
    width: 70%;
  }
  
  
}

@media screen and (min-width: 767px) {
  #navbarScroll .navbar-nav-scroll .nav-item { 
    margin: 0 0.5vw;
    background-color: transparent;
  }
}

.list-home-list.active {
  font-weight: 700;
  color: #fff;
}

.parallex {
  height: 200vh;
  width: 100%;
  background-image: url("../../assets/home/forfront.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-btn {
  width: 15vw;
  background: #6f7b97;
  padding: 10px;
  color: #fff;
  transition: 0.5s ease;
  border: 1px solid #aaa;
}

.services-btn:hover {
  background: transparent;
}

.filled-btn {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6f7b97;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-left: 30px;
  transition: 0.5s ease;
  border: 1px solid #aaa;
}

.filled-btn:hover {
  background: transparent;
}

.transparent-btn {
  border: 1px solid white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  background: transparent;
  color: #fff;
  display: flex;
  margin-left: 30px;
  transition: 0.5s ease;
}

.transparent-btn:hover {
  background: #6f7b97;
}

.transparent-more-btn {
  border-radius: 5px;
  border: 1px solid #b2b3b2;
  padding: 10px 70px;
  background: transparent;
  color: #000;
  display: flex;
  margin-left: 30px;
  transition: 0.5s ease;
}

.transparent-more-btn:hover {
  background: #6f7b97;
  color: white;
}

#mySidenav {
  background: url(assets/home/forfront.png);
  background-size: cover;
  height: 100vh;
  z-index: 999999999999999;
  padding-top: 20px;
}

.sidenav {
  padding-top: 40px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffff;
  display: block;
  transition: 0.3s;
  text-align: left;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -20px !important;
  right: 50px;
  font-size: 45px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

footer {
  background-color: #212121;
  font-size: 13px;

}
footer h2{
    border-bottom: 1px solid #797474;
    margin-bottom: 12px;
    padding: 5px 0px;
    font-size: 20px;
    font-weight: 600;
 
}
.border_rt {
    border-right: 1px solid #797474!important;
}
footer .border {
    border: 1px solid #b6b6b6!important;
}

ul.service{
    padding: 0px;
    margin: 0px;
}
ul.service li{
    color: #f8f9fade;
    border-bottom: 1px dotted #797474;
    padding: 3px 0px;
}
ul.service li a{
    color: #f8f9fade;
}
footer .text-light{
     color: #f8f9fade !important;
}

#scrollTopButton {
  color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #707172;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 58px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 4px;
}
#scrollTopButton:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollTopButton:active {
  background-color: #555;
}
#scrollTopButton.show {
  opacity: 1;
  visibility: visible;
}

@keyframes scale {
  5% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
}
.mouse-icon {
  position: absolute;
  bottom: 2vh;
  left: 47vw;
  animation-name: scale;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  cursor: pointer;
  z-index: 999999999;
}

.forpad{
    padding: 2rem 8rem;
}

.bg-light{
    background-color: #6f7b97 !important;
}
   .servicestxt{
         width: 60% !important;
           font-weight: 600;
    font-style: italic;
    font-size: 17px;
    line-height: 26px;
    color: #393838;
    }
 



/* For 480 Resolution */  
@media only screen and (min-device-width : 320px)  and (max-device-width : 480px)  
{ 
  
  .services-btn{
 width: 30vw;   
}
    .forpad{
    padding: 1rem 1rem;
}

     .services-bacground{
        height:60vh;
    }
      .servicestxt{
         width: 83% !important;
    }
    
     .forbottom:hover{
        padding-top: 10%;
        /*margin-top:10px;*/
    }

    .carousel-captionn {
    padding-top: 100px  ;
    position: absolute;
    bottom: 19px !important;
}
.carousel-captionn p {
    
    font-size: 13px !important;
}

.carousel-captionn h1 {
    
    font-size: 15px !important;
}

.carousel-captionn button {

    padding: 5px 10px !important;
    font-size: 10px !important;

}




}  
/* For 640 Resolution */  
@media only screen   
and (min-device-width : 360px)   
and (max-device-width : 640px)  
{.services-btn{
 width: 30vw;   
}
.forpad{
    padding: 1rem 1rem;
}

    .services-bacground{
        height:60vh;
    }
    .servicestxt{
        width: 83% !important;
    }
    
    .forbottom:hover{
        padding-top: 10%;
        margin-top:10px;
    }
    
}  


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

.navbar-brand, .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: white !important;
}
}


@media screen and (max-width: 767px)
{
    .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption div button:nth-child(2) {
    /*border: 1px solid white;*/
    /*width: 50%;*/
    /*font-size: 3vw;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    /*background: transparent;*/
    /*color: #fff;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    display:none;
}

}

@media screen and (max-width: 767px){
.vertical.carousel .carousel-inner > .carousel-item > .carousel-caption div button:first-child {
  border: none;
    margin: 0;
    width: 100%;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #6b84a3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filled-btn{
    width:52% !important;
}
}

@media screen and (max-width: 1000px){
#nav-br {
    font-size: 4vw !important;
    margin-left: 1.1vw;
}

}


.navbar .navbar-collapse .navbar-nav .nav-item a.active, .myactivebtncolor {
    color: #5aa2d1 !important;
}


.navbar{
    z-index: 999;
     /*height: 9vh; */
   /* height: 50px;*/
    margin: 0 !important;
    font-size: 1.7vw;
    margin: 0 1vw;
}


#nav-br{
    font-size: 2vw;
}

#navbarScroll .navbar-nav-scroll .nav-item{
    transition: 0.5s ease-in-out;
}


@media screen and (max-width: 1000px) {
    #navbarScroll .navbar-nav-scroll .nav-item a
    {     
         font-size: 15px;
         font-family: "Nunito Sans",Arial,Helvetica,sans-serif;
        text-align: center;
    }
    .navbar-collapse {
    background-color: rgba(34, 30, 30, 0.9) !important;
        margin: -20px;
    margin-top: 11px;
    }

    .navbar-brand, .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: white !important;
        
    }
  
      .navbar{
        padding: 0;
    }
    .navbar-collapse{
        background-color: rgba(34, 30, 30, 0.9) !important;
    }

   /* #navbarScroll .navbar-nav-scroll .nav-item a{
        font-size: 4vw;
    }

    #navbarScroll .navbar-nav-scroll .nav-item {
        margin: 0 auto !important;
    }

    #nav-br{
        font-size: 4vw !important;
        margin-left: 1.1vw;
    }*/

    .navbar-brand, .navbar .navbar-collapse .navbar-nav .nav-item a {
        color: white !important;
    }

    
}
@media screen and (min-width: 1000px){
    .navbar{
        /*font-size: 1.1vw;
        margin: 0 1vw;*/
        font-size: 15px;
        font-family: "Nunito Sans",Arial,Helvetica,sans-serif;
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
}
.carousel-captionn {
    position: absolute;
    bottom: calc(100% - 53%);
    left: calc(100% - 65%);
}

/* For 1024 Resolution */  
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)  
{ 
    
    .mapfooter{
        margin-left: -170px;width: 50%;
    }
    
}  


/* For 1366 Resolution */  
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px)  
{  .mapfooter{
      /*  margin-left: -170px;width: 50%;*/
    }
    
}  
    
    
    @media only screen   
and (min-width: 1370px)  
and (max-width: 1605px)  
{  .mapfooter{
       /* margin-left: -170px;width: 50%;*/
    }
  
   }  


   
    @media only screen   
and (min-width: 1606px)  
and (max-width: 1990px)  
{  .mapfooter{
        /*margin-left: -170px;width: 50%;*/
    }
  
   }  



h1, h2, h3, h4, h5, h6 {
    font-family: "Spartan",Arial,Helvetica,sans-serif;
}


 h1{ font-size: 32px; }
 h2{ font-size: 26px; }
 h3{ font-size: 22px; }
 h4{ font-size: 20px; }  
 h5{ font-size: 18px; }
 


h2.mt-5{
    font-size: 24px;
    font-weight: 600;
}
.text-muted{
    color:#181818;
}
.splide__list h2{
    
    font-size: 24px;
    font-weight: 600;
}
.blog_section h2 {
    font-size: 26px;
   font-weight: bold;
    padding: 10px 0px 20px;
}

.card-section-cards{
    border: 1px solid #b2b3b2;
}
.card-section-cards .card-body{
     padding: 2rem 2rem; 
}
.card-section-cards:hover, .card-section-cards:hover .readmorelinks a {
    color: #fff!important;  
}

.card-section-cards .card-title {
    /* margin-bottom: .75rem; */
    font-weight: bold;
    /*padding: 0px 0px 10px;*/
    font-size: 19px;
}
.brain h1{
  font-size: 28px;
  font-weight: 600;  
    
}
.brain p{
    text-align: center;
    color: #FFFFFF;
}

.events_sec h2{
    font-size: 28px;
    text-align: center;
    padding-bottom: 18px;
}
.forpad .card-title{
    font-size: 17px
}
.partnerstop a {
    background: #f2f2f2;
    margin: 12px 13px;
        display: inline-block;
}
.ml-5, .mx-5{
    margin: 0px!important;
    padding: 5px!important;
}
.wrappers {
   /* margin: 15% auto;
    width: 200px;*/
    
}
.wrappers a {
    font-size: 20px !important;
        line-height: 29px;
}.wrappers h5 {
    font-size: 28px;
}


.blogtop h5{
    color: #72aaef;
    text-align:left;
        margin-top: 10px;
}
.blogtop p {
    text-align: justify;
}
a.read_more {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
div#nav-tabContent {
    padding: 10px;
}
.card-text.mx-auto{
    font-size: 14px;
}

  
    
    h5.comming {
    text-align: center;
    width: 100%;
    vertical-align: middle;
            margin-top: 20%;
    font-size: 37px;
 
}
        
        .bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
}
    .btn-link {
    font-size: 15px;
    padding: 0;
    border: none !important;
    font-family: "Spartan",Arial,Helvetica,sans-serif;
    transition: none;
    font-weight: 600; 
        color: #212529; 
            
            }
            .btn.focus, .btn:focus{
                box-shadow:none !important; 
            }
            .btn-link.focus, .btn-link:focus{
                text-decoration: none; 
            }
    .box{
      background-color:#353337; 
        background:  linear-gradient(90deg,#848181,#353337); 
        color: #fff;
        box-shadow: 0 7px 30px -10px rgb(133 153 162 / 50%);
        border-radius: 10px;
        padding: 20px;
        min-height: 324px; 
        
    }
  .box h3 {
    border-bottom: 1px solid #979696;
    margin-bottom: 20px!important;
    font-size: 19px!important;
    padding: 12px 0px;
    font-weight: 600;
}
 .box_body h6 {
    font-size: 19px;
    padding: 6px 0px;
    /* font-weight: 700; */
}
    ul.clist {
    padding: 8px 0px 8px 19px;
    margin: 0px;
}.clist li {
    padding: 2px; 
    list-style-type: disc;
}
  .lines {
    border-bottom: 1px solid #f6f4f4;
    padding: 15px 0px;
}  
    .lines strong {
    font-weight:500;
}
    span.bullets {
    display: inline;
    margin-left: 62px;
}
    .box_bord{
        border-top: 5px solid #057485;
        padding-top: 18px;
    }
    a.aa.text-white {
    padding: 1px 0px;
    font-size: 15px;
}
    
    .srvc_tab h5{
        
        margin-top: 10px;
    } 
    .accordion .card{
      width: 100%;  
      padding: 0px; 
      
    }
    .socialmedia a{
      display: inline;
      padding:8px 8px 8px 8px; 
    }



button.transparent-btn.joinus {
    position: absolute;
    right: 300px;
    top: 130px;
    font-size: 32px;
    font-weight: 600;
    padding: 15px 52px;
}

.view-all .card-body h4{
    line-height: normal; 
}
  

.nav-link text-light{
   padding-right: 5px;
    padding-left: 5px; 
}

 @media (min-width: 768px){
 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}    
    
}
.partnerstop img {
    width: 100%;
    height: 57px;
}

.partnerslide .carousel-control-next i, .partnerslide .carousel-control-prev i{
   color: #fff;
   font-size: 30px;
   
}   

.partnerslide .logo-carousel img{
     width: 100px;
     height: 57px; 
}
partnerslide .logo-carousel a{
    width: 33%;
    padding: 0px 30px;
    border:1px solid;
}
       
 .carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

 slide-box img {
    
   /* max-width: 25%;*/
      
    flex: 0 0 25%;
    max-width: 100%;
    border: 1px solid #dddddd63;
    padding: 31px;
    height: 115px;
      
      
      
  }  
 

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    background: #07070738;
}
.address span {
    display: inline-block;
    width: 100%;
}
.col-md-4.address {
    margin-top: 7px;
}

section.topmost{
   /* background-image: url("assets/img/whitegray.png");
    background-repeat: repeat-x !important;*/
   /* background-color: #fff;*/
}

section.topmost h2{
   
    font-size: 28px;
} 
img.imgtopmost {
    width: 100%;
}
p.large_para {
    font-size: 20px;
    line-height: 28px;
}

.boxmiddle {
    margin-top: 30%;
}
.boxcard{padding: 15px 0px 2px;
    background-color: #ddd3;
    color: #057485;
    margin: 30px 0px;
}
.box_bord h7 {
    padding-bottom: 14px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
section.sec_gray h2, section.sec_white h2, section.sec_blue h2 {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
     
}
section.sec_gray h3, section.sec_white h3, section.sec_blule h3 {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
}

.sec_white{
 padding: 30px 0px;    
}
.sec_blue{
    padding: 30px 0px; 
    background: #010f2a;
    color: #fff;
       
}
.sec_gray{
    padding: 30px 0px;
    background: #f7f7f5;
}
.page_sms .box{
    min-height: 556px;
    margin-bottom: 10px;
}




.rounded_border{
        border: 1px solid #ddd;
    border-radius: 20px;
}

.boxcard {
     border: 1px solid #ddd;
     border-radius: 20px;
     padding: 15px 20px;
}  


#carouselExampleIndicators .carousel-item.service {
    height: 90vh;
   /* max-height: 600px !important; */
}

#carouselExampleIndicators .carousel-item {
    height: 100vh; 
}
.boxmiddle1 {
    margin-top: 42px;
}
.te_page .box{
 min-height: 403px;
}
  .accordion .card-header h2 {
    /* overflow-anchor: none; */
    padding: 0px 0px !important;
}  
.bottomWave{
        position: absolute;
        bottom: -1px;
        background-image: url("assets/img/bottom_wave_02_gray.png");
        
 }


.curve_gray {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    bottom: -1px;
    display: none;
} 
#banner .curve_gray{ bottom: -1px;}
.curve_gray img {
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
    float: left;
}
/*#banner-text h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}
div#banner-text .text-center {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
}


#banner {
    text-align: center;
    background: #191919; overflow: hidden;
}
#banner img.w-100{ width: auto;}
#banner img.h-100{ height: auto;}*/


  #banner{
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
 #banner img{ min-width: 100%; }

  #banner-text{
    position: absolute;
    top: 40%;
    width: auto;
      left: 30px;
      padding: 10px;
  }
.header-text{
  width: auto;
    
}
  #banner-text h2{
    font-size: 40px; 
  }

/*.carousel-item > .slanding{
    top: 30%!important;
}*/



.wysiwyg blockquote, blockquote {
  margin: 16px 0;
  padding-left: 30px;
  box-sizing: border-box;
}

.blog-post{border: 1px solid #E7E2E2; background-color: #fff;   padding: 15px; border-radius: 7px; margin-bottom: 40px; }
.blog-post h2{font-size: 23px !important;}.blog-post h3{font-size: 18px !important;}
.blogimg{ width: 100%; border-radius: 5px 5px 0px 0px;  margin-bottom: 15px;}
.sidebar{ border: 1px solid #E7E2E2; border-radius: 7px; background-color: #fff; }
.sidebar-header{
        padding: 13px;
        font-size: 17px;
        font-weight: 700;
        border-bottom: 1px solid #E7E2E2;
        color: #5c5858;
}
.sidebar-body{
  
  padding: 13px 10px 13px 34px;
  font-size: 14px;


}
.sidebar ul{padding: 0px; margin: 0px }
.sidebar ul li{padding: 5px 0px;border-bottom: 1px dotted #E7E2E2} 
.sidebar ul li a{color: #5c5858; font-size: 15px; text-decoration: none} 
.sidebar ul li:last-child{border-bottom: none}
.sidebar ul li i {
    font-size: 17px !important;
    margin-right: 8px;
    color: #5c5858;
}
.sidebar ul li:before {
        content: "\f35a";
    font-family: 'Font Awesome 5 Free';
    
    margin-left: -26px;
    color: #918b8b;
    margin-right: 10px;
}
.kurigram-blog-meta {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.kurigram-blog-meta-left {
  padding: 0 0 9px;
}
.kurigram-blog-meta-left i {
  color: #bbbdbe;
  margin-right: 5px;
}
.kurigram-blog-meta-left a, .kurigram-blog-meta-left span {
  color: #888888;
  font-size: 15px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.kurigram-blog-meta-left .fa-calendar-alt:before {
  content: "\f073";
  font-size: 16px;
}




blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: 1.3em;
    line-height: 1;
    color: rgba(0,0,0,.2);
    padding: 0 0 1em;
}

.team{margin-top: 30px;}
.columImg {
    float: left;
    width: 100px;
    border-radius: 50%;
}  
.columImg img {
    width: 100%;
    border-radius: 50%;
}
.colDesc {
    padding: 12px 15px;
    display: inline-block;
    width: 270px
} .tname {
 font-weight: bold;
}
.designation {
    font-size: 13px;
}
blockquote {
    font-style: italic;
    font-weight: 700;
    font-size: 17px;
}
#carouselExampleIndicators h2{
        font-size: 30px;
    font-weight: 700;
}
 #resent-job-post a{text-decoration: none} 
  #resent-job-post .detail {
    
    margin-bottom: 12px;
    border-radius: 5px;
    background-color: #f2f2f200;
    border: 1px solid #d6d4d4bd;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 20px;
    
}
        #resent-job-post .media-body {padding: 0px 10px}     
 #resent-job-post .detail h6 {
    font-weight: 700;
    margin-bottom: 12px;
   display: inline-block;
}#resent-job-post .detail h6 a {
    font-size: 20px;
    color: #181818;
}
 
        
 .company span {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 6px;
    font-style: italic;
}

.company i {
    font-size: 14px !important;
    padding: 0px 5px 0px 0px;
    color: #6d6c6c;
}
 span.desc {
    font-size: 15px;
    padding: 10px 0px;
    display: inline-block;
}
#resent-job-post .detail .btn-primary{
    width:100%;
    background: #060644ba;
    border: 1px solid #12094e;
}
 #resent-job-post .detail p.date-time {
    font-size: 14px;
    padding: 10px 0px;
}
.transbox{
    /*
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 7px;*/
}
 

.vertical.carousel .carousel-inner > .carousel-item > .addbg
{
   background-color: rgba(0, 0, 0, 0.3) !important; 
}
.vertical.carousel .carousel-inner > .carousel-item > .nobg
{
   background-color: rgba(0, 0, 0, 0) !important; 
} 

.boxx { 
    border-radius: 10px;
    min-height: 324px;
    margin-bottom: 15px
}
.bg-white {
    background-color: #fff!important;
}
.boxx-head {     padding: 20px 20px; }
.boxx-head h4 {font-size: 20px; font-weight: bold;} 
.boxx-head h4 a{text-decoration: none; color: #181818}
.boxx-body {    padding: 20px 20px; }
.boxx-img {text-align: center;     padding: 20px 20px;}
.boxx-img svg { width: 7em; height: 7em;} 
.readmr{width: 100%; display: inline-block; text-align: center}

.color-white{ color: #fff;}
.color-black{color:#000}
.color-brown{color: #D29C21}
.color-lightbrown{color: #f8dfa6}
.color-blue{color: #695CD6}
.color-lightblue{color: #29C9E8}
.color-purple{color: purple}
.color-red{color: #e80a0a}
.color-darkblue{color: #130872;}
.color-darkBrown{color: #866009;}

.font-small{font-size: 28px; font-weight: 700;} 
.font-medium{font-size: 38px; font-weight: 700;} 
.font-large{font-size: 45px; line-height: 45px; font-weight: 700;}
.font-xl{font-size: 50px; font-weight: 700;}
.font-xxl{font-size: 55px; font-weight: 700;}
.font-xxxl{font-size: 60px; font-weight: 700;}
.font-exl{font-size: 80px; font-weight: 700; line-height: 70px}

.tagline-vdo-fnt{font-weight:normal !important; font-size: 50px !important;}



.captxt{display: inline-block;text-align: left !important; width: 100%; line-height: 39px; }
.sms .captxt{text-align: right!important; }
.locations { padding: 14px 0px;}
.locations h5.minitxt { color: #706b6b;    font-size: 14px;    margin-bottom: 13px;}
.locations h4{color: #181818}

.career-text {
    position: absolute;
    top: 20%;
    width: auto;
    left: 40px;
    right: unset;
    padding: 10px;
}
.career-text  .captxt{
    text-align:left !important;
}
.tagstyle{font-weight: 700; font-size: 17px }

element.style {
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.srvc_tab h5 a, .blogtop h5 a{
    padding: 4px 0px;
    color: #72aaef;
    font-size: 20px;
    font-weight: 700;
}
.srvc_tab .mb-5, .srvc_tab .my-5{ margin-bottom: 5px !important; margin-top: 0px !important;}

.bg-darkgray {       background-color: rgb(30 28 28 / 39%)!important;    color:#fff;    min-height:  200px; } 
.bg-darkgray .locations{padding: 25px 15px;}
.bg-darkgray .locations h5.minitxt {    color: #d3d1d1;    font-size: 14px;    margin-bottom: 13px;}
.bg-darkgray .locations h4 {    color: #fff;    }
.ourplaces h2.heading{ padding: 10px 0px; text-align: center; color: #fff;/* #72aaef*/ }
.btncontact {padding: 20px 33px;
    font-size: 21px;
    width: 346px;
    background-color: #1e1c1cd1;
    border-color: #2F2C2C;
}
.d-flex-mushi{margin-top: 40px}

.balb{top: 58%; }
.highlightedfont{
    font-size: 33px;
    line-height: normal; 
    margin-top: 6%;
}

/* ------------- mushi res mobile ---------- */

@media (min-width:320px) and (max-width: 576px) {
    .balb{top: 45%; }  
/*.font-xl{font-size: 30px;}*/
.font-xl{font-size: 20px;}
.font-xxl{font-size: 22px;}
.font-xxxl{font-size: 24px;}  
/*.font-exl{font-size: 22px; line-height: normal;font-weight: 500;}*/
.tagline-vdo-fnt{font-weight:normal !important; font-size: 22px !important;line-height: normal}
    
    
    
 .font-small{font-size: 17px; } 
.font-medium{font-size: 23px } 
.font-large{font-size: 20px  !important; line-height: normal}
.captxt{  line-height: normal;}
 div#carouselExampleIndicators {
    margin-top: 45px;
}
    
.career .font-large{font-size: 23px}  
.career .font-xl {    font-size: 26px;}
    
    #carouselExampleIndicators h2 {
    font-size: 16px;
    font-weight: 700;
}
    
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  } 
    #carouselExampleIndicators .carousel-item {
    height: auto!important;
}  
  #carouselExampleIndicators .carousel-item.service {
    height: auto!important;
}

    img.h-100{height: auto!important; margin-top: 45px} 
    
    #banner-text{top: 30%; left: 1%}
    #banner-text h2{font-size: 26px; line-height: normal;}
    .header-text {width: 90%;font-size: 14px;}  
    #banner{height:auto; }
    
    
    .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption h1 {font-size: 18px; width: 100%;}
     .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption{
        left: 6px !important;
        padding: 10px !important; 
       max-width: 97%;
    }
    .vertical.carousel .carousel-inner > .carousel-item > .pims,  
    .vertical.carousel .carousel-inner > .carousel-item > .sms,
    .vertical.carousel .carousel-inner > .carousel-item > .nist
    {
    right: unset !important;
    left: unset !important;

    }
    
    
    .pr-5, .px-5{padding:20px 5px !important;}
    #mySidenav{padding: 5px;}
    .list-group{border: none!important}
    .list-home-list{line-height: 1.5em;}
    .sidenav a { padding: 2px 8px 2px 6px; text-decoration: none;font-size: 21px;}
    .navbar-collapse{margin: 0px;}
    .box{margin-bottom: 5px;}
    .splide__slide__container .data-hide{display: block!important}
    #slider-bg .dark-bg{min-height: 370px;}
    .socialmedia{position: none; }
    .vertical.carousel .carousel-inner > .carousel-item > img{height: auto!important; min-height: auto!important; width: 100%;}
    img.mainBanner{height:auto!important; min-height:auto;}
    .homebanner{margin-top: 45px;} 
    .boxmiddle { margin-top: 5%;}
    .page_sms .box{
    min-height: auto;
    margin-bottom: 10px;
    }
    .box{min-height: auto !important;}
 
	.btn-dark{margin-top: 5px !important; padding: 2px 12px !important;}
  /* ------------- mobile end ---------- */  
    
}           
             
@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 100%;
    border: 1px solid #dddddd3b;
    padding: 31px;
    height: 86px;
  }
    

}

@media (min-width: 992px)
{
  .slide-box img {
    
   /* max-width: 25%;*/
      
    flex: 0 0 25%;
    max-width: 99%;
    border: 1px solid #dddddd3b;
    padding: 31px;
    height: 115px; 
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  /* border-radius: .5rem; */
}

/* ----------------------------------------------- 

                new code 7-5-2002

----------------------------------------------- */
.list-community {
  background-image: linear-gradient(90deg,#fc3650 0,#9146fe);
}
 
.list-community--title { 
  display: block;
  text-transform: uppercase; 
  font-family: Source Sans Pro,Arial,sans-serif;
  font-weight: 700;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  color: #fff; 
}
 
.list-community ul.menu {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: 400;
  vertical-align: baseline;

  font-kerning: normal;
  line-height: 1.25;
}


.list-community ul.menu li {
  width: 33.3%;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: 400;
  vertical-align: baseline;  
  text-align: center;
}

.list-community ul.menu li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: hsla(0,0%,100%,.2);
}

.list-community ul.menu li:nth-child(1):after {
  display: none;
}
.list-community ul.menu li a {
  transition: all .25s ease-out;
  font-size: 28px;
  font-weight: 700;
  
}
.list-community ul.menu li a i{
  font-size: 28px;
  font-weight: 700;
} 

.partner_logos img{ 
  width: 100%; 
}
.plogo{
  margin:  8px 0px 8px 0px;
}
.career_section{
    background-image: url(assets/oss-banners/OSS_BANNER66png.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 65vh;
    overflow: hidden;
    background-size: cover;
}
.teaser-highlight--content {
  padding:10px 0px 0px 0px ;
  width: 38%;
}
i.text-light {
  font-size: 28px;
  margin-right: 6px;
  margin-top: 15px;
}
.footer_bg{ 
background-image: linear-gradient(90deg,#848181 0,#353337)
}
.footer_strip_bg{
  background-image: linear-gradient(178deg,#8b8787 0,#3b3b3c)
}
.career_bg{
  background: linear-gradient(137deg,#050506,#ffffff);
}
.career_img_sec{
  background-image:linear-gradient(128deg,#e2e1e9,#edecf2);

  /* background-image: url(assets/oss-banners/career1.jpeg);
   background-position: calc(5%); */

   background-image: url(assets/oss-banners/OSS_BANNER66png.png); 
   background-position:right center;
  background-size: cover;
  min-height: 450px;
  
}

.heading-large {
  font-size: 45px;
  line-height: 45px; 
  font-weight: 700 !important;
}
.heading-medium {
  font-size: 28px;
  font-weight: 700 !important;
}
.heading-small {
  font-size: 18px;
  font-weight: 700 !important;
}
.text_container{
  margin-top: calc(15%);
  margin-bottom: calc(15%);
  width: 100%;
  margin-left: 90px;

}

.joinbtn{
  margin-top: 20px;
  padding: 10px 30px;
  background-color: #55575a;
  border: none;
  cursor: pointer;
  color: #fff;
}
/* --------------------------------------------------------

        // whats ap chat csss

-----------------------------------------------------------*/
#wa_btn-content {
  box-sizing: border-box;
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: inherit,Roboto;
}
#wa_btn-content {
  position: fixed; z-index: 999; bottom: 9px; right: 9px;
}

#wa-widget-wrapper{
  position: fixed; z-index: 999999; bottom: 57px; right: 10px;
  display: none;
}

#wa_btn-content { background: #707172; border-radius: 8px}
.wa_widget-button a:hover{
  text-decoration: none;
  color: #fff;
}
#wa_btn-content p {
  margin-left: 8px!important;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}




#wa-widget-wrapper>div, #wa-widget-wrapper h1, #wa-widget-wrapper h2, #wa-widget-wrapper h3, #wa-widget-wrapper h4, 
#wa-widget-wrapper h5, #wa-widget-wrapper input, #wa-widget-wrapper p, #wa-widget-wrapper textarea {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
} 

#wa-btn-wrapper p{
margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
#wa_widget-content {
  width: 350px;
  background: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 12%);
  border-radius: 8px;
  font-family: inherit,Roboto;
}
.wa_widget-brand-container {
  display: flex;
  padding: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.wa_widget-brand-image {
   
  width: 45px;
  /* border-radius: 100%; */
  margin-right: 12px;
}
 
.wa_widget-brand-info h4 {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.wa_widget-brand-info p {
  font-size: 12px;
  margin-block-start: 0;
  margin-top: 4px;
  color: #4f4f4f;
}
.wa_widget-close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.wa_widget-close-btn svg {
  display: table-row!important;
}
.wa_widget-message-container {
  padding: 24px 20px;
  background-image: url(https://user-images.githubusercontent.com/4735407/153391597-dbe0e13e-7ea8-4d7c-9b5c-66d0400df3d3.png);
}
.wa_widget-message {
  display: inline-block;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 12%);
  border-radius: 16px;
  word-wrap: break-word;
}

.wa_widget-message h4 {
  color: grey;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}
.wa_widget-message p {
  font-size: 14px;
  color: #1a1a1a;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 270px;
}
.wa_widget-button-container {
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}
.wa_widget-button {
  box-sizing: border-box;
  display: inline-flex;
  background: #707172;
  padding: 6px 55px;
  box-shadow: 0 0 8px 1px rgb(0 0 0 / 12%);
  color: #fff;
  align-items: center;
  cursor: pointer;
  border-radius: 8px
}

.wa_widget-button p, svg {
  box-sizing: border-box;
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

 

.wa_widget-button p {
  margin-left: 8px!important;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
/* --------------------- WhatsApp End here------------------------- */
.btn-primary {
  color: #fff;
  background-color: #886ab5 !important;
  border-color: #886ab5 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #7453a6;
  border-color: #6e4e9e;
}
.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}
.btn-success:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}
.btn-warning {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffb61b;
  border-color: #ffb20e;
}
.invalid{
color: rgb(252, 151, 151);
font-size: 14px;
}
.cls_show{
  display: block;
}
.cls_hide{
  display: none;
}


.mycustomcls{ 
    display: block ;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.mucustfont{
  font-weight: normal!important;
}
.boxx-img img {
  max-width: 100%;
}
/* -----------------------------home social media carasul  */

h2.heading{
  font-size: 24px;
  font-weight: 600;
  color: #5e5c5c;
}
.bg-left-half {
  position: relative; 
}
  .bg-left-half:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    /* background-color: #f1f1f1;  */
    background-color: #f7f7f5;
 
  }

.media-29101 img {
  margin-bottom: 20px; }

.media-29101 h3 {
  font-size: 16px;
  font-weight: 900 !important; 
}
  .media-29101 h3 a {
    color: #595a5c; }

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -5px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }
 
 
/* -------------end ------------- */

/* -------------event slider  ------------- */
  .bg-event{
    min-height: 318px;
    background-color:#fcfcfc ;
  }
  
/* -------------end ------------- */
a.register_link {
  margin: 9px 30px;
  display: inline-block;
  font-weight: bold;
  color: #787373;
   
  
}





@media (min-width: 640px){
.list-community--title { 
    padding-bottom: 0;
    text-align: left;
}  
.list-community ul.menu {
  flex-wrap: nowrap;
  justify-content: left;
} 
.list-community ul.menu .list-community--item:nth-child(3n+1):after {
  display: block;
}
.list-community ul.menu .list-community--item a {
  margin: 10px auto;
} 
}

@media (min-width: 360px) and (max-width: 767.98px) {
  .partner_logos img{
    height: auto;
    margin-bottom: 10px;
  }
  .heading-para {
    margin-right: 0px;
    margin-top: 5px;
    padding: 31px 0px 30px 0px;
  }
  .partner_section{
    margin: 0px !important;
    padding: 0px !important;
  }
  .plogo {
    width: 50%;
  }
  .bt_bb_section60e4461437237{
    height: auto;
  }
  .career_section{
    
     height: auto;  
  }
  .heading-large {
    font-size: 36px;
  }

  .text_container{
    
    margin-left:0px;
  
  }
}

.btn-event a, .btn-event i {
  color: white;
}