/*!
Theme Name: dgschool
Theme URI: https://beebrand.agency/
Author: Underscores.me
Author URI: https://beebrand.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dgschool
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dgschool is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body{
    overflow-x: hidden;
  
}

.close_menu {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #6b57ef;
    border-radius: 5px;
}



/*mob lang manu*/
ul.lang_menu{
	margin: 0px !important;
	padding: 0px !important;
}

ul.lang_menu > li, ul.lang_menu > li > ul {
    display: flex;
    margin-right: 10px !important;
    align-items: center;
}
 ul.lang_menu > li > ul li {
 	margin-right: 10px;
 }

 ul.lang_menu  > .wpml-ls-current-language > a{

    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);


 }
@media(max-width: 952px){
	.rbt-header-top.rbt-header-top-1.header-space-betwween.bg-not-transparent.bg-color-darker.top-expended-activation{
		display: none;
	}
}

.current_page_item a{
   color: var(--color-primary) !important;
}

.rbt-pagination li.active, .rbt-pagination li:hover a {
    background: var(--color-primary);
    color: var(--color-white);
}

.rbt-pagination li.active{
       width: 45px;
    height: 45px;
    background: var(--color-primary);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    transition: 0.4s;
    font-weight: 500;
    box-shadow: var(--shadow-1);
    display: flex;
    align-items: center;
    justify-content: center;
}



.wpcf7-form.invalid{

}

input.wpcf7-not-valid{
       border-bottom: 2px solid red !important;
}

input{
   outline: none !important;
   box-shadow: none !important;
}

.wpcf7-not-valid-tip{
   display: none !important;
}


.form-submit-group {
    position: relative;
}
.wpcf7-spinner {
   position: absolute !important;
   right: -10px;
   z-index: 1;
   top: 14px;
}

.sticky-top {
    top: 83px !important;
}

ul.ft-link i {
    color: #637FEA;
    font-size: 23px;
}


.avatar::before, .avatar::after {
	display:none !important;
}

.submit-btn a{
	text-align:center;
}


@media(max-width: 993px){
	.copyright-area .text-end{
		text-align:center !important;
	}
}

.ft-link li{
	display: flex;
	align-items:center;
}

.ft-link li span{
	margin-right: 20px;
}

.rbt-testimonial-box {
    margin: 10px;
}


.rbt-flipbox-wrap.rbt-service.rbt-service-1.card-bg-1{
    background: linear-gradient(to right, #0077ff, #0077ff, #0077ff, #0077ff) !important;
    color: #fff !important;
}
.rbt-flipbox-back.rbt-flipbox-face.inner{
     background: linear-gradient(to right, #0077ff, #0077ff, #0077ff, #0077ff) !important;
     align-items: center !important;
     justify-content: center !important;
}
.rbt-flipbox-front .rbt-flipbox-face.inner{
     background: linear-gradient(to right, #0077ff, #0077ff, #0077ff, #0077ff) !important;
}

.card-bg-1 .title{
    color: #fff !important;
}



@media(max-width: 600px){
    .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
        left: 22px;
    }

    
    body{
           overflow-y: hidden !important;
    }
	
	.mfp-iframe-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    	top: -110px;
		right: 0%;
	}
}