.grecaptcha-badge {
    display: none !important;
}
::-webkit-scrollbar-thumb {
    background-color: #F2BE48;
    border: 0;
    border-radius: 30px;
}
::-webkit-scrollbar-track {
    background: #3b3f42;
    border-radius: 30px;
}
::-webkit-scrollbar {
    width: 5px;
    background: #2d3134;
    border-radius: 30px;
}
body{
    background: #FBF9F5;
    display: flex;
    justify-content: center;
}
.container{
    width: 100% !important;
}
#content-primary{
    padding: 0px;
    background: #FBF9F5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    width: 100%;
}
.common-header{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}
.common-header.active{
    /*position: fixed;*/
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-moz-transform : translate3d(0, 0, 0);*/
    /*     transform : translate3d(0, 0, 0);*/
    top: 0;
    width: 100%;
    z-index: 1;
    background: #000;
    padding: 0 0 24px;
}

.sidebar {
    /* height: 100%; */
    width: 0;
    /* position: fixed; */
    z-index: 1;
    /* top: 0; */
    /* left: 0; */
	/* background: #2d3134; */
    background: #F5F5F5;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    background-position: center center;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}
.sidebar .logo-content{
    /* border-bottom: 1px solid #fff; */
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar .logo-content .image-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.sidebar .logo-content .image-content img{
    max-width: 100%;
}
.sidebar .logo-content .close-content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
}
.sidebar .close-content .closebtn {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar .close-content .closebtn:hover,
.sidebar .close-content .closebtn:active,
.sidebar .close-content .closebtn:focus{
    outline: none;
    text-decoration: navajowhite;
}
.sidebar .close-content .closebtn i {
    font-size: 22px;
    color: #fff;
}
.menu-content-bar{
    padding: 20px 0 0;
}
.menu-content-bar ul{
    list-style: none;
    margin: 0;
}
.menu-content-bar ul li{
    margin-bottom: 8px;
    position: relative;
}
.menu-content-bar ul li .dropdown-backdrop{
    display: none !important;
}
.menu-content-bar ul li a {
	padding: 0 0 5px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}
.menu-content-bar ul li a:hover,
.menu-content-bar ul li a:active,
.menu-content-bar ul li a:focus {
    text-decoration: none;
    outline: none;
    background: transparent;
}
.menu-content-bar ul li .icon-content{
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu-content-bar ul li .icon-content img{
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.menu-content-bar ul li .icon-content img.black,
.menu-content-bar ul li:hover .icon-content img.white{
    display: none;
}
.menu-content-bar ul li .icon-content img.white,
.menu-content-bar ul li:hover .icon-content img.black{
   display: block;
}
.menu-content-bar ul li .icon-content p{
    font-size: 1rem;
    color: #979797;
    margin: 0.5rem 0 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.menu-content-bar ul li:hover .icon-content p{
    color: #000000;
}
.menu-content-bar ul li:hover a:after {
    /* width: 100%; */
}
.menu-content-bar ul li a:after ul li a:after{
    /* width: 0px; */
}
.menu-content-bar ul li a:after ul li:hover a:after{
    /* width: 100%; */
}
.menu-content-bar ul li a:after {
    /*content: '';
    position: absolute;
    bottom: 0;
    width: 0px;
    margin: auto;
    height: 1px;
    margin-top: -5px;
    background: #fff;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
       -moz-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;*/
}
.menu-content-bar ul li .text-content{
    font-size: 11px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
}
.menu-content-bar ul li ul{
    background: transparent;
    position: initial;
    top: initial;
    left: initial;
    z-index: 0;
    /* display: initial; */
    float: initial;
    min-width: initial;
    padding: 5px 15px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: initial;
    border: 1px solid #ccc;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.close-content{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.close-content img.black,
.close-content:hover img.white{
    display: none;
}
.close-content img.white,
.close-content:hover img.black{
   display: block;
}
.openbtn {
    cursor: pointer;
}
.openbtn:hover {
}

.popup-overlay-menu{
    display: none;
    position: fixed;
    z-index: 10;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgb(0 0 0 / 0.4);
    background: #2d3134;
}
.popup-overlay-menu.active{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow-x: hidden;
}
.popup-overlay-menu .popup-content-menu{
    position: relative;
    background-color: #2d3134;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.popup-overlay-menu .popup-content-menu .close-content-menu{
    position: absolute;
    top: 5%;
    right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger{
    width: 35px;
    height: 35px;
    /* position: fixed; */
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #cb9a33;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(even) {
    left: 50%;
    -webkit-border-radius: 0 9px 9px 0;
       -moz-border-radius: 0 9px 9px 0;
            border-radius: 0 9px 9px 0;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(odd) {
    left:0px;
    -webkit-border-radius: 9px 0 0 9px;
       -moz-border-radius: 9px 0 0 9px;
            border-radius: 9px 0 0 9px;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(1), 
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(2) {
      top: 0px;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(3), 
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(4) {
    top: 12px;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(5), 
.popup-overlay-menu .popup-content-menu .close-content-menu .burger span:nth-child(6) {
    top: 24px;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(1),
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(2),
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(1) {
    left: 5px;
    top: 8px;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(2) {
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px);
    top: 8px;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(5) {
    left: 4px;
    top: 21px;
}
.popup-overlay-menu .popup-content-menu .close-content-menu .burger.active span:nth-child(6) {
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    top: 20px;
}




.popup-overlay-menu .popup-content-menu .content-content{
    padding: 50px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-wrap: wrap;
}
.popup-overlay-menu .popup-content-menu .content-content .image-content{
    text-align: center;
}
.popup-overlay-menu .popup-content-menu .content-content .image-content img{
    max-width: 50%;
}

/* md */
@media screen and (max-width: 1199px){
}

/* sm */
@media screen and (max-width: 991px){
    .sidebar{
        display: none;
    }
    #content-primary {
        width: 100% !important;
    }
    .section1 .modals-content{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 2%;
        z-index: 1;
    }
    
    .modals-content{
        /*position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 2%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .modals-content .burger{
        width: 35px;
        height: 28px;
        /* position: fixed; */
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .modals-content .burger img{
        max-width: 100%;
    }


    
}

/* xs */
@media screen and (max-width: 767px){

}

/* xxs */
@media screen and (max-width: 500px){
}