section#secrch_form .sorting form{display: block !important;}


/*Search Page*/
body.rtl ul.right_menu li.right-arb-s{display: none !important;}
body.rtl ul.right_menu li.right-eng-s{display: flex !important;}


body ul.right_menu li.right-eng-s{display: none !important;}

.search-top-banner{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.search-top-banner .elementor-container{
	min-height: 500px !important;
}

.searches-inputs .elementor-search-form__container {
    border-radius: 30px !important;
}
.searches-inputs button.elementor-search-form__submit {
    background-color: #274698 !important;
}
.searches-inputs form.elementor-search-form {
    width: 100%;
    display: flex;
    justify-content: center;
}
.searches-inputs .elementor-search-form__container {
    width: 70%;
}
.search_banner{
height: 500px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}

.search_banner .search_result_cover{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
p.para {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.search_banner .search_result_cover h1{
	margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 105px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.content-area{
	text-align: center;
}

.content-area input[type="search"]{
	width: 80%;
    border-radius: 50px;
    height: 42px;
    padding: 10px 20px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins';
}

.content-area input[type="search"]:focus-visible{
	outline: none !important;
}

.content-area input[type="submit"]{
	color: #FFFFFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins';
    background: #2E50A3;
    border-radius: 25px;
    padding: 7px 30px;
    border-color: #2E50A3;
    cursor: pointer;
}

.custom_search .content_search {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    width: 100%;
}

.custom_search .content_search article{
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
    position: relative;
    margin-bottom: 40px;
}


.custom_search .content_search .search_img{
	overflow: hidden;
    border-radius: 40px 40px 0px 0px;
}

.custom_search .content_search .search_img img{
	width: 100%;
    display: block;
    transition: 0.5s all;
    transform: scale(1);
}

.custom_search .content_search .content-box{
	padding: 20px 20px;
    border-radius: 0px 0px 40px 40px;
    transition: 0.5s all;
    position: relative;
    background: #CF558A;
}

.custom_search .content_search .content-box p.title{
	text-transform: uppercase;
    /*color: #2E50A3;*/
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins';
    transition: 0.5s all;
}

.custom_search .content_search .content-box p.para{
	text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}


/*Start Survey page*/
h2.survey_law_heading {
    color: #000000;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 40px;
}
.survey_wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}
.survey_wrapper .survey_area {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
    position: relative;
    margin-bottom: 40px;
}
.survey_wrapper .survey_area p.date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 75px;
    height: 75px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 15px;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transition: 0.5s all;
}
.survey_wrapper .survey_area p.date .bold {
    color: #2F4FA2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Poppins';
    transition: 0.5s all;
}
.survey_wrapper .survey_area p.date .light {
    color: #2e50a3;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 8px;
    font-family: 'Poppins';
    transform: translateY(-2px);
    transition: 0.5s all;
}
.survey_wrapper .survey_area .img_cover {
    overflow: hidden;
    border-radius: 40px 40px 0px 0px;
    position: relative;
}
.survey_wrapper .survey_area .content {
    background: #56D0E0;
    padding: 20px 20px;
    text-align: left;
    border-radius: 0px 0px 40px 40px;
    transition: 0.5s all;
    position: relative;
}
.survey_wrapper .survey_area .content h4 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
    margin-bottom: 40px;
    text-align: left;
    transition: 0.5s all;
}
.survey_wrapper .survey_area .content a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    background: #2E50A3;
    border-radius: 25px;
    padding: 7px 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    transition: 0.5s all;
    text-align: center;
}
.survey_wrapper .survey_area .img_cover img {
    display: block;
    height: 275px;
    width: 100%;
}
.survey_wrapper .survey_area p.date .red {
    color: #FF0000;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 10px;
    transform: translateY(-2px);
    transition: 0.5s all;
}
a#loadMore {
    width: 100%;
    margin-top: 50px;
    grid-column: 1/5;
    position: relative;
    outline: none;
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    text-align: center;
}
a#loadMore:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    height: 1px;
    background: #C4C4C4;
    opacity: 0.4;
    width: 350px;
}
a#loadMore span {
    color: #2E50A3;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 27px;
    position: relative;
    padding-bottom: 10px;
}
a#loadMore:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15%;
    height: 1px;
    background: #C4C4C4;
    opacity: 0.4;
    width: 350px;
}
a#loadMore span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14px;
    height: 16px;
    background: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: center;
}
/*End Survey page*/
/*Start Gallery page*/
.gallery-page-post-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.gallery-page-post-area {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
    position: relative;
}
.gallery-page-post-area .img img {
    width: 100%;
    display: block;
    transition: 0.5s all;
    height: 360px !important;
    transform: scale(1);
    object-fit: cover;
}
.gallery-page-post-area .img {
        overflow: hidden;
    border-radius: 40px 40px 40px 40px;
}
.gallery-page-post-area:hover .img img {
    transform: scale(1.1);
}
.gallery-page-post-wrapper .content {
    background: #2F4FA2;
    border-radius: 0px 0px 40px 40px;
    transition: 0.5s all;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#photos .gallery-page-post-area:hover .content {
    height: 140px;
    row-gap: 15px;
}
.gallery-page-post-area .content h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
}
#photos .gallery-page-post-area .content a {
      background: #F9C16D;
    padding: 2px 12px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff !important;
    line-height: 24px;
    text-transform: capitalize;
    display: none; 

}
#photos .gallery-page-post-area:hover a{
   display: block;
}
.gallery-page-post-area .vidoe-icon {
    position: absolute;
    bottom: 140px;
}
    .gallery_popup_overlay {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #000000e8;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .gallery_cover {
        position: relative;
    }

    .gallery_popup {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .gallery_popup img {
        border-radius: 30px;
    }

.gallery_slider {
    position: absolute;
    width: 1040px;
    border-radius: 20px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000b0;
    padding: 20px;
}
.gallery_slider_area {
    width: 120px;
    height: 120px;
    cursor: pointer;
}

/*.swiper-wrapper {
    align-items: center;
    justify-content: center;
}*/

.gallery_slider_area img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.gallery_slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #F6BF6C !important;
    border-radius: 50px;
}

.gallery_slider .owl-nav button i {
    color: #fff;
}

.gallery_slider .owl-nav button.owl-prev {
    left: -2%;
}

.gallery_slider .owl-nav button.owl-next {
    right: -2%;
}
a.close_gallery {
    position: absolute;
    top: -25px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #F6BF6C;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.gallery_slider .owl-item {
    filter: grayscale(1);
}
.gallery_slider .owl-item.active.first_slide {
    filter: grayscale(0);
}
/*End Gallery page*/

/*Start parents-and-students page*/
#parent-student-sec1 .elementor-accordion-item {
    margin: 50px 0;
    border: 1px solid #E9E8E8;
    padding: 15px 10px;
    background: #ffff;
    border-radius: 10px;
}
.electronicsplatforms-post-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
#electronics-sec1 .img-1 {
    display: grid;
    overflow: hidden;
    border-radius: 40px 40px 0px 0px;
}
#electronics-sec1 .img-2 {
    overflow: hidden;
    border-radius: 0px 0px 40px 40px;
}
#electronics-sec1 img {
    height: 100%;
    width: 100%;
}
#electronics-sec1 .content {
    transition: 0.5s all;
    position: relative;
}
#electronics-sec1 .school_icon {
    padding: 10px;
    position: absolute;
    right: 15px;
    bottom: 125px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.15));
}
#electronics-sec1 .school_icon img {
    height: auto;
    width: auto;
}
#electronics-sec1 .content h4 {
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Poppins';
    position: absolute;
    bottom: 60px;
    text-align: center;
    margin: 0 auto;
}
#electronics-sec1 .content a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins';
    background: #2E50A3;
    border-radius: 25px;
    padding: 7px 23px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    transition: 0.5s all;
    text-align: center;
    pointer-events: none;
}
/*End Electronic page*/

/*Start participate page*/

#participate_sec1 .participate-post-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 80px;
}
#participate_sec1 .participate-post-area {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
    position: relative;
    margin-bottom: 40px;
}
#participate_sec1 .img_cover {
    overflow: hidden;
    border-radius: 40px 40px 0px 0px;
}
#participate_sec1 .content {
    background: #56D0E0;
    padding: 20px 20px;
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    transition: 0.5s all;
    position: relative;
}
#participate_sec1 .participate-post-area:hover .content {
    background: #274698;
}
#participate_sec1 .participate-post-area:hover .content .date {
    color: white;
}
#participate_sec1 .content a {
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    background: #2E50A3;
    border-radius: 25px;
    padding: 6px 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    transition: 0.5s all;
}
#participate_sec1 .content a:hover {
    background: #F6BF6C;

}
#participate_sec1 .img_cover img{
  display: block;
    transition: 0.5s all;
    transform: scale(1);
    margin: 0 auto;
    width: 100%;
    height: 275px;
}
#participate_sec1 .img_cover:hover img {
    transform: scale(1.1);
}
#participate_sec1 .content p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Poppins';
    margin-bottom: 10px;
    text-align: left;
    transition: 0.5s all;
}
#participate_sec1 .eael-tabs-nav {
    background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 50px;
    width: 975px;
    margin: 0 auto;
}
#participate_sec1 .eael-tabs-nav > ul li.active svg g path {
    fill: white;
}
#participate_sec1 .eael-tabs-nav > ul li.inactive svg g path {
    fill: #767676;
}
#participate_sec1 .eael-tabs-nav > ul li.inactive:hover svg g path{
    fill: white;
}
#participate_sec1 .content p.date {
    color: #2E50A3;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Poppins';
}
#registration-reserve .elementor-field-group input {
    padding: 22px 0px 22px 20px;
}
#registration-reserve .elementor-field-group textarea {
    padding: 22px 0px 22px 20px;
    resize: none;
}
#registration-reserve form.elementor-form {
    width: 1030px;
    margin: 0 auto;
}
#registration-reserve form.elementor-form button {
    cursor: pointer;
}
/*End participate page*/

/*Start investor page*/
#investor_sec1 .eael-tabs-nav {
    background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 50px;
    width: 780px;
    margin: 0 auto;
}
#investor_sec1 .eael-tabs-nav > ul li.active svg g path {
    fill: white;
}
#investor_sec1 .eael-tabs-nav > ul li.inactive svg g path {
    fill: #767676;
}
#investor_sec1 .eael-tabs-nav > ul li.inactive:hover svg g path{
    fill: white;
}
#map1 .img {
    position: relative;
}
#map1 .al-hazzan {
    position: absolute;
    top: 15%;
    left: 44%;
}
#map1 .al-azra {
    position: absolute;
    top: 18%;
    left: 65%;
}
#map1 .ajman {
    position: absolute;
    top: 7%;
    right: 5%;
}
#map1 .al-qasimia {
    position: absolute;
    left: 18%;
    top: 32%;
}
#map1 .mughaidir {
    position: absolute;
    right: 24%;
    top: 54%;
}
#map1 .industrial-6 {
    position: absolute;
    top: 63%;
    right: 52%;
}
#map1 .industrial-2 {
    position: absolute;
    top: 74%;
    left: 23%;
}
#map1 .industrial-area {
    position: absolute;
    bottom: 15%;
    left: 53%;
}
.main-inner-content h1 {
    color: #2F4FA2;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    align-items: center;
}
.main-inner-content .content {
    display: flex;
    align-items: center;
     margin-bottom: 30px;
}
.main-inner-content .content .img {
    border-radius: 50px;
}
.main-inner-content .content .inner-content h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    color: #000;
    text-transform: capitalize;
}

.inner-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #767676;
    margin-top: 10px;
    margin-bottom: 0;
}
.main-inner-content h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #2F4FA2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.main-inner-content h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;427
}
.main-inner-content ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}
.main-inner-content ul li span.blue {
    color: #28A8E0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    width: 25%;
    display: inline-block;
    text-transform: capitalize;
}

.main-inner-content ul li span.gray {
    text-transform: capitalize;
    color: #767676;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.main-inner-content ul li:not(:last-child) {
    margin-bottom: 15px;
}
a.direction span.txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #EF1717;
    text-decoration-line: underline;
    padding-left: 20px;
}
a.direction {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 140px;
}

a.planning_survay {
    text-transform: uppercase;
    color: #2F4FA2;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
}

.main-inner-content {
  display: none;
}
.main-inner-content.active {
    display: block;
}
/*End investor page*/
/*Start law-educational-and-institute page*/
#Law-edu-sec1 .eael-tabs-nav {
    background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 50px;
    width: 975px;
    margin: 0 auto;
}
#Law-edu-sec1 .eael-tabs-nav > ul li.active svg g path {
    fill: white;
}
#Law-edu-sec1 .eael-tabs-nav > ul li.inactive svg g path {
    fill: #767676;
}
#Law-edu-sec1 .eael-tabs-nav > ul li.inactive:hover svg g path{
    fill: white;
}
.Laweducational-post-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}
.Laweducational-post-area{
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
    position: relative;
    margin-bottom: 40px;
}
.Laweducational-post-area p.date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 15px;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transition: 0.5s all;
}
.Laweducational-post-area p.date .bold {
    color: #2F4FA2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Poppins';
    transition: 0.5s all;
}
.Laweducational-post-area p.date .light {
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 8px;
    font-family: 'Poppins';
    transform: translateY(-8px);
    transition: 0.5s all;
}
.Laweducational-post-area .img_cover {
    overflow: hidden;
    border-radius: 40px 40px 0px 0px;
    position: relative;
}
.Laweducational-post-area p.feature {
    margin: 0;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Poppins';
    background: #CF2424;
    border-radius: 0px 5px 0px 0px;
    padding: 0 15px;
}
.Laweducational-post-area .img_cover img {
    display: block;
    height: 275px;
    width: 100%;
}
.Laweducational-post-area  .content {
    background: #56D0E0;
    padding: 20px 20px;
    text-align: left;
    border-radius: 0px 0px 40px 40px;
    transition: 0.5s all;
    position: relative;
}
.Laweducational-post-area .content h4 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins';
    margin-bottom: 40px;
    text-align: left;
    transition: 0.5s all;
}
.Laweducational-post-area  .content a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins';
    background: #2E50A3;
    border-radius: 25px;
    padding: 12px 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 220px;
    transition: 0.5s all;
    text-align: center;
}
.main-heading {
    margin-top: 85px;
    margin-bottom: 50px;
}
.main-heading h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    text-transform: capitalize;
    color: #000000;
}
#login .elementor-field-group input {
    padding: 22px 22px 22px 20px;
    background: #ffff;
}
#login .elementor-field-type-checkbox {
    justify-content: flex-end;
    align-items: start;
    flex-direction: row-reverse;
    padding-left: 40px;
    width: 35%;
}
#login .elementor-field-subgroup {
    position: absolute;
    left: 0;
}
#login .elementor-field-type-checkbox label {
    color: #2F4FA2;
}
#login .sign-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#login .sign-link h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #767676;
}
.sign-link a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #28A8E0;
    margin-left: 10px;
}


/*End law-educational-and-institute page*/
#sub_header .elementor-container {
    max-width: 100% !important;
    margin: 0 auto;
    width: 100% !important;
    padding: 0 !important;
}
#contact_2 .elementor-container {
    max-width: 100% !important;
    margin: 0 auto;
}
.archive_news_wrapper .archive_cover .archive_news_area img {
    width: 100%;
}
/*for desktop*/

@media (max-width: 1680px){

.search-top-banner .elementor-container {
    min-height: 430px !important;
}

.elementor-element-2f1d022{
	margin-top: 50px !important;
	margin-bottom: 10px !important;
}

#hero_banner .home_banner_wrapper .owl-dots {
    bottom: 20px;
}
}
@media (max-width: 1600px){

.wheel_slider_wrapper {
    top: 45%;
}
.wheel_slider_wrapper {
    top: 45%; 
}
#hero_banner .home_banner_area h1 {
    font-size: 65px;
    line-height: 80px;
}
#hero_banner .home_banner_wrapper .owl-dots {
    bottom: 15px;
}
ul.right_menu {
    top: 53% !important;
}
}

/*for 1920 x 125%*/
@media only screen and (max-width: 1536px){

.search-top-banner .elementor-container {
    min-height: 405px !important;
}

#school_calender_sec_1 .eael-tabs-nav ul li span {
    font-size: 16px;
    line-height: 20px;
}
#school_calender_sec_1 .eael-tab-content-item h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
}
#school_calender_sec_1 .eael-tab-content-item p {
    font-size: 16px;
}
#school_calender_sec_1 .eael-tab-content-item h3 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 25px;
}
#school_calender_sec_1 .eael-tab-content-item p {
    font-size: 15px;
}
h2.survey_law_heading {
    font-size: 32px;
    margin-bottom: 35px;
}
.survey_wrapper .survey_area .content h4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
.survey_wrapper .survey_area .content a {
    font-size: 14px;
    line-height: 20px;
}
.survey_wrapper .survey_area p.date .bold {
    font-size: 22px;
}
.survey_wrapper .survey_area .content a {
    font-size: 12px;;
}
#legislation .inner_button .elementor-icon-box-title a {
    font-size: 16px;
    line-height: 20px;
}
#electronics-sec1 .school_icon {
    bottom: 115px;
}
#login h2 {
    font-size: 35px;
}
#login .sign-link h1 {
    font-size: 15px;
    line-height: 20px;
}
#login h3 {
    font-size: 22px;
}
#login .elementor-field-group > label {
    font-size: 16px;
}
#login button {
    font-size: 16px;
    line-height: 22px;
}
#participate_sec1 .content p {
    font-size: 16px;
    line-height: 25px;
}
#participate_sec1 .content a {
    font-size: 14px;
    line-height: 24px;
}
#participate_sec1 .eael-tabs-nav .eael-tab-title {
    font-size: 16px;
}
#partticipate-detail-sec1 .elementor-inline-item {
    font-size: 16px;
}
#partticipate-detail-sec1 h1 {
    font-size: 26px;
    line-height: 40px;
}
#partticipate-detail-sec1 p {
    font-size: 16px;
}
#registration-reserve h2 {
    font-size: 30px;
}
#registration-reserve label {
    font-size: 16px;
}
#registration-reserve .elementor-field-group input {
    padding: 20px 0px 20px 20px;
    font-size: 14px;
}
#registration-reserve .elementor-field-group textarea {
    padding: 20px 0px 20px 20px;
    font-size: 14px;
}
#registration-reserve .elementor-button {
    font-size: 16px;
    padding: 18px 120px 18px 120px;
}
#legislation .inner_tab .eael-tabs-nav ul li span {
    font-size: 16px;
    line-height: 20px;
}
h2.legislation_law_heading {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 35px;
}
.legislation_wrapper .legislation_area .content h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.legislation_wrapper .legislation_area .content a {
    font-size: 12px;
    line-height: 20px;
}
.educational_wrapper .educational_area .content h4 {
    font-size: 15px;
}
#ed_single_6 .top p span.white {
    font-size: 20px;
    line-height: 18px;
}
#investor_sec1 .elementor-counter-number-wrapper span {
    font-size: 40px;
    line-height: 65px;
}
#investor_sec1 .elementor-counter-title {
    font-size: 18px;
}
.main-inner-content h1 {
    font-size: 25px;
}
.main-inner-content .content {
    margin-bottom: 36px;
}
.main-inner-content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.main-inner-content .content .inner-content h2 {
    font-size: 20px;
    line-height: 20px;
}
.inner-content p {
    font-size: 14px;
    line-height: 25px;
}
#investor_sec2 h2 {
    font-size: 36px;
    line-height: 45px;
}
#investor_sec3 h2 {
      font-size: 36px;
    line-height: 45px;
}
#investor_sec4 h2 {
      font-size: 36px;
    line-height: 45px;
}
#investor_sec3 .elementor-text-editor {
    font-size: 16px;
}
.main-inner-content h4 {
    font-size: 16px;
    line-height: 20px;
}
#projects_detail .inner .col_right h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
}
#projects_detail .inner .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 16px;
    margin-bottom: 20px;
}
#projects_detail .inner_1 .elementor-widget-theme-post-content p {
    font-size: 16px;
}
#investor_sec1 .elementor-counter-number-wrapper {
    font-size: 45px;
}
#investor_sec1 .elementor-counter-title {
    font-size: 18px;
}
.latest_projects_wrapper .latest_projects_area .col_right h4 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
}
.latest_projects_wrapper .latest_projects_area .col_right p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.latest_projects_wrapper .latest_projects_area .col_right a {
    font-size: 12px;
    line-height: 20px;
}
.main-inner-content ul li span.blue {
    font-size: 16px;
    line-height: 30px;
    margin-right: 45px;
}
a.direction span.txt {
    font-size: 18px;
    line-height: 25px;
}
.latest_projects_wrapper h3 {
    font-size: 30px;
    line-height: 50px;
}
#investor_sec1 .eael-tabs-nav li {
    font-size: 16px;
}
.archive_projects_wrapper .sorting h3 {
  font-size: 30px;
    line-height: 50px;
}
.archive_projects_wrapper .archive_cover .archive_projects_area .content h4 {
    font-size: 16px;
}
.archive_projects_wrapper .archive_cover .archive_projects_area .content p {
    font-size: 14px;
    line-height: 20px;
}
.archive_projects_wrapper .archive_cover .archive_projects_area .content a {
    font-size: 12px;
    line-height: 20px;
}
.archive_projects_wrapper a#loadMore span {
    font-size: 16px;
    line-height: 25px;
}
#ed_single_6 .top p span {
    font-size: 15px;
    line-height: 20px;
}
.report .report_cover h4 {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}
#ed_single_5 h3 {
    font-size: 25px;
    line-height: 35px;
}
.faq .accordian h4 {
    font-size: 15px;
    line-height: 21px;
}
.faq .accordian p {
    font-size: 14px;
    line-height: 25px;
}
#ed_single_3 .row ul li span.small {
    font-size: 14px;
    line-height: 20px;
}
#ed_single_3 .row ul li span.big {
    font-size: 16px;
    line-height: 20px;
}
#ed_single_1 .inner_2 .col_right p {
    font-size: 14px;
    line-height: 25px;
}
.latest_events_wrapper .latest_events_area .col_right h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.latest_events_wrapper h3 {
    font-size: 30px;
    margin-bottom: 25px;
}
.latest_events_wrapper .latest_events_area .col_right a {
    font-size: 12px;
    line-height: 20px;
}
.archive_events_wrapper .sorting select {
    font-size: 14px;
    line-height: 20px;
}
#speakers .speaker_card_wrapper .speaker_card .speaker_content p {
    font-size: 12px;
    line-height: 18px;
}
#speakers .speaker_card_wrapper .speaker_card .speaker_content h5 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
}
#speakers .speaker_card_wrapper .speaker_card .speaker_content h4 {
    font-size: 20px;
    line-height: 20px;
}
footer .col_left p {
    font-size: 14px;
    line-height: 20px;
}
.latest_news_wrapper h3 {
    font-size: 30px;
    margin-bottom: 25px;
}
.latest_news_wrapper .latest_news_area .col_right span.date {
    font-size: 16px;
    line-height: 25px;
}
#events_detail .inner .col_right h4 {
    font-size: 25px;
    line-height: 35px;
}
#events_detail .inner .col_right h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.latest_news_wrapper .latest_news_area .col_right h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.latest_news_wrapper .latest_news_area .col_right p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
}
.latest_news_wrapper .latest_news_area .col_right a {
    font-size: 12px;
    line-height: 20px;
}
.archive_news_wrapper .archive_cover .archive_news_area .content p {
    font-size: 14px;
    line-height: 25px;
}
.archive_news_wrapper .archive_cover .archive_news_area .content a {
    font-size: 12px;
    line-height: 20px;
}
#news_detail .inner .col_right .elementor-widget-post-info .elementor-icon-list-text {
    font-size: 16px;
    line-height: 25px;
}
#news_detail .inner .col_right h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
#news_detail .inner .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
}
#news_detail .inner_1 p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
}
#necg_sec .common_tab a {
    font-size: 16px;
    padding: 18px 0;
}
ul.breadcrumb li, ul.breadcrumb li a {
    font-size: 16px;
    line-height: 25px;
}
#ed_single_3 .row h4 {
    font-size: 25px;
}
.fee_head span {
    font-size: 16px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 p {
    font-size: 15px;
}
#ed_single_1 .inner_2 .col_right h4 {
    font-size: 25px;
}
#ed_single_1 .year .year_cover span.big {
    font-size: 25px;
    line-height: 30px;
}
#ed_single_1 .year .year_cover span.small {
    font-size: 16px;
    line-height: 25px;
}
.ratio .ratio_cover span.big {
    font-size: 45px;
    line-height: 55px;
}
.ratio .ratio_cover span.small {
    font-size: 16px;
    line-height: 25px;
}
.fee_structure ul li span {
    font-size: 12px;
}
.archive_events_wrapper .archive_cover .archive_events_area .content p {
    font-size: 14px;
    line-height: 25px;
}
#events_detail .inner .col_right .elementor-widget-post-info .elementor-icon-list-text {
    font-size: 16px;
    line-height: 25px;
}
#events_detail .inner .col_right p {
    font-size: 16px;
    line-height: 30px;
}
#events_detail .inner .col_right p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
}
#memories p.elementor-heading-title {
    font-size: 15px;
    line-height: 20px;
}
#memories h3.elementor-heading-title {
    font-size: 35px;
}
.archive_events_wrapper .archive_cover .archive_events_area .content a {
    font-size: 12px;
    line-height: 20px;
}
.latest_events_wrapper .latest_events_area .col_right p {
    font-size: 15px;
    line-height: 25px;
}
.common_padding {
    padding: 65px 0;
}
.educational_wrapper .educational_area .content span {
    font-size: 15px;
}
.educational_wrapper .educational_area .content a {
    font-size: 12px;
}
#elementor-popup-modal-508 .dialog-widget-content {
    top: 25px;
}
.common_padding h3.elementor-heading-title {
    font-size: 35px;
    margin-bottom: 15px;
}
#contact_1 .col_left p {
    font-size: 15px;
}
.team_wrapper .team_area .col_right h4 {
    font-size: 28px;
    line-height: 40px;
}
#about_1 p {
    line-height: 25px;
    font-size: 15px;
}
#about_1 .inner_2 .elementor-image-box-content p {
    font-size: 14px;
    line-height: 20px;
}
.team_wrapper .team_area .col_right a {
    font-size: 12px;
}
.elementor-popup-modal .dialog-message {
    max-height: 90vh;
}
#sub_header .swiper-pagination {
    bottom: 30px;
}
.schoohl_document_wrapper .team_area h4 {
    font-size: 13px;
    margin-left: 10px;
}
#hero_banner .home_banner_area .cover {
    margin-bottom: 295px;
}
.wheel_slider_wrapper {
    top: 38%;
}
.elementor-container {
    max-width: 1240px !important;
}
.container {
    max-width: 1240px;
}
#contact_1 .col_right label {
    font-size: 15px;
}
#contact_1 .col_right button {
    font-size: 16px;
}
#educational_list li a {
    font-size: 16px;
    padding: 18px 0;
}
.search_cover .advance_search {
    font-size: 16px;
}
#secrch_form .sorting h3 {
    color: #000000;
    font-size: 30px;
}
.common_padding h3.elementor-heading-title {
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 10px;
}
#about_1 .inner_sec a {
    font-size: 16px;
    padding: 18px 0;
}
#about_1 .inner_2 .elementor-image-box-content h3 {
    font-size: 25px;
    line-height: 35px;
}
#about_1 .inner_3 .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 30px;
}
#about_2 h3 {
    font-size: 35px;
    line-height: 40px;
}
#about_2 p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
#about_2 ul li {
    font-size: 14px;
    line-height: 20px;
}
#about_2 a.elementor-button-link {
    font-size: 12px;
    line-height: 20px;
}
#about_3 h2 {
    font-size: 25px;
    line-height: 30px;
}
#about_3 .inner_1 p {
    font-size: 15px;
    line-height: 25px;
}
#about_3 .inner_1 h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
}
#about_3 .inner_1 .elementor-image-box-wrapper .elementor-image-box-content p {
    font-size: 12px;
    line-height: 22px;
}
#about_4 p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
}
#about_4 h3 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 40px;
}
#about_4 ul li {
    font-size: 14px;
    line-height: 20px;
}
#about_5 h2 {
    font-size: 30px;
    line-height: 45px;
}
#about_5 .inner_1 .elementor-image-box-content h3 {
    font-size: 30px;
    line-height: 35px;
}
#about_5 .inner_1 .elementor-image-box-content p {
    font-size: 14px;
    line-height: 22px;
}
#team_detail .col_right h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
#team_detail .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 15px;
    line-height: 30px;
}
#team_detail .inner_sec p {
    font-size: 15px;
    line-height: 30px;
}
#team_detail .inner_sec p.elementor-heading-title {
    font-size: 25px;
    line-height: 35px;
}
.gallery-page-post-area .content h1 {
    font-size: 16px;
}
.main-heading h1 {
    font-size: 30px;
    line-height: 40px;
}
.Laweducational-post-area .content h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
}
.Laweducational-post-area .content a {
    font-size: 12px;
}
#Law-edu-sec1 .eael-tabs-nav > ul li {
    font-size: 16px;
}
#bread_section h2 {
    font-size: 50px;
    line-height: 100px;
}
#electronics-sec1 .content h4 {
    font-size: 20px;
    line-height: 35px;
}
#electronics-sec1 .content a {
    font-size: 13px;
    line-height: 18px;
}
#parent-student-sec1 h2 {
    font-size: 35px;
    line-height: 50px;
}
#parent-student-sec1 p {
    font-size: 15px;
}
#parent-student-sec1 .elementor-accordion a {
    font-size: 18px;
}
#parent-student-sec1 .elementor-tab-content {
    font-size: 16px;
}
}
@media (max-width: 1440px){

.search-top-banner .elementor-container {
    min-height: 370px !important;
}

.educational_wrapper .educational_area .content h4 {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

a#loadMore:before {
    left: 15%;
    width: 300px;
}
a#loadMore:after {
    right: 15%;
    width: 300px;
}
.wheel_slider_wrapper {
    top: 42%;
}
.archive_news_wrapper a#loadMore:before {
    left: 5%;
}
.archive_news_wrapper a#loadMore:after {
    right: 5%;
}
.archive_events_wrapper a#loadMore:before {
    left: 5%;
}
.archive_events_wrapper a#loadMore:after {
    right: 5%;
}
.archive_events_wrapper .archive_cover a#loadMore::before {
    left: 5%;
}
.archive_events_wrapper .archive_cover a#loadMore::after {
    right: 5%;
}
.archive_projects_wrapper a#loadMore:before {
    width: 300px;
}
.archive_projects_wrapper a#loadMore:after {
    width: 300px;
}
#about_2 a.elementor-button-link {
    font-size: 12px;
}
.container {
    max-width: 1140px;
}
footer .col_left p {
    font-size: 14px;
}
.elementor-container {
    max-width: 1140px !important;
}
#contact_1 .col_left .follow p {
    font-size: 20px;
    line-height: 28px;
}
#sub_header .swiper-pagination {
    bottom: 30px;
}
#electronics-sec1 .school_icon {
    bottom: 100px;
}
.open_file_wrapper .open_file_area .content h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.open_file_wrapper .open_file_area .content a {
    font-size: 12px;
    line-height: 20px;
}
}
@media (max-width: 1400px){


}
@media (max-width: 1366px){

.search-top-banner .elementor-container {
    min-height: 355px !important;
}

footer .row{
        padding: 15px 30px;
    }
.legislation_wrapper .legislation_area .content h4 {
    font-size: 15px;
}
ul.left_menu li p {
    width: 45px !important;
    padding: 12px 0 !important;
}
.report .report_cover h4 {
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
}
#ed_single_1 .year .year_cover span.big {
    font-size: 20px;
    line-height: 30px;
}
#ed_single_1 .year .year_cover span.small {
    font-size: 14px;
    line-height: 25px;
}
#contact_1 .col_left .elementor-price-list .elementor-price-list-text .elementor-price-list-header span.elementor-price-list-title {
    font-size: 16px;
    line-height: 25px;
}
#contact_1 .col_left p {
    font-size: 12px;
}
#contact_1 .col_right label {
    font-size: 13px;
}
#contact_1 .col_right button {
    font-size: 14px;
    padding: 10px 65px;
}
#contact_1 .col_left .follow p {
    font-size: 16px;
    line-height: 25px;
}
#contact_3 a.elementor-button {
    font-size: 14px;
    line-height: 25px;
}
#contact_3 p {
    font-size: 15px;
    line-height: 26px;
}
ul.breadcrumb li, ul.breadcrumb li a {
    font-size: 15px;
    line-height: 30px;
}
#sub_header .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
}
#sub_header .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
#sub_header .swiper-pagination {
    bottom: 16px;
}
#necg_sec .common_tab a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
}
.latest_events_wrapper .latest_events_area .col_right p {
    font-size: 14px;
    line-height: 25px;
}
.latest_events_wrapper .latest_events_area .col_right h4 {
    font-size: 20px;
    line-height: 25px;
}
footer .col_left p {
    font-size: 12px;
}
#about_1 .inner_sec a {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 0;
}
.schoohl_document_wrapper .team_area h4 {
    font-size: 13px;
}
.schoohl_document_wrapper {
    margin-top: 24px;
}
.common_padding h3.elementor-heading-title {
    font-size: 30px;
}
.educational_wrapper .educational_area .content h4 {
    font-size: 13px;
    line-height: 20px;
}
.educational_wrapper .educational_area .content span {
    font-size: 14px;
}
.search_cover .advance_search {
    font-size: 15px;
    line-height: 25px;
}
#secrch_form .sorting select {
    font-size: 14px;
    line-height: 24px;
}
#ed_single_3 .row h4 {
    font-size: 20px;
}
/*ul.left_menu li a.nst-shrink {
    width: 350px !important;
    line-height: inherit !important;
}*/

ul.left_menu li a {
    font-size: 11px !important;
    padding: 5px 15px !important;
    line-height: inherit !important;
}
    
ul.right_menu li a {
    font-size: 11px !important;
    padding: 0px 15px !important;
    line-height: inherit !important;
}
ul.right_menu li p {
    width: 45px !important;
    padding: 12px 0 !important;
}
/*#hero_banner .home_banner_wrapper .owl-item{
    height: 120vh;
}*/
    .wheel_slider_wrapper {
        top:35%;
    }
    .wheel_slider_wrapper .swiper-slide.swiper-slide-active .content {
        padding: 30px 0;
    }
    #hero_banner .home_banner_area .cover {
        margin-bottom: 350px;
    }
    #hero_banner .swiper-pagination{
            bottom: 20px;
    }
    .header_desktop .row {
        padding: 20px 30px;
    }
/*     ul.left_menu li a{
        height: 45px !important;
    }
    ul.right_menu li a{
        height: 45px !important;
    } */
    body #side-menu .slide_menu_wrapper ul li a {
        font-size: 30px;
        line-height: 35px;
    }
    .team_wrapper .team_area .col_right h4 {
        font-size: 25px;
        width: 100%;
    }
    #secrch_form a#more_post:before{
        left: 10%;
    }
    #secrch_form a#more_post:after{
        right: 10%;
    }
    ul.right_menu li .font_size .cover p {
        width: auto;
        display: flex;
        align-items: center;
    }
    #wpml .wpml-ls.wpml-ls-legacy-list-horizontal ul li a {
        padding: 12px 30px !important;
    }
    #sub_header figure img {
        height: 450px;
    }
    #electronics-sec1 .content a {
    font-size: 12px;
    line-height: 18px;
}
#parent-student-sec1 .elementor-accordion a {
    font-size: 16px;
}
#parent-student-sec1 .elementor-tab-content {
    font-size: 14px;
}
#parent-student-sec1 h2 {
    font-size: 32px;
    line-height: 45px;
}
#parent-student-sec1 p {
    font-size: 14px;
}
#participate_sec1 .content p {
    font-size: 15px;
    line-height: 22px;
}
#participate_sec1 .content a {
    font-size: 13px;
    line-height: 24px;
}
#partticipate-detail-sec1 h1 {
    font-size: 24px;
    line-height: 36px;
}
#partticipate-detail-sec1 p {
    font-size: 15px;
}
#registration-reserve label {
    font-size: 15px;
}
#registration-reserve .elementor-field-group input {
    font-size: 13px;
}
#registration-reserve .elementor-field-group textarea {
    font-size: 13px;
}
#registration-reserve .elementor-button {
    font-size: 15px;
}
}

@media (max-width: 1280px){
.search-top-banner .elementor-container {
    min-height: 330px !important;
}

a#loadMore:after {
    right: 10%;
}
a#loadMore:before {
    left: 10%;
}
#school_calender_sec_1 .eael-tab-content-item p {
    font-size: 14px;
}
#school_calender_sec_1 .eael-tab-content-item h3 {
    font-size: 30px;
}
#school_calender_sec_1 .eael-tabs-nav ul li span {
    font-size: 14px;
}
#school_calender_sec_1 .eael-tab-content-item h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}
ul.left_menu li:hover a {
    height: 45px;
}
.latest_projects_wrapper .latest_projects_area .col_right p {
    font-size: 15px;
    line-height: 30px;
}
#projects_detail .inner .col_right h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
#projects_detail .inner .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 14px;
    margin-bottom: 20px;
}
#projects_detail .inner_1 .elementor-widget-theme-post-content p {
    font-size: 14px;
}
#projects_detail .inner_1 {
    margin-top: 50px;
}

.archive_events_wrapper .archive_cover .archive_events_area .content p {
    font-size: 12px;
    line-height: 18px;
}
.archive_events_wrapper .archive_cover .archive_events_area .content a {
    font-size: 10px;
    line-height: 15px;
}
.wheel_slider_wrapper {
    top: 35%;
}
.latest_events_wrapper h3 {
    font-size: 25px;
    line-height: 35px;
}
#events_detail .inner .col_right .elementor-widget-post-info .elementor-icon-list-text {
    font-size: 15px;
    line-height: 20px;
}
#events_detail .inner .col_right h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
#memories p.elementor-heading-title {
    font-size: 12px;
    line-height: 20px;
}
#speakers .speaker_card_wrapper .speaker_card .speaker_content h4 {
    font-size: 16px;
    line-height: 20px;
}
#speakers .speaker_card_wrapper .speaker_card .speaker_content h5 {
    font-size: 12px;
    line-height: 16px;
}
#speakers .speaker_card_wrapper .speaker_card .speaker_content p {
    font-size: 10px;
    line-height: 16px;
}
#speakers .speaker_card_wrapper {
    grid-template-columns: repeat(2,1fr);
}
#events_detail .inner .col_right p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 20px;
}
#memories h3.elementor-heading-title {
    line-height: 35px;
    font-size: 25px;
}
#hero_banner .home_banner_wrapper .owl-dots {
    bottom: 6%;
}
.archive_events_wrapper .sorting h3 {
    font-size: 25px;
    line-height: 35px;
}
ul.left_menu li:last-child:hover a {
    left: 0;
    height: 46px;
}
ul.right_menu li:hover a {
    height: 45px;
}
ul.right_menu {
    top: 50% !important;
}
.elementor-container {
    max-width: 1025px !important;
}
.container {
    max-width: 1025px;
}
#about_2 a.elementor-button-link {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 8px;
}
#about_1 .inner_2 .elementor-image-box-content h3 {
    font-size: 30px;
    line-height: 40px;
}
#about_1 .inner_sec a {
    font-size: 16px;
    line-height: 22px;
}
.common_padding h3.elementor-heading-title {
    font-size: 36px;
}
#bread_section h2 {
    font-size: 45px;
}
.gallery-page-post-area .content h1 {
    font-size: 14px;
}
.gallery-page-post-area .content h1 {
    font-size: 14px;
}
#investor_sec2 h2 {
    font-size: 30px;
    line-height: 38px;
}
#investor_sec3 h2 {
    font-size: 30px;
    line-height: 38px;
}
#investor_sec4 h2 {
    font-size: 30px;
    line-height: 38px;
}
#investor_sec3 .elementor-text-editor {
    font-size: 14px;
    line-height: 30px;
}
#investor_sec3 .elementor-widget-container {
    margin: 0 0 15px 0;
}
#investor_sec2 a {
    font-size: 12px;
}
#investor_sec4 a {
    font-size: 12px;
}
.schoohl_document_wrapper .team_area h4 {
    font-size: 12px;
    line-height: 20px;
}
.schoohl_document_wrapper .team_area a {
    width: 38px;
    height: 38px;
}
#investor_sec1 .eael-tabs-nav li {
    font-size: 14px;
}
.Laweducational-post-area .content h4 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}
#login h3 {
    font-size: 20px;
}
#login h2 {
    font-size: 30px;
}
#login .elementor-field-group > label {
    font-size: 15px;
}
#electronics-sec1 .content h4 {
    font-size: 18px;
    line-height: 28px;
}
#electronics-sec1 .school_icon {
    bottom: 95px;
    width: 60px;
    height: 60px;
}
#participate_sec1 .content p {
    font-size: 13px;
    line-height: 22px;
}
#participate_sec1 .content a {
    font-size: 12px;
    line-height: 16px;
}
#hero_banner .home_banner_area .cover {
    margin-bottom: 500px;
}
}

/*for ipad*/

@media only screen and (max-width: 1024px) and (min-width: 768px) {

.search-top-banner .elementor-container {
    min-height: 266px !important;
}

.search-top-banner #bread_section h2 {
    font-size: 40px;
    line-height: 60px;
}

.open_file_wrapper {
    grid-template-columns: repeat(3,1fr);
}
.survey_wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
#electronics-sec1 .school_icon {
    bottom: 80px;
    width: 50px;
    height: 50px;
}
a#loadMore:before {
    left: 10%;
    width: 230px;
}
a#loadMore:after {
    right: 10%;
    width: 230px;
}
.elementor-container {
    max-width: 820px !important;
}
#partticipate-detail-sec1 img {
    width: 100%;
    height: auto;
}
#electronics-sec1 .content h4 {
    font-size: 14px;
    line-height: 10px;
}
#partticipate-detail-sec1 p {
    font-size: 14px;
}
#partticipate-detail-sec1 img {
    width: 100%;
    height: auto;
}
#partticipate-detail-sec1 .elementor-inline-item {
    font-size: 14px;
}
#registration-reserve label {
    font-size: 13px;
}
#registration-reserve .elementor-button {
    font-size: 14px;
    padding: 15px 80px 15px 80px;
}
.legislation_wrapper {
    grid-template-columns: repeat(3,1fr);
}
.gallery-page-post-wrapper {
    grid-template-columns: repeat(2,1fr);
}
#registration-reserve form.elementor-form {
    width: 100%;
}
#participate_sec1 .participate-post-wrapper {
    grid-template-columns: repeat(3,1fr);
}
#participate_sec1 .eael-tabs-nav {
    width: 100%;
}
#participate_sec1 .eael-tabs-nav .eael-tab-title {
    font-size: 14px;
}
#participate_sec1 .eael-tabs-nav > ul li {
    padding: 10px 0 10px 0;
}
#parent-student-sec1 h2 {
    font-size: 30px;
    line-height: 40px;
}
#parent-student-sec1 p {
    font-size: 12px;
}
#parent-student-sec1 .elementor-accordion-item {
    margin: 30px 0;
    padding: 10px 10px;
}
#parent-student-sec1 .elementor-accordion a {
    font-size: 14px;
}
#parent-student-sec1 .elementor-tab-content {
    font-size: 12px;
}
#investor_sec1 .elementor-counter-number-wrapper span {
    font-size: 35px;
    line-height: 50px;
}
#investor_sec1 .elementor-column {
    width: 100%;
}
#investor_sec1 .elementor-column {
    width: 100%;
    padding: 10px 0;
}
#investor_sec1 .elementor-row {
    flex-direction: column;
}
#investor_sec1 .elementor-counter-title {
    font-size: 15px;
}
.main-inner-content h1 {
    font-size: 20px;
}
.main-inner-content .content .inner-content h2 {
    font-size: 18px;
    line-height: 20px;
}
.inner-content p {
    font-size: 12px;
    line-height: 20px;
}
.main-inner-content h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}
.main-inner-content h4 {
    font-size: 14px;
    line-height: 20px;
}
.main-inner-content ul {
    padding: 0;
    list-style: none;
    margin: 35px 0;
}
.main-inner-content ul li span.blue {
    font-size: 14px;
    line-height: 28px;
    margin-right: 40px;
}
a.direction span.txt {
    font-size: 16px;
    line-height: 18px;
}
#investor_sec2 h2 {
    font-size: 20px;
    line-height: 30px;
}
#investor_sec3 h2 {
    font-size: 20px;
    line-height: 30px;
}
#investor_sec4 h2 {
    font-size: 20px;
    line-height: 30px;
}
#investor_sec2 a {
    font-size: 10px;
    line-height: 16px;
}
#investor_sec4 a {
    font-size: 10px;
    line-height: 16px;
}
#investor_sec3 .elementor-text-editor {
    font-size: 12px;
    line-height: 25px;
}
#investor_sec5 h2 {
    font-size: 26px;
}
#investor_sec1 .eael-tabs-nav {
    width: 560px;
}
#investor_sec1 .eael-tabs-nav li {
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}
#investor_sec1 .elementor-counter-number-wrapper span {
    font-size: 30px;
    line-height: 40px;
}
#investor_sec1 .elementor-counter-title {
    font-size: 12px;
    line-height: 20px;
}
.latest_events_wrapper .latest_events_area {
    flex-direction: column;
}
#projects_detail .inner .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 24px;
}.main-inner-content h1 {
    font-size: 20px;
}
#projects_detail .inner_1 .elementor-widget-theme-post-content p {
    font-size: 12px;
    line-height: 24px;
}
#projects_detail .inner .col_right h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
.archive_projects_wrapper a#loadMore:before {
    left: 2%;
}
.archive_projects_wrapper a#loadMore:after{
    right: 2%;
}
.latest_projects_wrapper h3 {
    text-align: center;
    line-height: 20px;
}
.archive_projects_wrapper .sorting h3 {
    font-size: 26px;
    line-height: 40px;
}
.latest_events_wrapper .latest_events_area .col_right {
    width: 100%;
}
.latest_events_wrapper .latest_events_area .col_left {
    width: 100%;
}
.archive_news_wrapper .archive_cover {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
#speakers .speaker_card_wrapper {
    grid-template-columns: repeat(2,1fr);
}
.archive_projects_wrapper .archive_cover {
    grid-template-columns: repeat(2,1fr);
}
.archive_projects_wrapper a#loadMore:before {
    width: 215px;
}
.archive_projects_wrapper a#loadMore:after {
    width: 215px;
}
.latest_projects_wrapper .latest_projects_area {
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
.latest_projects_wrapper .latest_projects_area .col_left {
    width: 100%;
}
.latest_projects_wrapper .latest_projects_area .col_right {
    width: 100%;
}
.latest_news_wrapper h3 {
    text-align: center;
    font-size: 25px;
}
.archive_news_wrapper .sorting h3 {
    font-size: 26px;
    line-height: 35px;
}
.archive_news_wrapper .sorting select {
    font-size: 14px;
    line-height: 20px;
}
#news_detail .inner .col_right h4 {
    font-size: 20px;
    line-height: 30px;
}
#news_detail .inner .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 12px;
    line-height: 25px;
}
#news_detail .inner_1 p {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}
.archive_news_wrapper a#loadMore:before {
    left: 5%;
    width: 300px;
}
.archive_news_wrapper a#loadMore:after {
    right: 5%;
    width: 300px;
}
#about_1 .inner_sec a {
    font-size: 12px;
    line-height: 20px;
}
#side-menu .slide_menu_wrapper ul li a {
    font-size: 20px !important;
    line-height: 50px !important;
}
.slide_menu_wrapper {
    height: 90vh !important;
}
.rtl .slide_menu_wrapper {
    justify-content: flex-end !important;
}
.wheel_slider_wrapper {
    max-width: 600px;
}
.latest_events_wrapper .latest_events_area .col_right h4 {
    font-size: 16px;
    line-height: 20px;
}
.archive_events_wrapper .archive_cover {
    display: flex;
    flex-wrap: wrap;
}
.archive_events_wrapper .archive_cover .archive_events_area {
    flex: 0 0 45%;
}
.latest_events_wrapper h3 {
    font-size: 26px;
    line-height: 50px;
}
.latest_events_wrapper .latest_events_area .col_right a {
    font-size: 12px;
}
.latest_events_wrapper .latest_events_area .col_right p {
    font-size: 12px;
    line-height: 20px;
}
.search_unload .form_group_cover .form_group label {
    font-size: 15px;
}
.search_unload .form_group_cover .form_group select {
    font-size: 14px;
}
.search_unload .form_group_cover .form_group input::placeholder {
    font-size: 14px;
}
#contact_1 .col_left .elementor-price-list .elementor-price-list-image {
    width: 40px;
    height: 40px;
}
#team_detail .col_right h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
#team_detail .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 12px;
    line-height: 25px;
}
#team_detail .inner_sec p {
    font-size: 12px;
    line-height: 25px;
}
#team_detail .inner_sec p.elementor-heading-title {
    font-size: 14px;
    width: 60%;
    line-height: 25px;
}
#educational_list li a {
    font-size: 12px;
    line-height: 20px;
}
.archive_news_wrapper .archive_cover .archive_news_area .content a {
    font-size: 12px;
}
.archive_news_wrapper .archive_cover .archive_news_area .content p {
    font-size: 14px;
    line-height: 22px;
}
.team_wrapper .team_area .col_right h4 {
    font-size: 20px;
    line-height: 30px;
    width: 96%;
}
.team_wrapper .team_area .col_right a {
    font-size: 10px;
}
#about_1 p {
    font-size: 12px;
    line-height: 25px;
}
/*#about_1 .elementor-inner-section .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
}*/
#about_1 .inner_3 .elementor-row:before {
    width: 100%;
}
#about_1 .inner_2 .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 30px;
}
#about_1 .inner_2 .elementor-image-box-content p {
    font-size: 12px;
}
#about_1 .inner_3 .elementor-image-box-content h3 {
    font-size: 18px;
    line-height: 30px;
}
.common_padding h3.elementor-heading-title {
    font-size: 25px;
    line-height: 40px;
}
#about_2 h3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
}
#about_2 p {
    font-size: 12px;
    line-height: 20px;
}
#about_2 ul li {
    font-size: 12px;
    line-height: 20px;
}
#about_2 .inner_sec .elementor-column {
    flex: 0 0 60%;
}
#about_2 a.elementor-button-link {
    font-size: 10px;
    line-height: 16px;
}
#about_3 h2 {
    font-size: 25px;
    line-height: 35px;
}
#about_3 .inner_1 .elementor-row {
    margin: 0 auto;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
#about_3 .inner_1 span {
    font-size: 45px;
    line-height: 50px;
}
#about_4 p {
    font-size: 12px;
    line-height: 20px;
    width: 80%;
}
#about_4 ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
#about_5 h2 {
    font-size: 25px;
    line-height: 36px;
}
#about_5 .inner_1 .elementor-image-box-content p {
    font-size: 12px;
    line-height: 20px;
}
#about_5 .inner_1 .elementor-image-box-content h3 {
    font-size: 25px;
    line-height: 35px;
}
#about_4 h3 {
    font-size: 25px;
    line-height: 30px;
}
#about_1 .inner_3 figure {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
}
.common_padding {
    padding: 50px 0;
}
#about_1 .inner_3 .elementor-image-box-content h3 {
    font-size: 14px;
    line-height: 20px;
}
#about_3 .inner_1 p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
}
#about_3 .inner_1 .elementor-image-box-wrapper .elementor-image-box-content p {
    font-size: 10px;
    line-height: 18px;
}
.container {
    max-width: 810px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 {
    margin-bottom: 25px;
}
#ed_single_1 .inner_2 .col_right .info {
    margin-top: 25px;
    display: block;
}
#ed_single_1 .inner_2 .col_right p {
    font-size: 12px;
    line-height: 25px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 p {
    font-size: 12px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 a {
    font-size: 12px;
    line-height: 20px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 p.add {
    font-size: 12px;
    line-height: 20px;
}
.ratio .ratio_cover span.big {
    font-size: 35px;
    line-height: 45px;
}
.ratio .ratio_cover span.small {
    font-size: 12px;
    line-height: 20px;
}
#ed_single_3 .row h4 {
    font-size: 15px;
}
#ed_single_3 .row ul li span.small {
    font-size: 12px;
    line-height: 20px;
}
#ed_single_3 .row ul li span.big {
    font-size: 12px;
    line-height: 20px;
}
.report .report_cover h4 {
    font-size: 10px;
    line-height: 16px;
}
.report .report_cover a img {
    max-width: 35%;
}
.faq .accordian h4 {
    font-size: 12px;
    line-height: 20px;
}
.faq .accordian p {
    font-size: 12px;
    line-height: 20px;
}
.fee_head span {
    font-size: 14px;
}
#ed_single_6 .top p span.white {
    font-size: 16px;
    line-height: 16px;
}
#ed_single_6 .top p span {
    font-size: 12px;
    line-height: 15px;
}
.report .report_cover a {
    width: 32px;
    height: 30px;
}
#about_5 .inner_1 .elementor-image-box-content p {
    font-size: 14px;
    line-height: 22px;
}
.educational_wrapper .educational_area .content a {
    font-size: 10px;
}
.schoohl_document_wrapper .team_area h4 {
    font-size: 10px;
}
#hero_banner .home_banner_wrapper .owl-dots {
    bottom: 10%;
}
#contact_3 a.elementor-button {
    font-size: 12px;
    line-height: 20px;
}
#sub_header figure img {
    height: 500px;
    object-fit: cover;
}
#sub_header .elementor-image-carousel-wrapper {
    height: 500px;
}
.search_cover .search_load {
    width: 55%;
}
.search_cover .advance_search {
    width: 45%;
    font-size: 16px;
}
.educational_wrapper {
    grid-template-columns: repeat(2,1fr);
}
.schoohl_document_wrapper {
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    margin-top: 30px;
}
.schoohl_document_wrapper .team_area a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
#speakers .speaker_card_wrapper .speaker_card .speaker_content {
    bottom: -55px;
}
#ed_single_1 .inner_2 .col_right {
    width: 100%;
    padding-left: 0;
}
#ed_single_1 .inner_2 .col_left {
    width: 100%;
}
#ed_single_1 .inner_2 .row {
    flex-direction: column;
}
.latest_events_wrapper .latest_events_area .col_left img {
    width: 235px;
    height: 235px;
}
#news_detail .inner .col_right .elementor-widget-post-info li {
    text-align: center;
    margin: 10px auto;
}
#news_detail .inner .col_right {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
#news_detail .inner .col_left {
    width: 100%;
}
#news_detail .inner_1 {
    margin-top: 0;
}
.archive_news_wrapper .archive_cover a#loadMore:before {
    left: 5%;
    width: 300px;
}
.archive_news_wrapper .archive_cover a#loadMore:after {
    right: 5%;
    width: 300px;
}
.archive_events_wrapper .archive_cover a#loadMore:before {
    left: 5%;
    width: 300px;
}
.archive_events_wrapper .archive_cover a#loadMore:after {
    right: 5%;
    width: 300px;
}
#hero_banner .swiper-pagination {
    bottom: 125px;
}
.Laweducational-post-wrapper {
    grid-template-columns: repeat(3,1fr);
}
#login h2 {
    font-size: 30px;
    line-height: 45px;
}
#login h3 {
    font-size: 20px;
}
#login .sign-link h1 {
    font-size: 15px;
}
.sign-link a {
    font-size: 15px;
}
#login .elementor-field-group > label {
    font-size: 14px;
}
#login button {
    font-size: 15px;
    line-height: 20px;
}
#hero_banner ul.slick-dots {
    bottom: 125px;
}
}
/*for medium ipad*/
@media (max-width: 820px){
.elementor-container {
    max-width: 640px !important;
}
}

/*for mini ipad*/
@media (max-width: 768px){
.open_file_wrapper {
    grid-template-columns: repeat(2,1fr);
}
.survey_wrapper {
    grid-template-columns: repeat(2,1fr);
}
a#loadMore:before {
    left: 5%;
    width: 150px;
}
a#loadMore:after {
    right: 5%;
    width: 150px;
}
#school_calender_sec_1 .eael-tabs-nav ul li {
    padding: 15px 0;
}
#school_calender_sec_1 .eael-tabs-nav ul li span {
    font-size: 12px;
}
#school_calender_sec_1 .eael-tab-content-item h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 18px;
}
#school_calender_sec_1 .eael-tab-content-item p {
    font-size: 12px;
}
#school_calender_sec_1 .eael-tabs-nav ul li svg {
    width: 25px;
}
.open_file_wrapper .open_file_area .content h4 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}
#electronics-sec1 .school_icon {
    bottom: 115px;
    width: 55px;
    height: 55px;
}
#electronics-sec1 .content h4 {
    font-size: 18px;
    line-height: 10px;
}
#electronics-sec1 h2.elementor-heading-title {
    line-height: 40px;
    font-size: 30px;
}
.electronicsplatforms-post-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 45px;
}
#partticipate-detail-sec1 h1 {
    font-size: 20px;
    line-height: 30px;
}
#partticipate-detail-sec1 p {
    margin: 0;
    font-size: 13px;
    line-height: 26px;
}
#registration-reserve .elementor-field-group input {
    font-size: 12px;
    border-radius: 25px 25px 25px 25px;
}
#registration-reserve .elementor-field-group textarea {
    font-size: 12px;
    border-radius: 25px 25px 25px 25px;
}
#registration-reserve .elementor-button {
    font-size: 12px;
    padding: 15px 70px 15px 70px;

}
#registration-reserve {
    padding: 50px 0;
}
#participate_sec1 .eael-tabs-nav .eael-tab-title {
    font-size: 14px;
}
#participate_sec1 .eael-tabs-nav > ul li svg {
    width: 15px;
}
#participate_sec1 .participate-post-wrapper {
    grid-template-columns: repeat(2,1fr);
    margin-top: 50px;
}
#participate_sec1 .content a {
    font-size: 10px;
    line-height: 15px;
}
#contact_1 .col_right input::placeholder {
        font-size: 10px !important;
}
#contact_1 .col_right textarea::placeholder {
        font-size: 10px;
}
#contact_1 .col_right select {
        font-size: 10px;
}
.legislation_wrapper {
    grid-template-columns: repeat(2,1fr);
}
.elementor-container {
    max-width: 590px !important;
}
.latest_projects_wrapper .latest_projects_area .col_right p {
    font-size: 13px;
    line-height: 26px;
}
.latest_projects_wrapper .latest_projects_area .col_right h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
#investor_sec1 .elementor-column {
    width: 100%;
}
#investor_sec1 .elementor-column {
    width: 100%;
    padding: 10px 0;
}
#investor_sec1 .elementor-row {
    flex-direction: column;
}
#investor_sec1 .elementor-widget-wrap {
    padding: 0;
}
#investor_sec1 .elementor-section {
    margin: 25px 0;
}
#investor_sec3 .elementor-row {
    flex-direction: column;
}
#investor_sec3 .elementor-column {
    width: 100%;
    text-align: center;
}
#investor_sec2 .elementor-column {
    width: 100%;
    text-align: center;
}
#investor_sec4 .elementor-column {
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
#investor_sec2 {
    padding: 35px 0;
}
#investor_sec3 {
    padding: 35px 0;
}
#investor_sec5 {
    padding: 35px 0;
}
.direction {
    align-items: center;
    justify-content: center;
}
.main-inner-content .content {
    justify-content: center;
}
#main-content {
    text-align: center;
}
a.direction {
    justify-content: center;
}
.container {
    max-width: 590px !important;
}
.report {
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
.fee_structure ul li span {
    font-size: 10px;
}
.latest_news_wrapper .latest_news_area {
    gap: 30px;
    flex-direction: column;
}
.latest_news_wrapper .latest_news_area .col_left {
    width: 100%;
    margin: 0 auto;
}
.latest_news_wrapper .latest_news_area .col_right {
    text-align: center;
    width: 100%;
}
#Law-edu-sec1 .eael-tabs-nav {
    width: 100%;
}
.Laweducational-post-wrapper {
    grid-template-columns: repeat(2,1fr);
}
#bread_section h2 {
    font-size: 32px;
    line-height: 60px;
}
#login .elementor-inner-section .elementor-row {
    display: block;
}
#login .elementor-inner-section .elementor-row .elementor-column {
    width: 100%;
}
}

/*for mobile*/

@media (max-width: 767px){

#side-menu-mobile .slide_menu_wrapper_mobile ul li.menu-item-has-children .slide_menu_icon {
   justify-content: end !important;
   margin-right: 27px;
   width: 100% !important;
}

body.rtl #side-menu-mobile .slide_menu_wrapper_mobile ul li.menu-item-has-children .slide_menu_icon {
    left: 30px !important;
}


.searches-inputs{
	padding: 50px 0px 50px 0px;
}

.searches-inputs .elementor-search-form__container {
    width: 100%;
}

.search-top-banner .elementor-container {
    min-height: 170px !important;
}

.search-top-banner #bread_section h2 {
    font-size: 27px;
}

#side-menu {
        display: none !important;
}
.gallery-page-post-wrapper {
    grid-template-columns: repeat(1,1fr);
}
.latest_projects_wrapper h3 {
    font-size: 26px;
    line-height: 20px;
}
#investor_sec1 .eael-tabs-nav {
    width: 100%;
}
#investor_sec1 .eael-tabs-nav ul.eael-tab-inline-icon {
    display: block;
}
#investor_sec2 h2 {
    font-size: 25px;
    line-height: 30px;
}
#investor_sec1 .elementor-counter-number-wrapper span {
    font-size: 30px;
    line-height: 40px;
}
.archive_projects_wrapper .sorting select {
    padding: 6px 12px;
}
.latest_projects_wrapper .latest_projects_area .col_left {
    width: 100%;
}
.latest_projects_wrapper .latest_projects_area .col_right {
    width: 100%;
}
#partticipate-detail-sec1 .elementor-column {
    text-align: center;
}
#partticipate-detail-sec1 .elementor-inline-items {
    justify-content: center;
}
#partticipate-detail-sec1 .elementor-inline-item {
    font-size: 13px;
    line-height: 15px;
}
#partticipate-detail-sec1 img {
    width: 100%;
    height: auto;
}
#registration-reserve h2 {
    font-size: 25px;
    line-height: 35px;
}
#registration-reserve .elementor-field-group input {
    font-size: 10px;
    padding: 10px 0px 10px 10px;
}
#registration-reserve .elementor-field-group textarea {
    font-size: 10px;
    padding: 10px 0px 10px 10px;
}
#registration-reserve .elementor-button {
    font-size: 12px;
    padding: 8px 70px 9px 70px;
}
#registration-reserve form.elementor-form {
    width: 100%;
}
#projects_detail .inner .col_right {
    width: 100%;
    padding-left: 0;
}
#projects_detail .inner .col_left {
    width: 100%;
}
#projects_detail .inner .col_right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
}
#projects_detail .inner_1 .elementor-widget-theme-post-content p {
    text-align: center;
}
#projects_detail .inner_1 {
    margin-top: 15px;
}
.latest_projects_wrapper .latest_projects_area {
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
.archive_projects_wrapper .archive_cover .archive_projects_area .content {
    text-align: center;
}
.latest_projects_wrapper h3 {
    text-align: center;
}
.archive_projects_wrapper a#loadMore span {
    font-size: 15px;
}
.latest_projects_wrapper .latest_projects_area .col_right h4 {
    font-size: 20px;
    line-height: 32px;
}
.latest_projects_wrapper .latest_projects_area .col_right p {
    font-size: 12px;
    line-height: 24px;
}
.archive_projects_wrapper a#loadMore:before {
    left: 0%;
    width: 100px;
}
.archive_projects_wrapper a#loadMore:after {
    right: 0;
    width: 100px;
}
.archive_projects_wrapper .sorting h3 {
    font-size: 24px;
    line-height: 35px;
}
.archive_projects_wrapper .archive_cover .archive_projects_area .content p {
    font-size: 12px;
    line-height: 20px;
}
#necg_sec h2 {
    text-align: center;
}
.slide_menu_wrapper {
    justify-content: flex-start;
}
.archive_projects_wrapper .archive_cover {
    grid-template-columns: repeat(1,1fr);
}
#about_1 .elementor-element {
    text-align: center;
}
a.moreless-button {
    font-size: 12px;
    margin-top: 10px;
}
footer .row {
    display: none;
}
#hero_banner .home_banner_wrapper .owl-dots {
    display: none;
}
#hero_banner .home_banner_area h1 {
    font-size: 45px;
    line-height: 50px;
}
#hero_banner .home_banner_area p {
    font-size: 18px;
    line-height: 18px;
}
.wheel_slider_wrapper .swiper-slide .content p {
    font-size: 18px;
    line-height: 24px;
}
#hero_banner .home_banner_area .cover {
    margin-bottom: 300px;
}
.wheel_slider_wrapper {
    top: 40%;
}

ul.left_menu li {
    width: 55px !important;
    height: 55px !important;
}
#about_1 .inner_sec a {
    font-size: 12px;
    line-height: 22px;
}
#sub_header figure img {
    height: 350px;
    object-fit: cover;
}
#sub_header .elementor-image-carousel-wrapper {
    height: 350px;
}
#bread_section h2 {
    font-size: 30px;
    line-height: 30px;
}
ul.breadcrumb {
    gap: 5px;
}
ul.breadcrumb li, ul.breadcrumb li a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}
#about_1 p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.team_wrapper .team_area .col_left {
    width: 100%;
}
#team_detail .col_left {
    width: 100%;
}
.educational_wrapper .educational_area .content a {
    font-size: 10px;
}
.schoohl_document_wrapper .team_area h4 {
    width: 65%;
    font-size: 10px;
}
#secrch_form a#more_post {
    margin: 15px auto 0;
}
#secrch_form a#more_post:after {
    right: 0%;
    width: 80px;
}
#secrch_form a#more_post:before {
     left: 0%;
    width: 80px;
}
#secrch_form a#more_post span {
    font-size: 15px;
    line-height: 20px;
}
#contact_3 p {
    font-size: 12px;
    line-height: 25px;
}
#ed_single_1 .year .year_cover span.small {
    font-size: 12px;
    line-height: 25px;
}
#ed_single_1 .inner_2 .row {
    display: block;
}
#ed_single_1 .inner_2 .col_left {
    width: 100%;
}
#contact_3 p {
    font-size: 12px;
    line-height: 25px;
}
#about_1 .col_right {
 flex-direction: column !important;
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
   padding: 0 !important;
    width: 100% !important;
}
.team_wrapper .team_area {
    margin-top: 40px;
    display: flex;
    flex-direction: column !important;
}
.team_wrapper .team_area .col_right h4 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
#team_detail .col_right h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
}
#team_detail .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 16px;
    line-height: 30px;
}
#team_detail .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 12px;
    line-height: 20px;
}
#team_detail .inner_sec p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
#team_detail .inner_sec p.elementor-heading-title {
    font-size: 10px;
    width: 48%;
    line-height: 18px;
}
.team_wrapper .team_area .col_right a {
    width: 120px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 25px;
    padding: 6px 10px;
    height: 31px;
    text-align: center;
   margin: 0 auto;
}
.elementor-container {
    padding: 0 30px !important;
}
#about_1 .inner_sec .elementor-container {
    padding: 0!important;
}
section#sub_header .elementor-container {
    padding: 0!important;
}
#sub_header .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 14px;
    height: 14px;
}
.container {
    max-width: 100%;
    padding: 0 15px;
}
#ed_single_1 .inner_2 .col_left img {
    width: 100%;
    border-radius: 50px;
}
#ed_single_1 .inner_2 .col_right {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
#ed_single_1 .inner_2 .col_right p {
    font-size: 12px;
    line-height: 20px;
}
.team_wrapper .team_area .col_right p {
    margin-bottom: 30px;
}
#about_1 .inner_3 figure {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
}
.common_padding {
    padding: 50px 0;
}
#about_1 .inner_3 .elementor-image-box-content h3 {
    font-size: 14px;
    line-height: 20px;
}
#about_1 .inner_3 .elementor-row:before {
    width: 100%;
}
#about_1 .inner_2 .elementor-image-box-content h3 {
    font-size: 25px;
    line-height: 16px;
        margin: 15px 0;
}
#about_1 .inner_2 .elementor-image-box-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
#about_2 h3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
}
#about_2 p {
    font-size: 12px;
    line-height: 20px;
}
#about_2 ul li {
    font-size: 12px;
    line-height: 20px;
}
#about_2 img {
    margin-top: 20px;
}
#about_3 h2 {
    font-size: 16px;
    line-height: 20px;
}
#about_3 .inner_1 .line:before {
    display: none;
}
#about_3 .inner_1 .elementor-row {
    text-align: center;
    gap: 20px;
}
#about_3 .inner_1 p {
    font-size: 14px;
    line-height: 30px;
}
#about_3 .inner_1 span {
    font-size: 36px;
    line-height: 41px;
}
#about_3 .inner_1 h3 {
    font-size: 16px;
    line-height: 20px;
}
#about_4 h3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
}
#about_4 p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
    width: 100%;
}
#about_4 ul li {
    font-size: 12px;
}
#about_5 h2 {
    font-size: 16px;
    line-height: 20px;
}
#about_5 .inner_1 .elementor-image-box-content {
    width: 100%;
}
#about_5 .inner_1 .elementor-image-box-content p {
    font-size: 12px;
    line-height: 20px;
}
#about_1 .inner_3:before {
   display: none;
}
#about_1 .inner_2 .elementor-column:nth-child(2):before {
display: none;
}
#about_1 .inner_2 .elementor-column:nth-child(2):after {
   display: none;
}
.common_padding h3.elementor-heading-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
#contact_1 .col_left {
    width: 100%;
}
#contact_1 .col_left p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}
#contact_1 .col_left .elementor-price-list .elementor-price-list-text .elementor-price-list-header span.elementor-price-list-title {
    font-size: 14px;
    line-height: 20px;
}
#contact_1 a.elementor-price-list-item {
    flex-direction: column;
    align-items: center;
}
#contact_1 .col_left .elementor-price-list .elementor-price-list-text .elementor-price-list-header {
    justify-content: center;
    align-items: center;
}
#contact_1 .col_right {
    width: 100%;
}
#contact_1 .col_right label {
    font-size: 14px;
    line-height: 25px;
}
#contact_1 .col_right input {
    padding: 10px 15px;
}
#contact_1 .col_right input::placeholder {
    font-size: 14px;
}
#contact_1 .col_right select {
    font-size: 14px;
}
#contact_1 .col_right textarea{
    font-size: 14px;
}
#contact_3 a.elementor-button {
    font-size: 12px;
}
#contact_3 .contact_mail {
    flex-direction: column;
    margin-top: 30px;
}
#contact_1 .col_left .elementor-price-list .elementor-price-list-text {
    justify-content: center;
    padding: 0;
}
#contact_1 .col_right button {
    font-size: 14px;  
}
#contact_1 .col_left .elementor-price-list .elementor-price-list-image {
    width: 40px;
    height: 40px;
}
#educational_list {
    flex-direction: column;
}
#educational_list li {
    width: 100%;
}
#educational_list li a {
    font-size: 12px;
}
.search_cover {
    flex-direction: column;
}
.search_cover .advance_search {
    width: 100%;
    font-size: 14px;
}
.search_cover .search_load input {
    margin-right: 15px;
    margin-bottom: 15px;
}
.search_cover .search_load {
    width: 100%;
    margin-right: 0;
   margin-bottom: 15px;
}
.search_unload .form_group_cover .one_third {
    flex-direction: column;
}
.search_unload .form_group_cover .last_group {
    flex-direction: column;
}
#secrch_form .sorting h3 {
    font-size: 20px;
    line-height: 30px;
}
#secrch_form .sorting select {
    font-size: 14px;
}
.educational_wrapper {
    grid-template-columns: repeat(1,1fr);
}
.schoohl_document_wrapper {
    grid-template-columns: repeat(1,1fr);
    margin-top: 30px;
}
.search_cover .search_load input::placeholder {
    font-size: 14px;
}
.latest_events_wrapper .latest_events_area {
    flex-direction: column;
}
.latest_events_wrapper .latest_events_area .col_right h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.latest_events_wrapper .latest_events_area .col_right p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.latest_events_wrapper .latest_events_area .col_right {
    width: 100%;
}
.latest_events_wrapper .latest_events_area .col_right a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: center;
    width: 150px;
    margin: 0 auto;
}
.latest_events_wrapper h3 {
    text-align: center;
    font-size: 26px;
}
.archive_events_wrapper .sorting {
    flex-direction: column;
}
#popup .elementor-form-fields-wrapper {
    display: block;
}
#popup form label {
    font-size: 14px;
}
#popup input::placeholder {
    font-size: 14px !important;
}
#popup textarea::placeholder {
    font-size: 14px !important;
}
#team_detail .col_right {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.common_padding {
    padding: 35px 0;
}
#ed_single_1 .year .year_cover {
    width: 100%;
    margin-bottom: 20px;
}
#ed_single_1 .year {
    margin-top: 20px;
}
#ed_single_1 .inner_2 .col_right h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
#ed_single_1 .inner_2 .col_right .info {
    margin-top: 20px;
    display: block;
    text-align: center;
}
.archive_events_wrapper a#loadMore:before {
    left: 0;
    width: 80px;
}
.archive_events_wrapper a#loadMore:after {
    right: 0;
    width: 80px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 a {
    font-size: 12px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 p.add {
    font-size: 12px;
    line-height: 20px;
}
.elementor-inner-section .elementor-container {
    padding: 0 !important;
}
#ed_single_1 .year .year_cover span.big {
    font-size: 12px;
    line-height: 16px;
}
#ed_single_1 .inner_2 .col_right .info .info_1 p {
    font-size: 12px;
}
.ratio .ratio_cover {
    width: 100%;
    margin-bottom: 20px;
}
.ratio {
    flex-direction: column;
}
.ratio .ratio_cover span.big {
    font-size: 20px;
    line-height: 30px;
}
.ratio .ratio_cover span.small {
    font-size: 12px;
    line-height: 20px;
}
.ratio .ratio_cover:before {
   display: none;
}
#ed_single_2 {
    padding: 50px 0;
}
#ed_single_3 .row {
    grid-template-columns: 1fr;
}
#ed_single_3 .row ul li span.big {
    font-size: 14px;
    line-height: 20px;
}
#ed_single_3 .row ul li span.small {
    font-size: 12px;
    line-height: 16px;
}
#ed_single_3 .row h4 {
    font-size: 16px;
    justify-content: center;
}
.archive_news_wrapper a#loadMore:before {
    left: 0%;
    width: 80px;
}
.archive_news_wrapper a#loadMore:after {
    right: 0%;
    width: 80px;
}
#news_detail .inner .col_right ul {
    justify-content: center;
}
.report {
    grid-template-columns: repeat(1,1fr);
    margin-top: 30px;
}
#ed_single_5 h3 {
    font-size: 16px;
    line-height: 20px;
}
.faq {
    margin: 50px auto 0;
}
.faq .accordian h4 {
    font-size: 12px;
    line-height: 20px;
}
#ed_single_6 .top p span.white {
    font-size: 14px;
    line-height: 20px;
}
#ed_single_6 .top p span {
    font-size: 12px;
    line-height: 20px;
}
#ed_single_6 .top {
    margin: 35px auto 35px;
}
.fee_head span {
    font-size: 12px;
}
.fee_structure ul li span {
    font-size: 10px;
}
.fee_structure ul li {
    padding: 15px 10px;
}
.faq .accordian p {
    font-size: 12px;
    line-height: 20px;
}
.report .report_cover h4 {
    font-size: 10px;
    line-height: 16px;
}
.archive_events_wrapper .archive_cover {
   display: block;
}
.latest_events_wrapper .latest_events_area .col_left {
    width: 100%;
}
.latest_events_wrapper {
    margin-bottom: 35px;
}
.archive_events_wrapper .sorting select {
    padding: 10px 18px;
}
#events_detail .inner .col_right {
    width: 100%;
    padding-left: 0;
}
#events_detail .inner .col_left {
    width: 100%;
    margin-bottom: 15px;
}
#events_detail .inner .col_right .elementor-widget-post-info .elementor-icon-list-text {
    font-size: 12px;
    line-height: 20px;
}
#events_detail .inner .col_right h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
#events_detail .inner .col_right p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
#memories h3.elementor-heading-title {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 15px;
}
#speakers .speaker_card_wrapper {
    display: block;
}
.latest_news_wrapper .latest_news_area {
    gap: 15px;
    flex-direction: column;
}
.latest_news_wrapper .latest_news_area .col_left {
    width: 100%;
}
.latest_news_wrapper .latest_news_area .col_right span.date {
    font-size: 12px;
    line-height: 20px;
}
.latest_news_wrapper .latest_news_area .col_right h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.latest_news_wrapper .latest_news_area .col_right p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.archive_news_wrapper .sorting select {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 15px;
}
.archive_news_wrapper .sorting h3 {
    font-size: 16px;
    line-height: 20px;
}
.archive_news_wrapper .archive_cover .archive_news_area .content p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.archive_news_wrapper .archive_cover {
display: block;
    gap: 20px;
}
.latest_news_wrapper .latest_news_area .col_right {
    width: 100%;
}
#news_detail .inner .col_right {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
#news_detail .inner_1 {
    margin-top: 30px;
    text-align: center;
}
#memories p.elementor-heading-title {
    width: 100%;
}
#memories {
    margin-bottom: 0;
}
#events_detail .inner .col_right {
    text-align: center;
}
#events_detail .inner .col_right ul {
    justify-content: center;
}
#news_detail .inner .col_left {
    width: 100%;
    margin-bottom: 15px;
}
#news_detail .inner .col_right .elementor-widget-post-info .elementor-icon-list-text {
    font-size: 12px;
    line-height: 20px;
}
#news_detail .inner .col_right h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
#news_detail .inner .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
#news_detail .inner_1 p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
#about_1 .inner_2 {
    margin-top: 30px;
}
#about_3 .inner_1 {
    margin-top: 30px;
}
#about_5 .inner_1 .elementor-inner-column {
    margin-top: 20px;
}
#about_5 .inner_1 {
    margin-top: 30px;
}
#side-menu-mobile .slide_menu_wrapper_mobile ul li a {
    font-size: 16px;
    line-height: 26px;
}
.schoohl_document_wrapper .team_area a {
    width: 35px;
    height: 35px;
}
.schoohl_document_wrapper .team_area a {
    width: 35px;
    height: 35px;
}
.report .report_cover a {
    width: 35px;
    height: 35px;
}
.archive_news_wrapper .archive_cover a#loadMore span {
    display: block;
}
.archive_news_wrapper .archive_cover a#loadMore:before {
  display: none;
}
.archive_news_wrapper .archive_cover a#loadMore:after {
display: none;
}
.archive_news_wrapper .archive_cover a#loadMore:before {
  display: none;
}
.archive_news_wrapper .archive_cover a#loadMore:after {
  display: none;
}
.archive_events_wrapper .archive_cover a#loadMore:before {
  display: none;
}
.archive_events_wrapper .archive_cover a#loadMore:after {
  display: none;
}
.search_cover .search_load button {
    width: 45px;
    height: 45px;
}
#ed_single_3 .row > div {
    transition: 0.5s all;
    text-align: center;
}
.mobile_close_icon a.closing_mobile {
    width: 31px !important;
    height: 31px !important;
}
#team_detail {
    margin: 30px 0;
}
#hero_banner .swiper-pagination {
    bottom: 90px;
}
.rtl .header_mobile .row {
    flex-direction: row-reverse;
}
.rtl .header_mobile .col_left {
    display: flex;
    justify-content: end;
}
.rtl .header_mobile .col_right {
    align-items: flex-start;
}
#investor_sec3 h2 {
    font-size: 25px;
    line-height: 30px;
}
#investor_sec4 h2 {
    font-size: 25px;
    line-height: 30px;
}
#investor_sec5 h2 {
    font-size: 25px;
    line-height: 30px;
}
#investor_sec3 .elementor-text-editor {
    font-size: 12px;
    line-height: 28px;
}
.Laweducational-post-wrapper {
    grid-template-columns: repeat(1,1fr);
}
#Law-edu-sec1 .eael-tabs-nav ul.eael-tab-inline-icon {
    display: block;
}
.main-heading h1 {
    font-size: 25px;
    line-height: 15px;
    text-align: center;
}
.Laweducational-post-area .content h4 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.Laweducational-post-area .content a {
    font-size: 10px;
    line-height: 15px;
}
#legislation .inner_tab .eael-tabs-nav ul {
    display: block;
}
h2.legislation_law_heading {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.legislation_wrapper {
    grid-template-columns: repeat(1,1fr);
}
.legislation_wrapper .legislation_area .content h4 {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}
.legislation_wrapper .legislation_area .content a {
    font-size: 10px;
    line-height: 15px;
}
#legislation .inner_tab .eael-tabs-nav ul li span {
    font-size: 14px;
    line-height: 18px;
}
#legislation .inner_button .elementor-icon-box-title a {
    font-size: 15px;
    line-height: 20px;
}
#legislation .inner_button a.elementor-icon {
    width: 70px;
    height: 70px;
}
#login {
    padding: 35px 0 35px 0;
}
#login .elementor-inner-section .elementor-row .elementor-column {
    text-align: center;
}
#login h3 {
    font-size: 16px;
}
#login h2 {
    font-size: 25px;
    line-height: 35px;
}
#login .sign-link {
    justify-content: center;
}
#login .sign-link h1 {
    font-size: 12px;
    line-height: 20px;
}
.sign-link a {
    font-size: 12px;
    line-height: 20px;
}
#login .elementor-field-group > label {
    font-size: 14px;
}
#login .elementor-field-group > input {
    font-size: 12px;
}
#login button {
    font-size: 14px;
    line-height: 18px;
}
.archive_events_wrapper .archive_cover .archive_events_area .content p {
    text-align: center;
}
.open_file_wrapper {
    grid-template-columns: repeat(1,1fr);
}
.open_file_wrapper .open_file_area .content h4 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.open_file_wrapper .open_file_area .content a {
    font-size: 10px;
    line-height: 15px;
}
#electronics-sec1 h2.elementor-heading-title {
    line-height: 30px;
    font-size: 25px;
}
.electronicsplatforms-post-wrapper {
    grid-template-columns: repeat(1,1fr);
}
#electronics-sec1 .school_icon {
    bottom: 125px;
    width: 65px;
    height: 65px;
}
#electronics-sec1 .content a {
    font-size: 10px;
    line-height: 15px;
}
#parent-student-sec1 h2 {
    font-size: 25px;
    line-height: 35px;
}
#parent-student-sec1 .elementor-widget-container {
    margin: 0;
    padding: 0;
}
#parent-student-sec1 .elementor-tab-title {
    padding: 12px 15px;
}
#participate_sec1 .participate-post-wrapper {
    grid-template-columns: repeat(1,1fr);
}
#participate_sec1 .eael-tabs-nav {
    width: 100%;
}
#participate_sec1 .eael-tabs-nav ul.eael-tab-inline-icon {
    display: block;
}
#school_calender_sec_1 .eael-tabs-nav ul {
    display: block;
}
#school_calender_sec_1 .eael-tab-content-item p {
    text-align: center;
}
#school_calender_sec_1 .eael-tab-content-item h3 {
    font-size: 25px;
    margin-bottom: 16px;
    text-align: center;
}
.survey_wrapper {
    grid-template-columns: repeat(1,1fr);
}
.survey_wrapper .survey_area .content h4 {
    text-align: center;
}
.survey_wrapper .survey_area .content a {
    font-size: 10px;
    line-height: 15px;
}
a#loadMore:before {
    left: 5%;
    width: 75px;
}
a#loadMore:after {
    right: 5%;
    width: 75px;
}
a#loadMore span {
    font-size: 16px;
}
h2.survey_law_heading {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
ul.left_menu {
    display: none;
}
ul.right_menu {
    display: none;
}
.home .toggle_mobile_menu {
        display: flex;
    }
}
section#hero_banner {
    overflow: hidden;
}

.page-id-2155 header.header_desktop {
    display: none;
}
.page-id-2155 ul.left_menu {
    display: none;
}
.page-id-2155 ul.right_menu {
    display: none;
}
@media screen and (max-width: 1680px) and (min-width: 1366px) {
#contact_3 a.elementor-button {
    font-size: 14px;
    line-height: 25px;
    z-index: 9999;
}
ul.right_menu{
z-index: 0;
}
.home footer {
    position: absolute;
}
ul.right_menu {
    position: fixed;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
 
}
}

@media screen and (max-width: 1365px) and (min-width: 1280px) {
.custom_search .content_search .content-box p.para{font-size: 12px;}

.custom_search .content_search {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.archive_news_wrapper .archive_cover .archive_news_area img{
height:auto;
}
.common_padding h3.elementor-heading-title {
    font-size: 35px;
    line-height: 40px;
}
#hero_banner .home_banner_area h1 {
    font-size: 55px;
    line-height: 55px;
}
#hero_banner .home_banner_area p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
}
}
@media screen and (max-width: 1279px) and (min-width: 1025px) {

.common_padding h3.elementor-heading-title {
    font-size: 30px;
}
#about_1 .inner_2 .elementor-image-box-content h3 {
    font-size: 28px;
    line-height: 15px;
}
#about_3 .inner_1 p {
    font-size: 15px;
    line-height: 20px;
}
#about_1 p {
    line-height: 25px;
    font-size: 14px;
}
#hero_banner .home_banner_area h1 {
    font-size: 55px;
    line-height: 55px;
}
#hero_banner .home_banner_area p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
}
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
.custom_search .content_search .content-box p.para{font-size: 12px;}

.custom_search .content_search {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.search_result_cover h1 {
    font-size: 45px !important;
}

.rtl .team_wrapper .team_area .col_right h4 {
    font-size: 19px;
    }
.rtl .common_padding h3.elementor-heading-title{
text-align: center;
}
.rtl .team_wrapper .team_area .col_right{
text-align: center;
}
.rtl .team_wrapper .team_area .col_left {
    width: 100%;
    justify-content: center;
    display: flex;
}
.rtl #about_2 ul {
    margin: 0 30px 40px 0;
    padding: 0;
}
.rtl #about_4 ul {
    margin: 0 40px 40px 0;
    padding: 0;
}
ul.right_menu {
    top: 50% !important;
}
#contact_1 .col_right textarea{
height:130px;
}
#contact_1 .col_right select {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
     padding: 10px 28px !important;
}
#contact_1 .col_right input {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    padding: 10px 28px !important;
}
#contact_1 .col_left {
    width: 50%;
}
#contact_1 .col_right {
    width: 50%;
}
#contact_1 .col_right label{
line-height: 2px;
}
#contact_1 .col_right .elementor-field-group {
     margin-bottom: 30px; 
}
.archive_news_wrapper .archive_cover .archive_news_area img{
height:auto;
}
section#about_3 {
    margin-top: -67px;
}
.team_wrapper .team_area .col_left img {
    display: block;
    width: 60%;
    }
.team_wrapper .team_area .col_left {
    width: 100%;
}
.team_wrapper .team_area .col_right {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
.team_wrapper .team_area {
    margin-top: 50px;
    display: block;
    align-items: center;
    width: 100%;
}
#about_3 .inner_1 .elementor-row {
    gap:0px;
}
#hero_banner .home_banner_area h1 {
    font-size: 45px;
    line-height: 50px;
    text-align:center;
}
#hero_banner .home_banner_area p {
    font-size: 22px;
}
#hero_banner .swiper-pagination {
    bottom: 84px;
}
}




@media screen and (max-width: 767px) and (min-width: 320px) {
.elementor-element-2f1d022{
	margin-bottom: 0 !important;
    margin-top: 0 !important;
}

body li a.arb-s{display: block;}
body.rtl li a.arb-s{display: none;}

body li a.eng-s{display: none;}
body.rtl li a.eng-s{display: block;}

.rtl #educational_list li a span {
    font-size: 18px;
}
.educational_wrapper .educational_area .content h4 {
    font-size: 18px !important;
    line-height: 28px!important;
    font-weight: 400 !important;
}
.rtl #team_detail .inner_sec p {
       font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    }
.rtl #team_detail .col_right .elementor-widget-theme-post-excerpt .elementor-widget-container {
     font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    }
.rtl #team_detail .col_right {
    padding-left: 0;
     padding-right: 0px !important; 
}
.rtl #about_1 .inner_sec a {
    font-size: 16px;
    }
.rtl .common_padding h3.elementor-heading-title {

    font-size: 20px;
    }
.rtl #about_1 span {
    font-size: 18px;
    line-height: 22px;
}
.rtl #about_1 p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.rtl .team_wrapper .team_area .col_right h4 {
    font-size: 18px;
}
.custom_search .content_search .content-box{
margin: 10px;

}
.search_result_cover h1 {
    font-size: 35px !important;
    line-height: 43px !important;
    text-align: center;
}
.custom_search .content_search .content-box p.para{
font-size: 16px;
}

.custom_search .content_search {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.content-area input[type="submit"] {
    margin-top: 5px;
    }
.search_result_cover h1 {
    font-size: 40px !important;
}
.wheel_slider_wrapper {
    width: 100% !important;
}
.swiper-container-3d {
    perspective: 114px !important;
}
.wheel_slider_wrapper {
    top: 30%;
}


#about_1 .inner_3 {
    margin-top: 10px;
}
#about_1 .inner_3 .elementor-row:before{
display:none;
}
.rtl #educational_list li a span {
    font-size: 14px;
}
#about_1 .inner_3 .elementor-row .elementor-column:before{
display:none;
}
#about_1 .inner_2 figure img {width: 60px;}
#about_1 .inner_2 figure{
    width: 80px;
    height: 80px;
}
#about_1 .inner_3 .elementor-row .elementor-column:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    width: 1px;
    height: 29%;
    background: #878787;
    z-index: 9;
    opacity: 0.2;
}
#about_1 .inner_3 .elementor-row .elementor-column {
    padding-top: 50px;
}
 #about_1 .inner_3 figure img{
 width: 55%;
    margin-left: 6px;
}
 #about_1 .inner_3 figure {
    width: 75px;
    height: 75px;
    }
.rtl #about_2 p {
    font-size: 16px;
    line-height: 20px;
}
.rtl #about_2 ul li {
    font-size: 13px;
    line-height: 20px;
}
.rtl #about_5 .inner_1 .elementor-inner-column {
    margin-top: -5px;
    margin-bottom: 30px;
}
.rtl #about_4 ul li {
    font-size: 15px;
}
.rtl .common_padding {
    padding: 30px 0 0px;
}
.rtl #about_5 .inner_1 .elementor-image-box-content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 45px;
}
.rtl #about_4 ul {
    margin: 0 30px 40px 0;
    padding: 0;
}
.rtl #about_2 ul {
    margin: 0px 30px 40px 0;
    padding: 0;
}
.rtl #about_1 .col_right{
margin-bottom: 30px;
}
.rtl #team_detail .inner_sec p{
margin-bottom: 0 !important; 

}
.rtl #team_detail .inner_sec h2{
text-align: center;
}

.toggle_mobile_menu {
  
    display: block;
}
#hero_banner .swiper-pagination {
    bottom: 176px;
}
#hero_banner .home_banner_area {
	height: 89vh;
    background-position-x: right 20%;
}
.header_mobile .col_right img:nth-child(1) {
    display: none !important;
}
.archive_news_wrapper .archive_cover .archive_news_area img{
height:auto;
}

#team_detail .inner_sec h2{
font-size: 22px;
line-height: 30px;
}
#team_detail .inner_sec {
    margin-top: 20px;
}
#about_3 .inner_1 p {
    font-size: 14px;
    line-height: 20px;
}
.wheel_slider_wrapper .swiper-slide.swiper-slide-active .content{
padding: 12px 0;
}
.wheel_slider_wrapper .swiper-slide .content{
width:100% !important;
}

.wheel_slider_wrapper .swiper-slide img {
    display: block;
    width: 100%;
}
.wheel_slider_wrapper .swiper-slide .content{
    padding: 12px 0 0;
    width: 100%;
}
.wheel_slider_wrapper {
    top: 36%;
    }
    .custom_search .content_search {
    display: block;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    width: 100%;
}

}




@media screen and (max-width: 360px) {
.search_result_cover h1 {
    font-size: 25px !important;
}
.wheel_slider_wrapper {
    width: 100% !important;
}
.wheel_slider_wrapper .swiper-slide .content p {
    font-size: 16px;
    line-height: 20px;
}

.header_mobile .col_right img:nth-child(1) {
    display: none !important;
}

#about_3 .inner_1 p {
    font-size: 13px;
    line-height: 18px;
}
.wheel_slider_wrapper .swiper-slide.swiper-slide-active .content{
padding:15px 0;
}
.wheel_slider_wrapper .swiper-slide .content {
    padding: 4px 0 0;
    }
.wheel_slider_wrapper {
    top: 45%;
}
}