.mainDiv{
    display: grid;

}
.childDiv {
    background: #242323;
    padding: 15px;
  }
.aboutMainTopDiv .mainDiv p:first-of-type{
    font-weight: bold;
    font-style: oblique;
}

.topTextStyle{

    background: #040404d4;margin: 131px;margin-bottom: 50px;
}

.aboutMainTopDiv{

    text-align: center !important;
  color: #fff;
 
 
}
.aboutMainTopDiv .mainDiv{
    background: #00000085;
    padding: 0px;
    height: 350px;
}
.mainMobileLogo {
    width: 130px;
    display: block;
    position: absolute;
    top: 0;
}

.aboutMain {

    padding: 70px;
}

.aboutMain div img {

    width: 100%;
    border-radius: 20px;
}

.aboutMain div p {

    padding: 75px;
    text-align: justify;
}

.aboutMain div p {
   
    text-align: center;
 
    padding: 0px;
  margin: 0px;
}

#about, #introduction, #vision, #mission, #help, #service, #counseling ,#testamonial {
    text-align: center;
    border-bottom: 0px solid #000;
    padding: 25px;
}

.mainIntroduction {
    text-align: justify;
    padding: 40px 68px;
    background-color: rgba(20, 23, 23, 0.87);
    /* background-color: rgba(19, 16, 113, 0.23); */
    color: #d2cccc;
}
.mainVision, .mainMission ,.mainHelp  {
    /*background-color: #131071;*/
    /*color: #fff;*/

    /* background-color: rgba(19, 16, 113, 0.23); */
    color: #d2cccc;
    background-color: rgba(20, 23, 23, 0.87);
  margin-top: 18px;

}
.mainVision, .mainMission, .mainHelp, .mainService, .mainCounseling {
    text-align: justify;
    padding: 40px 68px;
}

.footer {
    background-color: #FF0000;
    color: #fff;
    padding: 55px;
}

.w3_footer_grid p {

    text-align: justify;
}

.fa {

    font-size: 50px !important;
}

li span {
    padding-left: 30px;

}

#navbarSupportedContent {
    padding-left: 130px;

}

a.active {
    background: #FF0000;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {

    color: white;
}

.mainSliderBackground {
z-index: 999;
    width: 100%;

    background-color: rgba(19, 16, 113, 0.1);
    position: absolute;
}







.mainText {
    /*font-weight: bold;*/
    text-align: center;
    font-size: 120px;
    /*font-family: Hack, sans-serif;*/
    text-transform: uppercase;
    background: linear-gradient(90deg, #000, #fff, #000);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    /* animation: shine 15s linear infinite; */
    position: relative;
/* top: 85px; */
}

@keyframes shine {
    0% {
        background-position-x: -500%;
    }
    100% {
        background-position-x: 500%;
    }
}



/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/

/*.title {*/
    /*font-family: "Montserrat";*/
    /*text-align: center;*/
    /*color: #FFF;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*!*height: 100vh;*!*/
    /*letter-spacing: 1px;*/
/*}*/

.mainH1 {
    /*background-image: url("../images/1.webp");*/
    background-size: cover;
    color: #5e5b56;
    /*color: transparent;*/
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 120px;
    line-height: .75;
    margin: 10px 0;
}



.wthree_footer_copy{
    padding: 12px;

    background-color: #000;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

#carouselExampleSlidesOnly{

    margin-top: 40px;
}
.socialMedia{

    display: block;
}
.socialMedia div{

    display: inline-block;
}
.w3_footer_grid a{

    color: #fff;

}
.ourServices div div{
    text-align: center;
    border: solid 0px #000;
    margin-top: 25px;
}
.ourServices div div h5{
    background-color: #5e5b56;
    color: #fff;
    padding: 25px;
    margin: 0;
}
.ourServices div  p{

    text-align: justify;
    margin-top: 15px;
    text-align: justify;
    margin-top: 15px;
    background: #242323;
    padding: 24px;
    margin-top: 0;
    color: #fff;
    height: 114px;



}
.ourServices div{

    padding:20px;
    padding: 0px 6px;
}
.ourServices div img{

    width: 100%;
}

a {
    color: #fafcff;
    text-decoration: none;
}
.footer p a{
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
}
.footer{

    background-color: #1c1c1c;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
}

.form-group input{
    margin: 8px;
}

.form-group textarea{
    margin: 8px;
}


.mainButton {
    display: inline-block;
    height: 60%;
    width: 10%;
    padding: 1%;
    padding-bottom: 5%;
    padding-left: 2%;
    background: rgba(85,172,238,1);

}

.mainButton:hover {
    cursor: pointer;
    animation: pulse 1.1s ease-out;
    color: #fff;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(85,172,238,0);
    }
    25% {
        box-shadow: 0 0 0 4px rgba(85,172,238,.4);
    }
    49.9% {
        box-shadow: 0 0 0 7px rgba(85,172,238,0);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(85,172,238,0);
    }
    75% {
        box-shadow: 0 0 0 5px rgba(85,172,238,.6);
    }
    99.9% {
        box-shadow: 0 0 0 9px rgba(85,172,238,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(85,172,238,0);
    }

}

#example div{
border: 0px !important;
    background-color: #fff0;
}

#example div p{
    font-size: 15px;
    color: #fff;
    padding: 21px 19px;
    text-align: justify;
    background-color: #242323;
    height: 200px;
    margin: 0;
}
#example div .testamonialStyle{
    color: #fff;
    padding: 10px 13px;
    text-align: justify;
    background-color: #5e5b56;
    font-size: 15px;
    height: 111px;
}


.content-con{
    margin-top: 125px;

}
.parallax {
    /* The image used */
    background-image: url("../images/slides/top/ss8.jpg");

    /*background-image: url('../img/airconditioners.jpg');*/
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}



.parallax2 {
    /* The image used */
    background-image: url("../images/slides/s3.jpg");

    /*background-image: url('../img/airconditioners.jpg');*/
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}


@media (min-width: 576px) {  }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {   }

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {   }

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {   }



@media screen and (max-width: 1024px) and (min-width: 0px) {


    .aboutMainTopDiv .mainDiv{

        margin-bottom: 28px;

        height: auto !important;
    }

    .ourServices div p{

        height: auto !important;
    }

    .pull-right {
        float: none !important;
    }

.w3_footer_grid{
    text-align: center;
}
    #navbarSupportedContent {
        padding-left: 0px;

    }

    .mainMobileLogo {
        width: 50px;
        display: block;
        position: relative;
        top: 0;
    }
    #carouselExampleSlidesOnly{

        margin-top: 85px;
    }


.fontSizeForAllMainTitle{

    font-size: 45px !important;
}

    .mainText {
        /*font-weight: 700;*/
        text-align: center;
        font-size: 32px;
        /*font-family: Hack, sans-serif;*/
        text-transform: uppercase;
        background: linear-gradient(90deg, #000, #fff, #000);
        letter-spacing: 5px;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-repeat: no-repeat;
        background-size: 80%;
        animation: shine 5s linear infinite;
        position: relative;
        top: 30px;
    }

    @keyframes shine {
        0% {
            background-position-x: -500%;
        }
        100% {
            background-position-x: 500%;
        }
    }


    .topTextStyle{

        background: #04040482;margin: 0px;
    }


.mobileResponsiveContentPadding{

    padding: 20px;
}


.mobileResponsiveContentPadding2{

    padding: 20px;
}

.nav-link{
    padding-left: 10px !important;
}

}

.bg-light{
    background-color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.67);
  }


  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255);
    background: #FF0000;
  }



  .aboutTextStyle{

    color: #fff;
  }


  .linear-wipe {
    text-align: center;
    
    background: linear-gradient(to right, #FFF 20%, #FF0000 40%, #FF0000 60%, #FFF 80%);
    background-size: 200% auto;
    
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    animation: shine 18s linear infinite;
    @keyframes shine {
      to {
        background-position: 200% center;
      }
    }
  }

  .mainBuyButton{
    display: flex;background: #242323;margin-top: 0px !important;
  }
  .buttonForHover{
    color: #fff!important;padding: 10px 17px;background: #808080;cursor: pointer;
  }
  .buttonForHover:hover{
    background: #FF0000;
  }

    .main-buy-button{
      color: #fff;padding: 20px 27px;background: #FF0000;cursor: pointer;
      font-size: 20px;
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
      border: 2px solid #FF0000
    }
    .main-buy-button:hover{
      background: #808080;
      border: 2px solid #808080;
    }

    .more-info-button{
      border: 2px solid #0dcaf0;
      color: #fff;cursor: pointer;
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }
    .more-info-button:hover{
      background: #808080;
      border: 2px solid #808080;
    }



