 body{

}


.social-iconsbody{
    margin:0;
    padding:0;
    

    font-family: 'Open Sans', sans-serif;

    font-family: 'Source Serif Pro', serif;

    font-family: 'Lato', sans-serif;

    font-family: 'EB Garamond', serif;


}

h3{
font-size:34px;
font-family:Varela Round;
}
input[type=submit] {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.need-firstt a {
    margin-left: -5%;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.need-firstt span {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.need-firstt {
    text-align: left;
    line-height: 27px;
    margin-left: 12%;
}
.first-log{
    margin-left: 20%;
}
.first-for{
    margin-left: 10%;
}

.header-navber-section{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
}

.login a:hover{
    color: #e1b13b;
    transition: .9s all ease;
}

.login span{
    margin-left: -29% !important;
}


.logo-img{
    margin-top: 30px;
}

.logo-content h3{
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;

}
.hr-first{
    background: #000;
    height: 5px;
    width: 250px;
    border:none;
    margin-left: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo-content  h4{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 50px;
}

.logo-img img{
    width: 25%;
}

.sing-section{
    float: right;
    margin-top: 50px;
}

.sing-section a{
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.sing-section i{
    background: #000;
    color:#fff;
        padding: 5px;
    border-radius: 5px;
}

.navbar-default{
    background: none;
    border:none;
}
.navbar-default .navbar-nav li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-family: 'Lato', sans-serif;
    
}


.nav>li>a{
        padding: 14px 12px !important;
}


.navbar-default .navbar-nav li span{
    background: #000 !important;
    color: #fff;
    padding: 10px;
}
.navbar-brand{
padding: 0px 15px;
}
.navbar-brand img{
    
    width: 100px;
}

.navbar{
    margin-bottom: 0px;
}
.header-navbar{
    
    border-top: 7px solid #908f8f;
}

.dropdown-toggle > i {
    transition: all 1.5s ease;
}

.dropdown:hover .dropdown-menu{
    display: block !important;
}




.dropdown-menu{
    padding: 0;
    margin: 0;
    background: #ddc68d !important;

}


.dropdown-menu>li{
    padding: 7px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background: #000 !important;
}
.dropdown-menu > li > a:hover{
    color: #fff !important;
}

.dropdown-menu>li>a{
    padding: 1px 10px !important;
    margin: 0px !important;
}
.carret{
display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #000;
}

    img{
            max-width: 100%;
        }

        .carousel-inner img{
            height: 458px !important;
        }
        .slider-section{
            position: relative;
        }
        .slider-section {
            /* background: url(../images/slider-22.jpg); */
           height: 640px;
            background-position: center;
            background-size: cover;
            width: 100%;
            
        }
        .slider-section img.img-responsive {
               width: 100%;
         object-fit: cover;
         height: 640px;
        }
        .slider-second {
            position: absolute;
            top: 70%;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            background-attachment: fixed;
           
        }

      
        
    .carousel-caption {
    right: 0%;
    left: 0%;
    bottom: 0px;
    padding-bottom: 30px;
    width: 100%;
   background: #0000003d;
}

.carousel-caption p {
    font-size: 30px;
    font-weight: 900;
}		
		.carousel-caption h3{
		    color: #fff;
		    font-size: 30px;
		    font-weight: bold;
		    font-family: 'Open Sans', sans-serif;
		    text-transform: uppercase;
		    line-height:35px;
		    margin-top:37px;
		    
		}


		.one-txt{
			background: #0000003d;
			padding:10px 15px;
		}


.carousel-control{
    position: absolute;
    top: 56%;
    bottom: 0;
    left: -35px;
    width: 35px;
    height: 150px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #ddc68d;
    filter: alpha(opacity=50);
    opacity: 1;
}

.carousel-control:hover{
    background-color: #e1b13b !important;
}

.carousel-control.right{
    left: 100%;
}

.carousel-control:focus, .carousel-control:hover{
        opacity: 100;
}
.carousel-indicators{
    top: 435px;
}
.carousel-indicators li{
    background-color: #000;
}
.glyphicon{
        font-size: 20px !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
        margin-left: -17px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
        margin-right: -14px;
}

.faith-content{
    text-align: center;
    margin-top: -50px;
}

.faith-text p{
    color: #fff;
    font-size: 30px;
}

.are-section{
    margin-top: ;
    text-align: center;
    padding: 40px 0px;
    padding-top: 117px !important;
    
}

.are-section-one{
    padding: 55px 0px;
    text-align: center;
}

.login{
    float: right;
    margin-top: 5px;
}
.login a{
    text-decoration: none;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.are-text-terms h3{
    text-transform: uppercase;
    font-size: 30px;
font-family: 'Open Sans', sans-serif;
text-align: center;

}

.are-text- h3{
    text-transform: uppercase;
    font-size: 30px;
font-family: 'Open Sans', sans-serif;

}
.content-are p{
    font-weight: normal;
color: #000;
font-size: 20px;
line-height: 30px;
font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
}

.membership-section{
    text-align: center;
}

.images-first-mem{
    /* background: url(../images/matching1.jpg); */
    background-size: cover;
    height: 490px;
    width: 100%;
    background-repeat: no-repeat;

}
.images-first-mem .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Open Sans', sans-serif;
   
    color: #fff;
font-size: 35px;
font-weight: bold;
  }

/* .images-first-mem h3{
    padding-top: 40%;
    color: #fff;
font-size: 30px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;

} */

.are-first{
    margin-top: 17%;
}


.btn-first{
    margin-top: 10%;
}

.padd-first{
    padding: 20px 20px;
}

.btn-first a{
        font-family: 'Open Sans', sans-serif;
    background: #000;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.btn-first a:hover{
    background: #e1b13b;
    color: #000;
    transition: .9s all ease;
}

.images-first-memb .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Open Sans', sans-serif;
   
    color: #fff;
font-size: 35px;
font-weight: bold;
  }
.images-first-memb{
    /* background: url(../images/oneon1.jpg); */
    background-size: cover;
    height: 490px;
    width: 100%;

    background-repeat: no-repeat;

}


/* .images-first-memb h3{
    font-family: 'Open Sans', sans-serif;
    padding-top: 40%;
    color: #fff;
font-size: 35px;
font-weight: bold;
} */


.mySlides {display:none;}

#quote-carousel {
    padding: 0 10px 30px 10px;
    
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 45px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


.carousel-inner .text-center img{
    width: 100%;
}

.owl-section .container{

}

.owl-section img{
    width: 100%;
}

#quote-carousel .carousel-control{
    margin-left: 69px !important;
}

.right-section i{
    margin-left: -260px !important;
}
.stra-img{
    text-align: center;
    margin-top: 16px;
    margin-bottom: -17px;
}
.stra-img ul li{
    list-style: none;
    display: inline-block;
    font-size: 25px;
    color: #e1b13b;
}

.border-content{
        border: 2px solid #000;
    padding: 36px;
    padding-bottom: 53px;
}

.btn-second {
    margin-top: 3%;
}

.btn-second a{
        font-family: 'Open Sans', sans-serif;
    background: #000;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.btn-second a:hover{
    background: #e1b13b;
    color: #000;
    transition: .9s all ease;
}



.footer-section{
    background: #000;
        padding: 20px 0px;
}

.our-links{
    text-align: center;
}
.our-links h3{
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    
}

.our-links ul li{
    list-style: none;
    padding: 5px;

    margin-left: -46px;
}

.our-links ul li a{
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;

}

.our-links ul li a:hover{
    color: #e1b13b;
    transition: .9s all ease;
}

.social-icons ul li{
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.social-icons ul li i{
    background: #000;
    padding: 10px 12px;
    color: #fff;
    height: 35px;
    width: 35px;
}
.social-icons ul li i:hover{
    background: #e1b13b;
    color: #000;
    transition: .9s all ease;
}
.social-icons{
    text-align: center;
    padding-top: 30px;
}


.our-links-firts{
        text-align: center;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    padding-right: 55px;
}
footer{
    margin-top: 40px;
}
.our-links-firts h3{
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
}

.need-first{
    text-align: left;
    line-height: 27px;
    margin-top: 48px;
        margin-left: 12%;
}

.need-first span{
    color: #fff;
    font-family: 'Open Sans', sans-serif;

}

.need-first a{
       margin-left: 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.need-first a:hover{
    color: #e1b13b;
    transition: .9s all ease;
}

.fmf-cnt{
    margin-top: 103px;
    text-align: center;
}


.last-cnt p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.stay-updated{
    text-align: center;
}

.stay-updated h3{
        color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
}

.input-section{
    margin-top: 25px;
}

.input-section input{
    background: none;
    
    border: 2px solid #fff;
    width: 100%;
    padding: 6px;
}
.fmf-cnt p{
color: #fff;
     font-family: 'Open Sans', sans-serif;
}

.last-cnt{
        margin-top: 69px;
    text-align: center;
}

.last-cnt p{
     color: #fff;
     font-family: 'Open Sans', sans-serif;
}

.owl-section .container{
    width: 100% !important;
    overflow: hidden !important;
}

.affix{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    background: #fff;
}
.affix-one{
    position: fixed;
    z-index: 9999;
}

.row .slider-img{
    display: flex !important;
}

 .slider-img-one{
        display: table-cell !important;
    align-self: center !important;
    vertical-align: middle !important;
   
}
.slider-img-one iframe{
    width:100%;
    height: 250%;
}




/* ---- */


.carousel {
  width: 100%;
  
  height: 100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(1, 5, 6);
  transform: translate3d(6, 6, 6);
}
.carousel-fade .carousel-control {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-fade .carousel-control .glyphicon {
  font-size: 6rem;
}

.stopfade {
  opacity: 0.5;
}
.slide-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}


/* --- */


.self-text{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    display: table-cell;
    vertical-align: middle;

}

.self-text-one{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    display: table-cell;
    vertical-align: middle;
}

.self-text-one h3{
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.self-text h3{
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;

}
#test-txt{
    padding: 80px 0px;
}
.test-first {
    background: #6d69692b;
    padding: 40px 20px;
    margin-top: 30px;
}
.test-first h3{
padding-bottom: 17px;
font-size:25px;
}
.our-section{
    padding: 60px 0px;
}

.our-text p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.box-site a{
    text-decoration: none;
}

.boxes-aa a{
    text-decoration: none;
}

.boxes{
    text-align: center;
}

.boxes a{
    text-decoration: none;
}

.boxes h3{
    font-family: 'Open Sans', sans-serif;
    background: #000;
text-align: center;
color: #fff;
padding: 10px 0px;
text-transform: uppercase;
font-size: 30px;
width: 70%;
margin: auto;
padding: 50px 0px;
margin-bottom: 40px;
line-height: 42px;
}

.boxes h3:hover{
    background: #e1b13b;
    transition: .9s all ease;
    color: #000;
}

.box-content {
    text-align: center;
}

.box-content  h3{
    text-transform: uppercase;
    font-size: 30px;
    
}

.boxes-black{
    background: #000;
    padding: 50px;
    margin-bottom: 30px;
    height:200px;
    color: #fff;
}
.boxes-black:hover{
    background: #e1b13b;
    transition: .9s all ease;
    color: #000;
}

.boxes-black  p{
    text-align: center;

    font-family: 'Open Sans', sans-serif;
}

.boxes-black h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;

}

.boxes-second{
    padding: 40px 0px;
        padding-bottom: 15px;
}

.boxes-section-first{
    padding-top: 70px;
}


.navbar-toggle{
    border:none !important;
    background: #ddc68d;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: #ddc68d;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #fff;
}
/* --- */


/*.self-section{*/
/*    background: url(../images/self.jpg);*/
/*    height: 460px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

h3.title-head {
    margin-top: 7% !important;
}
img.banner-img.img-responsive {
    height: 500px;
}

/*.self-section-how{*/
/*    background: url(../images/FMF-Banner-one.jpg);*/
/*    height: 460px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    width: 100%;*/


/*}*/
/*.self-section-one-on{*/
/*    background: url(../images/FMF-Banner-two.jpg);*/
/*    height: 460px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    width: 100%;*/


/*}*/

.self-section-img{
height: 460px;
width: 100%;
background: url(../images/memberships.jpg);
background-position: center;
background-size: cover;
position: relative;

}


/*.self-section-two{*/
/*background: url(../images/one.png);*/
/*height: 460px;*/
/*width: 100%;*/
/*background-position: center;*/
/*background-size: cover;*/
/*position: relative;*/
/*}*/



/*.self-section-one{*/
/*background: url(../images/contact.jpg);*/
/*height: 460px;*/
/*width: 100%;*/
/*background-position: center;*/
/*background-size: cover;*/
/*position: relative;*/

/*}*/


.slider-img-slider-first img{
    /* background: url(../images/slide2.png); */
    width: 100%;
    height: 500px;
   
    background-size: cover;
}


.slider-img-slider-bible img{
    /* background: url(../images/bible.jpg); */
    width: 100%;
    height: 500px;
   
    background-size: cover;
    margin-left: -35px;
    margin-top: 49px;
}



.slider-img-slider{
    background: url(../images/membershop-page-image.jpg);
    width: 100%;
    height: 500px;
    
    background-size: cover;

}
.slider-img-slider{
    position: relative;
    cursor: pointer;

overflow: hidden;
}

.slider-img-slider img:hover{
    transform: scale(1.2,1.2);
    transition: .20s all ease;
    animation: all 1.5s;
transition: all 2.5s ease-in-out;
}




.img1-responsive {
    height: 90%;
    width: 100%;
}

.super-heading h3 {
    color: #000;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
  
    padding: 11px 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.contact-page h3 {
   
    margin-bottom: 28px;
    
    font-size: 26px;
    margin-top: 35;
    
    line-height: 40px;
    text-align: center;
    
    text-transform: uppercase;
   
}

.displa-flex{
    display: flex;
}

    label
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
    font-weight: 400;
    color: black;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    }

    

.form-group {
    margin-bottom: 15px;
}

.contact-page span{

}

.contact-page .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

 .input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    color: #3f3f3f;
    font-size: 14px;
    height: 32px;
    padding-left: 20px;
    width: 100%;
}


.my-btn {
    align-content: center;
    
    display: inline-block;
    margin: 0px 0;
    border-radius: 0px;
    border: 0px solid #fff;
    color: #fff;
    background: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 34px;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    font-family:'Open Sans', sans-serif;
}

.my-btn:hover{
   background: #e1b13b;
    transition: .9s all ease;
    color: #000;
}
 .submit{
    
    text-align: center;
    
}

.navbar-nav{
    float: right;

}

.input-section input:focus {
    border: 2px solid #e1b13b;
    transition: .9s all ease;
    outline: 0;
}


 /* ----- */

  .gender{

    margin-top: 25px;
  }


.aman-button input{

    background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.submit-first a{
        background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 15;
    margin: 10 0 10px;
}
 

    .loginp-form {
    border: 1px solid #b5b5b5;
    padding: 25px;
}
form {
    display: block;
    margin-top: 1px;
}


.login1
{
     margin-top: 20px;
}
.login1 a
{
    background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
   
}
.member-btn{
    
}

.btn-info{
    background: none;
    border: none;
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

.btn-info:hover{
    background: none !important;
    border: none;
    color: #e1b13b;
    transition: .9s all ease;
}

.btn-info.focus, .btn-info:focus{
    color: #333;
    background: none;
    border:none;
}


.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info{
    color: #333;
    background: none;
    border:none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: 0 !important;
}

.btn.active, .btn:active{
    -webkit-box-shadow:none !important;
}

a.first-log{
    background: #000;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
}

a.second-log{
        margin-left: 54%;
    background: #000;
    color: #fff;
    padding: 10px 10px;
    font-family: 'Open Sans', sans-serif;
}

.last-log span{

}



.login2 
{
     margin-top: 20px;
     float: right;
   
}
 .login2 a
 {
    background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
   
}
.contact-pagee
{
    margin-top: 100px;
}

.boxes-black a{
    color: #fff;
    text-decoration: none;
}



  /* -----membership form */

  form-group-regbody{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
font-family: 'Source Serif Pro', serif;
font-family: 'Lato', sans-serif;
}


.img1-responsive {
    height: 90%;
    width: 100%;
}

.super-heading h3 {
    color: white;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    background-color: #211c1b;
    padding: 11px 0px;
    text-transform: uppercase;
   
}
.contact-page .quali
{
    margin-top: 40px;
}

.contact-page h3 {
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 26px;
    
    
}

    label
    {
        
        font-size: 15px;
    font-weight: 400;
    color: black;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    }

    



.contact-page .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 .input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    color: #3f3f3f;
    font-size: 14px;
    height: 32px;
    padding-left: 20px;
    width: 100%;
}


.my-btn {
    align-content: center;
    
    display: inline-block;
    margin: 0px 0;
    border-radius: 0px;
    border: 0px solid #fff;
    color: #fff;
    background: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 34px;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    
}

.my-btn:hover{
   background: #e1b13b;
    transition: .9s all ease;
    color: #000;
}
 .submit{
    
    text-align: center;
    
}

.navbar-nav{
    float: right;
    margin-top: 20px;
}

  /* ----- */

  .gender{

    margin-top: 25px;
  }

.submit-first{
    text-align: center;
    float: right;
    margin-top: 8%;
    margin-bottom: 10%;

}

.submit-first a{
        background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

p {
    font-size: 15;
    margin: 10 0 10px;
}
 

    .loginp-form {
    border: 1px solid #b5b5b5;
    padding: 25px;
}

form {
    display: block;
    margin-top: 1px;
}


.login1
{
     margin-top: 20px;
}
.login1 a
{
    background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
   
}
.login2 
{
     margin-top: 20px;
     float: right;
   
}
 .login2 a
 {
    background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
   
}
.contact-pagee
{
    margin-top: 100px;
}
.file1
{

outline: #000 solid 1px;
    
   height: 80px;
    color: black;
}

.file2
{


    outline: #000 solid 1px;
   
   height: 80px;
    color: black;

}
.file3
{

    outline: #000 solid 1px;
   
   height: 80px;
    color: black;
}
.file4
{

outline: #000 solid 1px;
    margin-top: 50px;
   height: 80px;
    color: black;
}
.file5
{


    outline: #000 solid 1px;
    margin-top: 50px;
   height: 80px;
    color: black;
}
.file6
{


     outline: #000 solid 1px;
    margin-top: 50px;
   height: 80px;
    color: black;
}

.label1
{
    color: #000;
    padding-left: 50px;
    padding-top: 10px;

}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus
 {
outline: 0 !important;
 }

 button, input, optgroup, select, textarea {
    margin: 0;
    padding-left: 50px;
    font: inherit;
    color: inherit;
}
.submit-first .previous
{
    margin-right: 15px;
}
.regStrationFormSteps .nav-tabs {
    border-bottom: none;
}

.regStrationFormSteps ul {
    display: block;
    text-align: center;
}
.nav {
    padding-left: 0;
    margin-bottom: 7px;
    list-style: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.regStrationFormSteps ul li.active i {
    background: #116738;
}

.regStrationFormSteps ul li i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0px auto;
    background: #ddd;
    border-radius: 50%;
    color: #fff;
    font: normal 22px 'Roboto', sans-serif;
    padding-top: 6px;
}



.regStrationFormSteps ul li a {
    text-decoration: none;
    position: relative;
    display: block;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.question
{
    margin-top: 25px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #116738;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

   
   .numbering
    
     {
    
    
        margin-left:189px;
        margin-top: 10px;
    }

     
     .form-group-reg
     {
         margin-top: 50px;
     }

    .form-group-reg-payment
    {
        margin-top: 25px;
     width:50%;
    margin-left: 220px;
    }
    .expiration
    {
        margin-top: 20px;
    }
    
   
    .form-group-image
    {
margin-top: -70;
    height: 10px;
    margin-left: 20px;
    }

    .debit-image
    {
        height: 80px;
    }


.submit-first-payment{
    text-align: center;
    margin-left: 20px;
    margin-top: 40px;
}

.submit-first-payment a{
        background: #000;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.secure
{

    
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
    font-weight: 400;
    color: black;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 8%;
    margin-left: 15px;
    }
.you-going{
font-family: 'Open Sans', sans-serif;
        font-size: 18px;
    font-weight: 400;
    color: black;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10%;
    margin-left: 15px;
}


    .img-responsive-one
    {
        width: 13%;
        
        text-align: center;
        margin-bottom: 14px;
    }
    .img-responsive-two
    {
        width: 13%;
        
        text-align: center;
        margin-bottom: 14px;
    }
    .t{
        margin-left: 10px;
        padding-left: 15px;
    }
    .submit-first .next {
    margin-right: 15px;
    margin-left: 10;
}
.genderr{
    margin-top: 16px;
}
.all{
    margin: auto;
}
.so {
    margin: 4px 0px;
}
    
.payment-card
{
    margin-top: 20px;
}

    .accept
    {
        margin-left: 5px;
        font-family: 'Open Sans', sans-serif;
    }
    .contact-page .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Open Sans', sans-serif;
}
p
{
    font-family: 'Open Sans', sans-serif;
}
.qualification
{
    font-family: 'Open Sans', sans-serif;
}
.registration
{
    font-family: 'Open Sans', sans-serif;
}
.about-you
{
    font-family: 'Open Sans', sans-serif;
}
.previous-one
{
    font-family: 'Open Sans', sans-serif;
}
input, textarea, label {
    font-family: 'Open Sans', sans-serif;
}

  /* -----membership-for one */
  .option-one
{
margin-top: 150px;
}
.boxes-black-one
{
    background: #000;
    padding: 53px;
    margin-bottom: 20px;
    color: #fff;
    margin-left: -22px;
    
    width: 81%;
}
.we
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.get
{
    margin-top: 67px;
    font-size: 30px;

}
.are-text-get
{
    margin-bottom: -63px;
}
.content-are
{
    margin-top: 15px;
}
/*.test-section{*/
/*background: url(../images/test.jpg);*/
/*    height: 460px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/
/*.blog-section{*/
/*    background: url(../images/test.jpg);*/
/*    height: 460px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/
.test-text-one h3 {
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.test-text-one
{
        text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    display: table-cell;
    vertical-align: middle;
}
.our-test p
{
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-family: sans-serif;-family: 'Open Sans', sans-serif;
}

.hello{
    margin-left: -1%;
}
.f-lin{
   padding-top: 16px;
   text-align: center;
   padding-left: 40px;
   }
/*.about-section{*/
/*    background: url(../images/about.jpg);*/
/*    height: 460px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/
 .g{
     margin-top: 30px !important;
 }
 .our-text h3{
     font-size: 30px;
    text-align:center;
    padding-bottom: 24px;
 }
 .are-text-meme{
     margin-bottom: 28px;}
.nj{
    position: absolute;
left: 23%;
right: 29px;
top: 40%;
bottom: 0px;
}

.nj a{
    background: #b99335;
    padding: 10px 15px;
    color: #fff;
        text-decoration: none;
            font-size: 20px;
    font-family: 'Open Sans', sans-serif;

}




     /*
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: #fff;
    border-color: #fff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    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           */
/********************************/
.carousel-inner img {
    margin: auto;
}
.section-toe{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 68%;
        text-align: center;
    margin: auto;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;

    opacity: .7;
}
.text-1{
font-size: 50px; 
color: #fff;
position: absolute;
   top: 16%;
   left: 10%;
   right: 0px;
   bottom: 0px;
}
.text-2{
position: absolute;
   top: 15%;
   left: 16%;
   right: 0px;
   bottom: 0px;
   font-weight: 900;
   font-size: 55px;
   color: #fff;
}
.text-3{
font-size: 50px;
   color: #fff;
   position: absolute;
   top: 24%;
   left: 10%;
   right: 0px;
   border: 0px;
   font-family: 'EB Garamond', serif;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 10px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       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;
}
.fade-carousel .slides .slide-1 {
   
}
.fade-carousel .slides .slide-2 {
 
}
.fade-carousel .slides .slide-3 {
  
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }

    .slider-section img{
        width: 100%;
        object-fit: cover;
        height: 285px;
    }
}
