﻿@import url("https://use.typekit.net/qxy0uza.css");
  @import url("https://use.typekit.net/cuc1pog.css");

/*font-family: "bitter", serif;*/
    body {
       font-family: "source-sans-pro", sans-serif;
        margin: 0;
        padding: 0;
        color: #5E594C;
        line-height: 26px;
        font-weight: 400;
    }

h2{
	font-size: 56px;
	line-height: 60px;
	font-family: "bitter", serif;
	
}
  h4{
	font-size: 32px;
	  line-height: 42px;
		font-family: "bitter", serif;
	
}  

  h5{
	font-size: 27px;
	  line-height: 32px;
		font-family: "bitter", serif;
	  font-weight: 600;
	  
	
} 


.pdtb-90{
	padding: 90px 0px;
}
.pdt-90{
	padding-top: 90px;
}
.pdb-90{
	padding-bottom: 90px;
}

    .home-banner {
        background:url(../img/homebanner.jpg);
/*		background: linear-gradient(180deg, rgba(4, 78, 124, 0) 51.29%, #044E7C 100%), url(../img/homebanner.jpg);*/
        background-position: 50% 0px !important;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover !important;
        height: 100vh;
		position: relative;
    }
.home-banner:after{
	position: absolute;
	content: "";
	background: url("../img/border.jpg") no-repeat;
	height: 10px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-size: 100% 100%;
    background-position: center;
	
}
    /*.header-text {*/
    /*    position: absolute;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*    max-width: 935px;*/
    /*    padding: 0px 20px;*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*    transform: translate(-50%, -50%);*/
    /*}*/
    
   .header-text {
  
    left: 50%;
    top: 50%;
    max-width: 560px;
   
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100vh !important;
    align-items: center;
    justify-content: center;
} 
    
    
    .header-text h5 {
        font-size: 67px;
        line-height: 82px;
        font-weight: 400;
        letter-spacing: 67px;
        color: #FFFFFF;
        margin-right: -1em;
    }
    
   
    
    .sidebarMenuInner {
        padding: 0;
    }
    
    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 15px 25px;
        cursor: pointer;
        border-bottom: 1px solid #08acd9;
    }
    
    .sidebarMenuInner li span {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    
    .sidebarMenuInner li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }
    
    .side-navigation input[type="checkbox"]:checked~#sidebarMenu {
        transform: translateX(0);
    }
    
    .side-navigation input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #fff;
    }
    
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 5px;
    }
    
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }
    
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 5px;
    }
.chnging-lives span {
    display: inline-block;
    padding: 15px 0px;
}
    
    input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(140deg);
        margin-top: 8px;
    }
    
    input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-140deg);
        margin-top: -11px;
    }
    
    .arrow-down {
        position: absolute;
        left: 50%;
        text-align: center;
        bottom: 40px;
        transform: translateX(-50%);
    }
    
    .bounce {
        -moz-animation: bounce 3s infinite;
        -webkit-animation: bounce 3s infinite;
        animation: bounce 3s infinite;
    }
    
    @-moz-keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -moz-transform: translateY(-30px);
            transform: translateY(-30px);
        }
        60% {
            -moz-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    
    @-webkit-keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
        60% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    
    @keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -moz-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
        60% {
            -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    
    .arrow-down p {
        font-size: 18px;
        color: #fff;
    }
    
    .arrow-down a {
        font-size: 35px;
        text-decoration: none;
        color: #fff;
    }
    
    .chnging-lives {
        text-align: center;
    }
    
    .changing-section {
        padding: 100px 0px;
    }
    
  .chnging-lives {
    max-width: 872px;
    margin: 0px auto;
}
    
.chnging-lives h4 {
    color: #4E63AB;
    font-weight: 700;
}
    
    .chnging-lives h4 span {
        color: #51C8E9;
    }
    
.chnging-lives p {
    font-size: 20px;
    line-height: 28px;
    color: #5E594C;
    max-width: 780px;
    margin: 0 auto 15px;
}
.celebrating-section{
	background: #F5F5F5;
}

.view-range a {
    color: #FFF;
    font-size: 23px;
    background: #4E63AB;
    display: inline-block;
    text-decoration: none;
    font-style: italic;
    padding: 15px 20px;
    min-width: 258px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    font-family: "bitter", serif;
    font-weight: 600;
    justify-content: center;
}
.view-range {
    display: inline-block;
}    
.copy a{
	color: #5E594C;
	text-decoration: none;
}  
    .heading {
        text-align: center;
    }
    
    .heading h2 {
        color: #4E63AB;
       font-weight: 600;
        margin-bottom: 20px;
        
       
    }
    
    .masonry {
        /* Masonry container */
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        margin: 1.5em;
        padding: 0;
        -moz-column-gap: 1.5em;
        -webkit-column-gap: 1.5em;
        column-gap: 1.5em;
        font-size: .85em;
    }
    
    .masonry .item {
        display: inline-block;
        margin: 0 0 4em;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .masonry .item img {
        max-width: 100%;
        height: auto;
    }
    
    .testimonial-text {
        padding: 25px 0px 0px;
    }
    
    .testimonial-text p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
    
    .testimonial-text h3 {
        color: #044E7C;
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 20px;
        font-weight: 900;
    }
    
    .testimonial-text h3 span {
        font-weight: 400;
    }
    
    .getintouch-section {
        background: #5E594C;
       
    }
    
    .equipmentsale-heating {
        margin-bottom: 50px;
        text-align: center;
    }
    
    .equipmentsale-heating h2 {
        color: #ffff;
       font-weight: 600;
    }
    
    .from_container {
        max-width: 750px;
        margin: 0px auto;
    }
    
    .from_container .form-group {
        margin-bottom: 25px;
    }
    
    .from_container .form-control {
        background: none;
        border-top: none;
        border-left: none;
        font-weight: 200;
        padding: 0.375rem 0;
        color: #FFFFFF;
        border-radius: 0px !important;
        border-right: none;
        border-bottom: 1px solid #FFFFFF;
    }
    
    .from_container .form-control:-moz-placeholder {
        color: #fff;
    }
    
    .from_container .form-control::placeholder {
        color: #fff;
    }
    

    
    .submitbrtnsection {
        text-align: center;
        margin-top: 50px;
    }
    
    .form-control:focus {
        box-shadow: none !important;
    }
    
    .footer {
        padding: 25px 0px 30px;
    }
    

    
    .footer-logo img {
        max-width: 100%;
    }
    
    .copy p {
        font-size: 16px;
        line-height: 20px;
        
    }
    
.copyright{
	text-align: center;
}
    
   
    /***-28-june-2022***/
.the-stories img{
	max-width: 100%;
}
.logonav img{
	max-width: 400px;
}
    #sidebarMenu {
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        text-align: center;
        z-index: 9;
        padding-top: 50px;
        margin-top: 0px;
        transform: translateX(100%);
        transition: transform 250ms ease-in-out;
        background: #4E63AB;
    }
    .header-btnsection {
    display: flex;
    justify-content: center;
    align-items: center;
		margin-top: 0px;
		margin-bottom: 15px;
}
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        height: 100%;
        width: 100%;
        top: 38px;
        right: 35px;
        height: 35px;
        width: 30px;
    }
    
    .navsection ul {
        list-style: none;
        padding: 0;
    }
    
    .navsection ul li {
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        line-height: 40px;
        margin-bottom: 10px;
    }
    
    .navsection a {
        color: #fff;
        text-decoration: none;
    }
    
    .logonav {
        margin-bottom: 50px;
    }
    
    .navsection hr {
        display: inline-block;
        border-top: 1px solid #fff;
        width: 554px;
    }
    
.floating-btn {
    background: #B8D09C;
    border-radius: 0px 0px 20px 20px;
    padding: 15px 30px;
    position: fixed;
    top: 40%;
    right: -97px;
    transform: rotate(90deg);
}
.testimonial-profile img{
	max-width: 100%;
}
    
    .floating-btn a {
        font-size: 23px;
        text-decoration: none;
        margin: 0;
         font-style: italic;
            font-family: "bitter", serif;
    font-weight: 600;
        color: #fff;
    }
    
    .innerheader {
        background: #044E7C;
        padding: 10px 0px;
    }
    
    .inner-logo {
        text-align: center;
    }
    
    .inner-logo img {
        max-width: 100%;
        width: 270px;
    }
    

   .header-text h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: "bitter", serif;
    font-weight:500;
    line-height: 40px;
}
.the-stories {
    margin-bottom: 5px;
}
   .header-text h3 span{
    font-weight:800;
  
}
.bannersubheadingsection {
    margin-top: 50px;
}
    
.header-btnsection a, .bsubheading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #5c5040;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 2.7px;
    position: relative;
    font-family: "bitter", serif;
    text-transform: uppercase;
}

    
    .header-btnsection .stories:hover,
    .header-btnsection .inspire:hover ,
    .header-btnsection .beinspire:hover ,
    .header-btnsection .stories.active,
    .header-btnsection .inspire.active,
    .header-btnsection .beinspire.active {
        color: #B8D09C;
    }
    
    .active {}
    
    .btndiscription {
        height: 120px;
    }
    
.header-btnsection .text-space {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #5c5040;
    border-radius: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}
    
    .hiddenclass {
        display: none;
        transition: all 300ms ease-out;
    }
    
    .header-text p {
        color: #5c5040;
        font-size: 20px;
        line-height: 28px;
        transition: all 300ms ease-out;
    }
.discriptionbtn {
    max-width: 738px;
    margin: 0 auto;
}
.testimonial-discription{
	margin-top: 20px;
}
.testimonial-discription p {
    font-size: 20px;

    line-height: 30px;
}
.testimonial-discription h5{
	color: #4E63AB;
	margin-bottom: 0;
}
.testimonial-discription h6{
	color: #4E63AB;
	font-size: 27px;
	line-height: 32px;
	font-style: italic;
}
.testimonial-main {
    margin-bottom: 50px;
}
.testimonial-discription a {
    color: #4E63AB;
    text-decoration: none;
    font-weight: 600;
}

.yellow-color h5, .yellow-color h5 a, 
.yellow-color h6, .yellow-color h6 a{
	color: #FCBC80;
}
.green-color h5, .green-color h5 a, 
.green-color h6, .green-color h6 a{
	color: #B8D09C;
}

.chnging-lives p a {
    color: #4E63AB;
    text-decoration: none;
    font-weight: 600;
}
#gform_fields_1 input[type=text], #gform_fields_1 input[type=Email], #gform_fields_1 input[type=tel], #gform_fields_1 textarea{
    background: none;
    border-top: none;
    border-left: none;
    font-weight: 300;
    padding: 0.375rem 0;
    color: #FFFFFF;
	font-size: 16px;
    border-radius: 0px !important;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
	outline: none;
}

#gform_fields_1 input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
}

#gform_fields_1 input[type=checkbox]:checked {
  background: #FFFFFF;
	  border: 1px solid #FFFFFF;
	appearance: auto !important;
}
input#input_1_19 {
    font-family: "bitter", serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    height: 30px;
    border-radius: 50px;
    width: 200px;

}

#gform_fields_1 input:-moz-placeholder, #gform_fields_1 textarea:-moz-placeholder {
        color: #fff;
    }
    
#gform_fields_1 input::placeholder, #gform_fields_1 textarea::placeholder {
        color: #fff;
    }
#gform_fields_1 {
    grid-row-gap: 20px;
}
#gform_fields_1 .gfield_label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
	color: #FFFFFF;
}
#gform_fields_1 #field_1_19  .gfield_label {
    font-size: 16px;
    font-weight: 300;
	
	color: #FFFFFF;
}
div#gfield_description_1_19{
	  font-weight: 300;
    color: #fff;
}
span#extensions_message_1_19 {
    font-weight: 300;
    color: #fff;
    padding-top: 0;
}
#gform_wrapper_1 .gform_heading{
	display: none;
}
#gform_wrapper_1 input#choice_1_6_1 {
    min-width: 25px;
    min-height: 25px;
    background: none !important;
}
#label_1_6_1, #label_1_20_1{
	 font-size: 16px;
    font-weight: 300;
	margin-left: 8px;
	 color: #fff;
}
#gfield_description_1_19{
	display: none;
}
#gform_submit_button_1, .backbtn a{
        background:#B8D09C;
        padding: 15px 50px;
        color: #fff;
        font-size: 23px;
        font-style: italic;
        border-radius: 50px;
		font-family: "bitter", serif;
    font-weight: 600;
        border: none;
        text-decoration: none;
    }
    .backbtn {
    margin-top: 40px;
    display: block;
}

#gform_wrapper_1 .gform_footer.top_label {
    justify-content: center;
}
.aboutheader {
    padding: 40px 0px;
}
.about-banner h2 {
      color: #FFF;
    font-weight: 700;
    font-family: "bitter", serif;
 
}
.about-banner{
	background: #5E594C;
	padding: 75px 0px;
}

.camp-home p {
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding-block: 0 !important;
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #e02d05 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
	      font-family: "source-sans-pro", sans-serif;
 

}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
   background: none !important;
 border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
	 color: #e02d05 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}
#gform_1_validation_container{
	outline: none;
}
span.gform-icon.gform-icon--circle-error {
    display: none !important;
}
.the-stories h1,
.inner-logo h1,
.logonav h2{
    font-size: 90px; /* Set a large font size for better visibility of the gradient */
    background-image: linear-gradient(to right, #ffffff, #ffffff, #B8D09C, #B8D09C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "bitter", serif;
    line-height: 0.9;
}
.aboutheader a h1{
    font-size: 72px; /* Set a large font size for better visibility of the gradient */
    background-image: linear-gradient(to right, #5E594C, #5E594C, #B8D09C, #B8D09C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "bitter", serif;
    line-height: 0.9;
    text-decoration:none;
}
.aboutheader a,
.aboutheader a:hover{
    text-decoration:none;
    outline: :none;
}
.copyright a h2{
    font-size: 48px; /* Set a large font size for better visibility of the gradient */
    background-image: linear-gradient(to right, #5E594C, #5E594C, #B8D09C, #B8D09C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "bitter", serif;
    line-height: 50px;
}

/* Show only on mobile */
@media (max-width: 768px) {
   .home-banner {
        background:url(../img/ballerina-header-bg.jpg) !important;
  
/*		background: linear-gradient(180deg, rgba(4, 78, 124, 0) 51.29%, #044E7C 100%), url(../img/homebanner.jpg);*/
        background-position: 60% 0px !important;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
   
	
		
		        height: auto;
        position: relative;
        padding: 100px 0px 50px;
		
    }
   .lady img{
       max-width:100%;
   } 
    
    
    .btndiscription > p {
        /*color: #fff;*/
    }
    .the-stories {
        /*height: 50vh;*/
        position: relative;
    }
    .lady {
    margin-top: -50px;
}
    .bannersubheadingsection {
    margin-top: 0px;
    }
       
    .header-text h3 {
        /*margin-top:80px;*/
    }
    
    .header-text {
        /*height: 100vh !important;*/
    }
    .btndiscription {
    height: auto;
}
    
    .arrow-down {
        display:none;
    }
    .floating-btn {
    background: #B8D09C;
    border-radius: 0px 0px 20px 20px;
    padding: 15px 30px;
    position: fixed;
    top: 24%;
    right: -97px;
    transform: rotate(90deg);
}
}



    /***16-august--2022**/


