* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
    overflow-x:hidden;
}
.auto-container {
    padding:0 100px;
}
.header {
	background: #1b1918;
   
}
.logo {

    text-align: left;
}
.logo img {
    width: 57%;
  
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a:hover {
    text-decoration: none;
}
.top-header-details {
    text-align: right;
    margin-top: 3%;
}
.top-header-details li {
	display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0;
}
.top-header-details li a {
	color: #fff;
	padding: 16px;
	margin-left: 12px;
	position:relative;
	    font-family: sans-serif;
}

.top-header-details li a:before {
    content:'';
    background-image: url('details-img.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -1px, 2px;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 1111;
}
.top-header-details li.emaila a:before {
    display:none;
}
.top-header-details li.emaila a:after {
    content:'';
    background-image: url('details-img3.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -1px, 2px;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 1111;
}
.top-header-details li.emaila a {
    font-size: 17px;
    padding-left: 28px;
    padding-right: 25px;
}
.contact-form {

}

.navigation {
	
}
.navigation .navbar {
	background: #d79e28;
    padding: 12px 0;
    margin: 0;
}
.navigation .nav-item.active a {

}
.navigation .nav-item a {
	 color: #fff !important;
    padding: 0px 45px !important;
    text-transform: uppercase;
    font-size: 16px !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('three-btn.png');
}
.navbar-light .navbar-toggler {
    border: 0;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}
.contact-form form {
    background: white;
    padding: 10px;
    border-top: 25px solid #d79e28;
}
.contact-form form p {
    font-weight:600;
}
.contact-form form p span {
    font-weight:400;
}
.contact-form form .form-control {
        border: 0;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #d79e28;
    border-color: #d79e28;
    width: 250px;
    border-radius: 0;
    font-size: 22px;
    text-transform: uppercase;
}
.btn-primary:hover {
     background-color: #000;
}
.form-control:focus {
    box-shadow: 0 0 1px 0rem #ff5722;
    border-bottom: 0 !important;
}
.title-main {
    /*border-bottom: 10px solid #d79e28;*/
    padding-bottom: 15px;
}
.title-main h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
        margin-left: 5%;
}
.Howwegavetraining {
    margin: 50px 0;
}
.slick-next:before, .slick-prev:before {
     opacity: 1 !important;
    color: #000 !important;
    font-size: 30px !important;
}
.videoSection {
        margin-top: 20px;
}
.videoSection .item {
        text-align: center;
    /*background: #f1d8b9;*/
    margin: 20px;
}

.videoSection .items {
        text-align: center;
        height:400px;

}
.videoSection .item img {
    width: 100%;
    /*border-bottom: 10px solid #d79e28;*/
    padding-bottom: 0px;
 
}
.videoSection .item p {
    padding: 25px 35px;
    color: #000;
    font-weight: 700;
}
.testimonials {
    background: #d79e28;
    padding: 50px 0;
}
.testimonials .title h2 {
    color: #fff;
}
.testimonials .title h5 {
    font-size: 25px;
    color: #fff;
}
.testimonialsSLider {
    margin: 0;
}
.testimonialsSLider .item {
    margin: 20px 20px 0 0;
}
.testimonialsSLider .item p {
    background: #b07e15;
    padding: 45px;
    color: #fff;
    font-weight: 500;
    height: 200px;
}
.testimonialsSLider .item .text-box {
    color: #fff;
}
.testimonialsSLider .img-box {
    
}
.testimonialsSLider .img-box img {
   width: 60px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    background: white;
}
.testimonialsSLider .slick-dots li button:before {
        color: #c38f52 !important;
    font-size: 16px;
    opacity: 1;
}
.testimonialsSLider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff !important;
}
/*.about-us {*/
/*    padding:80px 0 0;*/
/*}*/
.about-us  h2 {
    color: #c38f52;
        margin: 40px 0;
}
.about-us p {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 22px;
}
.gallery-section {
    padding:50px 0;
}
.gallery-section .title h2 {
    color: #c38f52;
    font-size: 40px;
}
.gallery-section .title h5 {
    color: #000;
    font-size: 40px;
}
.gallery-section .box{
    background-color: #000;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.gallery-section .box:before{
    content: "";
    border: 1px solid #fff;
    opacity: 0;
    transform: translateX(-20px);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: all 0.5s ease;
    z-index: 1;
}
.gallery-section .box:hover:before{
    opacity: 1;
    transform: translateX(0);
}
.gallery-section .box img{
    width: 100%;
    height: auto;
        object-fit: cover;
    transform: translateX(-20px) scale(1.15);
    transition: all 0.5s ease;
}
.gallery-section .w-300 img {
    height: 300px;
}
.gallery-section .w-200 img {
    height: 200px;
}

.gallery-section .box:hover img{
    opacity: 0.5;
    transform: translateX(20px) scale(1.15);
}
.gallery-section .box .box-content{
    color: #fff;
    text-align: left;
    opacity: 0;
    transform: scale(0);
    transform-origin: left bottom;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    transition: all 0.5s ease;
}   
.gallery-section .box:hover .box-content{
    opacity: 1;
    transform: scale(1);
}
.gallery-section .box .title{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.contact-form-footer {
    border: 10px solid #d79e28;
    width: 80%;
    margin: 0 auto;
    padding: 12% 3%;
}
.contact-form-footer h1 {
    padding: 0 0 10% 0;
    text-align: center;
    font-weight: 700;
}
.contact-form-footer .w-50 {
    display: inline-block;
    width: 49% !important;
    
}
.contact-form-footer .form-control {
    margin-bottom: 40px;
}
.contact-form-footer input {
    
}
.contact-form-footer button {
    
}
.footer {
    background: #1c1d22;
    padding: 80px 0 0;
}
.footer .footer-link li {
    
}
.footer .footer-link li a{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer .subscribe p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer .subscribe .form-group {
    display: flex;
}
.footer .subscribe .form-group input {
    border: 0;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.footer .subscribe .form-group button {
        width: 52px;
    color: #d79e28;
    background: #fff;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.service-page {
    
}
.service-page .box {
        background: #c2a24d;
    padding: 10px;
    height: 72px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0px 4px 7px #dacece;
}
.service-page .box h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.box-ser-img {
    position: relative;
}
.box-ser-img:before {
    content:"";
    background-image: url(regal-ser-1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -7%;
    bottom: -8%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}
.COUNTERBALANCE-page {
    padding-bottom: 50px;
    margin-top: 100px;
}
.COUNTERBALANCE-page p{
    font-size: 26px;
    font-weight: 700;
}
.COUNTERBALANCE-page h2 {
        font-size: 35px;
    font-weight: 700;
    color: #000;
    border-top: 10px solid #d79e28;
    padding-bottom: 50px;
    margin-top: 50px;
    padding-top: 50px;
}
.testimonials .title {
    margin-left: 0%;
}
.navbar-light .navbar-nav a.nav-link:hover {
    color:#000 !important;
}
.footer .row {
    border-bottom: 1px solid #b2acac;
    padding-bottom: 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background-color: #d79e28;
}
.nav-link.active {
    background: black !important;
}
.nav-pills .nav-link:hover {
    background: black !important;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    background: #d79e28;
    margin-right: 10px;
    color: #fff;
    padding: 15px 10px;
        height: 75px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.nav-fill .nav-item {
        width: 33%;
    margin-bottom: 20px;
}
.banner-section-1 {

}
.sliderAbdetails-ab {
    position:relative;
    margin-top: 10%;
}
.sliderAbdetails-ab:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 34%;
    background: #f6f6f7;
    z-index: -1;
    top: -5%;
}
.sliderAbdetails .item {
    background: #fff;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 0 10px #dcd7d7;
}
.sliderAbdetails-ab .container {
        padding: 11% 5% 0;
        margin-bottom: 50px;
    position: relative;
        z-index: 1;
}
.sliderAbdetails-ab p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sliderAbdetails-ab .container:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 33%;
    background: white;
    left: 0;
    bottom: 0;
    z-index: -1;
}
@media (max-width: 768px) {
    .registrationForm a {
        font-size: 14px !important;
    }
    .navigation .navbar {
        padding: 8px 0;
    }
    .top-header-details {
        text-align: center;
        margin-top: 0;
        display: none;
    }
    .logo img {
        width: 60%;
    }
    .auto-container {
    padding: 0 10px;
}
.col-xs-6 {
    width:50%;
}
.gallery-section .w-300 img {
    height: auto;
    width: 100%;
}
.gallery-section .w-200 img {
    height: auto;
}
.gallery-section .box img {
    transform: translateX(-9px) scale(1.15);
}
.gallery-section .box .title {
    font-size: 16px;
}
.box-ser-img {
    margin-bottom: 45px;
}
.nav-fill .nav-item {
    font-size: 10px;
}
.COUNTERBALANCE-page h2 {
    margin-top: 0;
    padding: 10px 0;
    font-size: 22px;
}
.COUNTERBALANCE-page p {
    font-size: 16px;
    font-weight: 400;
}
.COUNTERBALANCE-page {
    margin-top: 10px;
}
.logo {
    text-align: center;
}
.top-header-details li a {
    font-size: 12px;
    padding: 10px;
}
.banner-main .carousel-item img {
    height:110px;
}
.navigation .nav-item a {
    padding: 5px 10px !important;
    font-size: 16px !important;
}
.title-main h2 {
    font-size: 25px;
}
.testimonials .title h2 {
    font-size: 25px;
}
.testimonials .title h5 {
    font-size: 18px;
}
.about-us h2 {
     font-size: 25px;
}
.about-us p {
    font-size: 18px;
}
.gallery-section .title h2 {
    font-size: 25px;
}
.gallery-section .title h5 {
    font-size: 18px;
}
.contact-form-footer h1 {
    font-size: 25px;
}
.videoSection .item p {
    padding:0 15px 0 15px;
}
.testimonialsSLider .item {
    margin: 0;
}
.testimonialsSLider .item p {
    padding: 18px;
    height: auto;
}
.contact-form-footer {
    width: 100%;
    margin: 0 auto;
    padding: 10% 3%;
}
.contact-form-footer .form-control {
    margin-bottom: 10px;
}
.footer .footer-link li a {
    line-height: 35px;
    font-size: 16px;
}
.footer-link {
    margin-bottom: 20px;
}
.footer .subscribe p {
    font-size: 18px;
}
.btn-primary {
    width:100%;
}
.row {
    padding: 0;
    margin: 0;
}
}
@media (min-width:820px) and (max-width: 1180px) {
    .about-us p {
        font-size: 17px;
    }
        .auto-container {
        padding: 0 50px;
    }
}
@media (min-width:766px) and (max-width: 850px) {
    .auto-container {
    padding: 0 25px;
}
.about-us p {
        font-size: 16px;
    }
    .gallery-section .box img {
        transform: translateX(-11px) scale(1.15);
    }
    .top-header-details {
    
        display: none;
    }
}
.whatsapp-icon {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 111;
}
.whatsapp-icon .fa {
    background: #4caf50;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
 font-size: 30px;
    border: none;
    outline: none;
    background-color: #d79e28;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

#myBtn:hover {
  background-color: #555;
}
html {
  scroll-behavior: smooth;
}
.registrationForm {
    position: fixed;
    top: 50%;
    z-index: 111;
    left: 0;
    writing-mode: vertical-lr;
}
.registrationForm a {
        color: #fff;
    background: #000;
    padding: 10px;
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
}
.two-sec-new h5{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.two-sec-new li {
        position: relative;
    line-height: 30px;
    margin-left: 25px;
}
.two-sec-new li:before {
    content:'';
        position: absolute;
    width: 10px;
    height: 10px;
    background: #2f2e2d;
    left: -25px;
    top: 8px;
    border-radius: 20px;
}
.title h2 {
    color: #c38f52;
    font-size: 40px;
}
.faq-page {
        padding: 50px 0;
}
.box-faq {
    
}
.box-faq h4 {
    padding: 20px 0;
    font-size: 22px;
    font-weight: 600;
}
.box-faq p {
    line-height: 28px;
    font-size: 18px;
}
.copy_right {
    text-align: center;
    padding: 15px 0;
    margin: 0;
    color: #fff;
}
.copy_right a {
        color: #d79e28;
}
.fraod_page {
    padding:50px 0;
}
.fraod_page .mt-50 {
    margin-top:50px;
}
.fraod_page .box_fraoud img{
    width: 100%;
    border: 1px solid #eee;
}
.fraod_page .box_fraoud h3{
    
}
.fraod_page .box_fraoud p{
    
}