:root {
    --sw-border-color: #eeeeee;
    --sw-toolbar-btn-color: #ffffff;
    --sw-toolbar-btn-background-color: #009EF7;
    --sw-anchor-default-primary-color: #f8f9fa;
    --sw-anchor-default-secondary-color: #b0b0b1;
    --sw-anchor-active-primary-color: #009EF7;
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: #90d4fa;
    --sw-anchor-done-secondary-color: #fefefe;
    --sw-anchor-disabled-primary-color: #f8f9fa;
    --sw-anchor-disabled-secondary-color: #dbe0e5;
    --sw-anchor-error-primary-color: #dc3545;
    --sw-anchor-error-secondary-color: #ffffff;
    --sw-anchor-warning-primary-color: #ffc107;
    --sw-anchor-warning-secondary-color: #ffffff;
    --sw-progress-color: #009EF7;
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: #009EF7;
    --sw-loader-background-color: #f8f9fa;
    --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.container {
    max-width: 1464px;
}
.right_logo {
    text-align: end;
}
header.header {
    padding-top: 41px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.title-blue {
    color: #2E50A3;
    font-weight: 600;
    /* font-size: 40px; */
    font-family: 'Poppins';
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: capitalize;
    text-align: center;
}

.fancy-line, .fancy-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 50%);
    background: radial-gradient(ellipse at center, rgb(46 80 163) 0%, rgba(0, 0, 0, 0) 50%);
}

.fancy-line {
    border: 0;
    height: 2px;
    position: relative;
    margin: 0.5em 0;
}

/*==== banner style ====*/
.soon_banner {
    background: url('../img/soon_banner.jpg');
    padding-top: 270px;
    height: 500px;
}
.soon_title h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
}

/*==== development style ====*/
.development {
    background: url(../img/development-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 50px;
    padding-bottom: 30px;
}
.develop-body {
    text-align: center;
}
.develop-body h1 {
    color: #2E50A3;
    font-family: "Poppins", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 20px;
}

/*==== footer style ====*/
footer.footer {
    background: #274698;
}
.copyright a {
    width: 70px;
    height: 70px;
    background: #F9C16D;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright {
    display: flex;
    align-items: center;
}
.copyright p {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px;
    margin-bottom: 0;
}
.footer_social {
    text-align: end;
}
.footer_social a i {
    font-size: 17px;
    color: #fff;
    margin-left: 12px;
}
.footer_social a i:hover {
    color: #f0bc6d;
}


/*===== left menu style ====*/
.sidebar {
    position: relative;
    z-index: 99999;
}
ul.left_menu {
    position: fixed;
    margin: 0 auto;
    top: 51%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 99;
}
ul.left_menu li {
    list-style: none;
    display: flex;
    align-items: stretch;
}
ul.left_menu li a {
    background: #fff;
    color: #767676;
    font-weight: 500;
    font-size: 15px;
    line-height: 60px;
    font-family: 'Poppins';
    text-transform: capitalize;
    opacity: 0;
    transition: 0.5s all;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 0 30px;
    display: none;
}
ul.left_menu li a.outer-link-s {
    display: block;
    opacity: 1;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none;
}
ul.left_menu li p.cover_img {
    margin: 0;
    width: 60px;
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EFEFEF;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    position: relative;
    padding: 20px 0;
}
ul.left_menu li:nth-child(1) p {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: 0.5s all;
}
ul.left_menu li p.cover_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F4FA2;
    opacity: 0;
    transition: 0.5s all;
    z-index: 9;
}
ul.left_menu li:nth-child(1) p.cover_img:before {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    transition: 0.5s all;
}
ul.left_menu li:last-child p.cover_img:before {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s all;
}
ul.left_menu li:last-child p {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s all;
}
ul.left_menu li p.cover_img img {
    z-index: 9;
}
ul.left_menu li:hover a {
    opacity: 1;
    display: flex;
    align-items: center;
}
ul.left_menu li:nth-child(1):hover p {
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
    transition: 0.5s all;
}
ul.left_menu li:nth-child(1):hover p.cover_img:before {
    border-top-right-radius: 0px;
    border-top-left-radius: 30px;
    transition: 0.5s all;
}
ul.left_menu li:hover a {
    opacity: 1;
    display: flex;
    align-items: center;
}
ul.left_menu li p.cover_img:hover:before {
    opacity: 1;
}
ul.left_menu li:last-child:hover p.cover_img:before {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 30px;
    transition: 0.5s all;
}

/*=== right menu ===*/
ul.right_menu {
    position: fixed;
    margin: 0 auto;
    top: 53%;
    right: 3%;
    transform: translateY(-50%);
    z-index: 99;
}
ul.right_menu li {
    list-style: none;
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}
ul.right_menu li a {
    background: #fff;
    color: #767676;
    font-weight: 500;
    font-size: 15px;
    line-height: 60px;
    font-family: 'Poppins';
    text-transform: capitalize;
    opacity: 0;
    transition: 0.5s all;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 0px 30px;
    display: none;
}
ul.right_menu li a.outer-link-s {
    display: block;
    opacity: 1;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none;
}
ul.right_menu li p.cover_img {
    margin: 0;
    width: 60px;
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EFEFEF;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    position: relative;
    padding: 20px 0;
}
ul.right_menu li:nth-child(1) p {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: 0.5s all;
}
#wpml {
    position: relative;
}
.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 7px;
    clear: both;
}
.wpml-ls-legacy-list-horizontal>ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}
#wpml .wpml-ls.wpml-ls-legacy-list-horizontal ul {
    height: 100%;
}
#wpml .wpml-ls.wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0;
    height: 100%;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
html[lang="en-US"] #wpml .wpml-ls.wpml-ls-legacy-list-horizontal ul li.wpml-ls-item-en {
    display: none;
}
#wpml .wpml-ls.wpml-ls-legacy-list-horizontal ul a {
    padding-top: 20px;
    padding-bottom: 20px;
}
#wpml .wpml-ls.wpml-ls-legacy-list-horizontal ul .wpml-ls-item-en a {
    border-bottom-right-radius: 0;
    padding-right: 0;
}
ul.right_menu li span {
    color: #F1806E;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: 'GE SS Text';
    z-index: 9;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
}
#wpml .wpml-ls.wpml-ls-legacy-list-horizontal ul li.wpml-ls-item-en a .wpml-ls-native {
    font-family: 'Poppins';
}
ul.right_menu li:last-child p.cover_img:before {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s all;
}
ul.right_menu li:last-child p {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s all;
}
ul.right_menu li:last-child p.cover_img {
    border: 0;
}
ul.right_menu li p.cover_img:hover:before {
    opacity: 1;
}
ul.right_menu li:hover a {
    opacity: 1;
    display: flex;
    align-items: center;
}
ul.right_menu li .font_size .cover {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.right_menu li a.font_size img {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    transform: inherit !important;
}
ul.right_menu li a.font_size p img {
    cursor: pointer;
}
ul.right_menu li p.cover_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F4FA2;
    opacity: 0;
    transition: 0.5s all;
    z-index: 9;
}
ul.right_menu li:nth-child(1) p.cover_img:before {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    transition: 0.5s all;
}
ul.right_menu li:nth-child(1) img {
    cursor: pointer;
}
ul.right_menu li p.cover_img img {
    z-index: 9;
}
body ul.right_menu li.right-eng-s {
    display: none !important;
}
li#wpml img {
    width: 20px;
}
ul.right_menu li .font_size .cover p {
    margin-bottom: 0;
}
ul.right_menu li:nth-child(1):hover p.cover_img:before {
    border-top-right-radius: 30px;
    border-top-left-radius: 0px;
    transition: 0.5s all;
}
ul.right_menu li:last-child:hover p.cover_img:before {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0px;
    transition: 0.5s all;
}
ul.left_menu li a.nst-shrink {
    width: 500px;
    line-height: inherit !important;
}
ul.left_menu li a.play_store img {
    margin-right: 15px;
    width: 34% !important;
}




main.l-band {
    max-width: 800px;
    margin: 0 auto;
}
.swiper-slide img {
    width: 100%;
}
.c-card {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}
h2.c-card__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.slide_btn {
    text-align: center;
}
.slide_btn a {
    background: #2E50A3;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Poppins';
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    bottom: -20px;
}
.Blue {
    border-radius: 0 0 30px 30px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
    background-image: none !important;
}
.swiper .swiper-slide {
    width: 18.75rem;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 25px;
}
.swiper-slide-active .c-card {
    display: block;
    opacity: 1;
}
.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}


/*
==== hero slider ====*/
.carousel-fade .carousel-item {
     display: block;
     position: absolute;
     opacity: 0;
     transition: opacity 0.75s ease-in-out;
}
 .carousel-fade .carousel-item.active {
     opacity: 1;
}
 html, body, .carousel, .carousel-inner, .carousel-item {
     width: 100%;
     height: 100%;
}
ol.carousel-indicators {
    bottom: 40px;
    z-index: 9999;
}
.carousel-indicators li {
    height: 15px;
    border-radius: 50%;
    width: 15px;
}
.carousel-item:nth-child(1) {
     background: url(../img/hero-1.jpg);
}
 .carousel-item:nth-child(2) {
     background: url(../img/hero-2.jpg);
}
 .carousel-item:nth-child(3) {
     background: url(../img/hero-3.jpg);
}
 
 section.main_slider {
    width: 100%;
    position: absolute;
    top: 38%;
    z-index: 999;
}
.page-id-1 footer.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: transparent;
    padding: 20px 0;
}
.page-id-1 footer.footer .row {
    align-items: center;
}
.slider_content {
    text-align: center;
}
.slider_content h1 {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}





.container {
    max-width: 1240px !important;
}
section.about_info {
    padding: 100px 0;
    background-image: url(../img/banner_ab.png);
    background-size: cover;
    background-repeat: no-repeat;
}
section.about_info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background: linear-gradient(180deg, #0B1E50 0%, rgba(37, 34, 34, 0) 92.22%);
    opacity: 0.9;
}
.banner_ab {
    text-align: center;
    margin-top: 100px;
}
.banner_ab h2 {
    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%);
}

section.who_we {
    padding: 60px 0;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.btn_info a {
    background: transparent;
    /*box-shadow: inset 0px 4px 18px 8px rgb(0 0 0 / 6%);*/
    color: #767676;
    padding: 16px 0;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border-radius: 43px;
    text-decoration: none;
}
.btn_info a.btn_active {
    background: #28A8E0;
    box-shadow: inset 0px 4px 18px 8px rgb(0 0 0 / 6%);
    color: #fff;
}
.btn_info a.btn_active:hover {
    color: #fff;
}
.btn_info a:hover {
    text-decoration: none;
    color: #767676;
}

.who_text {
    margin: 56px 0;
}
.who_text h2 {
    font-size: 25px;
    line-height: 35px;
    color: #2E50A3;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.who_img img {
    width: 100%;
    border-radius: 50px;
}
.who_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.who_content h2 {
    color: #28A8E0;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
.who_content p {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    margin-bottom: 35px;
}
.read-more a {
    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;
    text-decoration: none;
}
.read-more a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .who_text {
    margin: 22px 0;
}
.who_content h2 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.who_content p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.who_content {
    margin: 15px 0px 28px 0;
}
section.who_we {
    padding: 50px 0;
}
.who_text h2 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.read-more {
    text-align: center;
}
.row.mt-5.mobile_dir {
    flex-flow: wrap-reverse;
}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
 section.who_we {
    padding: 70px 0;
}   
.who_content {
    margin-top: 0;
}
.who_content h2 {
    font-size: 24px;
    line-height: 32px;
}
.who_content p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 24px;
    text-align: justify;
}
}
/*
====== style-strategy ==== */
section.Education {
    padding: 60px 0;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.Education_text h2 {
    color: #2E50A3;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
    margin: 30px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.Education_text p {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    margin-bottom: 35px;
}
.Education_box img {
    width: 60%;
}
.Education_box {
    background: #2e50a3;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.Education_content {
    text-align: center;
    margin: 24px 0;
}
.Education_content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
    color: #2E50A3;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.Education_content p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}
.Collaboration {
    background: #56D0E0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.Collaboration_content {
    text-align: center;
}
.Collaboration_content h2 {
    color: #56D0E0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
section.Strategy {
    padding: 60px 0;
    background-image: url(../img/Speakers.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.Strategy_img img {
    border-radius: 85px;
    width: 100%;
}
.Strategy_content {
    margin-top: 30%;
}
.Strategy_content h2 {
    margin-bottom: 30px;
    color: #56D0E0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
}
.Strategy_content h3 {
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}
.Strategy_content a {
    background: #F6BF6C;
    border-radius: 40px;
    text-transform: uppercase;
    color: #2F4FA2;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 45px;
    text-decoration: none;
}
.Strategy_content a:hover {
    text-decoration: none;
}
section.framework {
    padding: 60px 0;
    text-align: center;
    
}
.framework_content h2{
    color: #2E50A3;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}
.work_content h2 {
    color: #56D0E0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
}

.work_content p {
    color: #2F4FA2;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    margin-top: 13px;
}
.work_content {
    border-right: 2px solid #d1cece;
    height: 125px;
}
section.Excellence {
    text-align: center;
    padding-bottom: 70px;
}
.Excellence_content h2{
    color: #2E50A3;
    font-weight: 600;
    font-size: 27px;
    font-family: 'Poppins', sans-serif;
    line-height: 55px;
}
.Excellence_img img {
    width: 100%;
}
.elementor-image-box {
    background: #fff;
    box-shadow: 0px 4px 24px 10px rgb(0 0 0 / 4%);
    border-radius: 10px;
    padding: 30px 10px;
}
.elementor-image-box-img {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 8%);
    border-radius: 50px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-image-box-content p {
    color: #000000;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-bottom: 0;
}
.Excellence_img img {
    width: 100%;
    margin-bottom: 50px;
}

section.Promise {
    padding: 60px 0;
    background-image: url(../img/Speakers.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/*.Promise_content {
    width: 61%;
}*/
.Promise_content h2 {
    margin-bottom: 30px;
    color: #56D0E0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.Promise_content h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    color: #fff;
    max-width: 868px;
}

.Promise_box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 0px;
}
.Promise_box ul li {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.Promise_box ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #28A8E0;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
section.Performance {
        padding: 60px 0;
}
.Performance_content h2{
    color: #2E50A3;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
    text-align: center;
}
.Performance_box {
    text-align: right;
    margin-top: 35px;
}

.Performance_box h2{
    color: #28A8E0;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
span img {
    width: 10%;
}
.Performance_box p {
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 767px) {
    .Education_text h2 {
    font-size: 16px;
    line-height: 20px;
}
.Education_text p {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}
.Strategy_content {
    margin-top: 0;
    margin-bottom: 41px
}
.framework_content h2 {
    line-height: 40px;
    font-size: 16px;
    line-height: 20px;
}
.work_content {
    border-right: none;
}
.work_content p {
    margin-top: -11px;
}
.Excellence_content h2 {
    line-height: 20px;
    font-size: 16px;
}
.elementor-image-box {
    margin-bottom: 44px;
}
section.Excellence {
    padding-bottom: 35px;
}
.Promise_content {
    width: 100%;
}
.Promise_content h3 {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.Promise_box ul li {
    font-size: 12px;
    line-height: 20px;
}
.Performance_content h2 {
    line-height: 20px;
    font-size: 16px;
}
.Performance_box {
    text-align: center;
}
.Strategy_content h2 {
    font-size: 16px;
    line-height: 0px;
}
.Strategy_content h3 {
    font-size: 12px;
    line-height: 20px;
}
.work_content p {
    font-size: 13px;
    line-height: 18px;
}
.Promise_content h2 {
    font-size: 16px;
    line-height: 20px;
}


}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .Education_box {
    width: 140px;
    height: 140px;
}
.Education_box img {
    width: 43%;
}
.Education_content h2 {
    font-size: 22px;
    line-height: 30px;
}
.Collaboration_content h2 {
    font-size: 14px;
}
.Strategy_content {
    margin-top: 0;
}
.Strategy_content h2 {
    margin-bottom: 23px;
}
.work_content p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
}
.elementor-image-box-content p {
    font-size: 11px;
    margin-top: 12px;
    line-height: 18px;
}
.Promise_content {
    width: 100%;
    text-align: center;
}
.Promise_content h2 {
    margin-bottom: 13px;
    font-size: 36px;
}
.Promise_box ul li {
    font-size: 13px;
}

}

/*
====== style-organization ==== */

.organization_text h2{
    color: #2E50A3;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 44px;
    text-align: center;
    margin: 30px 0;
    text-transform: capitalize;
}
section.organization {
    text-align: center;
    padding: 70px 0;
}
.organization_text img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .btn_info {
    margin-bottom: 13px;
}

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .btn_info a {
    font-size: 16px;
}
}

/*
====== style-application ==== */
section.application_info {
    padding: 60px 0;
    background-image: url(img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.application_ab h2 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 19px;
}
.application_ab p {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.application_ab h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.App {
    text-align: center;
}
.App h3 {
    font-size: 20px;
    margin-bottom: 25px;
}
.App img {
    width: 60%;
    margin-bottom: 30px;
}
.app_images img {
    width: 100%;
}








/*
====== style-DUCATIONAL_INSTITUTIONS ==== */
section.institutions_info {
    padding: 100px 0;
    background-image: url(../img/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.institutions_info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background: linear-gradient(180deg, #0B1E50 0%, rgba(37, 34, 34, 0) 92.22%);
    opacity: 0.9;
}
section.tab {
    padding: 70px 0;
    background-image: url(img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.nav-tabs {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: space-between;
}
.nav-tabs li {
    list-style: none;
    width: 33%;
    text-align: center;
}
.nav-tabs li a {
    color: #767676;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins';
    text-transform: capitalize;
    background: #fff;
    border-radius: 50px;
    padding: 20px 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.nav-tabs li a.active {
    background: #28A8E0;
    box-shadow: inset 0px 4px 18px 8px rgb(0 0 0 / 6%);
    color: aliceblue;
}
.drop_info {
    text-align: end;
    margin-top: 50px;
}
.drop_info select {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    padding: 13px 20px;
    outline: none;
    cursor: pointer;
}
.tab_box {
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin: 40px 0;
}
.educational_area {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
    position: relative;
    margin-bottom: 40px;
}
.school_icon img {
    width: 50%;
}
.img {
    overflow: hidden;
    border-radius: 40px 40px 0px 0px;
}
.img img {
    width: 100%;
    display: block;
    transition: 0.5s all;
    transform: scale(1);
}
.content {
    background: #aeb1b2;
}
.content {
    padding: 20px 20px;
    border-radius: 0px 0px 40px 40px;
    transition: 0.5s all;
    position: relative;
}
.school_icon {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 70px;
    height: 70px;
    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));
}
.content a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    background: #2E50A3;
    border-radius: 25px;
    padding: 7px 23px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-decoration: none;
    margin: 0 auto;
    width: 150px;
    transition: 0.5s all;
    text-align: center;
}
.content a:hover {
    text-decoration: none;
    color: #fff;
}
.tab_box:hover .content {
    background: #274698 !important;
}
.tab_box:hover .content a {
    background: #F9C16D !important;
}
.tab_box:hover .img img {
    transform: scale(1.1);
}
.content span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    transition: 0.5s all;
    margin-top: 18px;
    overflow: hidden;
}
.content h4 {
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
button#next-football{
    margin: 0 auto !important;
    text-align: center;
    display: block;
    background: #274698;
    color: #fff;
    border: 0 !important;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}





.search_load input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    padding: 17px 20px;
    margin-right: 35px;
    outline: none;
}
.search_load button {
    background: #2E50A3;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}
.advance_search {
    width: 100%;
    text-align: center;
    background: #2E50A3;
    border-radius: 50px;
    padding: 17px 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.advance_search:hover {
    color: #fff !important;
}
.advance_search:hover {
   color: black;
   transition: 0.5s;
   text-decoration: none;
}
.colors-identity-section {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    column-gap: 0px;
    width: 100%;
}
.colors-identity-section div {
    font-size: 18px;
    line-height: 18px;
    display: inline-flex;
}
.colors-identity-section .Outstanding:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background: #303192 !important;
    display: flex;
    justify-content: flex-start;
    position: relative;
    left: -5%;
}
section.contact_info {
    padding: 100px 0;
    background-image: url(img/Slide1-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
section.Touch {
    padding: 100px 0;
    background-image: url(img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.Touch_content h2 {
    color: #2E50A3;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    line-height: 55px;
    text-transform: capitalize;
}
.Touch_content p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
    width: 85%;
}
.elementor-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elementor-price-list li {
    margin-bottom: 40px;
}
.elementor-price-list-image {
    background: #56D0E0;
}
.elementor-price-list .elementor-price-list-image {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.elementor-price-list .elementor-price-list-text {
    padding: 0 0 0 20px;
    text-align: left;
}
.elementor-price-list-item .elementor-price-list-header {
    align-items: center;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    justify-content: space-between;
}
.elementor-price-list-text .elementor-price-list-header span.elementor-price-list-title {
    color: #2F4FA2;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.elementor-price-list .elementor-price-list-text p.elementor-price-list-description {
    margin: 0;
    width: 100%;
    font-size: 13px;
    color: #000;
}
.elementor-price-list .elementor-price-list-text {
    display: block;
}
a.elementor-price-list-item {
    display: flex;
    width: max-content;
}
.elementor-price-list-text .elementor-price-list-header span.elementor-price-list-title:hover{
    text-decoration: none;
}
.folo_cont svg {
    width: 26px;
    margin-right: 39px;
}
.folo_cont {
    display: flex;
}
.folo_cont h2 {
    font-size: 28px;
    color: #2f4fa2;
    padding-right: 100px;
}
.form h2{
    color: #2E50A3;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    line-height: 55px;
    text-transform: capitalize;
}
iframe {
    width: 100%;
    height: 330px;
    border: none;
}

/*===
========= news page =======*/
section.news_banner {
    padding: 100px 0;
    background-image: url(../img/news-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.news_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background: linear-gradient(180deg, #0B1E50 0%, rgba(37, 34, 34, 0) 92.22%);
    opacity: 0.9;
}
.news_btn a {
    background: #28A8E0;
    box-shadow: inset 0px 4px 18px 8px rgb(0 0 0 / 6%);
    color: aliceblue;
    font-size: 16px;
    padding: 18px 0;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
}
.news_btn a:hover {
    color: #fff;
    text-decoration: none;
}
section.latest_news {
    padding: 60px 0;
}
h1.news_heading {
    color: #000000;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 55px;
    text-transform: capitalize;
}
.col_pic img {
    width: 100%;
    border-radius: 50px;
}
.col__right h4 {
    color: #606060;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins';
    display: inline-block;
    margin-bottom: 20px;
}
.col__right h1 {
    color: #2F4FA2;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Poppins';
    margin-bottom: 25px;
}
.col__right p {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Poppins';
    margin-bottom: 30px;
}
.col__right a {
    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;
}
.col__right a:hover {
    text-decoration: none;
    color: #fff;
}
.col_pic {
    height: 100%;
    display: flex;
    align-items: center;
}
.archive h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 55px;
    text-transform: capitalize;
}

/*==== contact us style ====*/
.contact_banner {
    background: url('../img/contact-bg.png');
    padding-top: 270px;
    height: 500px;
}

section.contact_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background: linear-gradient(180deg, #0B1E50 0%, rgba(37, 34, 34, 0) 92.22%);
    opacity: 0.9;
}
section.contact-main {
    padding: 100px 0;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_info h1 {
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 10px;
    color: #2E50A3;
    font-weight: 600;
    font-family: 'Poppins';
}
.contact_info p {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Poppins';
    margin-bottom: 50px;
    max-width: 650px;
}
.info_pic {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #56D0E0;
}
.info_list a {
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.info_detail {
    display: inline-block;
    width: 80%;
}
.info_detail h4 {
    color: #2F4FA2;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
    margin: 0;
}
.info_detail p {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.info_list a {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    text-decoration: none;
}
.info_list a:hover {
    text-decoration: none;
}
ul.info_list li {
    list-style: none;
    margin-bottom: 40px;
}
.social-media {
    display: flex;
    align-items: center;
}
.social-media ul {
    margin: 0 !important;
}
.social-media ul li {
    display: inline-block;
    margin: 0 10px;
}
.social-media ul li a i {
    font-size: 25px;
    color: #2F2F2F;
}
.social-media h1 {
    margin: 0;
    color: #2F4FA2;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Poppins';
    width: 25%;
}
/*contact form*/
.contact-form h1 {
    color: #2E50A3;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Poppins';
    margin-bottom: 20px;
    line-height: 35px;
    text-transform: capitalize;
}
.form-group label {
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    font-family: 'Poppins';
}

.form-group input.form-control {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    padding: 20px;
    height: auto;
}
.iti__selected-flag {
    background: transparent !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.form-group textarea.form-control {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 40px;
    padding: 20px 20px;
    resize: none;
    height: 180px;
}
button.submit_btn {
    background: #2E50A3;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins';
    cursor: pointer;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    width: 200px;
    padding: 9px 0;
}
.form-group.sub_btn {
    text-align: center;
    margin-top: 30px;
}
/*suggestions*/
section.suggestions {
    padding: 60px 0;
}
.suggestion_body {
    text-align: center;
}
.suggestion_body h1 {
    color: #2E50A3;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Poppins';
    line-height: 35px;
    text-transform: capitalize;
}
.suggestion_body p {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins';
    color: #6ec1e4;
}
.suggestion_body img {
    width: 100%;
}
.sugg_btn a {
    background: #F6BF6C;
    border-radius: 50px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Poppins';
    outline: none;
    cursor: pointer;
    padding: 14px 30px;
    display: inline-block;
    text-decoration: none;
}
.contact_mail p a {
    background: transparent;
    color: #4169e1;
    padding: 0;
}
.contact_mail {
    margin-top: 50px;
}


/*==
login page */
section.login_info {
    padding: 100px 0;
    background-image: url(../img/login-baner-min-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.login_info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background: linear-gradient(180deg, #0B1E50 0%, rgba(37, 34, 34, 0) 92.22%);
    opacity: 0.9;
}
.banner_ab {
    text-align: center;
    margin-top: 100px;
}
.banner_ab h2 {
    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%);
}
section.WELCOME_info {
    background-image: url(../img/login-bg.png);
    padding: 100px 0px 180px 0px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.login_form {
    margin-top: 50px;
}
.WELCOME_content h3 {
    color: #2E50A3;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 56px;
    margin-bottom: 0;
}
.WELCOME_content h2 {
    color: #2E50A3;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 56px;
 }

.WELCOME_content p {
    font-family: 'Poppins', Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #767676;
  }

  .WELCOME_content a {
    font-family: 'Poppins', Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #28A8E0;
    margin-left: 10px;
}

.login_form label{
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
    margin-bottom: 18px;
}
.login_form input{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    width: 100%;
    background: #fff;
    padding: 0px 23px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #00000024;
    margin-bottom: 20px;
}
.elementor-field-type-checkbox {
    justify-content: flex-end;
    align-items: start;
    flex-direction: row-reverse;
    padding-left: 40px;
    width: 35%;
}
.elementor-field-type-checkbox label {
    color: #2F4FA2;
    text-decoration: none;
    font-weight: 500;
}
a:hover {
    text-decoration: none;
}
.elementor-field-subgroup {
    position: absolute;
    left: 0;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}
input#form-field-field_02693d4-0 {
    margin-top: -24px;
}
.elementor-button[type="submit"] {
    background-color: #2F4FA2;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 27px;
    border-radius: 50px;
    padding: 15px 135px 15px 135px;
    border: none;
}
.login_btn {
    text-align: center;
    margin-top: 30px;
}

/*
===== search style ======*/
section.search_info {
    padding: 100px 0;
    background-image: url(../img/Slide2-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

section.search_bar {
    padding: 180px 0px 80px 0px;
}

.searches-inputs form.elementor-search-form {
    width: 100%;
    display: flex;
    justify-content: center;
}
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #f1f2f3;
    width: 70%;
    align-items: center;
    height: 60px;
    border-radius: 50px;
}
form.elementor-search-form {
    text-align: -webkit-center;
}
.searches-inputs .elementor-search-form__container {
    width: 70%;
    border-radius: 30px !important;
}
.elementor-search-form__container {
    display: flex;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px;
}
.elementor-search-form input[type="search"] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    padding: 17px 20px;
    margin-right: 22px;
    height: 60px;
    outline: none;
    margin-bottom: 0;   
}
.elementor-search-form__submit {
    background: #274698 !important;
    width: 10%;
    height: 70px;
    border: none;
    text-align: center;
    align-items: center;
}
.searches-inputs button.elementor-search-form__submit {
    background-color: #274698 !important;
}
.fa-search:before {
    content: "\f002";
}
svg.fa.fa-search.e-font-icon-svg.e-fas-search {
    width: 20px;
    color: #FFF;
    fill: #fff;
}
.form_img {
    text-align: center;
    margin-top: 80px;
}
.form_img h2 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
}
.form_img p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}


@media only screen and (max-width: 767px){
header.header_desktop {
    display: none !important;
}
section.about_info {
    padding: 45px 0;
}
.banner_ab h2 {
    font-size: 35px;
    line-height: 45px;
}
ul.nav.nav-tabs {
    flex-direction: column;
}
.nav-tabs li {
    width: 100%;
}
.colors-identity-section {
    display: none;
}
.search_cover .search_load input {
    margin-right: 0 !important;
    margin-bottom: 15px;
}
.col__right {
    margin-top: 35px;
    text-align: center;
}
.col__right h1 {
    font-size: 18px;
    line-height: 25px;
}
.col__right p {
    font-size: 12px;
    line-height: 22px;
}

.archive h1 {
    font-size: 18px;
    line-height: 45px;
}
.drop_info select {
    font-size: 14px;
    padding: 12px 10px;
}
.contact_banner {
    background: url('../img/contact-bg.png');
    padding-top: 160px;
    height: 360px;
    background-size: cover;
}
.soon_title h1 {
    font-size: 36px;
}
.social-media {
    display: block;
}
.social-media h1 {
    width: 100%;
    margin-bottom: 20px;
}
.contact-form {
    margin-top: 35px;
}
section.WELCOME_info {
    padding: 64px 0px 300px 0px;
}
.WELCOME_content h2 {
    font-size: 25px;
    line-height: 35px;
}
.elementor-field-type-checkbox {
    width: 100%;
}
.elementor-button[type="submit"] {
    width: 100%;
}
section.search_bar {
    padding: 70px 0px 80px 0px;
}
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    width: 100%;
}
.elementor-search-form__submit {
    width: 25%;
}
body .elementor-search-form input[type="search"] {
    margin-right: 12px;
}

}


