 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

 body {
     font-family: 'Noto Sans KR', sans-serif;
     color: #444444;
 }

 a {
     color: #ee321a;
     text-decoration: none;
 }

 a:hover {
     color: #ee321a;
     text-decoration: none;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: 'Noto Sans KR', sans-serif;
 }

 p {
     font-size: 18px;
     font-weight: 300;
     line-height: 1.6;
 }

 /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9999;
     overflow: hidden;
     background: #fff;
 }

 #preloader:before {
     content: "";
     position: fixed;
     top: calc(50% - 30px);
     left: calc(50% - 30px);
     border: 6px solid #ed502e;
     border-top-color: white;
     border-radius: 50%;
     width: 60px;
     height: 60px;
     animation: animate-preloader 1s linear infinite;
 }

 @keyframes animate-preloader {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

 .back-to-top {
     position: fixed;
     visibility: hidden;
     opacity: 0;
     right: 15px;
     bottom: 15px;
     z-index: 996;
     background: #ed502e;
     width: 40px;
     height: 40px;
     border-radius: 4px;
     transition: all 0.4s;
 }

 .back-to-top i {
     font-size: 28px;
     color: #fff;
     line-height: 0;
 }

 .back-to-top:hover {
     background: #f06f54;
     color: #fff;
 }

 .back-to-top.active {
     visibility: visible;
     opacity: 1;
 }

 


 /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

 /* ====new style==== */

 header.header {
     position: sticky;
     top: 0;
     background: white;
     box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
 }

 .header {
     display: block;
     width: 100%;
     position: relative;
     z-index: 99;
     padding: 0px 0px 8px 0px;
 }

 .event_detblock p {
    color: #949292;
    padding-top: 20px;
}

 .header .item-left {
     flex: 0 0 17%;
     text-align: center;
 }

 .sub-menu.mega-menu.mega-menu-column-4 {
     text-align: left;
 }

 .header .main_logo a {
     /* font-size: 36px;
    color: #032e72;
    font-weight: 700;
    text-decoration: none; */
 }

 .header .item-center {
     flex: 0 0 72%;
     margin-top: 23px;
     text-align: end;
 }

 span.ormae_logo_text {
     position: relative;
     top: 5px;
 }

 .header .item-right {
     flex: 0 0 10%;
     justify-content: flex-end;
     text-align: end !important;
     margin: auto;
 }

 .header-item.item-right a.btn.app-data.primary.hidden-xs.hidden-sm {
    background: none;
    color: #253b81;
    border: 1px solid;
    border-radius: 10px;
     padding: 10px 20px;
     font-size: 13px;
 }

 .header .menu>ul>li {
     display: inline-block;
 }

 .header .menu>ul>li>a {
     font-weight: 500;
     color: #072453;
     position: relative;
     text-transform: uppercase;
     transition: color 0.3s ease;
     text-decoration: none;
     font-size: 16px;
     padding: 10px 19px;
 }

 ul.list_style {
    padding-left: 0px;
}

 .header .menu>ul>li .sub-menu {
     position: absolute;
     z-index: 500;
     background-color: #ffffff;
     box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
     padding: 20px 30px;
     transition: all 0.5s ease;
     margin-top: 25px;
     opacity: 0;
     visibility: hidden;
 }

 /* ul.menu-main {
    text-align: left;
  } */

 /* .main_logo img {
     width: 100%;
 } */

 @media(min-width: 992px) {
     .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
         margin-top: 0;
         visibility: visible;
         opacity: 1;
     }

     .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:hover a {
         color: white !important;
     }
 }

 .header .menu>ul>li .sub-menu>ul>li {
     line-height: 1;
 }

 .header .menu>ul>li .sub-menu>ul>li>a {
     display: inline-block;
     padding: 10px 0;
     font-size: 15px;
     color: #555555;
     transition: color 0.3s ease;
     text-decoration: none;
     text-transform: capitalize;
 }

 .header .menu>ul>li .single-column-menu {
     min-width: 280px;
     max-width: 350px;
 }

 .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
     line-height: 1;
     display: block;
 }

 .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
     padding: 10px 0;
     display: inline-block;
     font-size: 15px;
     transition: color 0.3s ease;
     text-decoration: none;
     line-height: 1.5;
     color: black;
     display: block;
 }

 .header .menu>ul>li .sub-menu.mega-menu {
     left: 57%;
     transform: translateX(-50%);
     top: 100%;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4 {
     width: 75%;
     display: flex;
     flex-wrap: wrap;
     padding: 10px;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
     flex: 0 0 25%;
     border-right: 1px solid #ddd;
 }

 .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:hover {
     background-color: #518cc7;
     color: white !important;
 }

 .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
     padding: 0 10px;
     color: black !important;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
     color: #032e72;
     font-weight: 500;
     line-height: 1.5;
     padding: 0px 10px;
     margin: 0 0 10px;
     font-size: 16px;
 }

 .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
     color: #fff;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
     text-align: center;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
     max-width: 100%;
     width: 100%;
     vertical-align: middle;
     margin-top: 10px;
 }

 .mobile-menu-head,
 .mobile-menu-trigger {
     display: none;
 }

 a.btn.app-data.primary {
     background: linear-gradient(to right, #0271e3 0%, #4475c4 100%);
     color: white;
 }

 @media(max-width: 991px) {
     .header .item-center {
         order: 3;
         flex: 0 0 100%;
     }

     .header .item-left,
     .header .item-right {
         flex: 0 0 auto;
     }

     .v-center {
         justify-content: space-between;
     }

     .header .mobile-menu-trigger {
         display: flex;
         height: 30px;
         width: 30px;
         margin-left: 15px;
         cursor: pointer;
         align-items: center;
         justify-content: center;
     }

     .header .mobile-menu-trigger span {
         display: block;
         height: 2px;
         background-color: #333333;
         width: 24px;
         position: relative;
     }

     .header .mobile-menu-trigger span:before,
     .header .mobile-menu-trigger span:after {
         content: '';
         position: absolute;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: #333333;
     }

     .header .mobile-menu-trigger span:before {
         top: -6px;
     }

     .header .mobile-menu-trigger span:after {
         top: 6px;
     }

     .header .item-right {
         align-items: center;
     }

     .header .menu {
         position: fixed;
         width: 320px;
         background-color: #ffffff;
         left: 0;
         top: 0;
         height: 100%;
         overflow: hidden;
         transform: translate(-100%);
         transition: all 0.5s ease;
         z-index: 1099;
     }

     .header .menu.active {
         transform: translate(0%);
     }

     .header .menu>ul>li {
         line-height: 1;
         margin: 0;
         display: block;
     }

     .header .menu>ul>li>a {
         line-height: 50px;
         height: 50px;
         padding: 0 50px 0 15px;
         display: block;
         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
         text-transform: uppercase;
         font-size: 14px;
     }

     .header .menu>ul>li>a i {
         position: absolute;
         height: 50px;
         width: 50px;
         top: 0;
         right: 0;
         text-align: center;
         transform: rotate(-90deg);
     }

     .header .menu .mobile-menu-head {
         display: flex;
         height: 50px;
         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
         justify-content: space-between;
         align-items: center;
         position: relative;
         z-index: 501;
         position: sticky;
         background-color: #ffffff;
         top: 0;
     }

     .header .menu .mobile-menu-head .go-back {
         height: 50px;
         width: 50px;
         cursor: pointer;
         text-align: center;
         color: #000000;
         font-size: 16px;
         display: none;
     }

     .header .menu .mobile-menu-head.active .go-back {
         display: block;
     }

     .header .menu .mobile-menu-head .current-menu-title {
         font-size: 15px;
         font-weight: 500;
         color: #000000;
     }

     .header .menu .mobile-menu-head .mobile-menu-close {
         height: 50px;
         width: 50px;
         cursor: pointer;
         line-height: 50px;
         text-align: center;
         color: #000000;
         font-size: 25px;
     }

     .header .menu .menu-main {
         height: 100%;
         overflow-x: hidden;
         overflow-y: auto;
     }

     .header .menu>ul>li .sub-menu.mega-menu,
     .header .menu>ul>li .sub-menu {
         visibility: visible;
         opacity: 1;
         position: absolute;
         box-shadow: none;
         margin: 0;
         padding: 15px;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         padding-top: 65px;
         max-width: none;
         min-width: auto;
         display: none;
         transform: translateX(0%);
         overflow-y: auto;
     }

     .header .menu>ul>li .sub-menu.active {
         display: block;
     }

     @keyframes slideLeft {
         0% {
             opacity: 0;
             transform: translateX(100%);
         }

         100% {
             opacity: 1;
             transform: translateX(0%);
         }
     }

     @keyframes slideRight {
         0% {
             opacity: 1;
             transform: translateX(0%);
         }

         100% {
             opacity: 0;
             transform: translateX(100%);
         }
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
         margin-top: 0;
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
         margin-bottom: 20px;
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
         margin-bottom: 0px;
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
         flex: 0 0 100%;
         padding: 0px;
     }

     .header .menu>ul>li .sub-menu>ul>li>a,
     .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
         display: block;
     }

     .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
         margin-bottom: 15px;
     }

     .menu-overlay {
         position: fixed;
         background-color: rgba(0, 0, 0, 0.5);
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         z-index: 1098;
         visibility: hidden;
         opacity: 0;
         transition: all 0.5s ease;
     }

     .menu-overlay.active {
         visibility: visible;
         opacity: 1;
     }
 }

 header.header nav.nav-sidebar ul.nav.tabs li {
     margin-bottom: 18px !important;
 }

 .header .menu>ul>li .sub-menu.mega-menu.mega-menu-column-4.dropmenu {
     width: auto;
 }

 .header .menu>ul>li .sub-menu.mega-menu.mega-menu-column-4.dropmenu {
     left: auto;
     transform: initial;
     padding: 8px;
 }

 .header .menu>ul>li .sub-menu.mega-menu.mega-menu-column-4.dropmenu>.list-item {
     min-width: 250px;
 }

 .header .menu>ul>li .sub-menu.mega-menu.mega-menu-column-4.dropmenu>.list-item {
     border: none;
 }


 /* ====header search botton====== */

 .top_search_btn {
     float: left;
 }

 .top_searching .search-inline {
     width: 100%;
     left: 0;
     padding-left: 15px;
     padding-right: 15px;
     top: 0;
     height: 10%;
     position: absolute;
     opacity: 0;
     visibility: hidden;
     background-color: #ebf2f9;
     z-index: 9;
     transition: all .5s ease-in-out;
     min-height: 50px;
     top: 100%;
 }

 .top_searching .search-inline.search-visible {
     opacity: 1;
     visibility: visible;
     animation: topsearch 0.4s ease-in-out;
 }

 .top_searching .search-inline button[type="submit"] {
     position: absolute;
     right: 52px;
     top: 0;
     background-color: transparent;
     border: 0px;
     top: 0;
     right: 80px;
     padding: 0px;
     cursor: pointer;
     width: 60px;
     height: 99%;
     background: #0071e3;
     color: #fff;
 }

 .top_searching input.form-control:focus {
     background-color: #ebf2f9;
     box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
 }

 .top_searching .search-inline .form-control {
     border: 0px;
     padding-left: 0;
     font-size: 2rem;
     position: absolute;
     left: 1%;
     top: 0;
     height: 100%;
     width: 99%;
     font-family: "Montserrat", sans-serif;
     font-weight: 700;
     outline: none;
 }

 .top_searching .search-inline .search-close {
     position: absolute;
     top: 0;
     right: 0;
     color: #616161;
     width: 80px;
     height: 100%;
     text-align: center;
     display: table;
     background-color: #ebf2f9;
     text-decoration: none;
 }

 .top_searching .search-inline .search-close i {
     display: table-cell;
     vertical-align: middle;
     font-size: 20px;
 }

 header.header button i.fa.fa-search {
     font-size: 18px;
 }

 .top_searching .form-control {
     display: block;
     width: 100%;
     padding: .375rem .75rem;
     font-size: 1rem;
     line-height: 1.5;
     color: #495057;
     background-color: #ebf2f9;
     background-clip: padding-box;
     border: 1px solid #efefef;
     border-radius: .25rem;
     transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
 }

 .top_search_btn i.fa.fa-search {
     font-size: 20px;
     padding: 8px 0 0;
     padding-left: 30px;
 }

 @keyframes topsearch {
     from {
         opacity: 0;
         transform: translate3d(0, -20%, 0);
     }

     to {
         opacity: 1;
         transform: translate3d(0, 0, 0);
     }
 }

 .top_searching .form-control:active,
 .form-control:focus,
 .input-group .form-control:active,
 .input-group .form-control:focus,
 .post-password-form input[type=password]:active,
 .post-password-form input[type=password]:focus,
 .woocommerce form .form-row input.input-text:active,
 .woocommerce form .form-row input.input-text:focus,
 .woocommerce form .form-row textarea:active,
 .woocommerce form .form-row textarea:focus,
 .wpcf7-form-control:active,
 .wpcf7-form-control:focus,
 body .woocommerce-cart table.cart td.actions .coupon .input-text:active,
 body .woocommerce-cart table.cart td.actions .coupon .input-text:focus {
     border: none;
     box-shadow: none;
 }


 /* =====nav bar inner tab==== */

 .blogShort {
     border-bottom: 1px solid #ddd;
 }

 .add {
     background: #333;
     padding: 10%;
     height: 300px;
 }

 .nav-sidebar {
     width: 100%;
 }

 .nav-sidebar a {
     color: #333;
     -webkit-transition: all 0.08s linear;
     -moz-transition: all 0.08s linear;
     -o-transition: all 0.08s linear;
     transition: all 0.08s linear;
 }

 .nav-sidebar .active a {
     cursor: default;
     color: #fff;
 }

 .nav-sidebar .text-overflow a,
 .nav-sidebar .text-overflow .media-body {
     white-space: nowrap;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
 }

 header.header .tab-content ul li {
     width: 50%;
     float: left;
     padding: 0 15PX;
     padding-left: 25px;
     margin-bottom: 25px;
     margin-top: 20px;
     min-height: 65px;
 }

 header.header .tab-content ul li:last-child {
     margin: 0 !important;
 }

 header.header .tab-content ul li a:hover {
     color: #0272e2;
 }

 header.header .tab-content ul li a {
     font-size: 15px;
     text-decoration: none;
     color: #000;
     width: 100%;
     display: flex;
     padding: 10px 0;
     text-indent: 0px;
 }

 header.header .tab-content ul li img {
     margin-right: 10px;
     margin-top: -2px;
     height: 40px !important;
     width: 40px !important;
 }

 header.header nav.nav-sidebar {
     width: 25%;
     background: #ddd;
     padding: 15px 0px 15px 10px;
 }

 header.header .tab-content {
     width: 75%;
 }

 header.header nav.nav-sidebar ul.nav.tabs li:last-child {
     margin-bottom: 0 !important;
 }

 header.header ul.nav.tabs li a {
     font-weight: 500;
     padding: 13px 10px !important;
     font-size: 16px;
     color: #032e72 !important;
 }

 header.header ul.nav.tabs li.active a {
     color: #0671e1 !important;
     background: #fff;
     border-left: 5px solid;
 }

 header.header ul.nav.tabs li.active {
     background-color: #eee;
 }

 header.header .tab-content ul {
     width: 70%;
     float: left;
     padding: 0;
 }

 header.header .tab-content .case_syudies_nav {
     width: 30%;
     float: right;
     border-left: 1px solid #ddd;
     padding: 0 0px 0 15px;
 }

 .case_syudies_nav h4 {
     font-size: 16px;
     color: #032e72;
 }

 .case_syudies_nav button.button.read {
     padding-left: 0;
 }

 .case_syudies_nav button.button.read span {
     font-size: 14px;
     color: tomato;
 }

 .case_syudies_nav h5 {
     font-weight: 600;
     font-size: 13px;
 }

 header.header ul.nav.tabs li.active a:after {
     content: '\00bb';
     position: absolute;
     opacity: 1;
     top: 0px;
     right: 3%;
     font-size: 29px;
 }

 header.header .tab-content ul li i.glyphicon.glyphicon-menu-right {
     font-size: 12px;
 }

 .naviteamact {
     display: contents;
 }























 /* ====new style ebnd==== */

 /* #header {
     background: #fff;
     transition: all 0.5s;
     z-index: 1000;
     padding: 15px 0;
     position: sticky !important;
 }

 #header.header-scrolled {
     padding: 5px 0;
     box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 }

 #header .logo {
     padding: 0;
     line-height: 1;
     font-weight: 700;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     margin: 0;
 }

 #header .logo a {
     color: #0b2341;
 }

 #header .logo img {
     max-height: 80px;
     background-color: #fff;
 } */

 /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
 /**
* Desktop Navigation 
*/

 /* .logo_text_block p {
     font-size: 10px;
     margin-bottom: 0;
 }

 .logo_text_block h4 {
     font-size: 12px;
     margin-bottom: 2px;
 }

 .logo_text_block {
     text-transform: initial;
     margin: 3px 10px 0 8px;
 }

 h2.lolo_text {
     color: #9D0E31;
     text-transform: initial;
     margin-bottom: 0;
     font-weight: 600;
     font-size: 18px;
     line-height: 1.35;
 }

 h2.lolo_text span {
     text-transform: uppercase;
 }

 .diff {
     padding: 0 20px;
 }

 .nav_contact_button {
     font-size: 16px;
     font-weight: 500;
     background-color: #FFFFFF00;
     box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 0%);
     border: 1px solid;
     padding: 10px 15px;
     transition: 1s ease;
     margin: 0 0px 0 30px;
 }

 .nav_contact_button:hover {
     box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 10%);
     transition: 1s ease;
 }

 .navbar {
     padding: 0;
 }

 .navbar ul {
     margin: 0;
     padding: 0;
     display: flex;
     list-style: none;
     align-items: center;
 }

 .dropdown,
 .dropend,
 .dropstart,
 .dropup {
     position: initial;
 }

 .navbar a,
 .navbar a:focus {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 10px 0 10px 50px;
     font-size: 20px;
     color: #0b2341;
     white-space: nowrap;
     transition: 0.3s;
 }

 .navbar a i,
 .navbar a:focus i {
     font-size: 12px;
     line-height: 0;
     margin-left: 5px;
 }

 .navbar a:hover,
 .navbar .active,
 .navbar .active:focus,
 .navbar li:hover>a {
     color: #ed502e;
 }

 .navbar .getstarted,
 .navbar .getstarted:focus {
     background: #ed502e;
     padding: 8px 20px;
     margin-left: 30px;
     border-radius: 4px;
     color: #fff;
 }

 .navbar .getstarted:hover,
 .navbar .getstarted:focus:hover {
     color: #fff;
     background: #ef6445;
 }

 .navbar .dropdown ul {
     display: block;
     position: absolute;
     left: 14px;
     top: calc(100% + 30px);
     margin: 0;
     padding: 10px 0;
     z-index: 99;
     opacity: 0;
     visibility: hidden;
     background: #fff;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
     transition: 0.3s;
     width: 100%;
     border-top: 2px solid #ee321a;
     padding: 20px !important;
 }

 .navbar .dropdown ul li {
     min-width: 200px;
 }

 .navbar .dropdown ul a {
     padding: 10px 20px;
     text-transform: none;
 }

 .navbar .dropdown ul a i {
     font-size: 12px;
 }

 .navbar .dropdown ul a:hover,
 .navbar .dropdown ul .active:hover,
 .navbar .dropdown ul li:hover>a {
     color: #ed502e;
 }

 .navbar .dropdown:hover>ul {
     opacity: 1;
     top: 100%;
     visibility: visible;
 }

 .navbar .dropdown .dropdown ul {
     top: 0;
     left: calc(100% - 30px);
     visibility: hidden;
 }

 .navbar .dropdown .dropdown:hover>ul {
     opacity: 1;
     top: 0;
     left: 100%;
     visibility: visible;
 }

 @media (max-width: 1366px) {
     .navbar .dropdown .dropdown ul {
         left: -90%;
     }

     .navbar .dropdown .dropdown:hover>ul {
         left: -100%;
     }
 } */

 /**
* Mobile Navigation 
*/

 /* .mobile-nav-toggle {
     color: #0b2341;
     font-size: 28px;
     cursor: pointer;
     display: none;
     line-height: 0;
     transition: 0.5s;
 }

 .mobile-nav-toggle.bi-x {
     color: #fff;
 }

 @media (max-width: 991px) {
     .mobile-nav-toggle {
         display: block;
     }

     .navbar ul {
         display: none;
     }
 }

 .navbar-mobile {
     position: fixed;
     overflow: hidden;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background: rgba(4, 12, 21, 0.9);
     transition: 0.3s;
     z-index: 999;
 }

 .navbar-mobile .mobile-nav-toggle {
     position: absolute;
     top: 15px;
     right: 15px;
 }

 .navbar-mobile ul {
     display: block;
     position: absolute;
     top: 55px;
     right: 15px;
     bottom: 15px;
     left: 15px;
     padding: 10px 0;
     background-color: #fff;
     overflow-y: auto;
     transition: 0.3s;
 }

 .navbar-mobile a,
 .navbar-mobile a:focus {
     padding: 10px 20px;
     font-size: 15px;
     color: #0b2341;
 }

 .navbar-mobile a:hover,
 .navbar-mobile .active,
 .navbar-mobile li:hover>a {
     color: #ed502e;
 }

 .navbar-mobile .getstarted,
 .navbar-mobile .getstarted:focus {
     margin: 15px;
 }

 .navbar-mobile .dropdown ul {
     position: static;
     display: none;
     margin: 10px 20px;
     padding: 10px 0;
     z-index: 99;
     opacity: 1;
     visibility: visible;
     background: #fff;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
 }

 .navbar-mobile .dropdown ul li {
     min-width: 200px;
 }

 .navbar-mobile .dropdown ul a {
     padding: 10px 20px;
 }

 .navbar-mobile .dropdown ul a i {
     font-size: 12px;
 }

 .navbar-mobile .dropdown ul a:hover,
 .navbar-mobile .dropdown ul .active:hover,
 .navbar-mobile .dropdown ul li:hover>a {
     color: #ed502e;
 }

 .navbar-mobile .dropdown>.dropdown-active {
     display: block;
 } */

 /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

 #hero .position-absolute.red_tint {
     height: 100%;
     width: 800px;
     background: #ee321a91;
     border-radius: 0 60% 60% 0;
     top: 0%;
 }

 #hero {
     width: 100%;
     height: 68vh;
     /* background-color: rgba(4, 12, 21, 0.8); */
     overflow: hidden;
     position: relative;
 }

 #hero .carousel,
 #hero .carousel-inner,
 #hero .carousel-item,
 #hero .carousel-item::before {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     z-index: 90;
 }

 #hero .carousel-item {
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat;
 }

 #hero .carousel-item::before {
     content: "";
     background-color: rgba(4, 12, 21, 0.3);
 }

 #hero .carousel-container {
     display: flex;
     align-items: center;
     position: absolute;
     bottom: 0;
     top: 82px;
     left: 50px;
     right: 50px;
     z-index: 999;
 }

 #hero h2 {
     color: #fff;
     margin: 0;
     font-weight: 400;
     letter-spacing: 4px;
     font-size: 21px;
     line-height: 30px;
 }

 #hero p {
     animation-delay: 0.4s;
     color: #fff;
     margin-top: 10px;
     font-size: 70px;
     font-weight: 300;
     line-height: 85px;
 }

 .clsfont_dec {
     font-size: 44px !important;
 }

 @media (min-width: 1200px) {
     #hero p {
         width: 100%;
     }
 }

 #hero .carousel-inner .carousel-item {
     transition-property: opacity;
     background-position: center;
 }

 #hero .carousel-inner .carousel-item,
 #hero .carousel-inner .active.carousel-item-start,
 #hero .carousel-inner .active.carousel-item-end {
     opacity: 0;
 }

 #hero .carousel-inner .active,
 #hero .carousel-inner .carousel-item-next.carousel-item-start,
 #hero .carousel-inner .carousel-item-prev.carousel-item-end {
     opacity: 1;
     transition: 0.5s;
     z-index: 111;
 }

 #hero .carousel-inner .carousel-item-next,
 #hero .carousel-inner .carousel-item-prev,
 #hero .carousel-inner .active.carousel-item-start,
 #hero .carousel-inner .active.carousel-item-end {
     left: 0;
     transform: translate3d(0, 0, 0);
 }

 #hero .carousel-control-next,
 #hero .carousel-control-prev {
     z-index: 1000;
 }

 #hero .carousel-control-next-icon,
 #hero .carousel-control-prev-icon {
     background: none;
     font-size: 30px;
     line-height: 0;
     width: auto;
     height: auto;
     background: rgba(255, 255, 255, 0.2);
     border-radius: 50px;
     transition: 0.3s;
     color: rgba(255, 255, 255, 0.5);
     width: 54px;
     height: 54px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 #hero .carousel-control-next-icon:hover,
 #hero .carousel-control-prev-icon:hover {
     background: rgba(255, 255, 255, 0.3);
     color: rgba(255, 255, 255, 0.8);
 }

 #hero .carousel-indicators {
     z-index: 999;
 }

 #hero .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     overflow: hidden;
     border: 0;
     width: 12px;
     height: 12px;
     border-radius: 50px;
     opacity: 0.6;
     transition: 0.3s;
 }

 #hero .carousel-indicators li.active {
     opacity: 1;
     background: #ed502e;
 }

 #hero .btn-get-started {
     font-family: "Raleway", sans-serif;
     font-weight: 500;
     font-size: 14px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 14px 32px;
     border-radius: 4px;
     transition: 0.5s;
     line-height: 1;
     color: #fff;
     animation-delay: 0.8s;
     background: #ed502e;
     margin-top: 15px;
 }

 #hero .btn-get-started:hover {
     background: #ef6445;
 }

 @media (max-width: 992px) {
     #hero {
         height: 100vh;
     }

     #hero .carousel-container {
         text-align: center;
         top: 74px;
     }
 }

 @media (max-width: 768px) {
     #hero h2 {
         font-size: 30px;
     }
 }

 @media (min-width: 1024px) {

     #hero .carousel-control-prev,
     #hero .carousel-control-next {
         width: 5%;
     }
 }

 @media (max-height: 500px) {
     #hero {
         height: 120vh;
     }
 }

 /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

 /* section {
     padding: 60px 0;
 } */

 .section-title {
     padding-bottom: 40px;
 }

 .section-title h2 {
     font-size: 14px;
     font-weight: 500;
     padding: 0;
     line-height: 1px;
     margin: 0 0 5px 0;
     letter-spacing: 2px;
     text-transform: uppercase;
     color: #aaaaaa;
 }

 .section-title h2::after {
     content: "";
     width: 120px;
     height: 1px;
     display: inline-block;
     background: #f38b74;
     margin: 4px 10px;
 }

 .section-title p {
     margin: 0;
     margin: 0;
     font-size: 36px;
     font-weight: 700;
     text-transform: uppercase;
     color: #0f2f57;
 }

 /* ======================================================
testimonial 
======================================================== */

 section.testimonial {
     text-align: center;
     padding: 150px 0;
     position: relative;
 }

 section.testimonial::before {
     background: url(../images/TESTI.png);
     position: absolute;
     left: 17%;
     content: "";
     display: block;
     height: 260px;
     width: 336px;
     top: 5%;
     z-index: -1;
 }

 section.testimonial .carousel-inner {
     max-width: 771px;
     margin: auto;
 }

 .testi_text p {
     font-size: 28px;
     font-weight: 300;
     line-height: 42px;
     margin: 30px 0;
 }

 section.testimonial h3 {
     color: #b5ada6;
     font-weight: 400;
     line-height: 27px;
     letter-spacing: 4px;
     text-transform: uppercase;
     font-size: 18px !important;
 }

 section.testimonial .carousel-indicators [data-bs-target] {
     width: 10px;
     height: 10px;
     border-top: none;
     border-bottom: none;
     background: #ee321a;
     border-radius: 50%;
     margin: 0 10px;
 }

 section.testimonial .carousel-indicators {
     margin-bottom: -40px;
 }

 h4.uael-post__title {
     font-family: cursive;
     font-size: 30px;
     font-style: normal;
     line-height: 50px;
     color: #ee321a;
 }

 section.testimonial .see_more {
     margin-top: 105px;
 }

 /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

 section#cta {
     /* background: linear-gradient(#ffc10769, rgb(27 127 204 / 87%)), url(../images/slider-01.jpg); */
     background: linear-gradient(#c6c6c6d1, rgb(226 228 229 / 87%)), url(../images/slider-01.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
 }

 .cta {
     padding: 40px 0 40px;
     background: #0b2341;
 }

 .cta h3 {
     font-size: 43px;
     font-weight: 300;
     line-height: 70px;
     margin-top: 0px;
     margin-bottom: 20px;
     color: #fff;
 }

 .cta p {
     color: #fff;
     line-height: 1.8;
 }

 .cta .cta-btn {
     font-weight: 600;
     font-size: 14px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 10px 35px;
     border-radius: 4px;
     transition: 0.5s;
     margin-top: 10px;
     border: 2px solid #ed502e;
     color: #fff;
 }

 .cta .cta-btn:hover {
     background: #ed502e;
     border: 2px solid #ed502e;
 }

 section#cta a.nav_contact_button {
     border: 1px solid #fff;
     color: #fff;
 }

 /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

 section#contact {
     padding: 60px 0;
 }

 .contact .info-box {
     color: #0b2341;
     text-align: center;
     box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
     padding: 20px 0 30px 0;
     background: #fff;
 }

 .contact .info-box i {
     font-size: 32px;
     color: #ed502e;
     border-radius: 50%;
     padding: 8px 15px;
     border: 2px dotted #fbdad2;
 }

 .contact .info-box h3 {
     font-size: 20px;
     color: #777777;
     font-weight: 300;
     margin: 10px 0;
     line-height: 30px;
 }

 .contact .info-box p {
     padding: 0;
     line-height: 24px;
     font-size: 14px;
     margin-bottom: 0;
 }

 .contact .php-email-form {
     box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
     padding: 67px;
     background: #fff;
 }

 .contact .php-email-form .error-message {
     display: none;
     color: #fff;
     background: #ed3c0d;
     text-align: left;
     padding: 15px;
     font-weight: 600;
 }

 .contact .php-email-form .error-message br+br {
     margin-top: 25px;
 }

 .contact .php-email-form .sent-message {
     display: none;
     color: #fff;
     background: #18d26e;
     text-align: center;
     padding: 15px;
     font-weight: 600;
 }

 .contact .php-email-form .loading {
     display: none;
     background: #fff;
     text-align: center;
     padding: 15px;
 }

 .contact .php-email-form .loading:before {
     content: "";
     display: inline-block;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     margin: 0 10px -6px 0;
     border: 3px solid #18d26e;
     border-top-color: #eee;
     animation: animate-loading 1s linear infinite;
 }

 .contact .php-email-form input,
 .contact .php-email-form textarea {
     border-radius: 0;
     box-shadow: none;
     font-size: 14px;
 }

 .contact .php-email-form input:focus,
 .contact .php-email-form textarea:focus {
     border-color: #ed502e;
 }

 .contact .php-email-form input {
     padding: 10px 15px;
 }

 .contact .php-email-form textarea {
     padding: 12px 15px;
 }

 .contact .php-email-form button[type=submit] {
     background: #ed502e;
     border: 0;
     padding: 10px 30px;
     border-radius: 4px;
     color: #fff;
     transition: 0.4s;
 }

 .contact .php-email-form button[type=submit]:hover {
     background: #ef6445;
 }

 @keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

 #footer {
     /* padding: 0 0 30px 0; */
     color: #fff;
     font-size: 14px;
     /* margin-top: 70px; */
     background: url(../images/worldmap.jpeg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }

 .footer-info .footer_logo {
     margin-bottom: 5px;
     width: 24%;
     height: 24%;
 }

 .logo_text_block {
     color: #000;
 }

 #footer .footer-top {
     padding: 80px 0 40px 0;
     background: #140837d6;
 }

 #footer .footer-top .footer-info {
     margin-bottom: 15px;
     background: #fff;
     border-top: 4px solid #ed502e;
     text-align: center;
     padding: 30px 15px;
 }

 #footer .footer-top .footer-info h3 {
     font-size: 24px;
     margin: 0 0 20px 0;
     padding: 2px 0 2px 0;
     line-height: 1;
     font-weight: 700;
 }

 .footer-newsletter p {
     font-size: 16px;
     font-weight: 200;
 }

 #footer .footer-top .footer-info p {
     font-size: 14px;
     line-height: 24px;
     margin-bottom: 0;
 }

 #footer .footer-top .social-links a {
     font-size: 18px;
     display: inline-block;
     color: #fff;
     line-height: 1;
     padding: 8px 0;
     margin-right: 4px;
     border-radius: 4px;
     text-align: center;
     width: 36px;
     height: 36px;
     transition: 0.3s;
     background: #0a1e38;
 }

 #footer .footer-top .social-links a:hover {
     color: #fff;
     background: #ed502e;
     text-decoration: none;
 }

 #footer .footer-top h4 {
     font-size: 18px;
     font-weight: 500;
     color: #fff;
     position: relative;
     padding-bottom: 12px;
 }

 #footer .footer-top .footer-links {
     margin-bottom: 30px;
     padding-left: 50px;
 }

 #footer .footer-top .footer-links ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 #footer .footer-top .footer-links ul i {
     color: #ffffff;
     font-size: 25px;
     line-height: 1;
     padding: 10px;
 }

 #footer .footer-top .footer-links ul li {
     padding: 5px 0;
     display: flex;
     align-items: center;
 }

 #footer .footer-top .footer-links ul li:first-child {
     padding-top: 0;
 }

 #footer .footer-top .footer-links ul a {
     color: #fff;
     transition: 0.3s;
     display: inline-block;
     line-height: 1;
     font-weight: 200;
     font-size: 16px;
     line-height: 1.5;
 }

 #footer .footer-top .footer-links ul a:hover {
     color: #ef6445;
 }

 #footer .footer-top .footer-newsletter form {
     margin-top: 30px;
     background: #fff;
     padding: 6px 10px;
     position: relative;
     border-radius: 4px;
 }

 #footer .footer-top .footer-newsletter form input[type=email] {
     border: 0;
     padding: 4px;
     width: calc(100% - 110px);
 }

 #footer .footer-top .footer-newsletter form input[type=submit] {
     position: absolute;
     top: 0;
     right: -2px;
     bottom: 0;
     border: 0;
     background: none;
     font-size: 16px;
     padding: 0 20px 2px 20px;
     background: #ed502e;
     color: #fff;
     transition: 0.3s;
     border-radius: 0 4px 4px 0;
     font-weight: 200;
 }

 #footer .footer-top .footer-newsletter form input[type=submit]:hover {
     background: #ef6445;
 }

 #footer .copyright {
     border-top: 1px solid #0f2f57;
     text-align: center;
     padding-top: 30px;
     font-size: 16px;
     font-weight: 300;
 }

 #footer .credits {
     padding-top: 10px;
     text-align: center;
     font-size: 13px;
     color: #fff;
 }

 .footer-info .footer-info h2.lolo_text {
     font-size: 19px;
     text-align: left;
     margin-top: 0px;
     margin-right: 0;
 }

 @media (max-width: 575px) {
     #footer .footer-top .footer-info {
         margin: -20px 0 30px 0;
     }
 }

 .footer-info .logo_text_block h4 {
     color: #000 !important;
     font-size: 11px !important;
     padding: 0 !important;
     margin: 0 !important;
 }

 .footer-info .logo_text_block {
     text-align: left;
 }

 .footer-info .logo_text_block p {
     font-size: 10px !important;
     line-height: initial !important;
 }

 .footer-info .d-flex {
     margin-bottom: 30px;
 }


  .footer_right img {
      width: 62px;
      margin-left: 14px;
      float: left;
  }
  .text {
      color: red;
  }
  .footer_right h3 {
      font-size: 20px;
      color: white;
      width: 98%;
      font-weight: 500;
      margin-bottom: 0px;
      margin-top: 5px;
  }
  .background {
      background: #253b80;
      width: 87%;
      margin-left: 41px;
      height: 93px;
      margin-top: -20px;
      padding: 15px 0px;
  }
  a.footer_text {
      font-size: 14px;
      border: 1px solid;
      padding: 15px 5px 15px 5px;
      color: black;
      font-weight: 700;
      background: white;
      float: left;
      margin: 4px 0px 0px 14px;
  }
  
  a.footer_text:hover {
      background: #f78a5e;
      color: white;
      border: 1px solid black;
  }
  
  .footer_right p {
      font-size: 18px;
      color: white;
      width: 98%;
      font-weight: 500;
  }
  .footer_left {
      width: 50%;
  }
  .footer_right {
      width: 52%;
      margin-left: -37px;
  }
  
  
  
  .footer_left h2 {
      font-size: 18px;
      font-weight: 800;
      color: #2d1675;
  }
 


 /*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/

 .get_img {
     overflow: hidden;
 }

 .see_more a {
     padding: 10px 20px;
 }

 .see_more {
     margin-top: 55px;
 }

 .get-started {
     position: relative;
     padding: 150px 0;
 }

 .get_started_secimg img {
     width: 475px;
 }

 .get_started_secimg {}

 .get-started:before {
     content: "";
     height: 100%;
     width: 50%;
     position: absolute;
     z-index: -1;
     right: 0;
     top: 0;
     background: #FBFAFA;
 }

 p.elementor-heading-title.elementor-size-default {
     color: #b5ada6;
     font-weight: 400;
     line-height: 27px;
     letter-spacing: 4px;
     text-transform: uppercase;
     font-size: 18px !important;
 }

 h2.elementor-heading-title.elementor-size-default {
     font-size: 38px;
     font-weight: 300;
     line-height: 70px;
     margin-top: 20px;
 }

 .text-center p {
     color: #000;
 }

 .wel-content strong {
     font-size: 16px;
 }

 .chair-block img {
     float: left;
     width: 400px;
     padding: 10px 20px 10px 0;
 }

 .chair-block {
     font-family: 'Noto Sans KR', sans-serif;
     line-height: 1.8;
     text-align: justify;
     padding-right: 20px;
 }

 .elementor-widget-container {
     margin-top: 30px;
 }

 @keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 /* =get-started1= */

 .get-started1_numbers_disc.disc3 {
     margin-bottom: 0;
 }

 .get-started1:before {
     display: none;
 }

 .get-started1_numbers_disc {
     position: relative;
     margin-bottom: 40px;
 }

 .get-started1_numbers_disc::before {
     content: "1";
     color: #FFF;
     border-radius: 100%;
     width: 70px;
     height: 70px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     font-size: 40px;
     line-height: 40px;
     padding-bottom: 5px;
     position: absolute;
     top: 0px;
     left: -100px;
     background-color: #ee321a;
 }

 .get-started1_numbers_disc.disc2::before {
     content: "2";
 }

 .get-started1_numbers_disc.disc3::before {
     content: "3";
 }

 .get-started1_numbers_disc h3 {
     font-size: 36px;
     font-weight: 400;
     line-height: 48px;
     margin-bottom: 10px;
 }

 .get-started1 {
     position: relative;
 }

 .get-started1::before {
     position: absolute;
     content: "";
     display: block;
     height: 500px;
     width: 500px;
     border: 150px solid #F2F0EF;
     left: -15%;
     top: -14%;
     background: #fff;
     border-radius: 50%;
 }

 /* =home band section= */

 .home_band.faculties h4 {
     margin: 7px 0;
 }

 .home_band {
     /* background: linear-gradient(#ab2413b3, #ab241394); */
     background: linear-gradient(#253b80, #253b80);
     background-repeat: no-repeat;
     color: #fff;
     padding: 20px 0;
 }

 .home_band h1 a {
     color: #fff;
     font-weight: 300;
     font-size: 48px;
 }

 .home_band h1 {
     margin: 30px 0;
 }

 section.home_band h4 {
     font-size: 30px;
     font-weight: 300;
     line-height: 38px;
     margin: 0;
 }


 section.home_band h2 {
     padding: 20px 0;
     margin: 0;
 }

 .home_band .see_more a {
     background-color: #fff;
     float: right;
 }

 h2.elementor-heading-title.elementor-size-default b {
     color: #000;
 }

 /* =why us = */

 .why-us::before {
     width: 60%;
 }

 .get-started1_numbers {
     margin-left: 14%;
 }

 .why-us .get-started1_numbers_disc::before {
     content: url(../images/team-circle-icon.svg);
     background: none !important;
 }

 .why-us .get-started1_numbers_disc.disc2::before {
     content: url(../images/brokers-circle-icon.svg);
 }

 .why-us .get-started1_numbers_disc.disc3::before {
     content: url(../images/advice-circle-icon.svg);
 }

 .why-us ul li {
     font-size: 18px;
     font-weight: 300;
     padding-bottom: 6px;
 }

 .why-us ul li::marker {
     color: #ee321a;
 }

 .why-us ul {
     padding-left: 25px;
 }

 /* ============================================
                home  blog
================================================ */

 .blog_header {
     text-align: center;
 }

 .blog_main {
     text-align: center;
     box-shadow: 0px 24px 34px rgb(0 0 0 / 10%);
     min-height: 351px;
 }

 .blog_img {
     height: 275px;
     overflow: hidden;
 }

 .blog_main h3 {
     color: #444;
     font-size: 24px;
 }

 .text-center h3 {
     color: #444;
 }

 .blog_text {
    padding: 25px 10px;
    background: #fbfbfb;
    height: 128px;
 }

 .blog_text h3 {
     margin-bottom: 20px;
     color: #353331;
     font-size: 18px;
     line-height: 1.5;
     font-weight: 300;
 }

 .blog_main img {
     transition: 2s ease;
 }

 .blog_main:hover img {
     transform: scale(1.15);
     transition: 2s ease;
 }

 .blog_main:hover .blog_text {
     background-color: #fff;
     transition: 2s ease;
 }

 .blog_main .blog_text {
     background-color: #fff;
     transition: 2s ease;
 }

 .blog_header {
     margin-bottom: 70px;
 }
 section.walkthrough {
    padding-bottom: 40px;
}

 section.blog {
     position: relative;
     padding: 50px 0 0px;
     overflow: hidden;
 }

 /* section.blog::before {
     background: url(../images/red_half_circle.png);
     position: absolute;
     content: "";
     display: block;
     height: 874px;
     width: 375px;
     top: -38%;
     z-index: -1;
     right: 0px;
     right: -9%;
 } */
 /* =svg effect= */

 .svg_block svg {
     width: 100%;
     height: 100%;
     position: absolute;
     right: -44%;
     top: 0;
     z-index: 1;
 }

 .svg_block svg text {
     text-transform: uppercase;
     animation: stroke 5s infinite alternate;
     stroke-width: 4;
     stroke: transparent;
     font-size: 1391px;
     font-family: auto;
 }

 @keyframes stroke {
     0% {
         fill: transparent;
         stroke: #ee321a;
         stroke-dashoffset: 25%;
         stroke-dasharray: 0 50%;
         stroke-width: 4;
     }

     70% {
         fill: transparent;
         stroke: #ee321a;
     }

     80% {
         fill: transparent;
         stroke: #ee321a;
         stroke-width: 5;
     }

     100% {
         fill: transparent;
         stroke: #ee321a;
         stroke-dashoffset: -25%;
         stroke-dasharray: 50% 0;
         stroke-width: 4;
     }
 }

 /* =typeing effect= */

 @keyframes cursorBlink {

     0%,
     75% {
         opacity: 1;
     }

     76%,
     100% {
         opacity: 0;
     }
 }

 .typing h2 {
     position: relative;
     color: #ffffff;
     letter-spacing: 5px;
     font-size: 4rem;
     overflow: hidden;
     font-size: 58px;
     margin-bottom: 0;
     font-weight: 300;
     animation: type 5s steps(11) infinite;
 }

 @keyframes type {

     0%,
     100% {
         width: 0px;
     }

     30%,
     60% {
         width: 394.09px;
     }
 }

 @media(max-width: 330px) {
     .typing h2 {
         font-size: 3rem;
         animation: type 5s steps(10) infinite;
     }

     @keyframes type {

         0%,
         100% {
             width: 0px;
         }

         30%,
         60% {
             width: 305px;
         }
     }
 }

 /* ================================================================
 inner banner
 =================================================================== */

 .inner_banner {
     background: url(../images/inner_banner.png);
     color: #fff;
     position: relative;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100%;
     overflow: hidden;
     z-index: 1;
     height: 180px;
 }

 .inner_banner::before {
    display: block;
    content: "";
    height: 1000px;
    width: 100%;
    background: linear-gradient(93deg, #040404b8, #0000001f);
    border-radius: 0 0% 0% 0;
    top: 0%;
    position: absolute;
    z-index: -1;
 }

 .inner_banner::after {
     display: block;
     content: "";
     height: 100%;
     width: 100%;
     background: #00000005;
     top: 0%;
     position: absolute;
     z-index: -2;
 }

 .inner_banner_content {
     padding: 17px 0;
 }

 .inner_banner_content h1 {
     font-size: 41px;
     font-weight: 300;
     line-height: 70px;
     margin-bottom: 00px;
 }



 .inner_banner_content p {
     font-size: 26px;
 }

 /* =============================================================
 ofe section
 ============================================================== */

 section.ofe_section {
     /* background: #F3F1EF; */
     padding: 35px 0px;
     margin-bottom: 40px;
 }

 .ofe_main {
     position: relative;
     z-index: 1;
 }

 .ofe_main img {
     box-shadow: 0px 24px 34px 0px rgb(0 0 0 / 10%);
 }

 .ofe_main::before {
     position: absolute;
     right: 0;
     top: 0;
     height: 100%;
     width: 85%;
     background-color: #f3f1ef;
     content: "";
     display: block;
     z-index: -1;
 }

 .img_block {
    padding: 42px 10px 30px 30px;
}

 .ofe_disc {
    padding: 25px 35px 23px 10px;
 }

 .ofe_disc p {
     font-size: 18px;
     text-align: justify;
     line-height: 1.7;
 }

 .ofe_disc h4 {
     font-size: 50px;
     font-weight: 300;
     line-height: 68px;
     color: #111110;
 }

 .ofe_header {
     margin-bottom: 90px;
 }

 .ofe_header h1 {
     font-size: 40px;
     font-weight: 300;
     text-align: center;
 }

 .ofe_disc a {
     font-size: 18px;
 }

 /*==============================================
 send message icon
 ================================================*/

 .request_msg_floter {
     position: fixed;
     right: 0;
     background: #ee321a;
     color: #fff;
     top: 60%;
     padding: 10px 20px;
     z-index: 9999;
 }

 .request_msg_floter h5 {
     text-transform: uppercase;
     font-size: 13px;
     line-height: 1.5;
     font-weight: 600;
     margin-top: 5px;
     color: #fff;
 }

 .request_msg_floter i {
     font-size: 18px;
     color: #fff;
 }

 /*======================================================
 inner info section
 ========================================================*/

 .inner_info h3 {
     font-size: 36px;
     font-weight: 300;
     line-height: 48px;
     color: #353331;
 }

 section.inner_info {
     padding: 150px 0;
 }

 /*====================================================
                    our core value
 ======================================================*/

 .core_value h2 {
     margin-bottom: 100px;
 }

 .core_value::before {
     display: none;
 }

 .core_value {
     padding: 0;
 }

 /* = our partners section===*/

 @media (max-width: 767px) {
     .multi_tem .carousel-inner .carousel-item>div {
         display: none;
     }

     .multi_tem .carousel-inner .carousel-item>div:first-child {
         display: block;
     }
 }

 .multi_tem .carousel-inner .carousel-item.active,
 .multi_tem .carousel-inner .carousel-item-next,
 .multi_tem .carousel-inner .carousel-item-prev {
     display: flex;
 }

 /* medium and up screens */

 @media (min-width: 768px) {

     .multi_tem .carousel-inner .carousel-item-end.active,
     .multi_tem .carousel-inner .carousel-item-next {
         transform: translateX(25%);
     }

     .multi_tem .carousel-inner .carousel-item-start.active,
     .multi_tem .carousel-inner .carousel-item-prev {
         transform: translateX(-25%);
     }
 }

 .multi_tem .carousel-inner .carousel-item-end,
 .multi_tem .carousel-inner .carousel-item-start {
     transform: translateX(0);
 }

 .card {
     border-color: rgb(238 50 26) !important;
     border-radius: 0;
     height: 210px;
 }

 a.carousel-control-prev.bg-transparent.w-aut {
     bottom: 0;
 }

 .multi a.carousel-control-prev.bg-transparent.w-aut,
 .multi a.carousel-control-next.bg-transparent.w-aut {
     position: relative;
     opacity: 1;
 }

 .multi a.carousel-control-prev.bg-transparent.w-aut .carousel-control-prev-icon {
     position: absolute;
     bottom: -32px;
     left: 0;
     background-color: rgb(238 50 26) !important;
 }

 .multi a.carousel-control-next.bg-transparent.w-aut .carousel-control-next-icon {
     position: absolute;
     bottom: -32px;
     left: 32px;
     background-color: rgb(238 50 26) !important;
 }

 section.our_partnrs {
     padding: 140px 0 160px;
     background: #fbfafa;
 }

 section.our_partnrs .section-title {
     margin-top: 30px;
 }

 /*----------------------------
  Start Main Navigation Wrap
  ------------------------------*/

 /* .main-menu>li {
     margin-right: 60px;
     line-height: 1;
 }

 .main-menu>li:last-child {
     margin-right: 0;
 }

 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
     .main-menu>li {
         margin-right: 25px;
     }
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .main-menu>li {
         margin-right: 33px;
     }
 }

 .main-menu>li:hover>a {
     color: #fdc657;
 }

 .main-menu>li a {
     color: #000;
     display: inline-block;
     text-transform: uppercase;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5;
 }


 .dropdown-navbar {
     position: relative;
 }

 .dropdown-navbar.arrow>a:after {
     content: "\f107";
     font-family: "FontAwesome";
     font-size: 1rem;
     font-weight: 300;
     margin-left: 10px;
 }

 .dropdown-navbar .dropdown-nav {
     background-color: white;
     -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
     padding: 25px 0;
     margin-top: 35px;
     position: absolute;
     left: -50px;
     -webkit-transition: 0.3s;
     transition: 0.3s;
     -webkit-transform: translateY(10px);
     transform: translateY(10px);
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     min-width: 320px;
     width: 100%;
     z-index: 99;
 }

 .dropdown-navbar .dropdown-nav:before {
     content: "";
     bottom: 100%;
     left: 0;
     position: absolute;
     height: 45px;
     width: 100%;
 }

 .dropdown-navbar .dropdown-nav>li {
     margin-bottom: 5px;
     padding: 0 30px;
     list-style: none;
 }

 .dropdown-navbar .dropdown-nav>li:last-child {
     margin-bottom: 0;
 }

 .dropdown-navbar .dropdown-nav>li a:not(.mega-title) {
     color: #666666;
     font-weight: 400;
     text-transform: capitalize;
     padding: 10px 0;
     position: relative;
 }

 .dropdown-navbar .dropdown-nav>li a:not(.mega-title):before {
     background-color: #fdc657;
     content: "";
     position: absolute;
     left: auto;
     right: 0;
     bottom: 5px;
     height: 2px;
     -webkit-transition: 0.4s;
     transition: 0.4s;
     width: 0;
 }

 .dropdown-navbar .dropdown-nav>li:hover>a {
     color: #000;
 }

 .dropdown-navbar .dropdown-nav>li:hover>a:before {
     left: 0;
     right: auto;
     width: 100%;
 }

 .dropdown-navbar .dropdown-nav .dropdown-navbar .dropdown-nav {
     left: 100%;
     top: 0;
     margin-top: -25px;
 }

 .dropdown-navbar .dropdown-nav .dropdown-navbar .dropdown-nav li a:before {
     display: none;
 }

 .dropdown-navbar .dropdown-nav .dropdown-navbar.arrow:after {
     background-color: #666666;
     content: "";
     display: block;
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     right: 30px;
     height: 6px;
     width: 6px;
 }

 .dropdown-navbar .dropdown-nav .dropdown-navbar.arrow:hover:after {
     background-color: black;
 }

 .dropdown-navbar .dropdown-nav .dropdown-navbar.arrow a:after {
     display: none;
 }

 .dropdown-navbar:hover>.dropdown-nav {
     -webkit-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
     visibility: visible;
     pointer-events: visible;
 }

 .dropdown-navbar .mega-menu-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 0;
     white-space: nowrap;
     width: auto;
 }

 .dropdown-navbar .mega-menu-wrap .mega-menu-item {
     border-right: 1px solid #e7e7e7;
     padding: 25px 30px;
     min-width: 280px;
     width: 100%;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px),
 only screen and (min-width: 1200px) and (max-width: 1599px) {
     .dropdown-navbar .mega-menu-wrap .mega-menu-item {
         min-width: 245px;
     }
 }

 .dropdown-navbar .mega-menu-wrap .mega-menu-item ul li {
     margin-bottom: 5px;
 }

 .dropdown-navbar .mega-menu-wrap .mega-menu-item ul li:last-child {
     margin-bottom: 0;
 }

 .dropdown-navbar .mega-menu-wrap .mega-menu-item ul li a:hover {
     color: black;
 }

 .dropdown-navbar .mega-menu-wrap .mega-menu-item .mega-title {
     color: #222222;
     font-weight: 600;
     margin-bottom: 7px;
     padding: 10px 0;
     text-transform: uppercase;
 }

 .dropdown-navbar.full-width {
     position: static;
 }

 .dropdown-navbar.full-width .dropdown-nav {
     right: 15px;
     left: auto;
     max-width: 1140px;
     width: 100%;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .dropdown-navbar.full-width .dropdown-nav {
         right: 0;
     }
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .dropdown-navbar.full-width .dropdown-nav li a {
         white-space: normal;
         font-size: 13px;
         line-height: 1.3;
     }
 }

 .dropdown-navbar.bg-menu .mega-menu-wrap {
     background: #fff url("../img/extra/bg-menu.jpg") no-repeat bottom right;
     background-size: 50%;
 }

 .dropdown-navbar.bg-menu .mega-menu-wrap .mega-menu-item {
     border-right: 0;
 }

 @media (min-width: 1400px) {
     .header-area-wrapper .row {
         position: relative;
     }
 }

 .navigation-area-wrap.align-left .main-menu .dropdown-navbar.full-width .dropdown-nav {
     left: 15px;
     right: auto;
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .navigation-area-wrap.align-left .main-menu .dropdown-navbar.full-width .dropdown-nav {
         left: 0;
     }
 }

 .navigation-area-wrap.align-center .main-menu .dropdown-navbar.full-width .dropdown-nav {
     left: 50%;
     right: auto;
     -webkit-transform: translate(-50%, 10px);
     transform: translate(-50%, 10px);
 }

 .navigation-area-wrap.align-center .main-menu .dropdown-navbar.full-width:hover .dropdown-nav {
     -webkit-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
 }

 .off-canvas-responsive-menu {
     right: auto;
     left: 0;
 }

 .off-canvas-responsive-menu.show .off-canvas-content-wrap {
     -webkit-transform: none !important;
     transform: none !important;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap {
     margin-left: inherit !important;
     -webkit-transform: translateX(-100%) !important;
     transform: translateX(-100%) !important;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content {
     padding: 0 !important;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .btn-close {
     right: auto;
     left: 100%;
     top: 0 !important;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu {
     padding: 0;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_btn {
     display: none;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav {
     background-color: white;
     display: block !important;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li {
     border-bottom: 1px solid #e7e7e7;
     position: relative;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a {
     color: #666666;
     font-size: 15px;
     padding: 10px;
     margin: 0;
     text-transform: capitalize;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a .slicknav_arrow {
     background-color: rgba(238, 238, 238, 0.5);
     color: #666666;
     font-size: 18px;
     display: block;
     text-align: center;
     margin: 0;
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     line-height: 42px;
     width: 50px;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a a {
     padding: 0;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a:hover {
     background-color: transparent;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul {
     background-color: #dddddd;
     margin: 0;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul li a {
     font-size: 13px;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul li ul {
     background-color: #eeeeee;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav .slicknav_open>.slicknav_item {
     position: relative;
 }

 .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
     background-color: #fdc657;
     color: #fff;
 }

 li.new a {
     position: relative;
 }

 li.new a:after {
     content: "New";
     background-color: #FF0000;
     color: #fff;
     font-size: 11px;
     line-height: 1;
     padding: 3px 5px;
     border-radius: 2px;
     margin-left: 10px;
     display: inline-block;
 } */

 /* admission section */
 .join-univer-in {
     background: #b38673;
     color: #fff;
     padding: 30px 0px;
 }

 .join-u h2 {
     color: #fff;
 }

 .join-u-btnnss {
     /* margin-top: 2em; */
     text-align: right;
     padding-right: 50px;
 }

 .join-u-btnnss a {
     border: 2px solid rgba(255, 255, 255, 0.73);
     border-radius: 0;
     color: #ffffff;
     padding: 8px 26px;
     transition: all 0.2s ease 0s;
     display: inline-block;
     text-transform: uppercase;
     margin: 0 10px;
 }


 .calendar-sec {
     border: 1px solid #ccc;
     margin-top: 50px;
 }

 .event-slide {
     border-bottom: 1px solid #ccc;
     padding: 5px 10px;
 }

 .event-slide>h4 {
     display: inline-block;
     font-size: 20px;
     color: #000000;
 }

 .event-slide>h4>span {
     color: #000000;
 }

 .event-slide>h4:after {
     display: block;
     position: absolute;
     left: 7%;
     width: 8%;
     height: 2px;
     content: "";
     background-color: #f5af3d;
 }

 .event-slide>p {
     display: inline-block;
     float: right;
     font-size: 14px;
     padding-top: 10px;
 }

 .calendar-details a {
     color: #000;
 }

 .calendar-details h6 {
     font-weight: 500 !important;
 }

 .wel-content h3 span {
     font-size: 20px;
     border-bottom: 2px solid #f19016;
 }

 .wel-content h3 {
     color: #00255d;
     font-size: 25px;
 }

 /*-------------*/
 .border-thumb2 {
     margin-left: 0 !important;
     margin-right: 0 !important;
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px dashed #aaa;
 }

 .cal-event__date {
     position: relative;
     float: left;
     width: 100%;
     height: 100%;
     padding-top: 15px;
     border-bottom: 4px solid #f5ab35;
     border-radius: 0px;
     text-align: center;
 }

 .cal-event__date-day {
     margin-bottom: 5px;
     font-size: 36px;
     color: #011b3a;
     line-height: 22px;
     font-weight: bold;
     font-family: 'Poppins', sans-serif;
 }

 .cal-event__date-month {
     font-size: 14px;
     color: #808080;
     line-height: 22px;
     font-weight: bold;
 }

 .calendar-details {
     padding: 15px 0px;
     margin-left: -15px;
 }

 .calendar-details>a>h6 {
     font-size: 16px;
 }

 section.about-sec {
     padding: 40px;
 }

 /*===============calender update==============*/

 .events_block {

     border-top: 1px solid #ffda75;
     padding: 10px 5px 15px 5px;
     min-height: 100px;
 }

 p.view_all_block {
     float: right;
     color: #179bd7;
     margin-top: -27px;
 }

 .date_block {
     float: left;
     width: 70px;
     margin-right: 20px;
 }

 .date_block h4 {
     margin: 0 0;
     font-size: 16px;
     padding: 9px 0;
     background-color: #090a3a;
     color: white;
     font-family: 'Lato', sans-serif !important;
 }

 .date_block h3 {
     margin: 0 0;
     font-size: 14px;
     padding: 9px 0;
     background-color: rgb(197, 197, 197);
     color: black;
     font-family: 'Lato', sans-serif !important;
 }

 .event_detblock p {
     color: #949292;
     margin-top: 0;
 }

 .event_detblock p a {
     color: black !important;
     font-family: 'Lato';
 }

 .events_block:hover {
     background-color: #f1f2f3;
 }

 .follow-header h2 {
     font-size: 28px;
     color: #28358c;
     margin-bottom: 8px;
     border-bottom: 1px solid #ffda75;
 }

 .follow-header i {
     margin-right: 10px;
 }

 .calendar-header h2 {
     font-size: 22px;
     color: #28358c;
     margin-bottom: 0px;
     font-weight: 400;
 }

 .footer-info img {
     width: 100% !important;
 }

 .top-bar {
    background: #041034;
    height: 40px;
 }

 .col-lg-5.lftopbar {
     float: left;
 }

 .col-lg-7.rttopbar {
     float: right;
 }

 .header-top-text {
     display: inline-block;
 }

 .header-top-text li {
     color: #101010;
     font-size: 12px;
     font-weight: 400;
     display: inline-block;
     margin-right: 20px;
 }

 .font-weight-semibold,
 .font-weight-semi-bold {
     font-weight: 600 !important;
 }

 .text-3 {
     font-size: 1em !important;
 }

 .header-top-text li i {
     background: #fff none repeat scroll 0 0;
     border-radius: 100%;
     box-shadow: 0 0 6px 0 rgb(69 69 69 / 24%);
     color: #101010;
     display: inline-block;
     height: 26px;
     line-height: 26px;
     margin-right: 5px;
     text-align: center;
     transition: all .3s ease 0s;
     width: 26px;
 }

 li.text-3.font-weight-semibold {
     padding: 0.25rem 0.5rem;
     font-size: .875rem !important;
     border-radius: 0.2rem;
     color: #e3e3e3;
     font-weight: 400 !important;
 }

 /* ------ */

 .pr-50 {
     padding-right: 50px;
 }

 .pl-60 {
     padding-left: 60px;
 }

 .products-list img {
     position: absolute;
     left: -52px;
     top: 90px;
     background: #fecb6d;
     border-radius: 50%;
     width: 100px;
     height: 100px;
     padding: 10px;
 }

 .mb-15 {
     margin-bottom: 15px;
     font-weight: 400;
     font-size: 35px;
     color: #022e72;
 }

 .custom1 p {
     font-size: 18px;
     line-height: 1.5;
     text-align: justify;
     font-weight: 200;
 }

 .row {
     display: flex;
     flex-wrap: wrap;
     width: 100% !important;
     margin-left: 0px !important;
 }

 .products-list .col {
     border-left: solid 2px #e9e9e2;
     position: relative;
 }

 .products-list .col {
     border-left: solid 2px #e9e9e2;
     position: relative;
     left: 25%;
 }

 .ml-50 {
     margin-left: 50px;
 }

 .pt-90 {
     padding-top: 90px;
 }

 .pl-100 {
     padding-left: 100px;
 }

 section.ofe_section.leadership {
    margin-bottom: 46px;
 }

 .why-us .accordion-list {
     padding: 0 100px 60px 100px;
 }

 .why-us .accordion-list ul {
     padding: 0;
     list-style: none;
 }

 .why-us .accordion-list li+li {
     margin-top: 15px;
 }

 .why-us .accordion-list li {
     padding: 20px;
     background: #f2f2f2;
     border-radius: 4px;
 }

 .why-us .accordion-list a {
     display: block;
     position: relative;
     font-family: "Poppins", sans-serif;
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
     padding-right: 30px;
     outline: none;
     color: #0b2341;
     cursor: pointer;
 }

 .why-us .accordion-list span {
     color: #ed502e;
     font-weight: 600;
     font-size: 18px;
     padding-right: 10px;
 }

 .why-us .accordion-list i {
     font-size: 24px;
     position: absolute;
     right: 0;
     top: 0;
 }

 .why-us .accordion-list p {
     margin-bottom: 0;
     padding: 10px 0 0 0;
 }

 .why-us .accordion-list .icon-show {
     display: none;
 }

 .why-us .accordion-list a.collapsed {
     color: #0b2341;
 }

 .why-us .accordion-list a.collapsed:hover {
     color: #f3a069;
 }

 .why-us .accordion-list a.collapsed .icon-show {
     display: inline-block;
 }

 .why-us .accordion-list a.collapsed .icon-close {
     display: none;
 }

 .join-u-btnnss a:hover {
     background: #FFC107;
 }
 
 /* custom header CSS */ 


.phn {

color: #0d9d75;
font-size: 14px;
line-height: 16px;
text-align: left;
font-weight: 600;
letter-spacing: .6px;
text-decoration: none;
}

.fixedregister {
    top: 50% !important;
}

.fixedcall, .fixedregister {
position: fixed;
width: 180px;
height: 50px;
margin: 0;
padding: 0;
top: 70%;
right: -135px;
z-index: 999;
border-radius: 10px 0 0 10px;
overflow: hidden;
background: #fff;
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s;
}

.fixedcall, .fixedregister  {
display: block;
font-size: 14px;
line-height: 16px;
text-align: left;
font-weight: 600;
letter-spacing: .6px;
text-decoration: none;
color: #fff;
margin: 0;
padding: 0;
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s;
}

.fixedcall span, .fixedregister span {
width: 45px;
height: 50px;
float: left;
background: #2c1574;
font-size: 25px;
margin: 0 15px 0 0;
text-align: center;
line-height: 45px;
color: #fff;
}

.fixedcall p, .fixedregister p {
margin: 0;
padding: 0px;
color: #2c1574;
font-size: 14px;
line-height: 16px;
}

.fixedcall a svg, .fixedregister a svg {
color: #fff;
-webkit-animation: tada 1.25s infinite;
-moz-animation: tada 1.25s infinite;
-ms-animation: tada 1.25s infinite;
animation: tada 1.25s infinite;
}

.fixedwhatapp {
position: fixed;
width: 180px;
height: 45px;
margin: 0;
padding: 0;
top: 80%;
right: -135px;
z-index: 999;
border-radius: 10px 0 0 10px;
overflow: hidden;
background: #fff;
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s;
}

.fixedwhatapp a {
display: block;
font-size: 14px;
line-height: 16px;
text-align: left;
font-weight: 600;
letter-spacing: .6px;
text-decoration: none;
color: #fff;
margin: 0;
padding: 0;
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s;
}

.fixedwhatapp span {
width: 45px;
height: 45px;
float: left;
background: #2c1574;
font-size: 25px;
margin: 0 15px 0 0;
text-align: center;
line-height: 45px;
color: #fff;
}

a.phonenumber {
font-weight: 700;
color: #134172;
}
.fixedwhatapp  p {
margin: 0;
padding: 0px;
font-size: 14px;
color: #144171;
}

.fixedwhatapp a svg {
color: #fff;
-webkit-animation: flipInY 1.25s infinite;
-moz-animation: flipInY 1.25s infinite;
-ms-animation: flipInY 1.25s infinite;
animation: flipInY 1.25s infinite;
}

.fixedwhatapp:hover {
right: 0;
}

@-webkit-keyframes tada {
0% {
  -webkit-transform: scale(1);
  transform: scale(1);
}

10%,
20% {
  -webkit-transform: scale(0.9) rotate(-3deg);
  transform: scale(0.9) rotate(-3deg);
}

30%,
50%,
70%,
90% {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

40%,
60%,
80% {
  -webkit-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}

100% {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
}

@keyframes tada {
0% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

10%,
20% {
  -webkit-transform: scale(0.9) rotate(-3deg);
  -ms-transform: scale(0.9) rotate(-3deg);
  transform: scale(0.9) rotate(-3deg);
}

30%,
50%,
70%,
90% {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

40%,
60%,
80% {
  -webkit-transform: scale(1.1) rotate(-3deg);
  -ms-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}

100% {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
}

.tada {
-webkit-animation-name: tada;
animation-name: tada;
}

.fixedcall:hover {
right: 0;
}


@-webkit-keyframes flipInY {
from {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
}

40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
}

80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
}
}

@keyframes flipInY {
from {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
}

40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
}

80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

to {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
}
}

.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}

/* ///////////////////////////////gallery new by sahana///////////////////// */
.gallery_block_sep img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

section.gallery_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.galler-view {
    padding-top: 60px;
}

.gallery_block_sep_det img {
    height: 326px;
    object-fit: cover;
}

.album-img {
    padding-bottom: 44px;
}

h3.gallery_text {
    color: #07314a;
    font-size: 23px;
    text-transform: capitalize;
    float: left;
    width: 90%;
}

section.gallery_block1 {
    padding: 75px 0px 0px;
    margin-left: 331px;
}

.gallery_text1 {
    padding: 50px 35px 19px;
    background-image: -webkit-linear-gradient(top, #1851a1, #00de8a);
    color: white;
    margin: 20px 0;
    text-align: center;
    border-bottom: 2px solid #38a6ff;
    border-radius: 10px;
    box-shadow: 1px 3px 5px #38a6ff;
    margin-bottom: 108px;
    height: 139px;
    width: 310px;
}

.gallery_text1 a {
    font-family: -webkit-body;
    color: #fff;
    font-size: 28px;
}
/* ///////////////////////////////gallery close///////////////////// */
img.home_modal_img {
    width: 100%;
}



/* ///////////////////////////////modal pop form  ///////////////////// */
.modal-header.nstyle {
    background: #121e40db;
    border: none;
}
.modal-body.nstyle {
    background: #253b81 !important;
}
.modal-content.nstyle {
    background: url(./images/enquary_images4.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
	border: none;
}
h5.modal-title.nstyhd {
	color: white;
    font-size: 26px;
    padding: 1px 0px 0px 30px;
    font-weight: 600;
    font-family: sans-serif;
}

button.btn-close.nstylecls {
    background-color: white;
    border-radius: 50%;
    margin-top: -35px;
    font-size: 10px;
    font-weight: 900 !important;
}
.row.info_block {
    padding: 15px 27px 20px 27px;
}
.row.info_block h5 {
    font-weight: 600;
    font-size: 15px;
    color: white;
    line-height: 1.8;
    padding-bottom: 5px;
}
.contact_nlist {
    margin-bottom: 15px;
}
.contys_btn button {
    padding: 7px 73px;
    width: 100%;
    background: #66CCFF;
    border: none;
    border-radius: 20px;
	color: white;
    font-weight: bold;
}
.contact_nlist .form-control {
    font-size: 12px;
}
input.inputerror {
    color: red;
    border: 1px solid;
}
span.error p {
    font-size: 10px;
    color: red;
    font-weight: 700;
}
.index4-sec2submai h2 {
    text-align: center;
    border-bottom: 2px solid;
    font-style: italic;
    color: #FF9800;
    margin: 30px;
}
.alert.alert-danger.nstyle {
    text-align: center;
    padding: 2px;
    /* font-size: 12px; */
    margin-bottom: 2px;
    width: 94%;
    margin: auto;
}

/* =========Button style ======= */
a.btn.btn-default {
    font-size: 15px;
}

.btn-two {
    display: inline-block;
    text-align: center;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
    font-family: var(--secondaryFont);
    font-weight: 500;
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
}

.btn-two i {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 0.8;
    margin-left: 0px;
    transition: all ease .5s;
}

.btn-two:before {
    position: absolute;
    top: 0px;
    left: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    z-index: -1;
    transition: all ease .5s;
    border-radius: 5px 0 0 5px;
}

.btn-two:after {
    position: absolute;
    bottom: 0px;
    right: 0%;
    content: "";
    width: 50.5%;
    height: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all ease .5s;
    border-radius: 0 5px 5px 0;
}

.btn-two:hover:after,
.btn-two:hover:before {
    height: 100%;
    visibility: visible;
    opacity: 1;
}



.btn-two {
    color: #253b81 !important;
    background: rgb(255, 255, 255) !important;
    border: 1px solid #253b81;
}

.btn-two:before {
    background-color: #253b81;
    color: #ffff;
}

.btn-two:after {
    background-color: #253b81;
}

a.btn.app-data.primary.btn-two.hidden-xs.hidden-sm:hover {
    color: white !important;
}


/* =========logo new ======= */

.header-center {
    width: 64%;
    text-align: end;
    margin: auto;
    padding: 0px;
}
nav.menu {
    padding-top: 11px;
}

.header-left {
    width: 28%;
    padding-right: 0px;
    display: flex;
}

.header-right {
    width: 8%;
    margin: auto;
    text-align: end;
    padding: 0px;
}
.main_logo {
    width: 19%;
}
.logo_name h1 {
    text-transform: uppercase;
    color: #2c1475;
    font-weight: 900;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
    height: 24px;
    letter-spacing: 0px;
    margin-top: 8px;
}
.logo_name h4 {
    text-transform: uppercase;
    color: #2c1475;
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    margin-top: 0px;
}
.logo_name {
    width: 83%;
    margin: auto;
    padding-left: 10px;
}

.btn-two {
    padding: 7px;
}
ul.menu-main {
    padding: 0px;
}
.main_logo img {
    width: 75px;
    float: right;
}
a.btn.app-data.primary.btn-two.hidden-xs.hidden-sm {
    font-size: 13px !important;
}


/* =========header popup style ======= */
.popup {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: 1100; */
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.popup-content {
    padding: 0px;
    text-align: center;
    height: 60px;
    display: flex;
}



.close {
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 29px;
    width: 30px;
    background: white;
    color: black;
}

.popup-txt {
    width: 50%;
    font-size: 16px !important;
    font-weight: bold;
    padding: 5px;
    color: #253b80;
}



.btn-action,
.btn-msg,
.btn-logo {
    float: left;
}

.btn-logo img {
    width: 35px;
}

.btn-action {
    padding: 5px 10px;
    width: 30%;
}

.btn-logo img {
    width: 40px;
}

.btn-logo {
    padding: 5px;
    width: 20%;
    text-align: right;
}

.btn-msg {
    text-align: center;
    width: 50%;
}

.popup-action {
    width: 50%;
    background: #253b81;
    padding: 5px;
    color: #fff;
}


.btn-action a:hover {
    color: #253b80;
    background: #ffffff;
}
.btn-action a {
    color: #253b81;
    background: #fcd255;
}

span.close:hover {
    background: #253b81;
    color: white;
}
/* =========header popup style End ======= */




/* =========Career page form style======= */
.career_form {
    padding: 30px;
}

.career_form {
    padding: 40px;
    background: white;
    margin: 40px 0px;
}

.form-block label {
    width: 25%;
    padding-bottom: 7px;
    color: #2c1475d6;
    font-size: 14px;
    font-weight: 600;
}

label.form-check-label {
    width: 15%;
    color: black;
}

.form-block {
    margin-bottom: 15px;
}

.pdfattach {
    width: 100%;
    border: 1px dashed;
    padding: 12px 0px 0px;
    text-align: center;
}

.career_form h3 {
    color: #243e67;
    margin-bottom: 15px;
}

button.btn.btn-submit {
    background: #fcd255;
    color: #2c1475;
}

button.btn.btn-submit:hover {
    background: #2c1475;
    color: white;
}

.ofe_main {
    background: #F3F1EF;
}

input.form-control.no-padding.text-center.item-quantity {
    width: 26%;
    flex: none !important;
}

span.input-group-btn {

    width: 11%;
}

button.btn.btn-default.btn-add {
    padding: 3px 21px;
    background: #f3f1ef;
    color: #2c1475;
    font-size: 20px;
    margin-left: 10px;
}

button.btn.btn-default.btn-subtract {
    padding: 3px 21px;
    background: #f3f1ef;
    color: #2c1475;
    font-size: 20px;
    margin-right: 16px;
}

.radio_sty {
    padding-top: 10px;
}

.form-block:focus {
    color: #212529 !important;
    background-color: #fff;
    border-color: #86b7fe !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

.form_submit {
    padding: 0px 121px;
    margin-bottom: 20px;
}
span.error {
    color: red;
    font-size: 13px;
}

ul.li_style {
    font-size: 18px;
    text-align: justify;
    line-height: 40px;
    font-weight: 300;
}

/* ========================================
home last sectiom
====================================================*/

.testimonial-slider-container {
	/* padding: 8rem 0; */
	background-color: #dcdcdc;
	height: 100%;
	border-radius: 10px;
	padding: 20px 0px;
}
.testimonial-slide {
background-color:#253b80;
border-radius: 12px;
padding: 2.5rem;
text-align: center;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow */
margin: 0 1.5rem;
transition: transform 0.3s ease;
border: 1px solid #dee2e6;
}

p.nstylee {
background: white;
padding: 10px;
}

.testimonial-slide:hover {
transform: translateY(-8px);
}
.testimonial-slide p {
font-size: 18px;
line-height: 1.8;
color:rgb(0, 0, 0);
/* font-style: italic; */
margin-bottom: 1.5rem;
border-radius: 5px;
}
.testimonial-slide .parent-name {
	font-size: 20px;
	font-weight: 600;
	color: #FF9800;
	margin-bottom: -5px;
}
.testimonial-slide .grade {
	font-size: 16px;
	color: #FFC107;
	margin: 0px;
	font-weight: 500;
	font-style: italic;
}
.carousel-control-prev,
.carousel-control-next {
width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: #007bff; /* Vibrant blue */
border-radius: 50%;
padding: 0.75rem; /* Larger controls */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
background-color: #0056b3;
}

.carousel-indicators {
bottom: -30px;
}
.carousel-indicators [data-bs-target] {
background-color: #adb5bd;
border-radius: 50%;
width: 12px; /* Larger indicators */
height: 12px;
margin: 0 0.25rem;
}
.carousel-indicators .active {
background-color: #007bff;
opacity: 1;
}
.carousel-indicators [data-bs-target]:hover {
opacity: 0.7;
}

@media (max-width: 992px) {
.testimonial-slide {
	padding: 2rem;
}
.testimonial-slide p {
	font-size: 1.1rem;
}
.testimonial-slide .parent-name {
	font-size: 1.2rem;
}
.testimonial-slide .grade {
	font-size: 0.9rem;
}
}

@media (max-width: 768px) {
.testimonial-slide {
	padding: 1.5rem;
}
.testimonial-slide p {
	font-size: 1rem;
}
.testimonial-slide .parent-name {
	font-size: 1.1rem;
}
.testimonial-slide .grade {
	font-size: 0.85rem;
}
.carousel-control-prev,
.carousel-control-next {
	width: 10%;
}
}

@media (max-width: 576px) {
.testimonial-slide {
	padding: 1.25rem;
}
.testimonial-slide p {
	font-size: 0.95rem;
}
.testimonial-slide .parent-name {
	font-size: 1rem;
}
.testimonial-slide .grade {
	font-size: 0.8rem;
}
.carousel-indicators {
	bottom: -40px;
}
}