@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');


/*
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Rubik', sans-serif;
*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
header, footer, aside, nav, section {
    display: block;
}
ul, li {
    list-style: none;
} 
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}
img, a {
    border: none;
    outline: none;
}
.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.full-width {
    width: 100% !important
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6{
}
.wrapper {
    overflow-x: hidden;
}
html body {
font-family: 'Open Sans', sans-serif;
}


.home__banner {
    background: #317298;
}
.home__banner img{
	height:auto;
	width:100%;
}
.menuBar {
}
.menuBar nav.navbar {
    margin-bottom: 0;
}
div#mainNavigation {
    height: auto;
}
.menuBar .navbar-brand img{
	max-width: 80px;
	height:auto;
}
div#mainNavigation a.nav-link, div#mainNavigation a {
    font-family: 'Rubik', sans-serif;
    color: #333;
    padding: 10px 40px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}
div#mainNavigation li.deeper.parent span {
    text-indent: 100px;
    padding: 0px;
    width: 24px;
    height: 3px;
    background: #000;
    position: relative;
    z-index: 99;
    margin-top: 20px;
    font-size: 0px;
    display: block;
}
div#mainNavigation li.deeper.parent span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
div#mainNavigation li.deeper.parent span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}




.homeWelcomeSection {
    background-color: #fff3eb;
    text-align: center;
    padding: 50px 0px;
}
.homeWelcomeSection h2 {
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin: 0px 0px 20px;
    color: #f2682a;
}
.homeWelcomeSection h2 span:nth-child(1) {
    color: #f2682a;
}

.homeWelcomeSection h2 span:nth-child(2) {
    color: #dd1e36;
}
.homeWelcomeSection h2 span:nth-child(3){
    color: #d31772;
}
.homeWelcomeSection h2 span:nth-child(4) {
    /*color: #bfa41d;*/
}
.homeWelcomeSection h2 span:nth-child(5) {
    color: #dd1e36;
}
.homeWelcomeSection h2 span:nth-child(6) {
    color: #d31772;
}
.homeWelcomeSection audio {
    outline: none;
    margin-bottom: 20px;
}
.body p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
}



.home__seeOurVideo {
    padding: 50px 0px;
}
.home__seeOurVideo .main--heading {
    font-size: 46px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.home__seeOurVideo .main--heading {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 0px 0px 20px;
    margin-bottom: 30px;
}
.home__seeOurVideo .main--heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 8px;
    width: 60px;
    background: #de1e37;
    left: 0;
    border-radius: 4px;
}

.main--heading {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px 20px;
}
.sub--heading {
    color: #333;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}

.main--heading a {
    color: #D31772;
}

.home__loveQuotient {
    background-color: #f2f9ff;
    padding: 50px 0px;
}
.home__loveQuotient h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px;
}
.home__loveQuotient h4 {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    line-height: 50px;
}
.home__loveQuotient h3 span,
.home__loveQuotient h4 span,
.sub--heading a, .donate_pro, 
p a{
    color: #F36729;
}

.home__appScreenshotSection {
    padding: 50px 0px;
}
.home__appScreenshotSection a{
	display:block;
}
.home__appScreenshotSection img {
    max-width: 100%;
    height: auto;
}



.home__abouttheory__con {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}
.home__abouttheory__con p{
	margin-bottom:0px;
}

.home__aboutSection{
	padding:50px 0px;
}
.home__aboutSection .container {
    border-top: 4px double #ddd;
    padding-top: 60px;
}
.home__aboutSection img,
.home__affraidToAsk img {
    max-width: 100%;
	height:auto;
}


.home__aboutSection__text {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    margin-left: -70px;
    z-index: 999;
    position: relative;
    background: #fff;
}
.commonBtnDesign {
    background: transparent;
    color: #DD1E36;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.commonBtnDesign:hover{
    color: #D31772;
}

.home__affraidToAsk {
    background: #fff3eb;
    padding: 50px 0;
}


.home__certificateSection {
    padding: 50px 0px;
}


.home__loveScienceSection {
    background-color: #f2f9ff;
    padding: 50px 0px;/*
    text-align: center;*/
}
ul.home__loveScienceSection__dotList {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    text-align: left;
    padding: 0px;
    margin: 40px 0px 0px;
}
ul.home__loveScienceSection__dotList li {
    color: #555;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
ul.home__loveScienceSection__dotList li::before {
    content: "\f35a";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #DD1E36;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}
.home__loveScienceSection ol {
    margin-top: 30px;
    border-top: 4px double #ddd;
    padding-top: 30px;
    text-align: left;
    counter-reset: section;
	
}
.home__loveScienceSection ol li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}
.home__loveScienceSection ol a {
    display: block;
    /*color: #555;*/
    margin-top: 5px;
    word-break: break-all;
}
.home__loveScienceSection ol li::before {
    counter-increment: section;
    content: "# " counter(section);
    left: -10px;
    background: #DD1E36;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 60px;
    font-size: 12px;
    top: -4px;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    display: block;
    position: absolute;
}

.home__ourTeamSection {
    padding: 50px 0px;
    text-align: left;
}
#Homepage__TeameSlider {
    margin: 50px 0px 0px;
}
#Homepage__TeameSlider li{
	padding:10px;
}
#Homepage__TeameSlider li div {
	padding:10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#Homepage__TeameSlider li h2 {
    font-size: 18px;
    margin: 0px 0px 5px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
}
#Homepage__TeameSlider li h3 {
    font-size: 15px;
    margin: 0px;
    color: #555;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
}

#Homepage__TeameSlider .owl-nav button,
#Homepage__Testimonial .owl-nav button {
    font-size: 18px;
    color: #fff;
    background: #333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px 0;
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#Homepage__TeameSlider .owl-nav button.owl-next,
#Homepage__Testimonial .owl-nav button.owl-next {
    left: auto;
    right: -40px;
}


.home__goFundMeSection {
    text-align: center;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-image:url(../images/supportAlll.jpg);
}
.home__goFundMeSection__text {
    max-width: 1000px;
    margin: auto;
    background: rgba(255,255,255,0.6);
        padding: 30px;
}
.home__goFundMeSection__text__inner {
    border: 1px solid #000;
    padding: 50px 30px;
}


.home__facebookSection {
    text-align: left;
    padding: 50px 0px;
}


.home__TestimonialSection {
    background: #fff3eb;
    padding: 50px 0;
}
.home__TestimonialSection .item{
	padding: 20px;
}.home__TestimonialSection .main--heading {
    margin-top: 20px;
}

.textimonialBlock {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    margin-left: 0;
    z-index: 999;
    position: relative;
    background: #fff;
}
#Homepage__Testimonial .owl-nav button {
    left: 0px;
}
#Homepage__TeameSlider .owl-nav button.owl-next,
#Homepage__Testimonial .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}
.textimonialBlock em {
    color: #777;
}
.textimonialBlock span{
	display:block;
}

.footer {
    background: #3B6689;
    padding: 10px 0px;
}
.footer img {
    max-width: 80px;
}
.footer p {
    text-align: left;
    color: #fff;
    margin: 10px auto;
}
.bgSquares {
    background-repeat: no-repeat;
    background-size: auto auto, auto auto;
    background-image: url(../images/squares-for-website-1.png), url(../images/squares-for-website-3.png);
    background-position: bottom left, top right;
    padding: 80px 0;
} 
.home__loveQuotient.bgSquares,
.home__loveScienceSection.bgSquares{
    background-size: auto 120px, auto 120px;
    background-image: url(../images/squares-for-website-2.png), url(../images/squares-for-website-4.png);
}

/*** dynamic changes ***/
div#mainNavigation li {
    position: relative;
}
div#mainNavigation li:hover ul.nav-child {
    display: block;
}
div#mainNavigation ul.nav-child {
    position: absolute;
    right: 0px;
    min-width: 200px;
    background: #fff;
    display: none;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.111);
    z-index: 9999;
}
div#mainNavigation ul.nav-child a {
    display: block;
    font-size: 13px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
div#mainNavigation ul.nav-child li:last-child a {
    border-bottom: none;
}
div#mainNavigation ul.nav-child a:hover {
    text-decoration: none;
    background: #307298;
    color: #fff;
}



/*-----30-09-2020----*/



div#jmm-testimonials-204 {
    max-width: 1000px;
    margin: auto;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 80px;
}
#jmm-testimonials-204::before {
    content: "";
    position: absolute;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.jmm-testimonials.default .jmm-comment {
    font-size: 16px;
    text-align: justify;
    font-style: italic;
    padding-top: 60px;
    color: #000;
    word-break: break-word;
    white-space: break-spaces;
}
.jmm-testimonials.default .jmm-author {
    margin: 25px 0 25px;
    position: relative;
    color: #DD1E36 !important;
    font-size: 16px;
    font-weight: bold;
}
#jmm-testimonials-204 .carousel-indicators {
    bottom: -30px;
}
#jmm-testimonials-204 .carousel-indicators li:hover, #jmm-testimonials-204 .carousel-indicators .active {
    background-color: #3B6689;
}
#jmm-testimonials-204 .carousel-indicators li {
    margin: 0 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #3B6689;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50px;
}


/*-----end-30-09-2020----*/



/*-----01-10-2020----*/


.homeWelcomeSection.bgSquares {
    background-size: auto 0px, auto 120px;
}
.home__seeOurVideo.bgSquares {
    background-size: auto 90px, auto 0px;
}
.home__loveQuotient.bgSquares {
    background-size: auto 0px, auto 120px;
}
.home__affraidToAsk.bgSquares {
    background-size: auto 90px, auto 0px;
}
.home__loveScienceSection.bgSquares {
    background-size: auto 0px, auto 120px;
}
.home__TestimonialSection.bgSquares {
    background-size: auto 90px, auto 0px;

}

.science-img img {
    max-width: 600px;
    margin: auto;
    display: block;
}
.home__goFundMeSection {
    padding: 30px 0;
    background-image: none;
    background-color: #f1f1f1;
}

.team_member_page h1 {
	font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px 20px;
    text-align: center;
}

.team_member_page h3 {
	color: #333;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}

.team_member_page h4 {
	/*color: #3B6689;*/
    font-family: 'Rubik', sans-serif;
}



/*-----end-01-10-2020----*/



/*-----12-10-2020----*/


.surveyResultPage__containerPrint {
    max-width: 780px !important;
}

.surveyResultPage__containerPrint p {
	text-align: left;
	padding-left: 40px;
}

.custom_donate_page {
    max-width: 780px;
    margin: auto;
}
.custom_donate_page img {
    max-width: 300px;
    margin: 30px 0;
}
.info_section {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.custom_info_img img {
    width: 100px;
}
.custom_info {
    width: 80%;
    float: left;
}
.custom_info_img {
    float: right;
    width: 20%;
}
.custom_video_streaming_page .Love_heading1 {
    margin: 30px auto;
    text-align: center;
}
.custom_video_streaming_page {
    margin-bottom: 60px;
}
/*-----end-12-10-2020----*/









/*-----06-10-2020----*/







/*** changes on live one ***/
.custom_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px 0;
}
.custom_section .menu_section .rt-grid-12.rt-alpha.rt-omega {
    width: auto;
}

/*** team Page ***/
.team_member_page__listingCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}
.team_member_page__listingCon__li {
    width: 20%;
    margin-bottom: 20px;
}
.team_member_page__listingCon__li h4 {
    font-size: 17px;
    margin: 0px 0px 10px;
}
.team_member_page__listingCon__li li {
    font-size: 15px;
    margin-bottom: 8px;
}
.team_member_page__listingCon__li.color_red{
    color: #ff0000;
}
.team_member_page__listingCon__li.color_green{
    color: #38761d;
}
.team_member_page__listingCon__li.color_black {
    color: #000;
}
.team_member_page__listingCon__li.color_yellow {
    color: #ffab00;
}
.team_member_page__listingCon__li.color_aqua {
    color: #00ffff;
}
.team_member_page__listingCon__li.color_purple {
    color: #9900ff;
}
.team_member_page__listingCon__li.color_beaver {
    color: #98003a;
}
.team_member_page__listingCon__li.color_golden {
    color: #bf9000;
}
.team_member_page__listingCon__li.color_blue {
    color: #3c78d8;
}
.team_member_page__listingCon__li.color_pink {
    color: #ff00ff;
}
/**** video page ***/
.custom__fullPageVideo .embed-responsive-16by9::before {
    padding-top: 100vh;
}
 

.item-page .home__loveQuotient {
    background-color: transparent;
    text-align: center;
}
.item-page .home__loveQuotient p span {
    color: #f00;
}
.item-page .home__loveQuotient h3 span{
    color: #f00;
}

/*** custom_question_answer page ****/

.custom_question_answer {
    padding: 60px 0px;
}
.custom_question_answer h2 {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 20px 0px 20px;
    margin-bottom: 0;
}
.question_div {
    /* border-bottom: 4px double #ddd; */
    margin-bottom: 30px;
    background: #f2f9ff;
    padding: 0 0 20px;
    border-radius: 14px;
	overflow:hidden;
    border-radius: 6px;
}
.question_div:empty {
    display: none;
}
.answer_div {
    padding: 0px 20px 20px;
}
.answer_div li {
    margin: 0;
    border-bottom: 1px dashed #b8deff;
    padding: 15px 0px 10px;
}


.option_label {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 5px;
	color:#000;
}
.custom_option {
    display: inline-block;
    padding-right: 20px;
	cursor:pointer;
}
.custom_option input {
    margin-right: 8px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 0;
    margin: 0px;
}
.custom_option input ~ label{
	position: relative;
    color: #333;
    cursor: pointer;
} 
.custom_option input ~ label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #f2682a;
    border-radius: 40px;
    position: relative;
    vertical-align: baseline;
    margin-right: 7px;
    top: 2px;
}
.custom_option input:checked ~ label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f2682a;
    position: absolute;
    left: 3px;
    top: 7px;
    border-radius: 100px;
}
.question {
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    padding: 20px;
    background: #fff3eb;
}
.answer_div span {
    font-style: italic;
}

.custom_question_answer input[type="submit"],
form#login-form button.login-button {
    padding: 8px 10px;
    border: none;
    background: #DD1E36;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 50px;
    letter-spacing: 1px;
	cursor:pointer;
} 
.custom_question_answer input[type="submit"]:hover,
form#login-form button.login-button:hover{
    background: #f2682a;
}
.question_div .answer {
    padding: 10px 20px;
    border-bottom: 1px dashed #b8deff;
}
.question_div .answer:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
p.sucess_msg {
    color: green;
}

.custom__fullPageVideo p {
    margin-top: 30px;
    text-align: center;
}
/**** login page ****/
form#login-form {
    display: block;
    max-width: 1170px;
    margin: auto;
    padding: 50px;
}
form#login-form input {
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    height: 40px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
    outline: none;
}
form#login-form button.login-button {
    margin-top: 0;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-bottom: 20px;
    outline: none;
}
ul#form-login-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 400px;
}
ul#form-login-links a{
    color: #f2682a;
    outline: none;
}

/*** about us page ***/
.aboutPageContainer h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 0px 0px 20px;
    margin-bottom: 30px;
}
ul.aboutPageContainer__topUl {
    display: block;
    text-align: center;
}
ul.aboutPageContainer__topUl li {
    display: inline-block;
    font-weight: bold;
}
ul.aboutPageContainer__topUl li::after {
    content: "";
    width: 15px;
    height: 1px;
    background: #000;
    display: inline-block;
    margin: 0px 8px;
    vertical-align: middle;
}

ul.aboutPageContainer__topUl li:last-child::after{
	display:none;
}
.aboutPageContainer__imgRight {
    float: right;
    width: 40%;
}
.aboutPageContainer__imgRight img{
    width: 100%;
	height:auto;
}
.aboutPageContainer hr {
    margin: 20px 0;
    display: block;
    border-top: 4px double #ddd;
    background: none;
}
.aboutPageContainer h4 {
    font-weight: bold;
    margin: 20px 0px 20px;
}
ul.aboutPageContainer__ul li {
    margin-bottom: 30px;
}
.aboutPageContainer h3.text-center {
    font-weight: bold;
    margin: 20px 0px 10px;
}
.container__pagePrint {
    float: left;
    width: 670px;
    max-width: 100%;
}
.aboutPageContainer__imgRight {
    float: right;
    width: calc(100% - 670px);
    padding-left: 20px;
    margin-bottom: 30px;
    background: none;
    margin-top: 122px;
}

.items-leading .icons {
    text-align: right;
    padding: 0px 5px 5px;
}
.items-leading .icons ul.dropdown-menu li {
    padding-left: 10px;
} 
.container.custom_donate_page {
    overflow: hidden;
    max-width: 1015px;
    padding: 50px 15px;
} 


.surveyResultPage__containerPrint {
    margin: 50px auto;
    width: 100%;
    text-align: center;
}
.surveyResultPage__containerPrint h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 0px 0px 20px;
    margin-bottom: 30px;
}
.surveyResultPage__containerPrint img {
    max-width: 100%;
    margin: 20px auto 10px;
}
p:not(.surveyResultPage__figCation) {
    text-align: left;
}
@media screen and (min-width: 1400px){
.team_member_page__listingCon__li {
    width: 14%;
}
}
@media screen and (min-width: 1367px){
.container {
    max-width: 1400px;
    width: 100%;
}
}
@media screen and (min-width: 1170px){
.custom__fullPageVideo {
    margin: 50px auto;
    width: 70%;
} 
}
@media screen and (min-width: 767px){
div#mainNavigation ul.navbar-nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
}
@media screen and (max-width: 1366px){
.bgSquares{
    background-size: auto 120px, auto 120px;
}
}
@media screen and (max-width: 1169px){
div#mainNavigation a.nav-link {
    font-size: 12px;
}
.bgSquares,
.home__loveQuotient.bgSquares,
.home__loveScienceSection.bgSquares {
    background-size: auto 80px, auto 80px;
}
.team_member_page__listingCon__li {
    width: 25%;
}
}
@media screen and (max-width: 991px){
.menuBar .navbar-brand img {
    max-width: 40px;
}
div#mainNavigation a.nav-link {
    font-size: 10px;
    padding: 5px;
}
#Homepage__TeameSlider .owl-nav button, #Homepage__Testimonial .owl-nav button {
    left: -10px;
}
#Homepage__TeameSlider .owl-nav button.owl-next, #Homepage__Testimonial .owl-nav button.owl-next {
    left: auto;
    right: -10px;
}
.team_member_page__listingCon__li {
    width: 33.33%;
}

}
@media screen and (max-width: 767px){
.gf-menu-toggle {
    left: 8%;
}
.menuBar {
    margin-top: 10px;
    margin-bottom: 10px;
}
.menuBar .navbar-brand img {
    max-width: 50px;
}
button.navbar-toggler {
    padding: 0px;
    border: none;
	outline:none;
}
.menuBar nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
div#mainNavigation {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    border-radius: 0px 0px 5px 5px;
}
div#mainNavigation a.nav-link {
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 10px;
}
div#mainNavigation li:last-child a.nav-link{
	border-bottom:0px;
}

.homeWelcomeSection,
.home__seeOurVideo,
.home__loveQuotient,
.home__appScreenshotSection,
.home__loveScienceSection,
.home__ourTeamSection,
.home__TestimonialSection {
    padding: 30px 0px;
	text-align:center;
}
.main--heading {
    font-size: 25px;
}

.homeWelcomeSection h2 {
    font-size: 30px;
    margin: 0px 0px 10px;
}
p {
    font-size: 15px;
}



.home__seeOurVideo .main--heading {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.home__seeOurVideo .main--heading::after {
    left: 0;
    right: 0;
    margin: auto;
}

.home__loveQuotient h3 {
    font-size: 22px;
}
.home__loveQuotient h4 {
    font-size: 20px;
}

.home__aboutSection__text {
    margin: -40px 0px 0px;
    text-align: center;
}
.commonBtnDesign {
    padding: 8px 18px;
    font-size: 14px;
    margin-bottom: 20px;
}

ul.home__loveScienceSection__dotList {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    text-align: left;
    padding: 0px;
    margin: 20px 0px 0px;
}
ul.home__loveScienceSection__dotList li a {
    margin-bottom: 20px;
}

.sub--heading {
    font-size: 16px;
}

.home__goFundMeSection {
    text-align: center;
    padding: 50px 0;
}
.home__goFundMeSection__text {
    padding: 20px;
}
.home__goFundMeSection__text__inner {
    padding: 20px 20px;
}
.home__TestimonialSection .item {
    padding: 10px;
}
.textimonialBlock {
    padding: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.footer {
    text-align: center;
}
.footer p {
    text-align: center;
    margin: 10px 0px 0px;
}
.team_member_page__listingCon__li {
    width: 50%;
}

.home__affraidToAsk .col-md-3 {
    text-align: center;
}
.home__affraidToAsk img {
    max-width: 80%;
    margin: auto;
}
.icons.nav-hover {
    text-align: right;
    padding: 0px 5px 5px;
}
.aboutPageContainer__imgRight {
    float: none;
    width: 100%;
	max-width:400px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 480px){
.team_member_page__listingCon__li {
    width: 100%;
    text-align: center;
}
.home__appScreenshotSection img {
    max-width: 100%;
    height: auto;
    width: 200px;
	margin-bottom: 20px;
}

}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/*16th Oct 2020 Feedback CSS*/

.custom_founder_page h1{
    margin: 0px 0px 25px 0px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.custom_future_page h1{
    margin: 0px 0px 25px 0px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.custom_ghd_page h1 {
    margin: 0px 0px 25px 0px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.custom_ghd_page h2 {
    margin: 25px 0px;
    font-weight: 600;
    width: 100%;
    font-size: 28px;
}

.custom_ghd_page .custom-goals .custom-goals-col span {
    display: inline-block;
    padding: 3px 0px;
    width: 180px;
    white-space: normal;
    word-break: break-word;
    font-size: 20px;
}

.custom_ghd_page .custom-goals .custom-goals-col {
    display: inline-block;
    padding: 3px 0px;
    width: 180px;
    white-space: normal;
    word-break: break-word;
    font-size: 20px;
}

.custom_ghd_page .custom-goals {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.custom_ghd_page .custom-goals span:last-child {
    display: block;
    width: 100%;
}
.custom_future_page ul {
    margin-left: 16px;
    font-size: 19px;
}
h3.text-center {
    font-weight: 600;
    display: block;
    width: 100%;
    font-size: 17px;
}
.custom_ghd_page ol {
    width: 100%;
    font-size: 22px;
}
.custom_ghd_page p {
    font-size: 25px;
}
.custom_future_page p {
    font-size: 25px;
}

@media screen and (max-width: 1500px){

    .custom_ghd_page p {
        font-size: 20px; 
    }
    .custom_future_page p {
        font-size: 21px;
    }
}
.main_inner_div{
	padding: 40px 0px;
}

/******************css for product page *******************/

.sectionContent_wrapper p {
    margin-bottom: 4px;
    font-size: 15px;
}
.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:first-child {
    width: 60%!important;
    float: left;
}
.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:last-child .Purchaseitem_gridIteminner .purchaseitem_content p {
    margin-top: 0;
    color: #000;
}
.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner {
    background: transparent;
    border: none;
}

.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:first-child .Purchaseitem_gridIteminner .Purchaseitem_gridImage {
    text-align: left;
}

.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:last-child .Purchaseitem_gridIteminner {
    padding: 14px;
    background: #fc9;
    border: 1px solid #3c3c3c;
}
#proforms_proforms form.ProformsForm {
    background: #f4f6f7;
    padding: 30px;
    max-width: 740px;
}
#proforms_proforms form.ProformsForm .pfmRow .pfmElement {
    margin-bottom: 20px;
}
#proforms_proforms form.ProformsForm .pfmRow label {
    width: 30%!important;
}
#proforms_proforms form.ProformsForm .pfmRow .pfmField {
    width: 70%!important;
}
#proforms_proforms form.ProformsForm .pfmRow .pfmField input[type="text"] {
    border-radius: 0;
    box-shadow: 0 0 black;
    border: 1px solid #c7c5c5;
    height: 40px;
}

/************css added on  26 oct ************/
.purchaseItem_grid .Purchaseitem_gridItem:last-child {
    width: 40%!important;
	float: left;
}
.purchaseItem_grid .Purchaseitem_gridItem:first-child .purchaseitem_content {
    background-color: #ff9999;
}


.purchaseItem_grid .Purchaseitem_gridItem:nth-child(2) .purchaseitem_content {
    background-color: #fff;
}

.purchaseItem_grid .Purchaseitem_gridItem:nth-child(3) .purchaseitem_content {
    background-color: #fad8fc;
}

.purchaseItem_grid .Purchaseitem_gridItem .purchaseitem_content {
    padding: 20px 10px;
    border: 1px solid #000;
    margin-top: 33px;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner {
    margin: 0 15px;
}

.purchaseItem_grid .Purchaseitem_gridItem:first-child {}


.purchaseItem_grid .Purchaseitem_gridItem:nth-child(2) .Purchaseitem_gridImage img {
    /* max-height: 300px; */
    width: 100%;
    /* height: auto; */
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner .Purchaseitem_gridImage {
    padding: 5px;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner {
    background: transparent;
    border: none;
    padding: 0;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner .Purchaseitem_gridImage {
    border: 1px solid #000;
    padding: 8px;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner .Purchaseitem_gridImage img {
    margin-top: 0;
}

.purchaseItem_grid .Purchaseitem_gridItem .purchaseitem_content p {
    margin-top: 0;
    line-height: 22px;
}

.purchaseItem_grid .Purchaseitem_gridItem:nth-child(3) .Purchaseitem_gridImage {}

.purchaseItem_grid .Purchaseitem_gridItem:nth-child(3) .Purchaseitem_gridImage img {
    max-height: 250px;
    object-fit: contain;
}

.purchaseItem_grid .Purchaseitem_gridItem:first-child .Purchaseitem_gridImage img {
    max-height: 350px;
    object-fit: contain;
}



.purchaseItem_grid .Purchaseitem_gridItem:last-child .purchaseitem_content {
    background-color: #fc9;
}
.purchaseItem_wrapper {
    margin: 30px 0;
	float: left;
	width: 100%;
	clear:both;
	
}

.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:first-child .Purchaseitem_gridIteminner .Purchaseitem_gridImage {
    text-align: center;
}
.back_cover_text {
    text-align: center;
    font-size: 14px;
    float: left;
    width: 100%;
    padding-top: 10px;
}
.book_cover{
	width: 48%;float: left;padding: 1%;
}

.book_cover img{
	width: 100%;
}
.back_btn{
    display: flex !important;
    justify-content: flex-end !important;
}
.back_btn a{
  background: #307298;
    padding: 12px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 4px;
}
.back_btn a:hover{
  text-decoration: unset !important;
}

.item-page .icons {
    float: left;
    margin-top: 10px;
}

@media only screen and (max-width: 768px){
.book_cover{
	width: 100%;float: left;
}
}


/*-------------------------------------------------------*/

.custom_postcast {
   background-color: #f3f3f3;
   padding: 50px 20px;
}

@media screen and (min-width: 991px){
.custom_postcast {
   padding: 50px 70px;
}

}
.custom_postcast h2 {
   font-weight: 600;
}

.custom_postcast p {
   font-size: 15px;
   margin-bottom: 8px;
   color: #000;
}



.custom_postcast .custom_faq .question {
   margin-top: 40px;
   background: #fff;
   padding: 10px 16px;
   margin-bottom: 20px;
   border-left: 3px solid #dd1e36;
   font-size: 16px;
   font-weight: 700;
}

.custom_postcast .custom_faq .answer {
   font-size: 15px;
   color: #000;
}

.title_center .page-header h2 {
    text-align: center;
}

.title_center div.m4jRequiredWrapSystem {
   max-width: 795px;
   margin: 10px auto;
   display: block;
}

.title_center #proforms_proforms form.ProformsForm {
   margin: 0 auto 30px;
}
#proforms_proforms form.ProformsForm .pfmRow label.m4jSelectItem {
    width: auto!important;
}

/*--------------------------css added for icons--------------------------------------*/


@font-face {
  font-family: 'IcoMoon';
  src: url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.eot');
  src: url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.woff') format('woff'), url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
.icon-home:before {
  content: "\21";
}
.icon-user:before {
  content: "\22";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-file-add:before {
  content: "\29";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-folder:before {
  content: "\2d";
}
.icon-folder-2:before {
  content: "\2e";
}
.icon-picture:before {
  content: "\2f";
}
.icon-pictures:before {
  content: "\30";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-flag:before {
  content: "\35";
}
.icon-tools:before {
  content: "\36";
}
.icon-cogs:before {
  content: "\37";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-brush:before {
  content: "\3b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-star:before {
  content: "\42";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-support:before {
  content: "\46";
}
.icon-warning:before {
  content: "\48";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-unpublish:before,
.icon-trash:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-eye-close:before,
.icon-minus:before {
  content: "\4b";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-search:before {
  content: "\53";
}
.icon-filter:before {
  content: "\54";
}
.icon-camera:before {
  content: "\55";
}
.icon-play:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-key:before {
  content: "\5f";
}
.icon-quote:before {
  content: "\60";
}
.icon-quote-2:before {
  content: "\61";
}
.icon-database:before {
  content: "\62";
}
.icon-location:before {
  content: "\63";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-unblock:before,
.icon-refresh:before {
  content: "\6c";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-address:before {
  content: "\70";
}
.icon-feed:before {
  content: "\71";
}
.icon-flag-2:before {
  content: "\72";
}
.icon-pin:before {
  content: "\73";
}
.icon-lamp:before {
  content: "\74";
}
.icon-chart:before {
  content: "\75";
}
.icon-bars:before {
  content: "\76";
}
.icon-pie:before {
  content: "\77";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-lightning:before {
  content: "\79";
}
.icon-move:before {
  content: "\7a";
}
.icon-next:before,
.icon-forward:before {
  content: "\e000";
}
.pagination .icon-next:before,
.pagination .icon-forward:before {
  content: "\e000";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7d";
}
.pagination .icon-previous:before,
.pagination .icon-backward:before {
  content: "\7d";
}
.icon-first:before,
.icon-step-backward:before {
  content: "\7c";
}
.pagination .icon-first:before,
.pagination .icon-step-backward:before {
  content: "\7c";
}
.icon-last:before,
.icon-step-forward:before {
  content: "\7b";
}
.pagination .icon-last:before,
.pagination .icon-step-forward:before {
  content: "\7b";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-download:before,
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-play-2:before {
  content: "\e00d";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera-2:before {
  content: "\e015";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-remove:before {
  content: "\e017";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-broadcast:before {
  content: "\e01b";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-users:before {
  content: "\e01f";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-out-2:before {
  content: "\e024";
}

@media screen and (max-width: 767px){
div#mainNavigation li.deeper.parent {
    min-height: 40px;
}
div#mainNavigation li.deeper.parent span {
    margin-left: 16px;
}
div#mainNavigation li:hover ul.nav-child {
    position: static;
    margin-left: 8px;
    box-shadow: none;
    padding-top: 8px;
}
}

/*           ----------------------Admin menu css ---------------------         */
div#adminNavigation li.deeper.parent span {
    text-indent: 100px;
    padding: 0px;
    width: 24px;
    height: 3px;
    background: #000;
    position: relative;
    z-index: 99;
    margin-top: 20px;
    font-size: 0px;
    display: block;
}
div#adminNavigation li.deeper.parent span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
div#adminNavigation li.deeper.parent span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
div#adminNavigation li:hover ul.nav-child {
    display: block;
}
#adminNavigation ul.nav-child { position: absolute; right: 0px; min-width: 200px; background: #fff; display: none; -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.111); box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.111); z-index: 9999; left: auto; right: auto; margin: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
div#adminNavigation ul.nav-child a {
    display: block;
    font-size: 13px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
	color:#000;
}
div#adminNavigation ul.nav-child li:last-child a {
    border-bottom: none;
}
div#adminNavigation ul.nav-child a:hover {
    text-decoration: none;
    background: #307298;
    color: #fff;
}
div#adminNavigation ul.nav.menu { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

/****************css for video **************/

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.custom__fullPageVideo .embed-responsive-16by9::before {
padding-top: 56.22%;
}

/*------------------- new css added on 4th march 2021---------------------*/

@media screen and (max-width:768px){



.homeWelcomeSection.bgSquares {
   padding-top: 75px !important;
}

.homeWelcomeSection.bgSquares audio {
   margin-top: 20px;
}


.leading-1 .home__seeOurVideo.bgSquares {
   padding: 50px 0px !important;
}

div#lovequotient {
   padding: 90px 0px !important;
}

.leading-3 .home__affraidToAsk.bgSquares {
   padding: 95px 0px !important;
}

.home__loveScienceSection.bgSquares {
   padding: 100px 0px !important;
}

.home__appScreenshotSection {
   padding: 60px 0px !important;
}

.footer {
   padding: 20px 0px !important;
}
.footer p {
   margin: 0 !important;
}
.leading-1 .home__seeOurVideo.bgSquares a.commonBtnDesign {
	text-align: center;
	display: block;
}

.leading-1 .home__seeOurVideo.bgSquares a img {
	width: 100% !important;
	margin: auto !important;
}
.leading-1 .home__seeOurVideo.bgSquares {
	padding: 50px 0px 104px 0px !important;
}
.home__loveScienceSection.bgSquares img {
	width: 100% !important;
}

}
.item-pagehide_article {
    display: none;
}
form#modules-form {
    margin: 50px;
}