body{
}
a,a:hover,a:visited,a:focus{
    text-decoration: none;
}
.my-PD0{
    padding: 0;
}
.my-MG0{
    margin: 0;
}
.my-MGTB15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.my-MGTB35{
    margin-top: 35px;
    margin-bottom: 35px;
}
.my-MGTB40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-MGT100{
    margin-top: 100px;
    margin-bottom: 100px;
}
.my-MGT50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.fee-home{
    font-size: 17px;
    color: #fff;
    padding-left: 25px;
}
.fee-home:hover{
    color: #15386b;
}
.fee-opa{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    z-index: 1;
}
.my-h{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.my-headBg{
    background-color: #028fcc;
    box-shadow: 0 1px 12px rgba(0,0,0,0.1);
}
.fee-mainBg{
    background: url(../images/anchor.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}
.fee-mainBg:hover{
    opacity: 0.8;
}
.fee-MG{
    margin-left: 60px;
}
.fee-PDT{
    padding-top: 97px;
    opacity: 0.9;
}
.my-trans{
    background-color: #fff;
    -webkit-box-shadow:0px 1px 12px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 12px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 12px rgba(0,0,0,0.1);
}
.my-subHeight{
    height: 400px;
}
.my-headBtn{
    border-radius: 0px;
    color: #ffffff;
    border: 1px solid #fff;
    box-shadow: 1px 2px 12px rgba(0,0,0,0.1);
}
.my-headBtn:hover{
    background-color: #fff;
    color: #028fcc;
}
/*--images--*/
.fee-imgHeadWD{
    width: 400px;
}
.fee-imgWD{
    width: 300px;
}
/*--//images--*/
.fee-btnBg{
    background-color: #028fcc;
    color: #fff;
}
.fee-logo{
    width: 350px;
}
/*---slider---*/

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .5;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero{
    color: #fff;
    background-color: transparent;
    border:1px solid #fff;
    outline: none;
    margin: 20px auto;
    border-radius: 0px;
}
.btn.btn-hero:hover,
.btn.btn-hero:focus {
   background-color: #028fcc;
    border: 1px solid transparent;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

/*---//slider---*/

/*---menu---*/
.my-menu{
    height: 400px;
    background-color: #fff; 
}
.my-menuBg{
    background: url(../images/web-designer-pune-background.jpg);
   
}
.my-yr{
    width: 200px;
    margin: 0 auto;
}
/*---//menu---*/

.fee-headings{
    font-size: 40px;
    color: #028fcc;
    padding-bottom: 10px;
}
.fee-subHeadings{
    font-size: 25px;
    color: #028fcc;
    padding-bottom: 10px;
}

/*---select---*/
.fee-select{
    height: 50px;
    font-size: 25px;
}
/*---//select---*/
/*---fee---*/
.fee-feeIcons{
    border-radius: 0%;
    padding: 35px;
    font-size: 20px;
    color: #fff;
    background-color: #028fcc;
}
.fee-feeIcons:hover{
    color: #fff;
    background-color: #15386b;
    cursor: pointer;
}
.fee-MGA{
    margin: 10px auto;
}
/*---//fee---*/

/*---modal---*/
.fee-modalHeadings{
    font-size: 20px;
    color: #028fcc;
    padding-bottom: 10px;
}
.fee-modalLabel{
    font-size: 15px;
    color: #333;
}
/*---//modal---*/