/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #000000;
     font-size: 16px;
   
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
	 
	font-family: 'Raleway', sans-serif;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
  background: linear-gradient(#d7be19, #b9a20d);
    color: white;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 17px;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     
}

p {
     margin: 10px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
	padding-bottom: 20px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}


.header_section {
    width: 100%;
    float: left;
    background-color: #a3962f;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_section .heading{font-size:45px; color: #ffffff; font-family: 'Roboto', sans-serif; font-weight:900; padding-top: 20px; text-shadow: 0px 2px 0px #5c540a;}

.menu_section {
    width: 100%;
    float: left;
    background-color: #000000;
    height: auto;
    padding-top: 10px;
    padding-bottom: 6px;
}

.logo{ 
	width: 100%;
	float: left;
   
}

.menu_text {
    width: 100%;
    float: left;
}

.menu_text ul {
	margin: 0px;
	padding: 0px;
}

.menu_text li {
    float: left;
    padding-right: 40px;
    font-size: 16px;
    color: #ffffff;
	list-style-type: none;
}

.menu_text li a {
    color: #ffffff;
}

.menu_text li a:hover{
    color: #ffffff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: -15px;
    position: relative;
    left: 85px;
	display:none;
}

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.jpg);
    height: auto;
    background-size: contain;
    padding: 200px 0px 90px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner_taital {
    width: 100%;
    float: left;
    background-color: #cdb92f;
    border-radius: 20px;
    padding: 20px 20px;
}

.find_text{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 60px;
	color: #fffcf4;
	text-align: center;
}

.crush_text{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	padding: 10px 30px;
	text-align: center;
}

.long_text{
	width: 100%;
	float: left;
	font-size: 20px;
	color: #060606;
	text-align: center;
}

.contact {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.contact_bt {
    width: 20%;
    margin: 0 auto;
    background-color: #03164c;
    padding: 10px 0px;
    color: #fffcf4;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
}

.contact_bt a{ color: #fffcf4; }
.contact_bt a:hover{ color: #fffcf4; }


.carousel-control-prev-icon { background-image: url(../images/right-arrow.png); }

#my_Controls a.carousel-control-prev {
    position: absolute;
    left: 11%;
    top: 250px;
    background-color: #fff;
    color: #000;
}

#my_Controls a.carousel-control-next {
    position: absolute;
    left: 5%;
    top: 250px;
    background-color: #000;
}

.carousel-control-next-icon {
    background-image: url(../images/left-arrow.png);
}

#my_Controls .carousel-control-prev, #my_Controls .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

#my_Controls .carousel-control-prev, #my_Controls .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}





.about_section {
    width: 100%;
    float: left;
    background-color: #e9cf20;
    
}

.about_section_history {
    width: 100%;
    float: left;
    background-color: #e9cf20;
    
}

.about_taital {
    width: 80%;
    float: right;
    margin-top: 120px;
}

.affiliates{width: 98%;}

.about_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
	
}
.about-text span{font-family: 'Lato', sans-serif;}

.about_section_2{
    width: 100%;
    float: left;
}



.about_text_2 {
    
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #e9ce17;
    font-family: 'Oswald', sans-serif;
	display:inline;
}

.contact_text_2 {
    width: 24%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #e9ce17;
    
	font-family: 'Oswald', sans-serif;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #1a1a1a;
    margin-left: 0px;
}

.long_text_2 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000000;
    margin-left: 0px;
    
	text-align: justify;
	line-height: 34px;
}

.about_bt {
   
    float: left;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #343434;
    text-align: center;
    padding: 8px 30px;
    margin-top: 40px;
}

.about_bt a {
    color: #ffffff;
}
	
.about_bt a:hover{ color: #C4C4C4; }

.about_img {
    width: 100%;
    float: left;
}

.about_main{ width: 100%; float: left; margin-bottom: 80px; }

.about_main_history{ width: 100%; float: left;  }

.our_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.our_text {
    display: inline;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #e9ce17;
   font-family: 'Oswald', sans-serif;
text-transform: uppercase;
}

.our_text :after { position: relative; background-color: 4px solid #000; }


/*****---------------------------------------- 
Rules section
 ----------------------------------------*****/
.rules_content{}
.rules_content ul {
    list-style-position: inside;
    list-style-type: upper-alpha;
}

.gallery_section {
    width: 100%;
    float: left;
	margin-top:80px;
    padding: 50px 0px;
    background-color: #e9cf20;
   }

.gallery_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
	font-family: 'Oswald', sans-serif; 
	text-transform: uppercase;
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 0px;
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding: 40px 0px 0px 0px;
}

.viewall_bt{
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding-top: 82px;}

.viewall_bt a{
   
    text-align: center;
    padding: 8px 50px;
   
font-size:20px;
color: #fffcf4;
    border-radius: 5px;
    background-color: #252525;
}

.viewall_bt a:hover{color: #ffffff;
    background-color: #000000;}

.members_section {
    width: 100%;
    float: left;
	
    padding: 90px 0px;
    background-color: #ebebeb;
   }

.values-section .nav-tabs {
    border-bottom: 1px solid #dee2e6;
   background: linear-gradient(#e5ca16, #b39b00);
    padding: 10px 24px 0 24px;
    border-radius: 10px 10px 0 0;
    display: inline-flex;
}
.values-section .nav-tabs .nav-link {
    color: aliceblue;
    border: 0;
}
.values-section .nav-tabs .nav-link.active, .values-section .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #f9f9f9;
}
.values-section .tab-background {
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 19px 14px -13px #d9d9d9;
}
.values-section .tab-background p {
    text-align: justify;
    padding-top: 5px;
	margin:0 auto;
}

.contactus_bt{
 }

.contactus_bt a{
   
    text-align: center;
    padding: 12px 30px;
    background-color: #252525;
font-size:18px;
color: #fffcf4;
    border-radius: 5px;
    
}

.contactus_bt a:hover{color: #ffffff;
    background-color: #000000;}



.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding-top: 42px;
}

.readmore_bt a {
   /* width: 100%;*/
    float: left;
    font-size: 18px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 3px 42px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #d33d33;
}

.client_long_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #040403;
    text-align: center;
    padding-top: 40px;
}

.padding_top_0 {
    padding-top: 50px;
}

.image_7 {
    width: 100%;
    float: left;
    text-align: center;
}

.design_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090a0b;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.fact_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #090a0b;
    margin-left: 0px;
    text-align:center;
	min-height:116px;
	
	
}

.bt_main {
    
    margin: 0 auto;
    text-align: center;
}

.seemore_bt {
    width: 50%;
    font-size: 20px;
    color: #fffcf4;
    border-radius: 5px;
    background-color: #252525;
    height: 50px;
    margin-top: 40px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
	margin-bottom: 20px;
}

.seemore_bt a {
    color: #ffffff;
}

.seemore_bt a:hover {
    color: #fffcf4;
    
  
}

.project_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: auto;
    background-size: 100%;
    margin-top: 70px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
}

.partner_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fffcf4;
    font-weight: bold;
}

.lorem_ipsum_text {
    width: 61%;
    float: left;
    color: #fffcf4;
    font-size: 18px;
    margin-left: 0;
}

.choice_main {
    width: 100%;
    float: left;
}

.choose_bt {
    width: 18%;
    float: left;
    background-color: #fe6703;
    color: #fffcf4;
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    padding-top: 14px;
}

.choose_bt a {
    color: #ffffff;
}
.choose_bt a:hover{ 
	color: #000; 
}

.our_price_section{
	width: 100%;
	float: left;
}

.our_price{
    width: 20%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #49bcfe;
    text-align: center;
}

.price_section_2{
	width: 100%;
	float: left;
	margin-top: 50px;
}

.beginner {
    width: 100%;
    float: left;
    background-color: #022431;
    border-radius: 15px;
    height: auto;
    padding: 40px 30px;
}

.free_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fe6703;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0;
}

.access_text{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fffcf4;
	margin-left: 0px;
	margin-top: 0px;
}

.beginner_text{
	width: 100%;
	float: left;
	color: #fffcf4;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.plan_text{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #fffcf4;
	margin-left: 0px;
	margin-top: 0px;
}

.select_boton{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.select_bt {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #fffcf4;
    background-color: #03164c;
    padding: 10px 0px;
    border-radius: 10px;
}

.select_bt a {
    color: #fffcf4;
}
.select_bt a:hover {
    color: #fffcf4;
    background-color: #fe6703;
    padding: 16px 28px;
    border-radius: 7px;
}

.premium{
    width: 100%;
    float: left;
    background-color: #03164c;
    border-radius: 15px;
    height: auto;
    padding: 40px 30px;
}

.premium_bt{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #fffcf4;
    background-color: #fe6703;
    padding: 10px 0px;
    border-radius: 10px;
}

.premium_bt a {
    color: #fffcf4;
}
.premium_bt a:hover{ 
	color: #000; 
}

.contact_section {
    width: 100%;
    float: left;
    
}


.background_bg{
	width: 100%;
	float: left;
    height: auto;
    background-image: url(../images/contact-bg.png);
    background-size: 100%;
}

.contact_bg {
    width: 82%;
    float: right;
    padding-top: 80px;
    padding-bottom: 40px;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fffcf4;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}

.massage-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

.send_bt {
    width: 30%;
    float: left;
    background-color: #cdb210;
    color: #fffdf6;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.send_bt a {
    color: #fffdf6;
}

.send_bt a:hover {
    color: #fffdf6;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #323232;
    height: auto;
	padding:70px 0 0 0;
}

.newsletter_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    padding-left: 175px;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
    width: 65%;
    margin: 0 auto;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #e05306;
    color: #fff;
    border: 0px;
}

.addres_text {
    width: 10%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fcf8f9;
    border-bottom: 1px solid #ffffff;
    padding-top: 25px;
}

.map_addres {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fffcf4;
    display: flex;
}

.map_icon {
    padding-left: 16px;
    padding-top: 10px;
	font-weight: 500;
}
.map_icon a{color:#ffffff;}

.social_icon {
    width: 15%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-left: 10px;
	list-style-type: none;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color:#ededed;
    text-align: center;
   
    padding-top: 40px;
    margin-left: 0px;
	
}

.copyright_text a { color: #fffcf4; }
.copyright_text a:hover { color: #fe6703; }





