
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

 
 

.avatar-xs {
  height: 5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 30px;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 8rem;
  width: 8rem;
}

 

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  color: #1c2f50;
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 16px;
  line-height: 25px;
}

html {
  scroll-padding-top: 110;
  /* height of sticky header */
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

hr {
  opacity: 0.15 !important;
}

 
 

.contact {
  background-color: rgba(37, 88, 171, 0.05);
}
.contact .contact-item .custom-form {
  position: relative;
  bottom: -80px;
  box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
  padding: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  animation: color-change 6s linear infinite;
  border-left: solid 4px #ff1493;
}
.contact .contact-item .custom-form .contact-form {
  margin-bottom: 15px;
  box-shadow: none !important;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #efefef;
  font-size: 15px;
  border-radius: 0;
  z-index: 1;
  border: none !important;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5) !important;
}
.contact .contact-item .custom-form .contact-form:focus, .contact .contact-item .custom-form .contact-form:active, .contact .contact-item .custom-form .contact-form.active {
  border-color: #2fb4ae !important;
}
.contact .contact-item .custom-form ::placeholder {
  color: rgba(151, 151, 151, 0.7) !important;
}
.contact .contact-item .custom-form .form-check-input:checked {
  background-color: #2fb4ae;
  border-color: #2fb4ae;
}
.contact .contact-item .custom-form .form-check-input:focus, .contact .contact-item .custom-form .form-check-input:active {
  box-shadow: none !important;
}
.contact .contact-item .custom-form .form-section {
  z-index: 1;
  position: relative;
  bottom: -100px;
}

body[data-layout-mode=dark] .contact {
  background-color: #343f4b !important;
  color: #ffffff !important;
}
body[data-layout-mode=dark] .contact .custom-form {
  background-color: #303841 !important;
}
body[data-layout-mode=dark] .contact .custom-form .form-control {
  background-color: #303841 !important;
}
body[data-layout-mode=dark] .contact .custom-form .form-group .form-control {
  background-color: #303841 !important;
}

.footer {
  background-color: #1c2f50;
  padding: 120px 0;
}
.footer .footer-text li {
  margin: 10px 0;
}
.footer .footer-text li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  transition: all 0.5s;
}
.footer .footer-text li:hover a {
  color: #2fb4ae;
}
.footer .linkedin-box {
  background-color: rgba(47, 180, 174, 0.1);
  padding: 20px;
  border-radius: 14px;
}
.footer .linkedin-box a {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.footer .linkedin-box::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 30px;
  transform: rotate(-65deg);
  border-top: 35px solid #1e3c5a;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 50px solid transparent;
  z-index: 1;
}
.footer .linkedin-box:hover a {
  color: #2fb4ae;
}
.footer .input-group .input-group-text {
  border: none !important;
}
.footer .icon-item .social-icon {
  border-radius: 18px 18px 18px 0;
  border: 1px dashed rgba(47, 180, 174, 0.2);
  text-align: center;
  margin: 0 5px;
  transition: all 0.5s ease-in-out;
  color: #2fb4ae;
}
.footer .icon-item .social-icon:hover {
  background-color: #2fb4ae;
  color: #ffffff;
}

.bottom-footer {
  background-color: #15233b;
}

@media (max-width: 1200px) {
  .footer .linkedin-box::before {
    bottom: -28px;
  }
}
@media (max-width: 992px) {
  .footer .linkedin-box::before {
    display: none;
  }
}
body[data-layout-mode=dark] .footer {
  background-color: #303841 !important;
}
body[data-layout-mode=dark] .footer .linkedin-box {
  background-color: #343f4b !important;
}
body[data-layout-mode=dark] .footer .linkedin-box::before {
  border-top: 35px solid #343f4b;
}
body[data-layout-mode=dark] .bottom-footer {
  background-color: #343f4b !important;
}



.ms_container{
  width: 100%;
  font-family: "Poppins", sans-serif;
  background: url('../img/bg4.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
 }

 .ms_authorimg{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
 }
 .ms_authorimg img{
  width: 350px;
 }

.msheadtitle{
  width: 100%;
  float: left;
}
.msheadtitle h3{
  font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.leaders_box{
  width: 100%;
  float: left;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.leaders_box ul{
  margin: 0;
  padding: 0;
  text-align: right;
}
.leaders_box ul li{
  list-style: none;
  display: inline;
  
}
.leaders_box ul li img{
  width: 90px;
  border: #fff solid 2px;
  border-radius: 10px;
  text-align: center;
}

.msdisgt{
  width: 100%;
  float: left;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  margin-top: -22px;  
}
.msdisgt h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Jost', sans-serif;
  text-align: center;
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 30px;
  background: #4CAF50;
  border-radius: 20px;
}

.statebox{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.telugutahlli{
  width: 100%;
  float: left;
}
.telugutahlli img{
  width: 200px;
}
.mapboxstamp{
  width: 100%;
  float: left;
  margin-top: 2px;
  text-align: center;
}
.mapboxstamp img{
  width: 200px;
}
.mt-2{
  margin-top: 20px;
}
.mapbox{
  width: 100%;
  float: left;
  text-align: center;
 }
.mapbox img{
  width: 503px;
  background: #fff;
  border: #fff solid 2px;
  padding: 30px 20px;
  border-radius: 125px;
}

.ftrbox{
  width: 100%;
  float: left;
}


.ftrbox .icon-item .social-icon {
  border-radius: 18px 18px 18px 0;
  border: 3px solid #ffffff;
  text-align: center;
  margin: 0 5px;
  transition: all 0.5s ease-in-out;
  background-color: #2fb4ae;
  color: #ffffff;
}
.ftrbox .icon-item .social-icon:hover {
  color: #f44336;
  background: #fff;
}
.d-flex {
  display: flex!important;
}

.center_box{
  display: flex;
  justify-content: center;
}
.mt-70{
  margin-top: 70px;
}

@media(max-width:480px){
  .mapbox img{
    width: 100%;
  }
  .leaders_box ul li img {
    width: 80px;
  }
}

.overabout{
  width: 100%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/bg-top.png);
  background-size: cover;
}
.biobox{
  border-radius: 1px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, .01);
    /* background-color: #fff; */
    padding: 30px;
}
.user_pic{
  width: 100%;
  float: left;
  position: relative;
}
.user_pic img{
  width: 100%;
  max-height: auto;
  border: #fff solid 1px;
    box-shadow: 0px 3px 10px 0px rgb(28 47 80 / 17%);
}

.user_pic:before {
  position: absolute;
  content: "";
  left: -25px;
  top: -20px;
  background: #072445;
  width: 380px;
  height: 420px;  
  z-index: -1;
}

.homebio{
  width: 100%;
  float: left;
}
.homebio h1{
  position: relative;
  font-weight: 800;
  font-size: 27px;
  line-height: 1.2;
  font-family: 'Jost', sans-serif;
  color: #ec3000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.homebio h1:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -7px;
  width: 70px;
  height: 3px;
  background: #FF3D4F;
}
.homebio p{
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.homebio ol{
  margin: 0;
  padding: 0;
}
.homebio ol li{
  list-style: circle;
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 25px;
}

.mt-4{
  margin-top: 40px;
}

.blue_bg{
  background: #072445;
}
.text-white{
  color: #fff !important;
}
.text-yellow{
  color: #ffeb3b !important;
}
.brdr-none{
  border: none !important;
}
.brdr-none img{
  border: none !important;
}

.aritecalbox{
  width: 100%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
} 
.justify-content-center{
  justify-content: center;
}
.display-flex{
  display: flex;
}
.text-center{
  text-align: center !important;
}

.text_center  h1:before {
  position: absolute;
  content: "";
  left: auto;
  bottom: -7px;
  width: 130px;
  height: 3px;
  background: #FF3D4F;
  text-align: center;
  margin: 0 auto;
}

.mediaboxs img{
  width: 100%;
}


.copysection{
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #072445;
}
.copysection p{
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  text-align: center;
}


.site-header.scrolled {
  position: fixed;
  top: 0;
  background: #fff;
  transition: .0s all ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 9999;
  width: 100%;
}

.site-header.awake {
  transition: .3s all ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.navigation-2.site-header.scrolled {
  background: #072445;
}
 

.navigation-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.navigation-2 .nav-link {
  padding: 8px 15px !important;
    text-transform: uppercase;
    font-size: 14px;
    /* letter-spacing: .5px; */
    font-weight: 700;
    color: #fff !important;
    /* border: #fff solid 1px; */
    float: left;
    box-shadow: 0 0.5rem 1.5rem rgb(37 39 52 / 19%) !important;
    font-family: 'Jost', sans-serif;  
}

@media (max-width: 480px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
  .user_pic:before {
    position: absolute;
    content: "";
    left: -25px;
    top: -20px;
    background: #072445;
    width: 280px;
    height: 322px;
    z-index: -1;
  }
  .ms_container{
    padding-bottom: 50px;
  }
  .biobox{
    padding: 30px 10px;
  }
  .navbar{
    min-height: 72px;
  }
  .navbar-brand h2 span{
    width: 100%;
    float: left;
  }
  .navbar.navbar-expand-lg.navigation-2.site-header{
    display: none;
  }
  .navbar.navbar-expand-lg.navigation-2.site-header.scrolled{
    display: block;
  }
}

@media (max-width: 400px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
}

@media (max-width: 768px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
}

@media (max-width: 992px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
}
#navbarmain ul{
  text-align: right;
  float: right;
}
#navbarmain ul li{
  list-style: none;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}
.navbar-brand h2{
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-family: 'Jost', sans-serif;
}
.navbar-brand{
  padding: 4px;
}
.navbar-brand h2 span{
  font-size: 15px;
  color: #ffeb3b !important;
}
.navbar-brand{
  display: none;
}
.navigation-2.site-header.scrolled .navbar-brand{
  display: block;
}
.ms-auto {
  margin-left: auto!important;
}
.btn-rhtb{
  float: right;
  margin-top: 5px;
}
.btn-rhtb a{
  box-shadow: none !important;
  border-radius: 26px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  padding: 0 23px;
  outline: none !important;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 0;
  background: #ffb400;
}
.navigation-2 a.nav-link{
  box-shadow: none !important;
}

.timeluser_pic{
  width: 100%;
  float: left;
  position: relative;
}
.timeluser_pic img{
  width: 100%;
  max-height: auto;
  border: #fff solid 1px;
    box-shadow: 0px 3px 10px 0px rgb(28 47 80 / 17%);
}

 













