
  
body, html {height: 100%;font-family: 'Open Sans', sans-serif;}
a, body {color: #666666}
a, h1, h2, h3, h4, h5, h6 {	word-wrap: break-word;}
*, body, h1, h2, h3, h4, h5, h6 {margin: 0;	padding: 0}
body {font-size: 20px;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}
* {	list-style: none}
a {	outline: 0!important;text-decoration: none;transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;-ms-transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;}
a:hover{text-decoration:none; color: #FBB44A;transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;-ms-transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;}
*, :after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;	box-sizing: border-box}
img {border: 0;	outline: 0;	max-width: 100%;height: auto}
input[type=button], input[type=password], input[type=submit], input[type=text], select, textarea {transition: all .5s ease-in-out 0; -webkit-border-radius: 0;-webkit-appearance: none;behavior: url(PIE.htc);outline: 0}
button:focus {  outline:none !important;  outline: 0px auto -webkit-focus-ring-color !important;}
table {	border-collapse: collapse;border-spacing: 0}
select {-moz-appearance: none;appearance: none}
input[type=checkbox] {behavior: url(PIE.htc)}
input:focus, select:focus {outline: 0}
.container {
    max-width: 1400px;
    margin: 0 auto;
}
/* header */
.header{position: fixed;z-index: 1000;top: 0;width: 100%;padding: 4px 0;}
.header.fixed{background: rgba(3, 22, 53, 0.8);padding: 0px 0;box-shadow: 0px 8px 42px rgba(255, 255, 255, 0.12);}
.headerinner {display: flex;align-items: center;justify-content: space-between;}
.header .logo{display: block;}
.header .logo a.logo { margin-left: 35px;}
.logo img {
    max-width: 150px;
}
.razorpay img {
             width: 250px;
        }
.logo-container {
            padding-top: 45px;
        }
.easepay {
	float: left;
	text-align: right;
	top: -5px;
}
.razorpay {
	float: left;
	text-align: right;
}
.menu {
    text-align: center;
}
.menu ul {
    margin: 0;
}
.menu ul li {
    display: inline-block;
    padding: 15px 35px;
    position: relative;
}
.menu ul li a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.menu ul li a:hover{
    color: #FBB44A;
}
.menu ul li ul.sub_menu {
    position: absolute;
    left: 0;
    min-width: 260px;
    background: #cbcbcb;
    visibility: hidden;
    transition: all 500ms ease;
    opacity: 0;
    top: 50px;
}

.menu ul li ul.sub_menu li {
    display: block;
    text-align: left;
    padding: 0;
}

.menu ul li ul.sub_menu li a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #000;
}

.menu ul li:hover ul.sub_menu {
    visibility: visible;
    opacity: 1;
    top: 30px;
}
.toggle_btn button.btn, .toggle_btn button.btn:focus {
    background: transparent;
    outline: 0;
    border-radius: 4px;
    height: auto;
    width: auto;
    box-shadow: none;
}
.toggle_btn button.btn i{
  color: #fff;
  font-size: 24px;
}
.toggle_btn {
    display: none;
}



/* Banner */
.banner{ background-size: cover; height: 1000px;position: relative;display: flex;align-items: center;justify-content: center;padding: 250px 0;}
.bannerinner {
    margin: 0 auto;
    text-align: center;
}
.bannertext h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    line-height: 82px;
}
.bannertext h1 span {
    color: #FBB44A;
    font-weight: 800;
}
.howtojoin {
    padding: 100px 0;
    overflow: hidden;
}
.howtojoin .title { color: #000000; }
.innersection {
    margin-bottom: 60px;
}
.title {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    text-align: center;
}
.subdesc {
    line-height: 30px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.howtojoin .subdesc{
    color: #666666;
}
.howtojoinbox {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.howtojoinbox p {
    margin-bottom: 0;
}
.howtojoinbox h2 {
    font-size: 20px;
    margin: 20px 0 12px 0;
    color: #000;
    font-weight: 700;
    line-height: 30px;
}
.howtojoiimg {
    height: 156px;
    width: 156px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FBB44A;
    border-radius: 50%;
}
.howtojoinround {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

@-webkit-keyframes float {
    0% {
      opacity: 0;
      transform: scale(1);
    }
    33.33333% {
      opacity: 1;
      transform: scale(1.1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }
  
  @keyframes float {
    0% {
      opacity: 0;
      transform: scale(1);
    }
    50% {
      opacity: 1;
      transform: scale(1.1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }
.howtojoinround:after {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    content: "";
    background: url(../images/border.svg) no-repeat ;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: float 3s infinite linear;
          animation: float 3s infinite linear
}
.howtojoinboxmain {
    position: relative;
    z-index: 0;
}
.howtojoinboxmain:after{
    position: absolute;
    content: "";
    background: url(../images/direction.svg) no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    top: 60%;
    z-index: -1;
    transform: translateY(-50%);
}

.worriorspeak{ background-size: cover; min-height: 864px;padding: 134px 0 100px 0;}
.worriorspeak .title {
    color: #FBB44A;
}
.worriorspeak .subdesc {
    color: #fff;
}
.worriorspeakslide.owl-carousel .item img {
    width: auto;
    max-width: 100%;
}
.worrioritem {
    padding: 40px 20px;
    background: #fff;
    -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -ms-border-radius: 25px;
}
.worrioritemhead img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.worrioritemhead {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.testihead {
    width: calc(100% - 100px);
    padding-left: 20px;
}
.worrioritem a {
    display: block;
    text-align: right;
    font-size: 30px;

}
.worrioritem p {
    margin-bottom: 30px;
}
.worrioritemdesc {
    padding: 0 30px 0 10px;
}
.worrioritemdesc p { font-size: 18px; line-height: 30px;}
.testihead h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
}
.perdetail {
    display: block;
    font-size: 20px;
    color: #666666;
    font-style: italic;
}
.worriorspeakslide{padding-bottom: 50px;}
.worriorspeakslide .owl-dots,.worriorspeakslide2 .owl-dots {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -30px;
    text-align: center;
    display: inline-block;
    /*max-width: 156px;*/
    margin: 0 auto;
}
.worriorspeakslide .owl-dots .owl-dot.active,.worriorspeakslide2 .owl-dots .owl-dot.active { position: relative; top: 2px;}
.worriorspeakslide .owl-dot span,.worriorspeakslide2 .owl-dot span {
    height: 16px;
    width: 16px;
    display: block;
    border: 1px solid #999999;
    border-radius: 100%;
    margin: 0 10px;
}
.worriorspeakslide .owl-dot.active span,.worriorspeakslide2 .owl-dot.active span{
    height: 20px;
    width: 20px;
    background: #fff;
    border-color: #fff;
    
}
.viewall {
    text-align: center;
    margin: 0px 0 0 110px; 
    position: relative;
}
.viewall a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    font-weight: 700;
}
.viewall a:hover {
    color: #FBB44A;
}
.viewall a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #666666;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gallery {
    padding: 70px 0;
}
.gallery .title {
    color: #FBB44A;
}
.galleryslide{padding-bottom: 50px;}
.galleryslide .owl-item .galleryitem { overflow: hidden; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -ms-border-radius: 12px;}
.galleryslide .owl-dots {
    position: absolute;
    left: 0;
    right: 150px;
    bottom: -30px;
    text-align: center;
    display: inline-block;
    max-width: 156px;
    margin: 0 auto;
}
.galleryslide .owl-dots .owl-dot.active { position: relative; top: 2px;}
.galleryslide .owl-dot span {
    height: 16px;
    width: 16px;
    display: block;
    border: 1px solid #999999;
    border-radius: 100%;
    margin: 0 10px;
}
.galleryslide .owl-dot.active span{
    height: 20px;
    width: 20px;
    background: #999999;
    border-color: #999999;
    
}
.gallery .viewall a {
    color: #000;
}
.gallery .viewall a:hover{
    color: #FBB44A;
}
.footer {
    
    
}
.footerinner{
    padding: 100px 0;
    background: #F4F4F4;
    border-top: 5px solid #FBB44A;
}
.footlogo h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
.footlogo p{ margin-bottom: 0; font-size: 16px; line-height: 23px;}
.footlogo .readmore {
    display: inline-block;
    font-weight: 700;
}
.footlogo {
    padding-right: 85px;
}
.footsocial{margin-top: 25px;}
.footsocial ul {
    margin: 0 -5px;
    font-size: 0;
}
.footsocial ul li {
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
}
.footsocial ul li a {
    display: block;
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}
.footsocial ul li a:hover{
    background: #FBB44A;
    border-color: #FBB44A;
    color: #fff;
}
.footcontact h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
.allconlist {
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
}
.allconlist li + li {
    margin-top: 20px;
}
.allconlist span, .allconlist a {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    color: #333333;
    line-height: 22px;
}
.allconlist span i, .allconlist a i{
    position: absolute;
    left: 0;
    top: 4px;
    color: #134277;
} 
.footlinks h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
.quicklinks {
    margin: 0;
    font-size: 16px;
}
.quicklinks li a:hover{color: #FBB44A;}
.allconlist li a:hover{color: #FBB44A;}
.quicklinks li + li {
    margin-top: 10px;
}
.quicklinks li a { color: #333333;}
.footer-copy {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    color: #333333;
}
.footer-copy a {
    font-weight: 700;
    color: #000000;
}
.footer-copy a:hover { color: #FBB44A;}
.footlogo .readmore:hover{color: #FBB44A;}
.worriorspeaktestimonial {
    padding-top: 50px;
}