
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
body{
  font-family: 'Roboto';
}
.sticky-top{
background-color:white;
padding: 10px 20px;
/*box-shadow:0px 0px 12px 2px #eceff1;*/
box-shadow: 0px 1px 12px -2px rgba(0,0,0,0.75);
z-index:100;

}
.logo{
  width:80% !important;
  height:auto !important;
}

.mainNav .nav-link{
  color: black;
  font-size: 14px;
  font-weight:400;
}
.mainNav .nav-item{
  position:relative;
  margin-right:15px;
}
.nav-link.active{
  color:#016776 !important;
  font-size:16px;
  font-weight: 600;
}
.nav-link.active::before{
    content: "";
    top: -15px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 7px;
    background: #f39c12;
}
.register-btn{
  margin-left: 7px;
}
.carousel-indicators .active {
  background-color: #f39c12 !important;
  opacity: 1;
}
.carousel-indicators [data-bs-target] {
  background-color: #7d7d7d;
  width: 25px;
  border-radius: 1em/5em;
    height: 5px;
  opacity: 1;
  transition: opacity 1s ease;
}
.overlay { 
  color:#fff;
  position:absolute;
  z-index:12;
  top:25%;
  left:5%;
  text-align:left;
  width:450px;
  font-weight:400;
}
.aboutusInfo{
  line-height:1.8;
}
.fw-400{
  font-weight:400;
}
.registerBtn{
  color: white;
  padding:10px 35px;
  background-color:orange;
  border:none;
}
.videoSection .sectionTitle , .testimonials .sectionTitle{
  color:#016776;
}
#scrollTop{
 cursor: pointer;
}
#aboutusCarousel img{
  padding: 15px 5px;
  height:100%;
}
.sectionTitle{
  font-size:36px;
  margin-bottom: 0.5rem;
}
.p-20{
  padding:10px 60px;
}
.fs-22{
  font-size:20px;
}
.fs-20{
  font-size:20px;
}
.fs-16{
  font-size:16px;
}
.aboutUS{
  background-image: url(../images/mainBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ourVision{
  background: url(../images/vision.png) 100% 100%;
    background-position: center;
  color:white;
}
#heroCarousel{
  overflow:hidden;
}
.aboutlg{
  display:block;
  color:#016776;
}
#heroCarousel .carousel-control-prev{
  left:-70px;
  position: absolute;
}
#heroCarousel .carousel-control-next{
  right:-70px;
  position: absolute;
}
.divider{
  position:relative;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.divider:before{
  content:" ";
  display: block;
  height: 2px;
  width: 225px;
  position: absolute;
  top: 50%;
  left: 0;
  background: white;
}
.divider:after{
  content:" ";
  height: 2px;
  width: 225px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.divider span{
  background:#fff; 
  padding:0 10px;
}
.exploreBtn{
  font-weight: 500;
    color:#016776;
    padding: 10px 20px 10px 45px;
    border: 3px solid #016776;
    background: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0px 0px 12px 2px #eceff1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: white;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .exploreBtn img {
    margin-left: 35px;
}
.view-all-arrow{
  width: auto;
    margin-left: 10px;
}
  .exploreBtn:hover .green-arrow,
  .white-arrow{
    display: none;
  }
  .exploreBtn:hover .white-arrow{
    display:inline-block;
  }
  .exploreBtn .fa-arrow-right{
    margin-left: 2.5rem !important;
  }
  .registerBtn{
    text-transform: uppercase;
    color:white;
    padding: 10px 30px !important;
    background: #f39c12;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: white;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	font-size:14px;
  }
  .submit-arrow{
    width: 13%;
    margin-left: 10px;
  }
  .exploreBtn:before,.registerBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #016776;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .newsletterSubmit{
	  padding: 6px 40px !important;
  } 
  .errorMsg{
	      color: #dc0303;
		  font-size:12px;
		  padding-top:0.5rem;
  }
  #user-pass .form-type-textfield{
	  margin-bottom:0px;
  }
   #user-pass p{
	   font-size:12px;
	   padding-top:0.5rem;
   }
  .confirm-parent, .password-parent{
	  max-width:initial;
  }
  .confirm-parent label[for="edit-pass-pass2"]{
padding-top:1rem;
}
  .registerBtn:before{
  
    background: #f57c00 !important;
  }
  .exploreBtn:hover, .exploreBtn:focus, .exploreBtn:active,.registerBtn:hover, .registerBtn:focus, .registerBtn:active {
    color: white;
  }
  .exploreBtn:hover:before, .exploreBtn:focus:before, .exploreBtn:active:before,.registerBtn:hover:before, .registerBtn:focus:before, .registerBtn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  #aboutusCarousel{
    margin: 0 auto;
  }
  .abtusCarousel{
    bottom:-60px;
  }
  .coreTeam,.about-academy-intro{
    background: #eceff1;
  }
  .videoInfo{
    border-bottom:7px solid #8cbac0;
  }
  #testimonialCarousel .carousel-indicators{
    bottom:-20px;
  }
  .testimonials .card{
    border:none;
    box-shadow: 0px 0px 12px 2px #eceff1;
  }
  .testimonialImg{
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
  }
.testimonialDesc{
min-height:80px;
}
  #testimonialCarousel .card-body{
    margin-top: 80px;
    text-align: center;
  }
  .trainingDetails .card{
    box-shadow: 0px 0px 12px 2px #eceff1;
    font-weight: normal;
    height: 150px;
  }
  .trainingDetails .card-title{
    font-weight:normal;
  }
  .trainingDetails .card-body{
    margin-top: 50px;
    text-align: center;
  }
  .trainingDetails img{
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  border-radius:50%;
  padding:10px;
  width:100px !important;
  height:100px !important;
  }
  .trainingDetails .patientCare{
    background-color:rgb(171, 71, 188, 0.3);
  }
  #testimonialCarousel .carousel-indicators button {
    background-color: gray;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonials {
  background-image:url("../images/homeBG1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
  .borderBlue{
    border-bottom: 5px solid #8cbac0;
  }
  .borderOrange{
    border-bottom: 5px solid #f39c12;
  }
  .footer-bg {
    background: #eef0f2;
}
input#newsletter,
input[id^="edit-mail-0-value"] {
    border: none;
    border-bottom: 1px solid rgb(151 151 151);
    background: transparent;
    border-radius: 0;
    color: rgb(151 151 151);
    font-weight: 500;
    padding-left: 0px;
	width:55%;
}
.footerItems svg{
  margin-left: 20px;
}
.cls-1{
  filter:none !important;
}
footer a.nav-link, footer input {
    font-weight: 500;
    color: #757575 !important;
}
footer li a {
    font-size: 17px !important;
}
footer ul li {
    margin: 10px 0;
}
footer li span {
    display: inline-block;
    width: 25px;
    position: relative;
    color:#585858c4 !important;
    top: 2px;
}
footer a.nav-link {
    display: inline-flex;
}
footer h5 {
    font-size: 18px;
}
footer a.nav-link i {
    padding-right: 30px;
    font-size: 18px;
}

.copyright {
  background-image: linear-gradient(to right, #016776 , #2fb383);
  color: white;
}
.sonata-logo{
  width:6%;
  margin-left:1rem;
}
.register-btn{
  color:#fff !important;
  background: #f39c12;
  padding: 0.5rem 2rem !important;
}
.registrationTitle{
	color: #016776;
    font-weight: normal;
}
.trainingDetails div:nth-child(4),
.trainingDetails div:nth-child(5){
padding-top:3rem !important;
margin-top:3rem;
}
.error{
	color:red;
}
/***********Impact cards section************/	
.fellowship-program{
	margin-bottom:3rem;
}
.fellowship-program .sectionTitle{	
  color: #016776;	
}	
.impact-section-wrapper{	
  justify-content: space-between;	
  margin-top: 2rem;	
}	
.impact-cards{	
  border: 1px solid #eceff1;	
    border-radius: 15px;	
  box-shadow: 0px 0px 16px 12px #eceff1;	
  width: 27%;	
    margin: 0rem 2rem;	
    padding: 1.7rem 2.5rem;	
}	
.impact-cards .card-body{	
  text-align: center;	
  padding: 0rem 1.5rem;	
}	
.impact-cards .number{	
font-weight:600;	
font-size:34px;	
margin-bottom: 0px;	
color: #016776;	
padding: 0.7rem 0rem;	
text-align: center;	
}	
.impact-cards .num-desc{	
font-size:18px;	
margin-bottom:0rem;	
text-align: center;	
}
/************SUB MENU *****************/
.navbar-nav{
  position:relative;
}
.submenu-links{
  display:none;
}
#coreTeam-submenu.open-submenu,
#aboutAFPI-submenu.open-submenu{
  display: block !important;
  z-index:99;
}
.submenu-links ul{
  padding:0rem;
}
.submenu-links li{
list-style-type: none;
font-size:14px;
padding: 0.5rem 0.4rem 0.5rem;
font-weight:400;
border-bottom: 1px solid #eceff1;
}
.submenu-links{
  position:absolute;
    background-color: #fff;
    width: 9rem;
    left:-5px;
    top: 133%;
    border-top: 1px solid #eceff1;
}
.submenu-links li:hover{
  border-left: 4px solid #f39c12;
  
  cursor: pointer;
  
}
.submenu-links li:hover a{
	color: #016776;
	font-size:16px;
  font-weight:600;
}

.adminresetform,.registerform,.adminloginform{
    width: 55%;
    margin: 0 auto;
    background: white;
    padding: 30px;
}
/*.registerform #edit-pass{
	margin-top:0rem;
}*/
.registerform #edit-account #edit-mail--description{
	padding:0rem;
}
.registerform #edit-account .form-type-email,
.registerform #edit-account .emailregistererror{
	margin-bottom:0rem;
}
#block-apfi-content{
padding:15px 0px;
}
#edit-submit{
    color: #fff !important;
    background: #f39c12;
    padding: 0.5rem 2rem !important;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    width: 235px;
    margin-top: 25px;
}
#edit-actions{
text-align:center;
}

#ajax-wrapper {
  position: relative;
  cursor:pointer;
}
/*#file {
  position: absolute;
top: 5px;
padding-left: 42px;
width: 140px;
height: 34px;
cursor: pointer;
border: 2px solid #016776;
padding-top: 3px;
}*/
#assignment-table-wrapper .submit-btn{
	margin-top:20px !important;
}

label[id*='edit-field-upload-your-file-'] 
{
	border: 2px solid #016776;
    padding: 5px 43px;
    color: #016776;
	font-weight: 600;
    font-size: 13px;
	cursor: pointer;

	}
/*#file:after {
  content: "BROWSE";
  color:#016776;
  font-size:13px;
  font-weight: 600;
}*/
#edit-field-upload-your-file-upload {
  cursor:pointer;
  position: relative;
}
.tabs-wrapper .nav-item.active {
    border-bottom: 4px solid #016776 !important;
    border: 0px;
}
.tabs-wrapper .nav-link{
    font-size:16px;
    color: #757575;
}
.password-strength{
	width:100%;
}
.nav-link:hover {
    border: transparent !important;
}
#edit-name--description,
#edit-mail--description,
.password-strength__title,
.password-confirm-message,
#edit-pass--description{
font-size:12px;
padding-top:0.5rem;
}
.hamberg .toggleMenu{
	display:none;
}
/*#coreTeam-submenu{
  display:none;
}
#core-team-link:hover #coreTeam-submenu{
  display: block;
}*/
.about-submenu-content{
  display:none;
}
.about-submenu.open-submenu .about-submenu-content{
  display:block !important;
}
.submenu-links .nav-link.active::before{
  content:none;
}
/************ABOUT US Style Starts******/
.about-academy-intro{
  margin-bottom: 2rem;
    padding-bottom: 3rem;
}
.about-banner-container{
  position:relative;
}
.about-banner-text,
.background-banner-text{
  position:absolute;
  top: 6rem;
    
}
.about-academy-heading{
  color:#016776 !important;
  text-align: center;
  padding-top:2rem;
  width:100% !important;
}
.about-academy-details p{
  text-align: center;
  color:#333333;
  margin-bottom:2rem;
  line-height: 2;
  width: 70%;
  margin: 1rem auto 0.5rem;
}
.programVisionDetails ul,.about-academy-details ul{
  width:57%;
 /* text-align: center;*/
  color:#333333;
  margin-bottom:2rem;
  line-height: 2;
  margin: 1rem auto 0.5rem;
  text-align:center;
}
.programVisionDetails p{
  width:60%;
  text-align: center;
  color:#333333;
  margin-bottom:2rem;
  line-height: 2;
  margin: 1rem auto 1rem;
}
.pvList li{
list-style:none;
}
.about-banner-text p{
  color:#fff;
  font-size:28px;
  padding: 1.9rem 4rem 1.9rem 6rem;
  background-color: rgb(1,103,118,0.8);
}
.background-banner-text p{
  color:#fff;
  font-size:28px;
  padding: 2.5rem 7rem 2.5rem 7rem;
  background-color: rgb(1,103,118,0.8);
  margin-bottom: 0rem;
}
.about_heading{
  color:#016776;
  
}
.underline-container{
  justify-content: center;
  margin-bottom:2rem;
}
.teal_underline{
  border-bottom: 5px solid #016776;
  width:5%;
}
.orange_underline{
  border-bottom: 5px solid #f39c12;
  width:5%;
}
.about-values-mission{
  background-color: #eceff1;
  padding:4rem 0rem;
  overflow:hidden;
}
.about-values-mission .white_bg{
  background-color: #fff;
}
.mission-vission-section{
  padding: 20px 40px;
}
.vision-section p:nth-child(2){
  line-height:1.6;
}
.about-values-mission .vision-section:nth-child(2){
  margin-top:10rem;
}
.vision-section{
width:80%;}
.vision-image{
width: 90% !important;
    padding: 20px;
}
.about_core_heading{
  text-align: center;
  color:#016776;
  margin-bottom:0.5rem;
}
.core-description{
  text-align: center;
  width:80%;
  margin:0rem auto;
}
.view_all{
  color: #0288d1;
  text-align: right;
  font-weight: 500;
  margin-bottom: 0rem;
  padding-top: 2rem;
  font-size:15px !important;
}
.view_all a{
text-decoration:none;
}
#CoreTeam{
  padding-bottom: 6rem;
  margin-top: 4rem;
}
#CoreTeam .carousel-item .card{
  box-shadow: 0px 0px 12px 2px #eceff1;
  border:0px;
}
#CoreTeam .carousel-indicators .active{
background-color: orange;
}
#CoreTeam .carousel-indicators button{
  background-color: gray;
}
#CoreTeam .carousel-indicators{
bottom:-44px;
}
#CoreTeam .carousel-inner{
  padding: 0.5rem 0rem 1.5rem;
  
}
#CoreTeam .card-title{
  font-size:20px;
  font-weight:500;
  color:#333333;
  margin-bottom: 0px;
  /*min-height: 60px;*/
}
#CoreTeam .card-body{
	min-height: 215px;
    max-height: 250px;
}
#CoreTeam .card-body .card-title:nth-child(2){
	min-height:30px;
}
#CoreTeam .desc{
  font-size:16px;
  color:#757575;
  font-weight:500;
  padding: 0.5rem 0rem 1rem;
  min-height: 60px;
  max-height: 75px;
  word-spacing: unset;
}
#CoreTeam .knowMore{
  color: #0288d1;
  font-weight:500;
  text-decoration:none;
  font-size:15px;
}
.card img{
  width:300px;
  height:300px;
}
.copyright {	
  background-image: linear-gradient(to right, #016776 , #2fb383);	
}	
.copyright p {	
  color: #fff;	
  margin-bottom: 0px;
}
.scroll{
  position:absolute;
  top:25px;
  right:70px;
}
#program-structure-wrapper .container-fluid .programVisionDetails{
background-image: none;
}
#program-structure-wrapper .about-academy-intro .underline-container{
  margin-bottom:0rem;
}
/****************CORE TEAM PAGE STYLING STARTS*******************/
#coreTeamPage .about-banner-text .heading{
  font-size:22px;
}
#coreTeamPage .core-banner-text{
  position: absolute;
    background-color: rgb(1,103,118,0.8);
    top: 4rem;
    width: 49%;
    padding: 1.5rem 4rem;
}
#coreTeamPage .Core-banner-heading{
  color:#fff;
  font-size:22px;
}
#coreTeamPage .banner-details{
  font-size:16px;
  color:#fff;
}
.coreTeam-wrapper{
background-color: #f5f4f2;
}
#coreTeamPage .coreTeam-body .card{
  flex-direction: row;
  border-radius:30px;
  padding: 1.5rem 1rem 1.5rem 0rem;
  border: 0px;
  margin-bottom:2rem;
  box-shadow: 0px 0px 12px 2px #eceff1;
}
/**input[id^="edit-field-upload-your-file-upload"] {
  visibility: hidden;
}
.messages.messages--error.file-upload-js-error {
  top: 50px;
  position: relative;
  margin-bottom: 10px;
}**/
#coreTeamPage .profile-picture{
width:25%;
}
#coreTeamPage .profile-details{
  width:100%;
}
#coreTeamPage .profile-img{
  width: 150px;
  height: 150px;
  margin: auto;
}
#coreTeamPage .profile-img img{
  border-radius: 50%;
  height: 150px;
  border: 1px solid #eceff1;
  padding: 4px;
  box-shadow: 0px 0px 12px 2px #eceff1;
}
#coreTeamPage .profile-picture .profile-name{
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  padding: 0.5rem 0rem;
}
#coreTeamPage .porfile-designation{
  color:#016776;
  font-weight:500;
  font-size:16px;
}
#coreTeamPage .vertical-border{
flex-direction: column;
justify-content: center;
}
#coreTeamPage .vertical-border .teal-line{
border:3px solid #016776;
height: 25%;
}
#coreTeamPage .vertical-border .orange-line{
border:3px solid #f39c12;
height: 25%;
}
#coreTeamPage .profile-name p{ 
  margin-bottom:0.1rem;
}
#coreTeamPage .profile-name .name{
  font-size: 18px;
  text-align: center;
}
#coreTeamPage .profile-name .designation{
  font-size: 16px;
  text-align: center;
}
#coreTeamPage .profile-details .detail-desc{
  font-size: 13px;
  font-weight:500;
}
#coreTeamPage .coreTeam-body{
  margin-top:3rem;
}
#coreTeamPage .profile-details{

max-height: 154px;
    overflow: hidden;
}
#coreTeamPage .active .profile-details{
	max-height:fit-content !important;
}
#coreTeamPage .details-wrapper{
	width:75%;
}
/*#coreTeamPage .read-more{
	color: #0288d1;
    font-weight: 500;
    margin-bottom: 0rem;
	font-size: 13px;
}*/
#coreTeamPage .read-more::after{
	content:'Read More';
	color: #0288d1;
    font-weight: 500;
    margin-bottom: 0rem;
	font-size: 13px;
}
#coreTeamPage .active .read-more::after{
	content:'Read Less';
	color: #0288d1;
    font-weight: 500;
    margin-bottom: 0rem;
	font-size: 13px;
}
#coreTeamPage .expand-icon{
	width: 15px;
    height: 13px;
	margin-right: 0.5rem;
}
#coreTeamPage .active .expand-icon{
	display:none;
}
#coreTeamPage .expand-icon{
	display:inline-block;
}
#coreTeamPage .collapse-icon{
	display:none;
}
#coreTeamPage .active .collapse-icon{
	display:inline-block;
	width: 15px;
    height: 15px;
	margin-right: 0.5rem;
}
#CoreTeam .knowMore .right-arrow{
	width: 17px;
    height: 17px;
    margin-left: 5px;
}
.abCarousel {
  background-image:url("../images/carouselBG.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer-bg{
  background:url('../images/footerBg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 4rem;
}
.read-more{
  cursor: pointer;
}
.registerBtn{
  padding: 10px 15px 10px 30px;
  }
  .registerBtn img{
  width:13%;
  margin-left: 1.8rem !important;
  }
  
  #block-socialmedialinks .footeritems:nth-child(1){
margin-left:-0.4rem;
padding-left:0rem;

}
/****************CORE TEAM PAGE STYLING ENDS*******************/
.programe-structure-intro{
  margin-bottom:0rem;
}

/***arogya arali****/
.aaSlick{
	overflow-x:hidden;
}
.slick span {
  display: block;
  background: #000;
  color: #fff;
  font-size: 36px;
  height: 10wh;
  line-height: 30vh;
  line-height: 120px;
  position: relative;
  text-align: center;
  transform: translate(0, 0) scale(0.4);
  transition: all 0.4s ease;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: 40vw 40vh;
}
.slick-slide.lt2 span {
  transform: translate(10%, 0) scale(0.7);
}
/*.aaSlick{
  overflow:hidden;
}*/

.slick-slide.lt1 span {
  transform: translate(5%, 0) scale(0.7);
}

.slick-slide.gt1 span {
  transform: translate(-5%, 0) scale(0.7);
}

.slick-slide.gt2 span {
  transform: translate(-10%, 0) scale(0.7);
}

.slick-slide.slick-center span {
  z-index: 1;
  transform: scale(1.1);
  opacity: 1;
  color: #fff;
  background: #0056FF;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  appearance: none;
  margin-top: -10px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: transparent;
  outline: none;
  z-index: 100;
}
.slick-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border: solid #016776;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  border: solid #016776;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 10px;
}
.main-wrapper-box {
  position:relative; 
  width: 100%;
  
}
.box-1 figure {
  width: 110%;
  margin-left: -20px;
}

button.outline {
  position: relative;
  z-index: 3;
  background: transparent;
  font-size: 14px;
  border-style: solid;
  border-width: 2px;
  border-radius: 22px;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
button.outline a {
  text-decoration: none;
}
button.outline:hover {
  color: white;
  border-color: white;
  transition: all 0.2s linear;
}
button.outline:active {
  border-radius: 22px;
}

.slick-prev.slick-arrow:hover {
    background: none;
}
 #edit-field-user-type-afpi{
	  font-size:14px;
  }
/** media queries ***/
@media screen and (min-width:1441px) and (max-width:1920px){
  .copyright .row{
    align-items: baseline;
  }
  #coreTeamPage .profile-details{
    max-height: 154px;
  }
  .footerLogo{
    width:33%;
  }
  .mission-vission-section {
        padding: 20px 180px 20px 40px;
}
.vision-image {
      padding: 20px;
}
.about-values-mission .vision-section:nth-child(2){
  margin-top: 8rem;
}
#CoreTeam .card img{
height:415px;
}
#CoreTeam.container{
  max-width: 1524px;
}
.navbar-nav{
  align-items: baseline;
}
#testimonialCarousel .card-body{
  padding-bottom: 2.5rem;
}
}
@media screen and (min-width:1367px) and (max-width:1441px){
  .copyright .row{
    align-items: baseline;
  }
  #coreTeamPage .profile-details{
    max-height: 154px;
  }
.navbar-nav{
  align-items: baseline;
}
  #CoreTeam.container{
    max-width: 1228px;
  }
  #CoreTeam .card img{
    height:330px;
  }
  .about-values-mission .vision-section:nth-child(1){
      margin-top:1rem;
  }
  .about-values-mission .vision-section:nth-child(2){
    margin-top: 5rem;
  }
  .overlay{
    top:42%;
  }
}
@media screen and (min-width:1440px) and (max-width:1980px){
  .overlay{
    top:42%;
  }
}
@media screen and (min-width:960px) and (max-width:1150px){
  .overlay{
    top:18%;
  }
}
@media screen and (min-width:768px) and (max-width:960px){
  .overlay{
    top:12%;
  }
}
@media (max-width:600px){
  .overlay{
    display:none;
  }
  .scroll{
    right:8px;
  }
  #edit-field-user-type-afpi{
	  font-size:14px;
  }
   #edit-field-user-type-afpi option{
	  font-size:14px;
  }
}
@media screen and (max-width:768px){
	.impact-info{	
		text-align:start !important;	
	}
  .ourVision .w-50{
    width:100% !important;
  }
  .slick.slick-initialized.slick-slider{
    padding:0px 40px;
  }
  .view-all-arrow {
    width: auto;
  }
  .menulink-list{
position:absolute;
z-index:1;
}


}
@media screen and (min-width:600px) and (max-width:769px){
  .overlay {
    color: #fff;
    position: absolute;
    z-index: 12;
    top: 12%;
    left: 5%;
    text-align: left;
    width: 450px;
  }
}
@media (max-width:991px){
.nav-link.active::before{
  content: "";
  left: -15px;
  position: absolute;
  min-height: 30px;
  width: 7px;
  background: #f39c12;
  top: 5px;
}
 .submenu-links{
    display:block;
	position:relative;
    border:none;
    width:100%;
  }
.submenu-links .nav-link{
padding: 5px 10px;
}
.submenu-links li{
  padding:0px 20px;
  border:none;

}
.submenu-links .nav-link.active {

 background:#FFFDE7;
 width: 100%;

}
.mainNav .nav-item{
margin-right:5px;
}
}

@media (min-width:1023px) and (max-width:1080px){
.mainNav .nav-item {
    margin-right: 0px !important;
}
}
@media (min-width:991px) and (max-width:1023px){
	
.mainNav .nav-item {
    margin-right: 3px !important;
}
.register-btn{
	margin-top:0 !important;
}
}
@media (max-width:992px){
#heroCarousel .carousel-control-prev{
  left:-40px;
}
#heroCarousel .carousel-control-next{
  right:-40px;
}
.aboutUS .underline-container{display:flex !important;}
.aboutsm{display:block !important;}
.aboutlg{display:none !important;}
.teal_underline{
  border-bottom: 5px solid #016776;
  width:10%;
}
.orange_underline{
  border-bottom: 5px solid #f39c12;
  width:10%;
}
.programVisionDetails p{
  width:100%;
}
  .submenu-links{
    display:block;
	position:relative;
    border:none;
    width:100%;
  }
.submenu-links .nav-link{
padding: 5px 10px;
}
.submenu-links li{
  padding:0px 20px;
  border:none;

}
.submenu-links .nav-link.active {

 background:#FFFDE7;
 width: 100%;

}
}
@media screen and (min-width:768px) and (max-width:992px){
	
	#partnerCarousel .carousel-control-prev {
    left: -25px !important;
}
	
	 .impact-info{	
    padding-top:0rem !important;	
  }	
  .impact-info{	
		text-align:start !important;	
	}	
  .impact-section-wrapper{	
    width:100%;	
    margin: 0rem;	
    padding: 1rem;	
    flex-direction: column;	
  }	
  .impact-cards{	
    width: 50%;	
    margin: 2rem auto;	
  }
  .submenu-links{
    display:block;
	position:relative;
    border:none;
    width:100%;
  }
.submenu-links .nav-link{
padding: 5px 10px;
}
.submenu-links li{
  padding:0px 20px;
  border:none;

}
.submenu-links .nav-link.active {

 background:#FFFDE7;
 width: 100%;

}
.programVisionDetails p{
  width:90%;
}
}
@media (max-width:600px){
  #heroCarousel .carousel-control-prev{
    left:-10px;
  }
  #heroCarousel .carousel-control-next{
    right:-10px;
  }
  .teal_underline{
    width:15%;
  }
  .orange_underline{
    width:15%;
  }
  #demo{
    padding:0px !important;
  }
  .p-20{
    padding:10px 20px;
  }
  p{
    text-align:start;
    
  }
  
}

@media (min-width:1440px){
  .sectionTitle{
    font-size:36px;
  }
  .fs-22{
    font-size:18px;
  }
  .about-banner-text p{
    font-size:36px;
  }
}
@media screen and (min-width:980px) and (max-width:1025px){
	.impact-cards{	
    width:26%;	
  }
	#CoreTeam .card-body {
    min-height: 250px;
    max-height: 275px;
}
	#CoreTeam .desc {
    min-height: 130px;
    max-height: 130px;
  }
.submenu-links{
top: 114%;
}
	.address-section{
display: flex;
    align-items: flex-start;
}
 .address-section img{
      padding-right:5px;
    }
  .nav-link.active{
    font-size:16px;
  }
  .nav-link{
    font-size:15px;
  }
  .mainNav .nav-item{
    margin-right:10px;
  }
}
@media screen and (max-width:400px){
  footer {
    padding: 0px !important;
}
.sonataInfo{
  display:inherit;
  margin-top:10px;
}
}
/*****MEDIA QUERY FOR MOBILE POTRAIT******/
@media screen and (max-width:767px) and (orientation: portrait){
	#edit-field-user-type-afpi option{
		font-size:11px;
	}
	
#partnerCarousel .carousel-control-prev{
	left:0px !important;
}
	.fellowship-program{	
		margin-top:3rem;
		margin-bottom:1rem;
	}	
	.impact-info{	
    padding-top:0rem !important;	
  }	
  .fellowship-program .aboutlg{	
    display:block !important;	
  }	
  .impact-section-wrapper{	
    width:100%;	
    margin: 0rem;	
    padding: 1rem;	
  }	
  .impact-cards{	
    width: 100%;	
    margin: 2rem 0rem;	
  }
	#program-structure-wrapper .container-fluid .programVisionDetails,
	#program-structure-wrapper .container-fluid .programVisionDetails p{
		padding:0rem !important;
	}
	.trainingDetails div{
margin-bottom:0rem !important;
}
	#testimonialCarousel .col-md-6:nth-child(2n){
padding-top: 3rem;
margin-top:3rem;
  }
.trainingDetails div:nth-child(4), .trainingDetails div:nth-child(5){
	margin-top:0rem;
}
  .border-top{
    padding-left:1rem !important;
  }
  .programVisionDetails ul, .about-academy-details ul{
    width: 100%;
    padding: 0rem 2rem;
    text-align: start;
    word-spacing:1px;
  }
  .submenu-links{
    position:relative;
    display:block;
    border:none;
    width:100%;
  }
.submenu-links li{
  padding:0px 20px;
  border:none !important;
}
.submenu-links .nav-link{
padding: 5px 10px;
}
.submenu-links .nav-link.active {

 background:#FFF9C4;
 width: 100%;

}
  .register-btn{
    margin-left:0rem;
    text-align: center;
  }
  .sonata-logo{
    width:18%;
    margin-left:0rem;
  }
  .text-start{
    padding-left:1rem !important;
    padding-right:0rem !important;
  }
  .videoSection .sectionTitle{
    text-align: center;
  }
  .programVisionDetails{
    background-image: none;
  }
  .vision-image {
    padding: 2rem 1rem 2rem 1rem;
}
  .address-section{
    display: flex;
    align-items: flex-start;
  }
  .register-btn{
    width:100%;
    margin-top:2rem;
  }
	.about-academy-details p,
  .programVisionDetails p{
    text-align: start;
    word-spacing: 1px;
  }
  .programVisionDetails p,.about-academy-details p{
    padding: 0rem 2rem !important;
  }
  .about-academy-intro{
    margin-bottom:0rem;
  }
.exploreBtn{
margin-bottom:30px;
}
  .vision-section{
    padding:0rem 0.5rem;
  }
  .core-description{
    text-align: start;
    word-spacing:1px;
    padding:1rem 0rem !important;
  }
	#coreTeamPage .profile-picture .profile-name{
    padding: 0.5rem 0rem 0rem;
  }
  #coreTeamPage .porfile-designation{
  margin-bottom:0.5rem;
  text-align: left;
  }
  .about-banner-text p,
  #coreTeamPage .core-banner-text,
  #coreTeamPage .vertical-border,
  .background-banner-text{
    display:none !important;
  }
  .about-academy-heading,
  .about-academy-details p,
  .core-description,
  #CoreTeam{
    padding:1rem 2rem;
  }
  
  #coreTeamPage .profile-details{
    padding: 1rem 1.5rem;
  }
  .teal_underline,
  .orange_underline{
    width:14%;
  }
  .about-academy-details p,
  .core-description,
  #coreTeamPage .profile-picture,
  #coreTeamPage .profile-details,
  #coreTeamPage .details-wrapper{
    width:100%;
  }
  .about-academy-details,
  #CoreTeam,
  .aboutUS,
  .testimonials{
    background: none;
  }
  #CoreTeam .carousel-item .card{
    margin-bottom:1rem;
  }
  #CoreTeam .carousel-indicators{
    padding-bottom:20px;
  }
  
  .mission-vission-section{
    padding:2rem;
  }
  .about-values-mission .vision-section:nth-child(2){
    margin-top:4rem;
  }
  #CoreTeam{
    margin-top:1rem;
  }
  #coreTeamPage .coreTeam-body .card{
    flex-direction: column;
  }
  .navbar-brand img{
		width:60%;
	}
	#coreTeamPage .expand-icon,
	#coreTeamPage .active .collapse-icon{
		margin-left:1.5rem;
	}
	#coreTeamPage .profile-details{
		max-height: 245px;
	}

  /*.sticky-top{
    position: absolute;
    width:100%;
  }
  body{
    position: relative;
  }*/
}
@media screen and (max-width:500px) and (orientation: portrait){
	#coreTeamPage .profile-details{
		max-height: 305px;
	}
#coreTeamPage .advisorsProfile  {
    max-height: 295px;
}
}
/*************MEDIA QUERY FOR MOBILE LANDSCAPE**********/
@media screen and (min-width: 768px) and (max-width: 1024px) {

.mainNav .nav-item{
margin-right:7px;
}
}
@media only screen and (max-width: 992px) and (max-height: 575.98px) and (orientation: landscape){
	#edit-field-user-type-afpi option{
		font-size:11px;
	}
	.fellowship-program{
		margin-top:3rem;
		margin-bottom:1rem;
	}
	.impact-info{	
    padding-top:0rem !important;	
  }	
  .impact-section-wrapper{	
    width:100%;	
    margin: 0rem;	
    padding: 1rem;	
    flex-direction: column;	
  }	
  .impact-cards{	
    width: 70%;	
    margin: 2rem auto;	
  }
	.register-btn {
		width:100%!important;
		text-align:center;
	}

	.trainingDetails div{
margin-bottom:0rem !important;
}
	.trainingDetails div:nth-child(4), .trainingDetails div:nth-child(5){
	margin-top:0rem;
}
  .border-top{
    padding-left:1rem !important;
  }
  .programVisionDetails ul ,.about-academy-details ul{
    width: 100%;
    padding: 0rem 2rem;
    text-align: start;
    word-spacing: 1px;
  }
  .register-btn{
    margin-left:0px;
  }
  .submenu-links{
    display:block;
	position:relative;
    border:none;
    width:100%;
  }
.submenu-links .nav-link{
padding: 5px 10px;
}
.submenu-links li{
  padding:0px 20px;
  border:none;

}
.submenu-links .nav-link.active {

 background:#FFFDE7;
 width: 100%;

}
  .sonata-logo {
    width: 8%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left:0rem;
}
.text-start{
  padding-left:1rem !important;
}
  .programVisionDetails,
  .aboutUS,
  .testimonials{
    background-image: none;
  }
  .register-btn{
    width:19%;
  }
  .about-academy-details p,
  .core-description,
  .programVisionDetails p{
    text-align: start;
    word-spacing: 1px;
  }
  .programVisionDetails p{
    padding:0rem 2rem;
  }
  .about-academy-intro{
    margin-bottom:0rem;
  }
	#coreTeamPage .expand-icon,
	#coreTeamPage .active .collapse-icon{
		margin-left:1rem;
	}
	.navbar-brand img{
		width:60%;
	}
	#coreTeamPage .profile-picture .profile-name{
    padding: 0.5rem 0rem 0rem;
  }
  #coreTeamPage .porfile-designation{
  margin-bottom:0.5rem;
  }
  .about-banner-text,
  .background-banner-text{
    top:3rem;
  }
  .about-banner-text p{
    padding: 1.6rem 3rem 1.5rem 2rem;
  }
  .about-academy-intro,
  #CoreTeam{
    padding:1rem 2rem 4rem;
  }
  .vision-section{
    padding:1rem 0.5rem;
  }
  .orange_underline,1427

  .teal_underline{
    width:10%;
  }
  .about-academy-details p,
  .core-description,
  #coreTeamPage .profile-picture,
  #coreTeamPage .profile-details,
  #coreTeamPage .details-wrapper{
    width:100%;
  }
  #coreTeamPage .expand-icon{
		margin-left:1rem;
	}
	#coreTeamPage .profile-details{
		max-height:201px !important;
	}
  .about-academy-details,
  #CoreTeam{
    background: none;
  }
  #coreTeamPage .core-banner-text{
    width:82%;
    padding:1rem;
  }
  #coreTeamPage .vertical-border{
    display: none !important;
  }
  #CoreTeam .carousel-indicators{
    padding-bottom:20px;
  }
  #CoreTeam .carousel-item .card{
    width: 60%;
    margin: 1rem auto;
  }
  .about-values-mission .vision-section:nth-child(2){
    margin-top:0rem;
  }
  #CoreTeam{
    margin-top:2rem;
  }
  #coreTeamPage .coreTeam-body .card{
    flex-direction: column;
  }
  #coreTeamPage .profile-details{
    padding:1rem;
  }
  .footerLogo {
    width: 25%;
}
}
@media only screen and (max-width: 1025px) and (max-height: 769px) and (orientation: landscape){
.mainNav .nav-item{
margin-right:7px;

}
}
/***********TABLET POTRAIT VIEW**************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.background-banner-text{
		top:3rem !important;
	}
	 .programVisionDetails ul{
    width:95%;
  }
	.address-section{
display: flex;
    align-items: flex-start;
}
 .address-section img{
      padding-right:5px;
    }
  .footerLogo {
    width: 20%;
}
  .register-btn{
    width:100%;
    margin-left: 0px;
    margin-top: 1rem;
    text-align: center;
  }
  
	#coreTeamPage .core-banner-text{
    top: 0.5rem;
    width: 65%;
    padding: 0.5rem 4rem;
  }
  
  
  .about-banner-text{
    top:3rem;
  }
  .about-banner-text p{
    padding: 1.6rem 4rem 1.5rem 2rem;
  }
  .about-academy-details,
  #CoreTeam{
    background: none;
  }
  .about-academy-intro,
  .vision-section,
  #CoreTeam{
    padding: 1rem 2rem 3rem;
  }
  .fellowship-program{
	  margin-bottom:1.5rem;
  }
  .orange_underline,
  .teal_underline{
    width:10%;
  }
  .about-values-mission .vision-section:nth-child(2){
    margin-top:1rem;
  }
  #CoreTeam .carousel-item .card,
  .coreTeam .carousel-item .card{
    width: 100%;
    margin: 1rem auto;
  }
  #CoreTeam .carousel-indicators{
    padding-bottom:20px;
  }
  
  .about-academy-details p,
  .core-description{
    width:100%;
  }
  #CoreTeam .row .col-lg-3,
  .coreTeam .row .col-md-3{
    width:50%;
  }
  /*#coreTeamPage .profile-picture{
    width:30%;
  }*/
  #coreTeamPage .profile-details{
    width:100%;
  }
  #coreTeamPage .profile-details{
	  max-height:195px;
  }
#coreTeamPage .advisorsProfile {
    max-height: 190px;
}
}

@media only screen and (max-width: 992px) and (max-height: 575.98px) and (orientation: landscape){
 
  .overlay{
    top:30%;
  }
  #coreTeamPage .core-banner-text{
    top:1rem;
  }

.mainNav .nav-item{
margin-right:7px;
}
}
@media screen and (max-width:1366px){
  .fs-22{
    font-size:16px;
  }
  .sectionTitle{
    font-size:28px;
  }
  .nav-link.active {
    font-size:16px;
  }
  .nav-link{
    font-size:13px;
  }
}
@media screen and (max-width:500px){
  .sonataInfo{
    width:100%;
    display:block;
  }
  .mission-vission-section {
    padding: 2rem 2rem 2rem 2rem;
}
.vision-image {
    padding: 2rem;
}
}
@media screen and (max-width:1024px){
  #coreTeamPage .Core-banner-heading{
    font-size:20px;

  }
  #coreTeamPage .banner-details{
    font-size:14px;
  }
.testimonialDesc {
    min-height: 115px;
}
}
@media screen and (max-width:1280px){
	.view-all-arrow{
		width:auto;
	}
.impact-cards .card-body{
padding:0px;
}
.impact-cards .number {
    font-size: 30px;
}
}
@media screen and (min-width:1600px){
	.fs-22{
font-size:22px;
}
}
@media only screen and (max-width: 1280px) and (max-height: 840px) and (orientation: landscape){
	#coreTeamPage .profile-details{
		max-height:132px;
	}
}
@media screen and (min-width:1880px){
.about-values-mission .vision-section:nth-child(2){
  margin-top: 14rem;
}
}
@media screen and (min-width:1921px){
#coreTeamPage .profile-details{
max-height:135px;
}
}

@media screen and (max-width:768px){
.adminloginform,.adminresetform,.registerform{
width:75%;
margin:0 auto;
}
}
@media screen and (max-width:500px){
.adminloginform,.adminresetform,.registerform{
width:90%;
margin:0 auto;
}
}
/******tab landscape****/	
@media only screen and (min-width: 992px) and (max-width: 1280px) and (orientation: landscape) {	
	.impact-cards{	
		width:26%;	
	}	
}
@media screen and (max-width:1140px){

#CoreTeam .card-title {
    font-size: 16px;
    font-weight: 700;
}
#CoreTeam .desc{
  min-height: 95px;
  max-height: 100px;
}
}

/*****our partner******/
#partnerCarousel{

  padding:100px;

}

#partnerCarousel .carousel-control-next-icon {

  background-image: url(../Images/right.svg);

}

#partnerCarousel .carousel-control-prev-icon {

  background-image: url(../Images/left.svg);

}

#partnerCarousel  .carousel-control-next, #partnerCarousel .carousel-control-prev {

  top: -125px;

}
#partnerCarousel .carousel-control-prev{
	left: -40px;
}
button.carousel-control-prev:disabled, button.carousel-control-next:disabled {
    opacity: 0.1;
    cursor: default;
   pointer-events:none
}