@charset "utf-8";
/* CSS Document */


/*comman css start*/
html{font-size:62.5%;}
*{margin: 0; padding: 0; box-sizing: border-box; font-size: 1.6rem;  }
p{    font-size: 1.6rem;}
body{overflow-x: hidden;  font-family: NunitoSans-Regular;}
.member-edit a{margin-bottom:1rem;}
.member-edit input{margin-bottom:1rem;}
.account-btn
{
display:none;
}
.btn-cancle
{display:none}
.c-table tr th {
    background-color: #213b89;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.c-table tr td {
    padding: .5rem 1rem;
}
.form-group span{color: red;}
label {
    display: flex;
    margin-bottom: .5rem;
}
input::placeholder {
  color: green;
  opacity: 1; /* Firefox */
}

input::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: green;
}

input ::-ms-input-placeholder { /* Microsoft Edge */
 color: green;
}
.blockquote {
    font-size: 1.5rem;
}
.blockquote-footer {
    display: block;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
}
.blockquote-footer span {
    font-size: 1.6rem; font-weight: normal;
}
.f-right
{
  float: right;
}
.c-quote
{
  border-bottom: .1rem solid #ccc;
    padding: 2rem 0rem;
}
.c-list{
	/*list-style-image: url('../images/list-img.png'); */
	list-style: none;
	line-height: 2.5rem;
    font-size: 1.6rem; margin-left: 1.5rem;}
    .p-0{padding: 0px;}
    .p-5{padding: .5rem !important;
}
ul.c-list li::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .6rem;
    border-color: transparent transparent #001a57 transparent;
    content: "";
    transform: rotate(90deg);
    position: absolute;
    left: 1.5rem;
    margin-top: .6rem;
}
.m-35{margin:3.5rem .0rem;} 
.p-125{padding:9.5rem .0rem .0rem .0rem;}
.p-50{padding:5rem .0rem;}
.pt-10{padding-top:1rem;}
.pt-20{padding-top:2rem;}
.pb-10{padding-bottom:1rem;}
.pt-15{padding-top:1.5rem;}
.pb-15{padding-bottom:1.5rem;}
.pb-25{padding-bottom:2.5rem;}
.mt-35{margin-top:3.5rem !important;}
.mt-20{margin-top:2rem !important;}
.mb-35{margin-top:3.5rem;}
.pt-35{padding-top:3.5rem;}
.pb-35{padding-bottom:3.5rem;}
.pb-60{padding-bottom:6rem;}
.p-80{padding: 8rem 0rem;}
.icon-35{font-size: 3.5rem; margin-right: 1rem;}
a:hover {
    color: #001a57;
    text-decoration: none;
}


/*comman css End*/

/*Font css start*/
@font-face {
  font-family: NunitoSans-Regular;
  src:url(../fonts/NunitoSans-Regular.ttf);
}
@font-face {
  font-family: NunitoSans-Bold;
  src:url(../fonts/NunitoSans-Bold.ttf);
}
@font-face {
  font-family: NunitoSans-Black;
  src:url(../fonts/NunitoSans-Black.ttf);
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    padding-top: 2rem !important;
}

.white-black-35{font-family:NunitoSans-Black; font-size: 3.5rem; text-align: left; line-height:6rem; color: #000f32; }

.white-bold-20{font-family:NunitoSans-bold; font-size: 2rem; line-height: 2rem; color: #fff; padding-bottom:3.5rem; margin-bottom: 0rem;}
.white-bold-34{font-family:NunitoSans-bold; font-size: 3.4rem; line-height: 4.8rem; color: #fff;}

.gray-regular-18{font-size: 1.8rem; font-family: NunitoSans-regular; color: #8e8d8d; line-height: 2.4rem; margin-bottom: 0rem;}
.font-34{font-size: 3rem; font-family: NunitoSans-regular; color: #556382; line-height: 2.4rem; }
.font-30{font-family:NunitoSans-Bold; font-size: 3rem;
margin-bottom: .5rem !important;
    color: #232323;}
    .font-32{
      font-family:NunitoSans-Bold; font-size: 3.2rem;
text-align: right;
    color: #232323;
    }
    .border-right{border-right: .2rem solid #ccc !important;}
.black-bold-30{font-family:NunitoSans-Black; font-size: 3.8rem; padding-bottom:2.5rem;color: #232323;}
.black-bold-32{font-family:NunitoSans-Black; font-size: 3.2rem;

    color: #555555;}
    .font-19{font-family:NunitoSans-Bold; font-size: 1.9rem;

    color: #555555;}
  .btn-1{
    line-height: 5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: .5rem;
    padding: 0 3rem;  font-family: NunitoSans-Bold;
    background: #001a57; margin: 0rem .5rem;
}

 .btn-1:hover{
background: #000f32;
color: #fff;
}
  .btn-2{
    line-height: 5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: .5rem;
    padding: 0 3rem;  font-family: NunitoSans-Bold;
    background: #001a57; margin: 0rem .5rem;
}
.btn-2 {
    border: .2rem solid #001a57;
    background-color: #fff;
    color: #001a57;
    font-weight: bold;
}
.btn-2:hover{
background: #000f32;
color: #fff;
}

.v-comment{
  text-align: center;
}
.video-list {
    /* padding-right: 50px; */
    list-style: disc;
    font-size: 3rem;
    color: #000;
    display: flex;
    justify-content: center;
}
.video-list li {
    padding-right: 8rem;
}
.video-list li a{
  font-family: NunitoSans-Bold;
   font-size: 1.8rem;
   color: #001a57; position: relative;
    top: -4px; left: -5px;
}
.inner-slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url(../images/innner-banner.jpg);
}
  .font-18{
font-size: 1.6rem;
    color: #555555;  
    font-family: NunitoSans-Regular;
  }

.black-regular-15{font-size: 1.8rem;
    font-family: NunitoSans-Regular;
    color: #555555;
    line-height: 2.5rem;
}

.white-regular-14{font-size: 1.4rem; font-family: NunitoSans-regular; color: #fff; line-height: 3rem; margin-bottom: 0rem;}
/*Font css End*/
.black-bold-30::after {
   content: '';
    position: absolute;
    width: 4.5rem;
    height: .5rem;
    background-color: #c3c3c3;
    left: 50%;
    display: block;
    border-radius: 1rem;
    transform: translateX(-50%);
    text-align: center;
}
.black-bold-20{font-family:NunitoSans-Bold; font-size: 2rem; line-height: 3rem; color: #374045; margin-bottom: 0rem;}
.c-line{ text-align: center;
    line-height: 4.5rem;}
.c-line::after {
    content: '';
    position: absolute;
    width: 4.5rem;
    height: .5rem;
    background-color: #fff;
    left: 48%;
    display: block;
}
/*header css start*/
header{width: 100%; height: auto; position: fixed; width: 100%; z-index: 99; }
header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-fluid{max-width: 1270px;}
header .menu {
    display: flex;
}
.fixed-header {
   background: #e9ecef;
}
.mobile-sub.wsmenu-list li {
    display: inline-flex;
}
.mobile-sub.wsmenu-list li::after {
    content: "/";
    position: relative;
    top: .4rem;
    font-weight: bold;
}
.mobile-sub.wsmenu-list li:last-child::after {
    display: none;
}
/*header css end*/


/*slider css start*/
.slider{width:100%; height:auto;  background-size:cover;
background-image: url("../images/slider-bg.jpg"); /* FF3.6-15 */

}
.inner-header-box{max-width: 100% !important;}

.c-flex
{
  display: flex;
    align-items: center;
}

/*timer css end*/
.upcoming-seminar{
  background-color: #f4f5f7;
  width: 100%;
  height: auto;
    padding: 4rem 0rem;
}

/*Membership css start*/
.membership {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: -moz-linear-gradient(to right, rgba(0,26,87,0.85) 0%,rgba(0,26,87,0.85) 100%), url(../images/member-bg.png);
    background-image: -webkit-linear-gradient(to right, rgba(0,26,87,0.85) 0%,rgba(0,26,87,0.85) 100%), url(../images/member-bg.png);
    background-image: linear-gradient(to right, rgba(0,26,87,0.85) 0%,rgba(0,26,87,0.85) 100%), url(../images/member-bg.png);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(26,96,157,0.85)', endColorstr='rgba(63,196,161,0.85)',GradientType=1 ), url(../images/member-bg.png);
  background-position:center center;
}
.membership .policy {
    
    text-align: center;
}
.line{border-right: .2rem solid #fff;}
.c-arrow{display: inline-block;
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 1rem 2.5rem;
    text-align: center;}
  .v-text{text-align:right;}
  .member-content{
  text-align: center;
}
.membership-part {
    margin: 2rem 0rem;
}
/*Membership css End*/

/*About css start*/

/*About css start*/
/*Sub Menu CSS start*/
.bottom-nav {
    width: 100%;
    height: auto;
    background-color: #000f32;
}
.c-nav .nav-item .nav-link {
    display: block;
    padding: 0rem 1rem !important;
    border-right: .2rem solid #fff;
    line-height: 2.2rem;
    font-size: 1.5rem;
    font-family: NunitoSans-Regular;
}
.c-nav .nav-item a {
    color: #fff;
}
.c-heading {
    display: none;
}
.c-nav {
    margin: 0 auto;
}
.navbar {
    padding: 0.9rem 1rem !important;
}
.c-nav2{
  flex-direction: column !important;
  width: 100%;
}
.c-nav2 .nav-item a{
  border-bottom: .1rem solid #ccc;
    color: #374046;
    font-family: NunitoSans-Bold;
    font-size: 1.7rem;
    line-height: 2.1rem;

}
.c-nav2 .nav-item a:hover{
  border-bottom: .1rem solid #000f32;
    color: #000f32;
    font-family: NunitoSans-Bold;
    font-size: 1.7rem;
    line-height: 2.1rem;
}
.active2{
  color: #000f32 !important;
  border-bottom: .1rem solid #000f32 !important;
}
/*Sub menu css End*/
/*Team css start*/
.team {
    width: 100%;
    background-color: #f4f5f7;
    height: auto;
  
}
.img-responsive{width:100%; height:auto;}
.team .team-content{max-width:945px; margin:0 auto;}
.team .team-content .team-part{width:100%; height:auto; background-color:#fff; margin: 1.5rem 0rem; border-radius: .5rem;}
.team-part img {
    border-radius: .5rem .5rem 0rem 0rem;
}
.team .team-content .team-part .team-part-content{padding:1rem 2rem;}
/*Team css End*/
/*Testimonial css start*/

/*Testimonial css End*/
/*Vendor css start*/
.vendor {
    background-color: #f4f5f7;
}
/*Vendor css End*/
/*Footer css Start*/
#footer{width:100%; height:auto; background-color:#001648;}
.footer-part-one ul li a {
    color: #9ca6bf;
}
.footer-part-two ul li a {
    color: #9ca6bf;
}
.footer-part-one ul li a:hover {
    color: #fff;
}
.footer-part-two ul li a:hover {
    color: #fff;
}
.footer-part-one ul, .footer-part-two ul {
    list-style: none;
}
.footer-part-one ul i {
    padding-right: .7rem; font-size: 2rem;
}
.fb-icon{margin-top: 1rem;}
.footer-part-two ul i {
    padding-right: .7rem; 
}
.footer-bottom {
    background-color: #001138;
    padding: 1rem 0rem;
}
/*Footer css End*/
.orb {
 width: 17rem;
    /* height: 50px; */
    background: #999;
    border-radius: 5rem;
    display: inline-block;
    margin: 0 24.7px;
    float: left;
    transition: all .2s ease-out;
}

.orb:hover {
  transform: scale(1.2);
  opacity: .5;
  cursor: pointer;
}
.marquee {
  width: 100%;
    /* border: .2rem solid #eee; */
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 12.5rem;
    /* margin: 20rem auto;*/
}

.marquee--inner {
  display: block;
    width: 200%;
    /* margin: 7rem 0; */
    position: absolute;
    animation: marquee 20s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/

span {
  /*float: left;*/
  width: 50%;
}

.button-8 a {
    display: block;
    /*font-size: 1.8rem;*/
}
.c-pt-5 {
  padding-top: .5rem;
}

.btn-icon{
    font-size: 1.9rem;
    padding-right: .5rem;
}

.c-badge
{
    display: initial;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    font-family: NunitoSans-Regular; 
    font-weight: 500;
}
.btnBackToTop {
	visibility: hidden;
	background-color: #3359cc;
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    font-size: 2.5rem;
    line-height: 3.5rem;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 1.5rem;
    right: 1rem;
    z-index: 999;
    padding-top: .2rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.btnBackToTop::after {
  
  content: "\f176" !important;
  font-family: FontAwesome !important;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.5rem;
  color: #fff;
}
.btnBackToTop:hover {
  cursor: pointer;
  background-color: #2445a9;
}
.btnBackToTop:active {
  background-color: #001a57;
}
.btnBackToTop.show {
  opacity: 1;
  visibility: visible;
}
.news {
    overflow: hidden;
    background-color: #3359cc;
    color: #fff;
}
.news .news-bg {
    background-color: #011f6b;
    text-align: center;
    color: #fff;
}
.news .news-bg .news-titile {
    font-family: NunitoSans-Bold;
    font-size: 3rem;
    margin-bottom: 	0rem;
    line-height: 5.5rem;
    text-transform: uppercase;
}
.news marquee {
    margin-top: 1.2rem;
}
.news .news-font{
    font-family: NunitoSans-Bold;
    font-size: 2.2rem;
    margin-bottom: 	0rem;
    text-transform: uppercase;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
@media only screen and (max-width:991px) {
.r-table
{
display: inline-grid;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cc-table
{
display:inline-table !important;
}
.c-table tr th {
    font-size: 1.5rem;
}
.c-table tr td {
    font-size: 1.5rem;
}
.active2 {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.c-heading {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side-bar .c-heading h3 {
    margin: 0px !important;
    color: #fff;
}
.c-nav2 .nav-item a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.c-nav2 .nav-item a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: NunitoSans-Bold;
}
.side-bar {
    /* background-color: red; */
    padding: 0px;
    background-color: #000f32;
}
.navbar {
   padding: 1rem !important;
   
}
#about div div div{margin-top: 2.5rem;}
}

.btn-outline-deep-purple {
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: 1rem 2rem;
    font-size: 1.4rem;
}
.btn-outline-deep-purple {
    color: #606161 !important;
    background-color: transparent !important;
    border: 2px solid #011d5d   !important;
    font-size: 1.4rem;
}
.btn-outline-deep-purple:not([disabled]):not(.disabled):active, .btn-outline-deep-purple:not([disabled]):not(.disabled).active, .show>.btn-outline-deep-purple.dropdown-toggle {
    background-color: transparent !important;
    border-color: #011d5d  !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15); font-weight: bold; font-size: 14px;
    color: #007bff!important
}
.btn-outline-deep-purple:hover, .btn-outline-deep-purple:focus, .btn-outline-deep-purple:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    font-weight: bold; font-size: 1.4rem;
    color: #007bff!important
}
.btn-rounded {
   border-radius: 10em;
}

.s-box {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(158,158,158,0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(158,158,158,0.5);
    box-shadow: 0px 0px 14px 0px rgba(158,158,158,0.5);
    padding: 1rem 1.5rem;
    border-bottom: .5rem solid #001a57;
}

@media only screen and (max-width:1920px)
{
    .slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url(../images/slider-bg-1920.jpg);
}
}
@media only screen and (max-width:1680px)
{
    .slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url(../images/slider-bg-1680.jpg);
}
}
@media only screen and (max-width:1400px)
{
    .slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url(../images/slider-bg-1400.jpg);
}
}
@media only screen and (max-width:1234px) {
  .white-bold-24 {font-size: 2rem;}
  .about img { width: 100% !important;}

    .slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url(../images/slider-bg-1200.jpg);
}
  }
  
  @media only screen and (max-width:1200px) {
  .white-regular-14 {
    font-size: 1.3rem;}
    .c-nav .nav-item .nav-link {
   
    padding: 0rem .7rem !important;
   
    font-size: 1.3rem;
}
.btn-1 {
    padding: 0 2.5rem;
}
.btn-2 {
    padding: 0 2.5rem;
}
.btn-1:hover {
    padding: 0 1rem;
}
.btn-2:hover {
    padding: 0 1rem;
}
  }
  @media only screen and (max-width:1140px) {
.black-bold-20 {
    font-size: 1.8rem !important;
}
.p-125 {
    padding: 6.8rem 0rem 0rem 0rem;
}
    .wsmenu-list > li > a {
    font-size: 1.4rem;
    }
    .logo img {
    width: 36rem;
}
.btn-1 {
    line-height: 5rem;
    
    padding: 0 1rem;
    }
    .btn-2 {
    line-height: 5rem;
    
    padding: 0 1rem;
    }
    .white-bold-34 {
    
    font-size: 3rem;}


.white-regular-20 {
    font-size: 1.7rem;}
  .white-black-35 {font-size: 4.6rem;}
  }
  .slider-padding{
    padding: 16rem 0rem 10rem 0rem;
  }
@media only screen and (max-width:1024px) {
.black-bold-20 {
    font-size: 1.8rem;
}
  .wsmenu-list > li > a {
    font-size: 1.3rem;
}
    .font-34 {
    font-size: 2.8rem;
    }
    .white-black-35 {
    font-size: 3.8rem;
    line-height: 5rem;
}
.c-nav .nav-item .nav-link {
    padding: 0rem .6rem !important;
    font-size: 1.3rem;
    border: none;
}
.font-32 {
    
    font-size: 2.8rem;
    
}
.font-19 {
    
    font-size: 1.7rem;
    }
    .btn-1 {
    line-height: 5rem;
    padding: 0 1rem;
}
.btn-2 {
    line-height: 5rem;
    padding: 0 1rem;
}
.white-bold-34 {
    font-size: 2.8rem;
}
.slider-padding{
    padding: 15rem 0rem 9rem 0rem;
  }
}
@media only screen and (max-width:991px) {

.font-32 {
    text-align: left;
}
.wsmenu-list > li > a {
    font-size: 1.2rem;
}
.c-nav .nav-item .nav-link {
    display: block;
    border-right: none;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #fff;
    line-height: 2.2rem;
    font-size: 1.4rem;
}
}
  @media only screen and (max-width:960px) {
.p-125 {
    padding: 5.5rem 0rem 0rem 0rem;
}
   
.font-32 {
    
    text-align: left;
}
     .font-34 {
    font-size: 2rem;
    }
    .white-black-35 {
    font-size: 3.8rem;
}
.white-regular-20 {
    font-size: 1.7rem;}
  .white-black-35 {
   font-size: 2.9rem;
    line-height: 4rem;
}
.logo img {
    width: 29rem;
}
.c-nav .nav-item .nav-link {
    display: block;
    border-right: none;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #fff;
    line-height: 2.2rem;
    font-size: 1.4rem;
}
.white-bold-27 {
    font-size: 2.4rem;
}
.white-bold-24 {
    font-size: 1.7rem; font-family:NunitoSans-bold;
}
  }
@media only screen and (max-width:781px) {
.wsmenu-list > li > a {
    font-size: 1rem; margin-right: 0px;
}
.logo img {
    width: 275px;
}
}
  @media only screen and (max-width:768px) {
.account-btn
{
display:inline-block;
}
.btn-cancle
{display:inline-block;}
.register{display:none}
    .black-bold-20 {
    font-family: NunitoSans-Bold;
    font-size: 1.8rem;
  }
.side-bar {
    /* background-color: red; */
    padding: 0px;
    background-color: #000f32;
    
    

}
.slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url(../images/slider-bg-768.jpg);
background-position: center;
}
.c-nav2 .nav-item a {
    color: #fff;
}
.font-32 {
    font-size: 2.5rem; margin-bottom: .5rem;
}
.black-bold-30 {
    font-family: NunitoSans-Black;
    font-size: 3.2rem;
padding-bottom:2.5rem !important;
    }
    .font-30 {
    font-family: NunitoSans-Bold;
    font-size: 2.8rem;
  }
  .p-80 {
    padding: 5.5rem 0rem;
}
.black-bold-32 {
    font-family: NunitoSans-Black;
    font-size: 2.7rem;
  }
.c-nav2 .nav-item a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}
    #h-btn {
    display: none;
}
.membership-btn{
  padding-top: 0rem;
}
.pb-35 {
    padding-bottom: 0rem;
}
.white-bold-27 {
    font-size: 1.8rem;
}
.white-bold-24 {
    font-size: 1.3rem;
}
#c-account2 {
    display: block;
    }
  }
  @media only screen and (max-width:767px) {
.slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6)),url(../images/slider-bg-768.jpg);
    background-position: right;
}
    .border-right {
    border: none !important;
}
    .btn-1, .btn-2
    {
      height: 4.5rem; line-height: 4.3rem;
    }
    .rpolicy-content {
    text-align: center;
}
    .c-video-link
    {
      text-align: center;
    }
    #h-btn {
    display: none;
}
#c-account2 {
    display: block;
    }
    .white-black-35 {
    font-size: 3rem;
    line-height: 4.5rem;
}
.white-bold-30 {
   
    font-size: 2.2rem;
}
.white-bold-24 {
    font-size: 1.9rem;
}
.m-35 {
    margin: 0px 0px;
}
.p-125 {
    padding: 5.5rem 0rem 0rem 0rem;
}
 
.policy p {
    text-align: center !important;
}
.line {
    border-bottom: 2px solid #fff;
    padding-bottom: 3rem;
  border-right:none;
}
.membership .policy {
    padding-top: 3rem;
}
.v-text {
    text-align: center;
}
  }
  @media only screen and (max-width:576px) {
.btn-group, .btn-group-vertical {
    display: grid;
}
.btn.btn-outline-deep-purple.btn-rounded.waves-effect {
    border-radius: 50px;
}
.slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6)),url(../images/slider-bg-768.jpg);
    background-position: right;
}
.p-125 {
    padding: 5.5rem 0rem 0rem 0rem;
}
.white-bold-34 {
    font-size: 2rem;
    line-height: 3.5rem;
}
  }

@media only screen and (max-width:480px) {
.black-bold-20 {
    font-size: 1.4rem !important;
    padding-bottom: .5rem !important;
}
.slider {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),url(../images/slider-bg-768.jpg);
    background-position: right;
}
.p-125 {
    padding: 6.5rem 0rem 0rem 0rem;
}
.news .news-bg .news-titile {
    font-family: NunitoSans-Bold;
    font-size: 2rem;
    margin-bottom: 0rem;
    line-height: 5rem;
    text-transform: uppercase;
}
.news .news-font {
    font-family: NunitoSans-Bold;
    font-size: 1.8rem;
    margin-bottom: 0rem;
    text-transform: uppercase;
}
  .white-bold-34 {
    font-size: 2.3rem;
}
  .white-black-35 {
    font-size: 2.9rem;
    line-height: 4.5rem;
}
.video-list li {
    padding-right: 3.5rem;
}
.btn-icon {
    display: none;
}
  .slider .header-box .content {
    padding: 1rem;
}
.logo img {
       width: 335px;
}
.black-bold-32 {
    font-family: NunitoSans-Black;
    font-size: 2.5rem;
}
#c-account2 {
    font-size: 2.6rem;
    position: relative;
    right: 3.5rem;
}

   .animated-arrow {
    position: fixed;
    right: -8px;
    top: -8px;
}
  }
  @media only screen and (max-width:411px) {
.p-125 {
    padding: 5rem 0rem 0rem 0rem;
}
  .slider-padding {
    padding: 8rem 0rem 5rem 0rem;
}
.white-black-35 {
    font-size: 1.9rem;
    line-height: 3.2rem;
}
  
    .white-bold-34 {
    font-size: 2.1rem;
    line-height: 4rem;
}

 .white-black-35 {
    font-size: 2.2rem;
    line-height: 3.2rem;
}
.font-34 {
    font-size: 1.6rem;
}
.video-list li {
    padding-right: 3.5rem;
}
.btn-icon {
    display: none;
}
  .slider .header-box .content {
    padding: 1rem;
}
.logo img {
       width: 265px;
}
.black-bold-32 {
    font-family: NunitoSans-Black;
    font-size: 2.4rem;
}
.font-32 {
    font-size: 1.9rem;
    
}
.font-19 {
    font-size: 1.3rem;
}

.black-regular-15 {
    font-size: 1.7rem;
   
    line-height: 2.5rem;
    
}
.font-30 {
    font-family: NunitoSans-Bold;
    font-size: 2.2rem;
}
.video-list {
    padding-right: 5rem;
    list-style: disc;
    list-style-position: inside;
    font-size: 3rem;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    line-height: 2.5rem;
}

  }
  
 @media only screen and (max-width:414px) {
.p-125 {
    padding: 5rem 0rem 0rem 0rem;
}
  .slider-padding {
    padding: 8rem 0rem 5rem 0rem;
}
.white-black-35 {
    font-size: 1.9rem;
    line-height: 3.2rem;
}
  
    .white-bold-34 {
    font-size: 2.1rem;
    line-height: 4rem;
}

 .white-black-35 {
    font-size: 2.2rem;
    line-height: 3.2rem;
}
.font-34 {
    font-size: 1.6rem;
}
.video-list li {
    padding-right: 3.5rem;
}
.btn-icon {
    display: none;
}
  .slider .header-box .content {
    padding: 1rem;
}
.logo img {
       width: 265px;
}
.black-bold-32 {
    font-family: NunitoSans-Black;
    font-size: 2.4rem;
}
.font-32 {
    font-size: 1.9rem;
    
}
.font-19 {
    font-size: 1.3rem;
}

.black-regular-15 {
    font-size: 1.7rem;
   
    line-height: 2.5rem;
    
}
.font-30 {
    font-family: NunitoSans-Bold;
    font-size: 2.2rem;
}
.video-list {
    padding-right: 5rem;
    list-style: disc;
    list-style-position: inside;
    font-size: 3rem;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    line-height: 2.5rem;
}
#c-account2 {
    font-size: 2.6rem;
    position: relative;
    right: 3.5rem;
}

   .animated-arrow {
    position: fixed;
    right: -8px;
    top: -8px;
}
  }
@media only screen and (max-width:360px) {
  .slider-padding {
    padding: 8rem 0rem 5rem 0rem;
}
.white-black-35 {
    font-size: 1.9rem;
    line-height: 3.2rem;
}
  
    .white-bold-34 {
    font-size: 2.3rem;
    line-height: 4rem;
}

 .white-black-35 {
    font-size: 1.9rem;
    line-height: 3.2rem;
}
.font-34 {
    font-size: 1.6rem;
}
.video-list li {
    padding-right: 3.5rem;
}
.btn-icon {
    display: none;
}
  .slider .header-box .content {
    padding: 1rem;
}
.logo img {
       width: 265px;
}
.black-bold-32 {
    font-family: NunitoSans-Black;
    font-size: 2.1rem;
}
.font-32 {
    font-size: 1.9rem;
    
}
.font-19 {
    font-size: 1.3rem;
}

.black-regular-15 {
    font-size: 1.7rem;
   
    line-height: 2.5rem;
    
}
.font-30 {
    font-family: NunitoSans-Bold;
    font-size: 2.2rem;
}
.video-list {
    padding-right: 5rem;
    list-style: disc;
    list-style-position: inside;
    font-size: 3rem;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    line-height: 2.5rem;
}
#c-account2 {
    font-size: 2.6rem;
    position: relative;
    right: 3.5rem;
}

   .animated-arrow {
    position: fixed;
    right: -8px;
    top: -8px;
}
  }
  


@media only screen and (max-width:320px) {
  .slider-padding {
    padding: 8rem 0rem 5rem 0rem;
}
.white-black-35 {
    font-size: 1.9rem;
    line-height: 3.2rem;
}
  
    .white-bold-34 {
    font-size: 2.3rem;
    line-height: 4rem;
}

 .white-black-35 {
    font-size: 1.9rem;
    line-height: 3.2rem;
}
.font-34 {
    font-size: 1.6rem;
}
.video-list li {
    padding-right: 3.5rem;
}
.btn-icon {
    display: none;
}
  .slider .header-box .content {
    padding: 1rem;
}
.logo img {
       width: 265px;
}
.black-bold-32 {
    font-family: NunitoSans-Black;
    font-size: 2.1rem;
}
.font-32 {
    font-size: 1.9rem;
    
}
.font-19 {
    font-size: 1.3rem;
}

.black-regular-15 {
    font-size: 1.7rem;
   
    line-height: 2.5rem;
    
}
.font-30 {
    font-family: NunitoSans-Bold;
    font-size: 2.2rem;
}
.video-list {
    padding-right: 5rem;
    list-style: disc;
    list-style-position: inside;
    font-size: 3rem;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    line-height: 2.5rem;
}
#c-account2 {
    font-size: 2.6rem;
    position: relative;
    right: 3.5rem;
}

   .animated-arrow {
    position: fixed;
    right: -8px;
    top: -8px;
}
  }
  
.font-32-banner {
    font-family: NunitoSans-Bold;
    font-size: 3.3rem;
    text-align: left;
    color: #232323;
    font-weight: 800;
}
.font-32-banner::after {
    content: '';
    position: absolute;
    width: 9.5rem;
    height: .5rem;
    background-color: #c3c3c3;
    left: 5%;
    display: block;
    border-radius: 1rem;
    transform: translateX(-50%);
    text-align: left;
}