@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
ul.sss {padding: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    right: 0;
    /* height: 300px; */
    /* height: 200px; */
    width: 40px;
    z-index: 1;
    margin-bottom: 0; }
ul.sss li { 
    width: 40px;
    height: 35px;
    position: absolute;
    top: 100%;
    list-style: none;
    
    text-align: center;
    transform-origin: 100% top;
    transition: all 0.5s linear;
    
}
/* ul.sss li:nth-of-type(1) { transition:transform 0.5s linear; 
    
}
ul.sss li:nth-of-type(2) { transition:transform 0.4s linear; 
   
}
ul.sss li:nth-of-type(3) { transition:transform 0.3s linear;
   
 }
ul.sss li:nth-of-type(4) { transition:transform 0.2s linear; 
   
} */

ul.sss li:nth-of-type(5) { 
    z-index: 2;
    background: #3187fc;
    right: 40px;
    width: 100px;
    height: 40px;
    margin-top: -36px;
    font-weight: 600;
    color: white;
    font-size: 13px;
    line-height: 24px;
    top: 86%;
    transform: rotate(-90deg);
    border-radius: 30px 20px 20px 0;
}

ul.sss li span { transition:transform 0.2s linear; }

ul.sss.open { 
    width: 40px;
    border: 1px solid #3187fc;
    border-radius: 20px 20px;
    height: 180px;
    top: calc(50% - 180px);

}

ul.sss.open li:nth-of-type(1) {
   
   top:0%
  
}
ul.sss.open li:nth-of-type(2) {
    top: 17%;
}
ul.sss.open li:nth-of-type(3) {
    top: 34%;
}
ul.sss.open li:nth-of-type(4) {
    top: 51%;
}

ul.sss.open li:nth-of-type(5) { 
    z-index: 2;
    background: #3187fc;
    right: 40px;
    width: 100px;
    height: 41px;
    margin-top: -36px;
    font-weight: 600;
    color: white;
    font-size: 13px;
    line-height: 24px;
    top: 86%;
    transform: rotate(-90deg);
    border-radius: 30px 20px 20px 0;
}


ul.sss:hover { 
    width: 40px;
	border: 1px solid #2250fc;
    border-radius: 20px 20px;
    height: 180px;
    top: calc(50% - 180px);

}

ul.sss:hover li:nth-of-type(1) {
   
   top:0%
  
}
ul.sss:hover li:nth-of-type(2) {
    top: 17%;
}
ul.sss:hover li:nth-of-type(3) {
    top: 34%;
}
ul.sss:hover li:nth-of-type(4) {
    top: 51%;
}

ul.sss:hover li:nth-of-type(5) { 
    z-index: 2;
    background: #3187fc;
    right: 40px;
    width: 100px;
    height: 41px;
    margin-top: -36px;
    font-weight: 600;
    color: white;
    font-size: 13px;
    line-height: 24px;
    top: 86%;
    transform: rotate(-90deg);
    border-radius: 30px 20px 20px 0;
}
a.btn.btn-light.text-dark.coming_soon.new_btnw:hover {
    background: transparent;
}
.ft_pos
{
    position: fixed;
    top: calc(50% - 8px);
    margin-top: -15px;
    right: -30px;
    z-index: 1;
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}
button.sect_stk {
    
    height: 40px;
    width: 100px;
    /* z-index: 1; */
    background: #2250fc;
    border-radius: 30px 20px 20px 0px;
    transform: rotate(-90deg);
    border: 0;
}
ul.sss .fa-stack {
    position: unset;
    display: inline-block;
    width: unset;
    height: unset;
    line-height: 2em;
    vertical-align: middle;
}
button.sect_stk a {
	font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    font-family: 'DM Sans', sans-serif !important;
}
/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
p {
  font-size: 18px !important;
  text-align: justify;
}
.margin-zero {
  margin: 0px !important;
}

.margin-bottom-zero {
  margin-bottom: 0px !important;
}

.border-white {
  border-color: white !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.w-100 {
  width: 100% !important;
}

.speciality-a {
  height: 50px !important;
  line-height: 20px !important;
  font-size: 18px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.speciality-a-width li {
  width: 20% !important;
  text-align: center;
  font-size: 16px !important;
}

.diff-color {
  background-color: #f7f9fb !important;
}

.tele-icon .breadcrumb ol li + li:before {
  content: "|" !important;
  font-family: "inspiro-icons";
  margin: 0 5px;
  background-color: transparent;
}
.tele-icon nav {
  text-align: center !important;
}

.tele-icon .breadcrumb ol li {
  font-size: 20px !important;
}

.f-s-18px {
  font-size: 18px !important;
}

.t-center {
  text-align: center !important;
}

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

section {
  padding: 50px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
}

ul {
  font-size: 18px !important;
  padding-left: 20px;
}

li {
  font-size: 18px !important;
}

.win-ul {
  text-align: center;
  list-style-type: none;
}

.p-t-10 {
  padding-top: 10px !important;
}

.h-280 {
  height: 280px !important;
}

.menu-head {
  font-size: 14px !important;
  color: #007bff !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.footer-content ul li {
  font-size: 14px !important;
}

.font-grey ul li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0 !important;
  color: #212529 !important;
  font-family: "Poppins", sans-serif;
}

.icon-small-index {
  font-size: 14px !important;
  top: 1px;
}

.index-icon h3 {
  min-height: 60px;
}

.index-icon p {
  min-height: 270px;
}

.color-index {
  color: #4c5667 !important;
}

.h-465 {
  height: 465px !important;
}

.f-20 {
  font-size: 20px !important;
}

.h-60 {
  height: 60px !important;
}

.faux-button {
  background-color: #cd265300 !important;
  padding: 0px !important;
}

.faux-button span {
  color: #212529;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
}

/* .read-more-button-wrap {
  margin-top: 5em !important;
  text-align: left !important;
} */

.screen-reader-text {
  display: none !important;
}

#tabs-posts li {
  font-size: 18px !important;
}

.wpp-list li {
  font-size: 14px !important;
}

.wpp-list li a {
  padding: 0px !important;
}

.margin-zero {
  margin: 0px !important;
}

.is-form-style.is-form-style-3 input.is-search-input {
  line-height: 18px !important;
  padding: 10px 16px !important;
  min-height: 36px !important;
  font-size: 0.9rem !important;
  background: #fff;
  background-image: none !important;
  color: #333;
  padding: 0 12px;
  margin: 0;
  outline: 0 !important;
  font-size: 14px !important;
  height: 36px;
  min-height: 0;
  line-height: 1;
  border-radius: 0;
  border: solid 1px #ccc !important;
  font-family: arial;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .margin-mob-top {
    margin-top: 50px !important;
  }
}

ol {
  margin-left: 20px;
}
.wp-pagenavi .current {
  background-color: #edf1f6;
  border-color: #dee0e4;
  color: #212529;
  box-shadow: none;
}

.p-l-r {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.is-search-form {
  width: 20% !important;
  float: right !important;
}

.widget-newsletter form {
  width: 20% !important;
  float: right !important;
}

.widget-newsletter {
  display: flow-root;
}
/* dhilip 8.4.22 start */

.halfscreen {
  width: 100%;
  height: 2%;
  overflow: hidden;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  min-height: 2vh;
}

.banner_sec {
  background: #eef5ff;
  padding-top: 100px;
  padding-bottom: 45px;
}
.space {
  width: 100%;
  display: block;
  clear: both;
  height: 30px;
  position: relative;
}
.banner_sect_title {
  font-family: "DM Sans", sans-serif;
}
.banner_sect_para {
  font-family: "Inter", sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
.halfscreen {
  width: 100%;
  height: 2%;
  overflow: hidden;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  min-height: 2vh;
}

.banner_sect_title {
  font-family: "DM Sans", sans-serif;
}
.banner_sect_para {
  font-family: "Inter", sans-serif;
}
.banner_sect_parass {
  font-family: "DM Sans", sans-serif;
}
.banner_sect_parass_an p {
  font-family: "DM Sans", sans-serif;
}
.banner_sect_parass_card {
  font-family: "DM Sans", sans-serif;
}
.banner_sect_parass_card_para {
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1200px) {
  .banner_sec {
    background-color: #eef5ff !important;
    box-shadow: 0px 1px 8px rgba(20, 46, 110, 0.1) !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }
  .banner_sect_title {
    color: #132047;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: left;
    margin-bottom: 0px;
  }
  .banner_sect_para {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #545f82;
    padding-bottom: 0px;
    text-align: left;
  }
  .banner_sect_parass a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    color: #132047;
  }
  .banner_sect_parass_an p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #545f82;
  }
  .banner_sect_parass_card {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #132047;
  }
  .banner_sect_parass_card_para {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #545f82;
  }
  .team-members.team-members-left .team-member .team-image {
    float: left;
    width: 22%;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .banner_sec {
    background-color: #eef5ff !important;
    box-shadow: 0px 1px 8px rgba(20, 46, 110, 0.1) !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }
  .banner_sect_title {
    color: #132047;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: left;
    margin-bottom: 0px;
  }
  .banner_sect_para {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #545f82;
    padding-bottom: 0px;
    text-align: left;
  }
  .banner_sect_parass a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    color: #132047;
  }
  .banner_sect_parass_an p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #545f82;
  }
  .banner_sect_parass_card {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #132047;
  }
  .banner_sect_parass_card_para {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #545f82;
  }
  .team-members.team-members-left .team-member .team-image {
    float: left;
    width: 20%;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .banner_sec {
    background-color: #eef5ff !important;
    box-shadow: 0px 1px 8px rgba(20, 46, 110, 0.1) !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }
  .banner_sect_title {
    color: #132047;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .banner_sect_para {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #545f82;
    padding-bottom: 0px;
    text-align: center;
  }
  .banner_sect_parass a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    color: #132047;
  }
  .banner_sect_parass_an p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #545f82;
  }
  .banner_sect_parass_card {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #132047;
  }
  .banner_sect_parass_card_para {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #545f82;
  }
  .team-members.team-members-left .team-member .team-image {
    float: left;
    width: 20%;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .banner_sec {
    background-color: #eef5ff !important;
    box-shadow: 0px 1px 8px rgba(20, 46, 110, 0.1) !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }
  .banner_sect_title {
    color: #132047;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .banner_sect_para {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #545f82;
    padding-bottom: 0px;
    text-align: center;
  }
  .banner_sect_parass a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    color: #132047;
  }
  .banner_sect_parass_an p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #545f82;
  }
  .banner_sect_parass_card {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #132047;
  }
  .banner_sect_parass_card_para {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #545f82;
  }
  .team-members.team-members-left .team-member .team-image {
    float: left;
    width: auto;
    margin-bottom: 0;
  }
  .team-members.team-members-left .team-member .team-desc {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .banner_sec {
    background-color: #eef5ff !important;
    box-shadow: 0px 1px 8px rgba(20, 46, 110, 0.1) !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }
  .banner_sect_title {
    color: #132047;
    font-size: 28px;
    line-height: 45px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 100px;
  }
  .banner_sect_para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #545f82;
    padding-bottom: 0px;
    text-align: center;
  }
  .banner_sect_parass a {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 38px !important;
    color: #132047 !important;
  }
  .banner_sect_parass_an p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #545f82;
  }
  .banner_sect_parass_card {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #132047;
  }
  .banner_sect_parass_card_para {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #545f82;
  }
  .team-members.team-members-left .team-member .team-image {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .team-members.team-members-left .team-member .team-desc {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 30px;
  }
}

.section_lable_btn {
  background: rgba(0, 165, 255, 0.1);
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #00a5ff;
}

hr.space {
  height: 10px;
}

#previous-page {
  display: none !important;
}
#next-page .page-link {
  color: #ffffff !important;
  background-color: #000 !important;
}

.page-item {
  padding-right: 15px !important;
}
.pagination .page-item:not(.disabled).active > .page-link,
.pagination .page-item:not(.disabled):active > .page-link,
.pagination .page-item:not(.disabled):focus > .page-link,
.pagination .page-item:not(.disabled):hover > .page-link {
  background-color: #ffffff;
  border-color: #2c7be5;
  box-shadow: none;
  color: #2c7be5;
}
.page-item {
  padding-right: 15px !important;
  color: black;
  font-weight: 700;
}
.comments p {
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: #777;
  font-family: poppins, sans-serif;
}

.banner_sect_parass_card_para p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #545f82 !important;
}

.team-members.team-members-left .team-member .team-image img {
  height: 100% !important;
}
/* dhilip 8.4.22 end */
