.topnav-centered  {
padding-left: 200px;
  }
  .headingtx{
    font-family: 'Oswald';
    font-weight: 800;
    color: white;
}
@media screen and (max-width: 1000px) {
  #absec{
      padding-left: 10px;
      padding-right: 10px;
  }
  .topnav-centered  {
      padding-left: 20px;
        }
  .tc{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    text-shadow: none!important;
  }
  #logoimg{
    display: none;
  }
  .hsrc{
    display: none;
  }
  #ivsrc{
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  #callnum{
    display: none;
  }
  #logoimg2{
    display: none;
  }
  #ivsr2{
    display: none;
  }
  #chhose{
    margin-top: 35px!important;
  }
}
.navbar-expand-sm .navbar-nav .nav-link{
  color: white;
  font-weight: 600; 
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-expand-sm .navbar-nav .nav-link:hover{
background-color: rgba(255, 255, 255, 0.192);
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-caption div img{
  animation: zoom 600s;
}
@keyframes zoom{
  form{
    transform:scale(1)!important;
  }
  to{
    transform: scale(1 ,1)!important;
  }
}

#carouselExampleDark .carousel-inner .carousel-item img{
  animation: zoom 30s;
}
@keyframes zoom{
  form{
    transform:scale(1.1);
  }
  to{
    transform: scale(1.5 ,1.5 );
  }
}

.ptxt2{
  font-family: 'Lora'!important;
  margin-bottom: 20px;
  font-size: 14px;
  color: #222;
  line-height: 20px;
  font-weight: 400;
}
.top-icon-color{
  color: #0051a2;
}
.top-icon-text{
  color: #0051a2;
  font-weight: 600;
}
.active{
  font-weight: 700!important;
}
.carousel-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 0.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  left: 20%;
  top: 15%;
}
.slidertext{
  color: white;
  font-family: 'Roboto';
  font-size: 25px;
  text-shadow: -2px 2px 3px black;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}
.box_space{
  margin-top: 35px;
  margin-bottom: 35px;
}
.box_space_2{
  padding-top: 55px;
  padding-bottom: 55px;
}
.box_saparator{
  margin-top: 10px;
  margin-bottom: 10px;
}
.heading{
  font-family: 'lora';
  color: #452b76;
  font-weight: 900;
}
.heading2{
  font-family: 'Roboto';
  color: #452b76;
  font-weight: 900;
}
.sub_tx{
  font-family: 'Roboto';
  color: orangered;
  font-size: 15px;
}
.para{
  font-family: 'Roboto';
  color: #666666;
}
.para_2{
  font-family: 'Roboto';
  color: #626c84;
  font-size: 14px;
}
.paragraph{
  font-family: 'Roboto';
  color: white;
}
.box_back{
  background: linear-gradient(to bottom right ,#0c0c0c,#009dc1);
}
.heading_for_blue{
  font-family: 'lora';
  color: white;
  font-weight: 900;
} 
.slider_logo
{
  filter: drop-shadow(-1px 1px 1px #000);
  width: 120px;
}
.banner_tx{
  font-family: 'lora';
  color: white;
  font-weight: 900;
  font-size: 75px;
  text-shadow: -5px 5px 10px black;
} 
.card_tx{
  font-family: 'lora';
  color: #074b91;
  font-weight: 900;
  text-align: center;
} 
.card_deco{
  width: 200px;
  border-radius: 0px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.tbl_sp{
  padding: 15px;
  padding: 15px;
}
.work_sec{
  background-image: url('Images/work_back.png');
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.icon_size{
  font-size:40px!important;
  color: orangered;
}

.back_img{
  background-image: url('Images/back_img.jpg');
  background-position: fixed;
  background-repeat: no-repeat;
}
.back_side{
  background-color: #040c3ed4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.text_black{
  text-decoration: none;
  color: #222;
}
.text_black:hover{
  color: black;
}
.sm_src_tex{
  font-family: 'Oswald';
  font-weight: 800;
}
.cd_deco{
  border-radius: 0px;
  background-color: #040c3ec7;
  color: white;
  border: 1px solid white;
}
.cd_deco:hover i{
  font-size: 35px!important;
  transition: all ease 0.5s;
}
.cd_deco:hover{
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}
footer a{
  text-decoration: none;
}
.about_back{
  background-image: url(Images/banner1.jpg);
  background-position: center;
  text-align: center;
}
.box_shadow{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 0px;
  border: 1px solid gray;
}
.ab_card{
  border-radius: 0px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border: 1px solid #040c3ec7;
}
.img_ajdt{
  width: 80px;
  filter: drop-shadow(-2px 2px 2px #000);
}
.adress{
  color: #074b91;
  font-weight: 600;
  font-family: 'Roboto';
}
.about_card_icon {
  font-size: 40px !important;
  color: white;
  border: 3px solid #074b91;
  border-radius: 50%;
  padding: 20px;
  background-color: #2a6fb4;
}
.lb_card:hover .about_card_icon{
  font-size: 40px!important;
  color: white;
  border: 3px solid #db3b00;
  border-radius: 50%;
  padding: 20px;
  background-color: #ff4500d1;
}
.active{
  text-decoration: 2px solid #442e75 underline;
  text-underline-offset: 8px;
}
.c_button{
  padding: 8px 20px;
  border-radius: 0px;
  font-weight: 600;
  background-color: #452b76;
  color: white;
  border-color: #1b0a3c;
}
.sub_heading_{
  font-family: 'lora';
  color: black;
  font-weight: 900;
}
.cd_tetx{
  font-family: 'Roboto';
  color: #666666;
}
.un_line{
  text-decoration: 2px solid #fc5e16 underline;
  text-underline-offset: 8px;
}
.ser_box{
  padding: 30px 10px;
}
.shadow_ser{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.link_color{
  color: white;
}
.link_color:hover{
  color: white!important;
}
.icon_box{
  font-size: 24px!important;
  background-color: #1c0842;
  padding: 10px;
  color: white;
  width: 45px;
  text-align: center!important;
}
.anchor_color{
  color: #666666;
}
.anchor_color:hover{
  color: #666666;
}
.text_aligh{
  text-align: center!important;
}
.nav_incon{
  font-size: 18px !important;
  background-color: #ff4500d9;
  padding: 9px;
  color: white;
  border-radius: 50%;
}
.underli{
  text-decoration: 2px solid underline;
  text-underline-offset: 5px;
}
.slider_box{
  color: white;
  font-weight: 500;
  background-color: #4b307fa3;
  padding: 20px;
  width: 640px;
  border: 2px solid white;
}
.sltx{
  color: white;
  text-decoration: 2px solid #4b307f  underline;
}
.con_text_{
  background-color: #4b307f;
  padding: 10px 20px;
  color: white;
}
.con_head_{
  background-color: #ffc107;
  color: black;
}
.nav_top{
  background-color: #4b307f !important;
  color: white;
}
.logo_size{
  width: 250px;
}
.ser_heading{
  text-align: center;
}
.size_img{
  width: 100%!important;
}

.img_trans_main{
overflow: hidden;
transition: all ease 5s;
text-align: center;
}
.img_trans_main:hover .img_trans{
scale: 1.1;
transition: all ease 5s;
filter: grayscale(60%);
}
.heading_card{
  padding-top: 10px;
}
.hoverbutton:hover {
  background-color: #4a2f7e;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}
.hoverbutton:hover a{
  color: white;
  font-weight: 600;
}
.main_dec{
  text-align: justify!important;
   text-align-last: center!important;
}
.saparate_border{
  border-right: 2px solid gray;
}
.top_back_color{
  background-color: #4a2f7e;
}
.text_color_white{
  color: white!important;
}
.footer_img_bcol{
  background: url('images/footer_back.png'), #4a2f7e;
}
.footer_top_back{
  background-color: #ff9f00;
}

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;

  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  font-weight: 900;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}