html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 80px;
    margin-bottom: 48px;
}

html,body {
/*    width:100%;
    height:100%;*/
}
	
@font-face{
    font-family:montserratbold;
    src:url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face{
    font-family:montserratmedium;
    src:url(../fonts/Montserrat-Medium.ttf) format("truetype");
}
@font-face{
    font-family:montserratregular;
    src:url(../fonts/Montserrat-Regular.ttf) format("truetype");
}

@font-face{
    font-family:myriadregular;
    src:url(../fonts/MyriadPro-Regular.otf) format("opentype");
}
@font-face{
    font-family:palatino;
    src:url(../fonts/Palatino.ttc) format("truetype");
}

span.show_hide{
    display:none;       
}
strong.read_more{
    cursor: pointer;
    display: block;
    padding: 8px 0;
    color: #6fa223;
    font-weight: 600;
}

h2 {
    font-family:palatino;
    /*font-size: 24px;*/
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
}
.hide_img{
    display: none;
}

.link-color,
.link-color:hover {
    text-decoration: none;
    font-family: 'montserratmedium';
    font-weight: normal;
    color: #212529;
}

.more {display: none;}
.less {display: block;}
#more {display: none;}
.read_more2{
    cursor: pointer;
	color: #6fa223;
}

.past-projects-row,
.annual-reports-row {
    padding: 25px 0;
}

.past-projects-content h2 {
    font-size: 18px;
}

header {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 72px;
    /*line-height: 76px;*/
	/*height: 100px;*/
    /*background: #335C7D;*/
    color: #fff;    
    transition: all 0.4s ease;
    z-index: 3;
    top: 0;
}

header.sticky {
    font-size: 24px;
    /*line-height: 48px;*/
    height: 40px;
    background: #efc47D;
    text-align: left;    
  }

header nav{
    padding-left: 5rem !important;
    padding-right: 5rem  !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

header nav a{
	color:#282828;
    font-family:palatino;
    font-size: 18px;
    font-weight: bold;
}
header nav li.active a{
	color:#bed656;
}
header nav li.active a > span{
    /* border-bottom: 3px solid #000; */
    color:#6fa223;
}

.swiper-pagination-bullet-active{
    background-color:#6fa223;
}

.homepage-banner-container .homepage-banner-row .homepage-swiper-container {
}

header nav li{
    margin: 0px 25px;
}

header nav > a > img{
    width: 18rem;
}


header nav button{
    border-radius: 9px;
        background-color: #bed656;
        border: 2px solid #00000005;
        padding: 10px 38px;
        font-family: montserratregular;
        font-size: 14px;
        height: 40px;
        line-height: 10px;
        color: #fff;
}
.swiper-container {
  width: 100%;
  height: 100%;
  /*max-height: 500px;*/
}
.swiper-slide img{
	width:100%;
	height:auto;
}

.sticky-block{
    top: 80px;
    position: fixed;
    z-index: 2;    
}
.section-2{
	background-color:#b5c634;
    /*margin-top: 80px;*/
    padding-top: 3rem;
	padding-bottom: 3rem;    
    /* top:0;
    position: -webkit-sticky;
    position: sticky; */
}

.section-2 {
    background-color: #b5c634;
    /* margin-top: 80px; */
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.section-2 h3{
	text-align: center;
    color: #fff;
    font-size: 24px;
    font-family:montserratmedium;

}


.section-2 h2{
	max-width: 70%;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    font-family:palatino;    
    font-weight: bold;
    margin-bottom: 30px;
    color:#282828;
    opacity: 0;
}
.section-2 h2.animate__animated{
    opacity: 1;
}

.section-2 a{
    background-color: transparent;
    border: 2px solid #000;
    padding: 7px 30px 7px 30px;
    color: #000;
    text-decoration: none;
    font-family:montserratregular;
    font-size: 21px;
}
.icon-section{
	margin: 0 auto;
	max-width: 80%;
    margin-top: 30px;
    justify-content: center;
}
.icon-section div.img {
	padding: 10px 10px;	    
    width: 70%;
    height:100px;
    margin: 0 auto;
    justify-content: center;
}

/*.icon-section div.img img {
    height: 150px;
}*/

.icon-section div.img img {
    height: 80px;
}

.icon-section  .img{
	display: flex;
    align-items: center;    
    flex-direction: column;    
    transition: all 0.75s;
}

.icon-section strong{
	display: block;
    width: 100%;
    text-align: center;
    font-family: montserratregular;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
    color: white;
    /*margin-top: 18px;*/
}


.section-4{
    background-color:#000;
    color:#fff;
}
.section-4 h4{
    font-size:24px;
    position: relative;
    font-family: montserratmedium;
    margin-bottom: 2rem;

}
.section-4 h4::after{
    content: "";
    display: block;
    width: 8rem;
    height: 3px;
    background: #fff;
    top: 2.2rem;
    position: absolute;
}

.section-4 h2{
    font-family: p
}


.section-4 .data-col {
    margin: 75px auto;    
    max-width: 80%;
}
.section-4 .data-col p{
    margin-bottom:3.5rem;;
    font-family: montserratregular;
    font-size: 16px;
}

.data-col h2{
    font-family:palatino;
    font-size: 35px;
    font-weight: bold;
}
.button-col{
    margin-top: 2rem;
}
.button-col a{
    background-color: #6fa223;
    color: #000;
    padding: 10px 30px;
    border-radius: 30px;
    margin-right: 1rem;
    font-family: montserratregular;
    font-size: 16px;
}

.title-section{    
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 1.5rem 0rem;
}

.about-title-section{    
    text-align: center;
    background-color: #b5c634;
    color: #282828;
    padding: 3rem 0rem;
    display: none;
}

.about-title-section h2{
    color:#282828;
	font-size: 28px;
}
.title-section h2{
    font-size:30px;
}
.about-image{
    min-height: 500px;
    width: 100%;
}

.section-3 .work-box{
    /*max-width: 30%;
    margin: 0 auto;
    padding: 2rem 0rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 400px;
}
.section-3 .s-box{
    max-width: 85%;
}
.section-3 .l-box{
    max-width: 60%;
}

.section-3 .work-box .inner-work-box{
	display: block;
    width: 100%;
    margin: 0 auto;    
}
    
.work-box h5{
	text-align: left;
    display: block;
    width: 100%;
    font-family:montserratregular;
    font-size: 18px;
}
.work-box .small-icon-sec{
	text-align: left;
    display: block;
    width: 100%;	
}

.project-section h4{
    position: relative;
}
.project-section > .row{
    margin: 50px 0px;
    /*justify-content: center;*/
}

.project-section > .row > div{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}


.project-section .project-text {
    /* display: flex; */
    /* align-items: center; */
    margin-top: 20px;
}

.borders {
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    /*border: 2px solid #b5c634;*/
    margin-bottom: 20px;
    min-height: 625px;
}

.project-section .project-text h4{
    font-family:montserratregular;
    font-size: 14px;
}

.partners-text h2,
.project-section .project-text h2{
    font-family: palatino;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}

.project-section .project-text p{
    font-family:montserratregular;
    font-size: 14px;
}

/* .project-section  span.line::after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #212529;
    left: 142px;
    top: 12px;
    position: absolute;    
} */

.project-section .image-container{
    /* opacity: 0; */
}

.project-section .image-container.animate__animated{
    opacity: 1;
}

.section-3 h2{
    font-size: 35px;
    line-height: 1.2em;
    font-family:palatino;
    font-weight: bold;
}
    
/*.section-3 .title-section h2::after{
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    background: #fff;
    left: 46%;
    top: 80%;
    position: absolute;
}*/

.line-bar-dark{
	width: 6%;
    max-width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 23px;
    margin: 0 0 0px;
    position: relative;
}

.line-bar-dark::after{	
	border-top-color: #0C71C3;
    border-top-width: 14px;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 5px solid #282828;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.line-bar-light{
    width: 7.5%;
    max-width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 15px;
    margin: 0 0 0px;
    position: relative;
}
.line-bar-light::after{
    
    border-top-color: #0C71C3;
    border-top-width: 14px;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 5px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.section-3 .work-box img{
    width: 35px;

}

.section-3 .work-image img{
	width:100%;
	height:auto;
    /*min-height: 400px;*/
}
.section-3 .work-image{
	padding:0px;	
}


.about-info{
    background-color:#b5c634;
}
.about-info h2{
    font-size: 26px;
    font-family: palatino;
    font-weight: bold;
    margin: 40px auto;
    max-width: 70%;
    text-align: center;
    opacity: 0;
}
.about-info h2.animate__animated{
    opacity: 1;
}

.about-matter-sec .inner-sec{
    margin: 0 auto;
    /* max-width: 85%;     */
}
.about-matter-sec h2{
    /*font-size: 30px;*/
    font-size: 20px;
    font-family: palatino;
    font-weight: bold;
    margin-bottom: 22px;
}

.about-matter-sec .inner-sec p{
    font-family:montserratregular;
    font-size: 14px;
}

.work-box{
    opacity: 0;
}

.work-box.animate__animated{
    opacity: 1;
}

/* .slide-right {
	-webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
    }
  }
   */


.about-matter-sec{
    /* margin: 90px 0px; */
    /* margin: 0 100px auto; */
    margin: 70px auto;
    width: 88%;
    opacity: 0;
}

.about-matter-sec.animate__animated{
    opacity: 1;
}

.about-toggle-sec{
    margin: 70px auto;
    width: 88%;
}

.about-toggle-sec ul.nav .tab-icon > img {
    width: 40px;
}

.about-toggle-sec a{
    font-family:montserratregular;
    font-size: 21px;
    color:#282828;
}
.about-toggle-sec .tab-content h2{
    font-size: 22px;
    font-family: palatino;
    font-weight: bold;
}

.about-toggle-sec .tab-content h4{
    font-family:montserratbold;
    font-size: 16px;  
	color: #6fa223;	
}

.about-toggle-sec .tab-content p{
    font-family: montserratregular;
    font-size: 14px;
}

.about-toggle-sec .tab-content .hover-box p{
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0px;
}
.about-toggle-sec #Board_of_Members .row{
    /* max-width: 90%; */
    margin: 0 auto;
}

.hover-box h3{

}

.hover-box p{
    
}
#Partners .row {
    text-align:center;
}



.image-container{
    text-align: center;
}

.image-container img{
    width:100%;
    height: 100%;

    /* transform: scale(0.5); */
}
.hover-box{
    position: relative;
    overflow: hidden;
    text-align: center;
}
/* .hover-box:hover > .text-container{
    top: 0%;
} */
/* .text-container{
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 0%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.4s ease-in-out 0s;
} */

/*new */



.hover-box:hover .content-overlay {
    opacity: 1;
}
.hover-box .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}



:active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0;
  }
  .btn-2::before,
  .btn-2::after {
    position: absolute;
    content: "";
  }

  .btn-2 span::before,
  .btn-2 span::after {
    position: absolute;
    content: "";
  }
  
  .btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 10px auto 35px;
  }
  .btn {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    /* margin: 0px 25px 15px; */
    min-width: 150px;
  }
    .btn span {         
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      top: 0; left: 0;
      width: 100%;
      /* padding: 15px 20px; */
      transition: 0.3s;
    }
  
.btn-2::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
}
.btn-2 span {
    color: rgb(28, 31, 30);
    /* border: 1px solid rgb(28, 31, 30); */
    transition: 0.2s;
}  
.btn-2:hover span{
    color: rgb(255,255,255);
    transition: 0.2s 0.1s;
}
/* 9. hover-slide-right */
.btn.hover-slide-right::before {
    top: -1px;
    bottom: 0;
    left: 0;
    height: 104%;
    width: 0%;
}
.btn.hover-slide-right:hover::before {
    width: 100%;
}







.hover-box:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}


.fadeIn-top {
    top: 20%;
}
.hover-box .content-image{
    width: 75%;
    height: auto;
}


.content-details {
    position: absolute;
    text-align: center;
    z-index: 1;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;

}
.content-details p{
    color:#fff;
}

/*end new*/

footer p{
    font-family:montserratregular;
    font-size: 10px;
}

.footerp1{
    padding-left: 3rem;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.footerp2{
    padding-right: 3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
	font-size: x-small;
}
.icon-section img{
    opacity: 0;
}
.icon-section img.animate__animated{
    opacity: 1;
}

.icon-section div.img:hover{
/*    transform: scale(1.3);*/
    transform: scale(1.25);
}


.scale-up-center {
	-webkit-animation: scale-up-center 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

.flip-horizontal-bottom {
	-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes flip-horizontal-bottom {
    0% {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
    }
    100% {
      -webkit-transform: rotateX(-180deg);
      transform: rotateX(-180deg);
    }
  }
  @keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(-180deg);
       transform: rotateX(-180deg);      
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
  }
  .line{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .about-toggle-sec .knowmore {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    align-content: center;
	padding: 1.5rem;
}
.last-img{
    display: none;
}
.sticky-block .icon-section{
    cursor: pointer;
}

.partner-logos,
.partners-text {
    padding: 25px 25px 15px 25px;
}

.partners-text h2 {
    text-align: center;
}

.partners-post .partners-text h2 {
    text-align: left;
}

.partners-post .partners-text img {
    margin-bottom: 25px;
}

.partner-logos {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    height: 128px;
}

.partner-logos img {
    height: 90px;
    width: auto;
    transition: 0.5s;
}

.partners-container.pramiti-philanthropy-partners-mumbai-maharashtra .partner-logos img {
    height: 70px;
}

.navbar {
    padding: 0;
}

.container.project-section {
    /*margin-top: 300px;*/
    max-width: 90%;    
}

.partners-text ul {
    padding-left: 20px;
}

.partners-container {
    margin-bottom: 20px;
}

.partners-container .borders {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    min-height: initial;
}

.partners-container a:hover {
    text-decoration: none;
}

.partners-container:hover .partner-logos img {
    height: 120px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.separater {
    width: 100%;
    height: 1px;
    margin-bottom: 35px;
    background: #e1e1e1;
    /* margin-left: 15px; */
    margin-bottom: 35px;
}

.work-inner-box a {
    color: inherit;
}

.work-inner-box a:hover {
    color: inherit;
    text-decoration: none;
}

.desktop-hide {
    display: none;
}

/*.bm-image-container {
    width: 150px;
    margin-bottom: 20px;
}*/

.bm-image-container {
    width: 150px;
    margin-bottom: 20px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.bm-image-container img {
    max-width: 100%;
}

.contact-map {
    /*width: 40%;*/
    width: 100%;
    height:500px;
}

.homepage-swiper-container .swiper-slide {
    /*height: 760px;*/
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    top: 35%;
}

.main-section-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.partners-text img {
    height: 100px;
    width: auto;
}

.page-title {
    font-size: 1.8rem;
    /*color: #b5c634;*/
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
    /*border-bottom: 1px solid #00ff00;*/
}

.impact-story-column {
    margin-bottom: 35px;
    text-align: center;
}

.impact-story-column img {
    max-width: 100%;
}

.impact-story-img-container {
    margin-bottom: 20px;
}

.impact-story-column a,
.annual-reports-row a {
    color: #6fa223;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.impact-story-column a:hover {
    text-decoration: none;
}

.annual-reports-row a {
    font-weight: normal;
}

.contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.contact-map {
    position: relative;
}

.contact-map::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height:  100%;
}

.contact-row {
    margin-bottom: 30px;
}

@media screen and (max-width: 1365px) {
    .icon-section {
        max-width: 100%;
    }

    header nav {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    header nav a {
        font-size: 16px;
    }

    header nav li {
        margin: 0px 18px;
    }
}

@media (max-width: 1024px){

    header nav {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .section-2{
        background-color:#b5c634;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        
	}
	
    .section-3 h2{
        font-size: 20px;
    }
    .section-3 .work-box{
        min-height: 250px;
    }
    .section-3 .work-image{
        min-height: 250px;
    }
    .footerp1{
        justify-content: center; 
		font-size: x-small;
    }
    .footerp2{
        justify-content: flex-end;
        align-items: center;
        padding-right: 0px;
		font-size: x-small;
    }
    header nav li {
        margin: 0px 15px;
    }
    header nav a{
        /*font-size: 14px;*/
    }
    header nav button{
        border-radius: 9px;
        background-color: #bed656;
        border: 2px solid #00000005;
        padding: 10px 38px;
        font-family: montserratregular;
        font-size: 14px;
        height: 40px;
        line-height: 10px;
        color: #fff;
    }
    .about-toggle-sec #Board_of_Members .row{
        max-width: 100%;
    }
/*    .project-section .project-text h2{
        font-size: 30px;
    }*/
    .data-col h2{
        font-size: 28px;
    }
    .section-3 .work-box img {
    width: 22px;
    opacity: 70%;
}
	.icon-section div.img {
    width: 70%;
    height: 100px;
    margin: 0 auto;
    justify-content: center;
}
    .line-bar-dark {
        width:10%;
    }
    .line-bar-light{
        width:10%;
    }

    .icon-section div.img {
        width: 40%;
    }

    .icon-section strong {
        margin-top: 0;
    }

    .container.project-section {
        margin-top: 200px
    }

    .partners .container {
        max-width: 100%;
    }
	
}

@media (max-width: 768px){

    header nav {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    header nav > a > img{
        width: 16rem;
    }
    .about-matter-sec .col-md-7{
        margin-bottom: 40px;
    }
    .about-matter-sec .col-md-4{
        margin-bottom: 30px;
    }

    .middle-img{
        display: none;
    }
    .last-img{
        display: unset;
    }
    	
	.sticky-block {
        top: 10%;
        position: fixed;
        z-index: 2;
        width: 100%;
        display: flex;
	}
	
/*	.sticky-block .icon-section > div{
		margin: 0;
		flex: 100%;
		max-width: 70%;
        text-align: center;
	}*/	
	
    .sticky-block .icon-section{
        /*flex-direction: column;*/
		/*display: contents;*/
    }

    .sticky-block .icon-section {
        /* flex-direction: column; */
        /* display: contents; */
        width: 100%;
        margin-right: 0;
    }


/*    .icon-section strong{
		
        font-size: 15px;
    }*/
/*	.icon-section div.img {
        display: contents;
        font-size: xxx-large;
	}*/

/*    .icon-section div.img img {
        width: 120px;
    }*/
	
    .work-box h5 {
        font-size: 16px;
    }
    .section-3 h2{
        font-size: 23px;
    }
    .section-3 .work-image{
        min-height: 200px;
    }
    .section-3 .work-box{
        min-height: 200px;
    }
    .data-col h2{
        font-size: 28px;
    }
    .footerp1{
        padding-left: 0rem;
		font-size: x-small;
    }
    .footerp2{
        text-align: center;
        justify-content: center;
    }
    .about-matter-sec{
        margin: 70px auto;
    }
/*    .about-matter-sec h2{
        font-size: 26px;
    }*/
    .about-toggle-sec .tab-content h2{
	    font-size: 30px;
    }
	.about-title-section {
        text-align: center;                
        padding: 1.5rem 0rem 0rem 0rem;
	}
	.about-toggle-sec {
        margin: 0 auto;
        width: 95%;
	}
	
    .project-section .project-text h2{
        font-size: 25px;
    }
    .image-container img{
        width: 60%;
    }
    .project-section .project-text .text-container{
        margin-top: 50px;
    }
    
	.ml-auto, .mx-auto {
        margin-left: auto!important;
        text-align: center;
        line-height: 3rem;
    }	
	.line-bar-dark {
        width:15%;
    }
    .line-bar-light {
        width:15%;
    }

    .icon-section div.img img {
        height: auto;
    }

    .container.project-section {
        /*max-width: 90%;*/
        max-width: 100%;
    }

    .dr-anaita-hegde {
        padding-left: 0;
        padding-right: 0;
    }

    .partner-logos, .partners-text {
        padding: 25px 25px;
    }

    .about-matter-sec {
        width: 100%;
    }

    .icon-section strong {
        font-size: 12px;
    }

    .icon-section div.img {
        width: 100%;
    }

    .desktop-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    header nav {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 450px){
    
    .icon-section div.img img {
        height: 70px;
    }

    header nav > a > img{
        width:14rem;
    }
    .data-col h2{
        font-size: 14px;
    }
	
	
	.button-col a {
        padding: 6px 20px;
        border-radius: 30px;
        margin-right: 0rem;
        font-family: montserratregular;
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
        display: block;
    }
   
   
    .section-3 .l-box{
        max-width: 75%;
    }
    .section-3 .s-box{
        max-width: 75%;
    }
	.section-3 .work-box {
    min-height: 250px;
	}
	
    .section-4 .data-col {
        margin: 2rem auto;
        margin-top: 2rem;
        max-width: 80%;
    }
	.section-4 .data-col p {
        font-family: montserratregular;
        font-size: 12px;
        margin-bottom: 2rem;
	}


	.section-2 .project-section{
        padding-top: 0rem;
        padding-bottom: 3rem;
        max-width: 10rem;
        position: fixed;
        z-index: 3;
	}
    .section-2 h2{
        max-width: 80%;
    }
	
	
    .footerp1 {
        font-size: x-small;
        height: 1rem;
        margin: 0;
        padding: 1.5rem 0;
    }
    .footerp2 {
        font-size: x-small;
        height: 0rem;
        /* justify-content: flex-start;
        align-items: flex-start;
        padding-right: 0px; */
    }
	
	
    .about-info h2{
        max-width: 80%;
        font-size: 30px;
    }
    .about-toggle-sec .row > div{
        margin-bottom: 20px;
    }
	.about-matter-sec .inner-sec p {
    font-family: montserratregular;
    font-size: 14px;
    text-align: justify;
	}
	.about-toggle-sec .tab-content p {
    font-family: montserratregular;
    font-size: 12px;
    text-align: justify;
	}
	.about-toggle-sec .tab-content h2 {
    font-size: 20px;
	}
	.about-toggle-sec {
    margin: 0px 27px auto;
    width: 88%;
	}
	.about-toggle-sec a {
    font-family: montserratregular;
    font-size: 12px;
    color: #282828;
	}
	
    .icon-section {
    /*max-width: 80%;*/
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
	}
	.icon-section div.img {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    justify-content: center;
	}
	.icon-section strong{
        font-size: 10px;
    }
	
	.nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 50%;
    	text-align: center;
    }
	.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
	}
	
		
	.ml-auto, .mx-auto {
        margin-left: auto!important;
        text-align: start;
        line-height: 3rem;
    }
	.collapse.show {
        display: block;
        font-size: 1rem;
    }	
	.sticky-block {
	    position: relative;
	}

	
/*	.sticky-block .icon-section > div{
		margin: unset;
		flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}*/
    
    /* .sticky-block .icon-section > div{

    } */
	.sticky-block .icon-section{
		/*max-width: 90%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
	}
    .main-section-2 .icon-section > div{
		margin: unset;
/*		flex: 0 0 33.333333%;
        max-width: 33.333333%;*/
	}
    .line-bar-dark {
        width:28%;
    }

    .line-bar-light {
        width:28%;
    }

    .container.project-section {
        margin-top: auto;
    }

    .data-col {
        padding-bottom: 2rem;
    }
}

@media (max-width: 330px){

    header nav > a > img{
        width:9rem;
    }
    .line-bar-dark {
        width:38%;
    }
    .line-bar-light {
        width:35%;
    }
    
}

