@charset "utf-8";
* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-family: 'Montserrat';
    box-sizing: border-box;
}

body {
    text-decoration: none;
    background: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.c1 {
    background-color: #fff !important;
    color: #333 !important;
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlbertSans';
    src: url('../fonts/AlbertSans-Medium.eot');
    src: url('../fonts/AlbertSans-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/AlbertSans-Medium.woff2') format('woff2'), url('../fonts/AlbertSans-Medium.woff') format('woff'), url('../fonts/AlbertSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlbertSans';
    src: url('../fonts/AlbertSans-Regular.eot');
    src: url('../fonts/AlbertSans-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/AlbertSans-Regular.woff2') format('woff2'), url('../fonts/AlbertSans-Regular.woff') format('woff'), url('../fonts/AlbertSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.home .sexy-menu {
    background-color: #fff
}

p {
    font-style: normal;
    font-display: swap;
    height: auto;
    font-size: 1em;
    color: #323232;
    line-height: 1.8;
    font-family: 'Montserrat';
    font-weight: normal;
}

li {
    font-size: 16px;
    font-weight: 500
}

#popUp {
    position: fixed;
    width: 415px;
    height: auto;
    background-color: #005296;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 99999;
    padding: 2% 2% 2%;
    right: 0;
    opacity: 0
}

#new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
}

#popUp .close {
    position: absolute;
    top: -40px;
    opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
}

#plus {
    position: fixed;
    color: #fff;
    bottom: 50%;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: auto;
    right: 0;
}

.side-btn {
    position: absolute;
    background: #b41c14;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 0.938em;
    line-height: 30px;
    display: inline-block;
    padding: 10px 24px;
    transition: all 1.25s ease;
    right: -62px;
    width: max-content;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.space-lft {
    margin-top: 10px;
}

#plus::after {
    display: block;
    display: relative;
}

.submit-btn1 {
    border: none;
    color: #fff;
    background: #b41c14;
    font-weight: 500;
    padding: 5px 20px;
    font-family: 'Montserrat';
    font-size: 1em;
    text-transform: uppercase;
}

.submit-btn1:hover {
    background: #005296;
    color: #fff;
}

.side-form input[type="text"],
.side-form textarea {
    background: #fff;
    color: rgb(61 61 61 / 71%);
    width: 100%;
    padding: 15px 30px;
}

.side-form-title {
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.464em;
    text-align: center;
    margin-bottom: 20px;
}

.sexy-menu.detached .navigation {
    margin-top: 0
}

.sexy-menu.detached .nav-brand img {
    margin-top: -40px;
    width: 75%;
}

.nav-menu>li>a {
    margin: 15px 15px;
    display: inline-block;
    position: relative;
    color: #141414;
    font-size: 0.938em;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-transform: capitalize;
}

.contact-btn {
    background: #d9261c;
    color: #f4faff !important;
    line-height: 23px;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 15px;
    margin-top: 10px !important;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child {
    margin-right: 0
}

.header-contact a {
    font-size: 0.938em;
    color: #141414;
    position: relative;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.header-contact a:nth-child(2n) {
    margin-right: 0
}

.header-contact a:hover {
    color: #ff3737
}

.wh-img {
    width: 30px;
}

.header-contact {
    width: auto;
    height: auto;
    margin-top: 13px;
    float: right;
    display: flex;
    align-items: center;
}

.header-account {
    width: auto;
    height: auto;
    margin-left: 15px;
    float: left;
}

.acc-name .submenu-indicator,
.login-img .submenu-indicator {
    display: none !important;
}

.acc-name {
    background: #ff3737;
    border-radius: 100%;
    color: #fff !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.login-img i {
    color: #ff3737;
    font-size: 1em;
}

.login-img,
.acc-name {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.acc-nav {
    display: flex !important;
    align-items: center;
}

.center {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.resp-show {
    display: none !important;
}

.nav-menu>li>a:hover {
    color: #c5417d
}

.sexy-menu.detached .nav-menu>li>a.book-btn {
    margin: 28px 20px !important
}

li.header-phone a {
    margin: 31px 12px;
    display: flex;
    align-items: center;
}

li.header-phone a img {
    margin-right: 5px;
    width: 30px
}

.home-img-landsc {
    display: none;
}

#button {
    display: inline-block;
    background-color: #333;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 80px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.clear {
    clear: both
}

audio,
::selection {
    background: #8cc248;
    color: #fff;
}

.grecaptcha-badge {
    display: none !important;
}

.img-full {
    width: 100%;
    height: auto;
    display: block
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.logo1 {
    display: none
}

video {
    width: 100%;
    object-fit: contain;
}

.banner-wraper {
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

body.home .banner-wraper {
    height: calc(100vh - 107px);
}

body.home .carousel-inner {
    height: 100%
}

body.home .banner-wraper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    background: linear-gradient(182deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.13489145658263302) 50%, #000000ab 100%);
    z-index: 0;
    height: 100%;
}

.inner-text-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    top: 40%;
    left: 12%;
}

.footer-container {
    width: 100%;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

.footer-top-for {
    display: flex;
    align-items: center;
}

.footer-top-for img {
    max-width: 35px;
    margin-left: 10px;
}

.top-wraper {
    width: 100%;
    height: auto;
}

.top-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}

.header-social-links {
    float: left;
}

.tophead {
    width: 100%;
    position: relative;
    padding: 0em;
    background: #252235;
    display: flex;
    justify-content: space-between;
}

.top-header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99
}

.top-contact {
    width: auto;
    height: 40px;
    float: right;
    clear: both;
    padding-top: 10px;
}

.logo-container {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
}

.icons i {
    color: #bd101d;
}

.icons {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 35px;
}

.icons.textarea {
    top: 36px;
}

.c-white {
    color: #fff !important
}

.menu-container {
    width: auto;
    height: auto;
    float: right;
    margin-top: 1em
}

.logo {
    width: auto;
    height: auto;
    float: left;
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-5 {
    margin-top: 5em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-5 {
    margin-bottom: 5em;
}

.top-quickwraper {
    width: 100%;
    height: auto;
}

.css_prefix-btn-container {
    position: absolute;
    bottom: 25%;
}

.css_prefix-button2 {
    background-color: #d10400;
}

.text-btn {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
}

.css_prefix-button:hover {
    color: #0c4da2 !important;
}

.css_prefix-button2:hover {
    color: #d10400 !important;
}

.nav-brand img {
    width: 100%;
    margin-top: -35px;
}

.sexy-menu.detached .header-call {
    margin-top: 8px;
}

.desk-view {
    display: block;
    width: 100%;
}

.mob-view {
    display: none !important
}

.footer-wraper {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/btm-bg.png);
    background-size: cover;
}

.copy-right {
    width: auto;
    height: auto;
    float: left;
    color: #3e3e3e;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 500;
    line-height: 50px
}

.copy-right span {
    color: #3e3e3e;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 500;
}

.designed {
    width: auto;
    height: auto;
    float: right
}

.designed-ido {
    float: right;
    height: auto;
    padding-left: 8px;
    padding-top: 15px;
    width: auto;
    color: #3e3e3e
}

.designed p {
    width: auto;
    height: auto;
    float: right;
    color: #105994;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 500;
    line-height: 50px;
    margin: 0
}

.designed p a {
    text-decoration: none;
    color: #3e3e3e;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 500;
}

.designed p a:hover {
    text-decoration: none;
}

.footer-address p {
    font-family: 'Montserrat';
    font-size: 1em;
    color: #000;
    font-weight: 500;
}

.whats-app {
    position: fixed;
    bottom: 20vh;
    right: 20px;
    z-index: 99
}

.whats-app img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    opacity: 1;
    width: 50px
}

.whats-app:hover img {
    opacity: 1
}

@keyframes floating {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(0, 15px)
    }
    to {
        transform: translate(0, 0)
    }
}

.footer-content-details p {
    width: 100%;
    height: auto;
    font-family: inherit;
    line-height: 1.7;
    color: #333;
    text-transform: capitalize;
    font-size: 1em
}

.footer-content-details p a {
    font-family: inherit;
    line-height: 1.7;
    color: #333;
    font-size: 1em
}

.address p {
    font-size: 1em;
    text-align: center;
    font-family: 'Montserrat';
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: left;
}

img.ficon {
    display: flex;
    margin: 0 auto;
    border: 1px solid #dcd7ce;
    border-radius: 100%;
}

.footer-content .address {
    margin-bottom: 30px;
    margin-top: 20px;
}

.footer-social-links li a {
    font-size: 1.33em !important;
    color: #da3730 !important;
    margin-right: 30px;
    display: block;
    text-align: center;
    line-height: unset !important;
}

.footer-social-links li a:hover {
    color: #005296 !important;
}

.footer-social-links ul li {
    float: left;
}

.footer-social-links ul li:last-child a,
.footer-social-links ul li:last-child {
    margin-right: 0
}

.footer-top-item ul li a {
    font-size: 1em;
    font-family: 'AlbertSans';
    font-weight: 500;
    line-height: 26px;
    color: #3d3d3d;
    text-transform: capitalize;
}

.address p img {
    padding-right: 15px;
}

.footer-top {
    display: flex;
    border-bottom: 1px solid #b9c1cd;
    padding: 40px 0 20px;
}

.footer-top-item ul li a:hover,
.footer-address-links ul li a:hover {
    color: #b41c14
}

.footer-top-item:last-child {
    margin-right: 0;
}

.footer-top-item {
    width: auto;
    float: left;
    margin-right: auto;
}

.bottom-wrapper {
    clear: both;
    display: flex;
    width: 100%;
    padding: 20px 0 40px;
    margin-top: 1em;
    justify-content: space-between;
}

.footer-content-title {
    width: auto;
    height: auto;
    text-transform: capitalize;
    color: #005296;
    font-size: 1.25em;
    font-family: 'AlbertSans';
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-top-item.quick-links ul {
    width: 25%;
    float: left;
}

.footer-top-item:nth-child(2) {
    width: 50%;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.p5 {
    padding: 5px;
}

.d-flex {
    display: flex !important;
}

.welcome-detail.abt-content {
    margin-right: 0px;
    text-align: center;
}

.welcome-detail.abt-content p {
    text-align: center;
}

.abt-container {
    padding: 80px 0;
    position: relative;
}

.abt-container2 {
    padding: 50px 0px 60px;
    position: relative;
}

.service-container {
    position: relative;
    padding: 60px 50px 30px
}

.ser-head {
    font-family: 'AlbertSans';
    font-weight: 500;
    margin: 0 auto;
    font-style: normal;
    line-height: 35px;
    font-size: 2.625em;
    color: #174468;
}

.head-txt {
    display: flex;
    margin-bottom: 2em;
    align-items: center;
    text-align: center;
}

.course-item {
    width: auto;
    float: left;
    position: relative;
    margin-right: 5%;
    margin-top: 1.5em;
}

.c-head:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    top: 45%;
    z-index: 9;
    transform: translate(0%, -50%);
    right: 0;
    background-image: url(../images/arrow1.png);
    background-size: cover;
}

.course-item:nth-child(3) .c-head:after {
    display: none;
}

.course-item:nth-child(3),
.course-item:nth-child(4),
.course-item:nth-child(3) .c-head {
    margin-right: 0;
    padding-right: 0
}

.lux-txt p {
    font-size: 0.938em
}

.c-head {
    font-family: 'AlbertSans';
    line-height: 20px;
    margin: 0;
    font-weight: 500;
    font-size: 0.875em;
    color: #363636;
    border-bottom: 1px solid rgb(63 63 63 / 20%);
    width: fit-content;
    padding-bottom: 10px;
    padding-right: 40px;
}

.course-btm {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.view-all:hover {
    background: #b41c14;
    color: #fff
}

.view-all {
    font-family: 'AlbertSans';
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.75em;
    letter-spacing: 1px;
    font-style: normal;
    color: #3f3f3f;
    border: 1px solid rgb(63 63 63 / 24%);
    position: relative;
    bottom: 7px;
}

.course-item .view-all {
    padding: 10px 10px
}

.arrow-rgt-white {
    filter: invert(1);
}

.ser-txt {
    font-size: 1.5em;
    color: #170801;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'AlbertSans';
    z-index: 9;
    margin-bottom: 10px;
}

.lux-txt p {
    font-size: 0.875em;
    color: #292929
}

.lux-wrap {
    position: relative;
    height: 100%;
}

.lux-wrap:hover h3 {
    color: #b41c14
}

.inner-ser {
    margin-bottom: 3em;
}

.lux-txt {
    margin-top: 15px;
}

.lux-img img {
    border-radius: 10px;
}

.lux-img {
    position: relative;
    overflow: hidden;
}

.lux-img::before {
    height: 100%;
    width: 100%;
    content: "";
    background: #181b1c;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: 1;
    transform: translate(100%, 100%);
    transition: opacity 400ms ease, visibility 400ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}

.lux-img:hover::before {
    opacity: 0.2;
    visibility: visible;
    border-radius: 10px;
    transform: translate(0%, 0%);
}

.mid-title .ser-head {
    color: #392d79;
    text-align: center;
}

.mid-title {
    margin-bottom: 2.4em;
}

.mb-0 {
    margin-bottom: 0px !important
}

.inner-ser .lux-img:before {
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    padding: 0 !important;
    transform: translate(0%, -50%);
    top: -60px;
    right: 0;
    font-size: 0px !important;
    position: absolute;
    width: 50px;
    background: #ffffff !important;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    box-shadow: 0px 6px 9px 2px rgb(23 68 104 / 10%);
}

.owl-nav .owl-prev:before {
    right: 0;
    left: 0;
    top: 0;
    bottom: unset;
    content: '';
    position: absolute;
    background-image: url(../images/arrow-left.png);
    background-size: cover;
    height: 17px;
    width: 19px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.owl-nav .owl-next:before {
    right: 0;
    left: 0;
    top: 0;
    bottom: unset;
    content: '';
    position: absolute;
    background-image: url(../images/arrow-right.png);
    background-size: cover;
    height: 17px;
    width: 19px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.owl-theme .owl-nav .owl-next {
    right: 10%;
}

.owl-theme .owl-nav .owl-prev {
    right: 14%;
}

.airport-carousel .owl-nav [class*=owl-] {
    top: 50%
}

.airport-carousel .owl-nav .owl-next {
    right: -30px;
}

.airport-carousel .owl-nav .owl-prev {
    left: -30px;
    right: unset;
}

.tr-red {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
    color: #d9261c;
}

.tr-bl {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
    color: #3a3a3a;
    padding-left: 20px;
    width: 80%;
    float: right;
}

.tr-item {
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b9c1cd;
}

.tr-item:last-child {
    border-bottom: 0
}

.tr-items .row:nth-child(1n) .training-rt {
    padding-left: 70px;
    padding-right: 0px;
}

.tr-items .row:nth-child(2n) .training-rt {
    padding-right: 70px;
    padding-left: 0;
}

.tr-item-row:nth-child(2n) {
    flex-direction: row-reverse;
}

.tr-item-row {
    border-bottom: 1px solid #b9c1cd;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ev-span {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
    color: #565656;
}

.ev-title {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 2.064em;
    line-height: 35px;
    color: #005296;
    margin: 10px 0;
}

.ev-img {
    border-radius: 15px;
    margin-top: 30px;
}

.event-top {
    margin: 0 200px;
}

.event-desc {
    margin-top: 4em;
}

.event-desc .medium-txt {
    color: #1d71b7;
}

.ev-li {
    margin-top: 20px
}

.ev-li li {
    position: relative;
    font-family: 'Montserrat';
    display: flex;
    padding-left: 30px;
    margin-bottom: 10px;
    align-items: center;
    font-weight: normal;
    font-size: 1em
}

.ev-li li:before {
    background: #eb2828;
    position: absolute;
    content: "";
    width: 13px;
    border-radius: 100%;
    height: 13px;
    left: 0;
}

.blg-img-holder img {
    height: 540px;
    border-radius: 20px;
    object-fit: cover;
}

.sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    background: #f1f4f8;
    padding: 40px;
    border-radius: 20px;
}

.sidebar .sidebar-item.recent-post li .thumb img {
    border-radius: 5px;
}

.sidebar .sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding: 0;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar .sidebar-item.recent-post li .info {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: middle;
    padding-top: 0 !important;
}

.post-date {
    color: #075799;
    font-size: 1em
}

.blog-container .info h2 {
    color: #252235;
    font-size: 1.66em;
    text-transform: capitalize;
    line-height: 35px;
    font-weight: 500;
    font-family: 'AlbertSans';
    margin-top: 10px
}

.thumb-txt {
    color: #252235;
    font-size: 1em;
    margin: 0;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 500;
    font-family: 'AlbertSans';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar .sidebar-item.recent-post li {
    color: #cdd0d3;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.b-thumb {
    margin-bottom: 20px;
}

.b-thumb img {
    border-radius: 20px;
}

.dg-head2 {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.5em;
    color: #174468;
    border-bottom: 1px solid #b9c1cd;
    line-height: 25px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.blog-imgs-fx {
    display: flex;
    width: 70%;
    align-items: baseline;
}

.li-wrap {
    margin-bottom: 30px
}

.event-desc p+p {
    margin-bottom: 20px
}

.img-holder img {
    height: 330px;
    border-radius: 15px;
    object-fit: cover;
}

.date-box {
    margin-top: 15px;
    display: block;
}

.n-txt {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.5em;
    color: #464646;
    line-height: 30px;
    margin-bottom: 20px;
}

.date-box h4 {
    letter-spacing: 1px
}

.img-item img {
    box-shadow: 0px 2px 5px 2px rgb(23 68 104 / 15%);
    border-radius: 15px;
    padding: 20px;
}

.img-item {
    padding: 10px;
}

.ser-slider {
    position: relative;
}

.head-txt1 {
    text-align: center;
}

.gds-logos {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 2em;
    padding: 20px;
}

.glogo img {
    width: 90%;
}

.gd-bg1 {
    background: linear-gradient(to right, #E5F5FF 0%, #FFFFFF 100%);
    padding: 30px 0;
}

.gd-img {
    margin-bottom: 25px;
}

.gd-spw {
    background: #174468;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    padding: 7px 45px;
    font-family: 'Montserrat';
}

.gd-dur {
    background: #c03030;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    padding: 7px 10px;
    font-family: 'Montserrat';
    display: block;
    margin-bottom: 20px;
    width: fit-content;
}

.text-lft {
    text-align: left !important;
    margin: 20px 0 15px !important
}

.gd-img img {
    border-radius: 15px;
}

.bg-white {
    background: #fff !important
}

.alogo img {
    width: 80% !important
}

.course-row .lux-wrap {
    margin-top: 5em;
    margin-left: 25px;
    margin-right: 25px;
}

.btm-space {
    margin-bottom: 5em;
}

.iata-btm-row {
    margin: 0 20px;
}

.iata-btm-row .lux-wrap {
    margin-left: 15px;
    margin-top: 7em;
    margin-right: 15px;
}

.head-txt1 .main-head2 {
    margin-bottom: 15px;
}

.main-head3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.training-img img {
    border-radius: 15px;
}

.training-img {
    padding-right: 50px
}

.training-img img+img {
    margin-top: 20px;
}

.dgr-bg {
    background-image: url(../images/dgr-bg.jpg);
    background-size: cover;
    padding: 50px;
    margin-top: 4em
}

.dgr-bg .main-head3 {
    color: #6e9bcd
}

.wh-txt {
    color: #f5f3ee;
    text-align: center;
}

.blue-bg1 {
    padding: 40px;
    background: linear-gradient(to right, #FFFFFF 0%, #d6e9ff 100%);
    border-radius: 15px;
    margin-bottom: 20px;
}

.course-bgs .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.course-bgs .col-md-6:nth-child(2n) .blue-bg1 {
    background: linear-gradient(to right, #d6e9ff 0%, #FFFFFF 100%);
}

.course-bgs .col-md-6:nth-child(5) {
    margin-top: -140px;
}

.course-bgs .col-md-6:nth-child(7) {
    margin-top: -80px
}

.course-bgs {
    margin-top: 20px
}

.course-bgs .col-md-6:nth-child(3) {
    clear: both;
}

.con-bg {
    background: #e91f0f;
    color: #fff;
    font-size: 1em;
    border-radius: 5px;
    text-align: center;
    padding: 10px
}

.con-bg a {
    color: #fff;
    font-weight: 500
}

.tab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.tab button {
    position: relative;
    display: inline-block;
    padding: 12px 50px;
    font-size: 1em;
    cursor: pointer;
    margin: 15px 5px;
    background: transparent;
    color: #000;
    border: 1px solid #9e9e9e;
    font-style: normal;
    font-family: 'AlbertSans';
    font-weight: 500;
    color: #2a2739;
    text-transform: uppercase;
    line-height: 30px;
    width: fit-content;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tab button.active {
    color: #fff;
    background-color: #005296;
}

.gallery-container2 {
    position: relative;
    padding: 60px 0
}

.album-box {
    position: relative;
    margin-bottom: 25px;
    border-radius: 15px;
    border: 1px solid rgb(0 0 0 / 11%);
}

.inner-box-album {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.inner-box-album img {
    border-radius: 15px;
}

.album-box span {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    background: #22236a;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.album-box span i {
    color: #b41c14;
    margin-left: 10px;
}

.album-box h6 {
    background: #1d71b7;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: capitalize;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    top: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.album-box .inner-box-album:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    opacity: .7;
    transition: all .5s ease;
}

.album-box .inner-box-album:hover:after {
    height: 100%;
}

.album-box .inner-box-album:hover h6 {
    opacity: 1;
    z-index: 9;
}

.playbtn {
    position: absolute;
    display: block;
    background: url(../images/play-btn.png) no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    z-index: 9;
}

.inner-box-album img {
    height: 340px;
    object-fit: cover;
}

.goods-bg {
    position: relative;
}

.txt1,
.txt3,
.txt4 {
    font-family: 'Montserrat';
    font-weight: 300;
    color: #d1eaff;
    display: block;
    text-transform: uppercase;
}

.txt2 {
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 40px;
    color: #d1eaff;
    font-size: 2.441em;
    display: block;
    text-transform: uppercase;
}

.txt1 {
    font-size: 1.392em;
    line-height: 20px;
}

.txt3 {
    font-size: 0.906em;
    line-height: 18px;
}

.txt4 {
    font-size: 1.437em;
    line-height: 24px;
}

.goods-txt {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.man {
    position: absolute;
    left: 28%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.good-title {
    font-family: 'AlbertSans';
    line-height: 25px;
    font-weight: 500;
    font-size: 1.577em;
    font-style: normal;
    color: #9bd3ff;
    margin: 0 0 10px;
}

.goods-txt2 p {
    color: #f5f3ee;
}

.goods-txt2 {
    position: absolute;
    left: 52%;
    top: 50%;
    width: 31%;
    transform: translate(-50%, -50%);
}

.tr-txt {
    color: #3d3d3d;
    font-family: 'AlbertSans';
    font-weight: 500;
    position: relative;
    line-height: 25px;
    font-size: 1.106em;
    width: fit-content;
}

.tr-txt:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 18px;
    bottom: 3px;
    z-index: 9;
    right: auto;
    margin-left: 10px;
    background-image: url(../images/arrow2.png);
    background-size: cover;
}

.travel-head {
    color: #174468;
    font-family: 'AlbertSans';
    margin: 5px auto 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-size: 1.5em;
    width: fit-content;
}

.iata-img {
    position: relative;
    margin-bottom: 20px;
}

.iata-img img {
    border-radius: 25px;
}

.iata-txt {
    text-align: center;
}

.iata-txt .tr-txt {
    margin: 0 auto
}

.iata-wrap {
    background: linear-gradient(to right, #E4F5FF 0%, #FFFFFF 100%);
    padding: 20px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 6%);
    border-radius: 25px;
    height: 100%;
}

.spw {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 0.938em;
    background: linear-gradient(to right, #E4F5FF 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #292929;
    padding: 5px 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dur {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 0.938em;
    background: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #292929;
    padding: 5px 20px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.counter {
    color: #d9261c;
    font-family: 'AlbertSans';
    font-weight: 500;
    position: relative;
    font-size: 1.875em;
}

.counter-title span {
    font-size: 1em;
    font-family: 'AlbertSans';
    position: relative;
    font-weight: 500;
    padding-left: 10px;
}

.counter-title {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

div#statistics {
    display: flex;
    align-items: center;
}

.count-up {
    position: relative;
    padding: 0 40px;
    width: auto;
    float: left;
}

.count-up:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #3d3d3d;
    opacity: .2;
}

.after-none:after {
    display: none;
}

.bg-shadow {
    box-shadow: 0px 0px 18px 2px rgb(0 0 0 / 1%);
    padding: 20px 0;
    height: 100%;
    background: #ffffff;
}

.logo-item {
    width: auto;
    padding-right: 35px;
    margin-right: 35px;
    float: left;
    border-right: 1px solid #3d3d3d;
}

.logo-item:nth-child(2n) {
    padding-right: 0;
    border-right: 0;
    margin-right: 0
}

.counter-container .col-md-8 {
    width: 60%;
}

.counter-container .col-md-4 {
    width: 40%;
}

.test-head {
    color: #d9261c;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 6.928em;
    letter-spacing: -2px;
    line-height: 100px;
}

.tst-span {
    color: #174468;
    font-family: 'AlbertSans';
    font-weight: 500;
    display: block;
    line-height: 28px;
    font-size: 2.043em;
    letter-spacing: -1px;
}

.test-flx {
    display: flex;
    align-items: center;
}

.test-h3 {
    color: #1a1a1a;
    font-family: 'Montserrat';
    letter-spacing: 5px;
    font-weight: 500;
    line-height: 28px;
    font-size: 0.695em;
    float: right;
}

.name {
    font-family: 'AlbertSans';
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.106em;
}

.dsg {
    font-family: 'AlbertSans';
    color: rgb(61 61 61 / 71%);
    font-weight: 500;
    font-size: 0.875em;
}

.div-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.test-item {
    width: auto;
    float: left;
    margin-right: 50px
}

.user {
    border-radius: 15px;
    margin-bottom: 10px;
}

.view-all2 {
    color: #3d3d3d;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.106em;
    position: relative;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    width: fit-content;
    padding-right: 40px;
    white-space: nowrap;
}

.view-all2:hover {
    color: #b41c14
}

.view-all2:after {
    content: "";
    position: absolute;
    height: 17px;
    width: 23px;
    z-index: 9;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0px;
    background-image: url(../images/arrow2.png);
    background-size: cover;
}

.black-icon:after {
    height: 19px;
    width: 19px;
    background-image: url(../images/arrow-rgt-black.png);
}

.qoute1 {
    position: absolute;
    left: -55px;
    top: -50px;
}

.qoute2 {
    position: absolute;
    right: 0;
    top: -50px;
}

.shape1 {
    position: absolute;
    right: 215px;
    top: -70px;
}

.shape2 {
    position: absolute;
    left: -165px;
    bottom: -15px;
    transform: rotate(235deg);
}

.test-items {
    position: relative;
}

.test-container {
    position: relative;
    padding: 130px 130px 100px;
}

.career-container {
    position: relative;
}

.c-txt1,
.c-txt2,
.c-txt3,
.c-txt4,
.c-txt5 {
    color: #ffffff;
    position: relative;
    font-family: 'AlbertSans';
    letter-spacing: -2px;
    font-weight: 500;
    margin: 0;
}

.c-txt1 {
    font-size: 3.178em;
    line-height: 30px;
    text-align: center;
}

.c-txt2 {
    font-size: 4.611em;
    line-height: 45px;
}

.c-txt3 {
    font-size: 3.178em;
    line-height: 50px;
}

.c-txt4 {
    font-size: 5.073em;
    line-height: 60px;
}

.c-txt5 {
    font-size: 2.331em;
    text-align: left;
    line-height: 40px;
}

.career-txt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 45%;
    top: 50%;
}

.career-lft-txt {
    position: relative;
    left: -40px;
    margin-bottom: 15px;
}

.career-sm {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 37%;
    top: 80%;
}

.career-rgt-txt {
    position: relative;
    left: 125px;
    top: -10px;
    display: flex;
    align-items: end;
}

.career-btm {
    position: absolute;
    bottom: -100px;
    width: 100%;
    z-index: -1;
}

.clients-container {
    position: relative;
    padding: 140px 0 0;
}

.course-lft img {
    border-radius: 15px;
}

.course-lft {
    padding-right: 15px
}

.rt-title {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    font-size: 1.375em;
    color: #174468;
    margin-bottom: 15px;
}

.big-title {
    font-size: 1.5em;
    text-align: center;
}

.table-dv {
    margin: 5em 0;
}

thead {
    background: #e7ecf1;
}

th {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-style: normal;
    line-height: 23px;
    font-size: 1.125em;
    color: #174468;
}

td {
    font-family: 'AlbertSans';
    font-weight: normal;
    color: #363636;
}

td a {
    font-family: 'AlbertSans';
    font-weight: normal;
    color: #363636;
}

td,
th {
    border-right: 1px solid rgb(49 50 51 / 32%);
    border-bottom: 1px solid rgb(49 50 51 / 22%);
    text-align: left;
    padding: 25px 30px;
}

table {
    font-family: inherit;
    background: #fff;
    border-collapse: separate;
    margin-top: 30px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid rgb(49 50 51 / 32%);
    margin-bottom: 15px;
}

.table-margin {
    width: 80%;
    margin: 0 auto
}

thead th:nth-child(1) {
    border-top-left-radius: 25px
}

thead th:last-child {
    border-top-right-radius: 25px
}

tr:last-child td:first-child {
    border-bottom-left-radius: 25px
}

tr:last-child td:last-child {
    border-bottom-right-radius: 25px
}

.sm-table {
    width: 40%;
}

.rating-item {
    display: flex;
    align-items: center;
    background: #174468;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    justify-content: center;
    letter-spacing: 1px;
}

.rt-item-title {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 1em;
    color: #ffffff;
}

.rating-system {
    background: #eff2f5;
    padding: 40px 0;
    margin-top: 50px;
}

.rating-items {
    display: flex;
    align-items: center;
    margin: 30px 0 25px;
    justify-content: space-between;
}

.rating-item2 {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
    justify-content: center;
    width: auto;
    float: left;
    position: relative;
    margin-right: 2%;
}

.rating-item2:before {
    content: "";
    position: absolute;
    z-index: 9;
    transform: translate(-50%, -50%);
    left: 0;
    top: 50%;
    height: 20px;
    width: 2px;
    background: #c1352d;
}

.rating-item2:nth-child(5) {
    margin-right: 0
}

.rt-item-title2 {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-style: normal;
    line-height: 15px;
    font-size: 1em;
    color: #313233;
    margin: 0;
}

.btm-p {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-style: normal;
    color: #313233;
    line-height: 15px;
    font-size: 1em;
}

.course-dtl p+p {
    margin-top: 15px
}

.course-dtl b {
    font-weight: 600
}

.duration-sp {
    font-family: 'AlbertSans';
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
    width: fit-content;
    font-size: 1em;
    padding: 10px 20px;
    color: #fff;
    background: #c1352d;
    border-radius: 10px;
    display: flex;
    margin: 10px 0 20px;
}

.top-span {
    font-family: 'AlbertSans';
    display: flex;
    margin-bottom: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
    width: fit-content;
    font-size: 1em;
    padding: 10px 20px;
    color: #bdc9d7;
    background: #174468;
    border-radius: 10px;
}

.rating-system2 {
    padding: 30px 0;
}

.rating-bg {
    background: #f6f6f6;
}

.rating-item3 {
    display: flex;
    align-items: center;
    background: #c1352d;
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
    justify-content: center;
    width: auto;
    float: left;
    position: relative;
    margin-right: 2%;
}

.rating-item3 .rt-item-title2 {
    color: #fff;
}

.main-head2 {
    font-size: 1.875em;
}

.mbtm {
    margin-bottom: 15px
}

.dg-head1 {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.25em;
    color: #174468;
    line-height: 25px;
}

.dg-span1 {
    font-family: 'AlbertSans';
    font-weight: 500;
    color: #de2f33;
    font-size: 1.125em;
    line-height: 25px;
}

.bold-txt {
    font-weight: 500;
    font-family: 'Montserrat';
    color: #174468;
}

.gdr-txt {
    margin-top: 1em;
}

.dgr-txt {
    margin-top: 2.4em;
}

.table3 thead {
    background: #e8f1f8
}

.table3 tr:nth-child(2n) {
    background: #f5f5f5;
}

.table3 td,
.table3 th {
    padding: 15px 30px
}

.bold-td {
    font-weight: 500
}

.table3 thead th:nth-child(1) {
    width: 20%;
}

.fn-lft {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 1em;
    background: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #292929;
    padding: 5px 20px;
    border-radius: 10px;
}

.fn-img img {
    border-radius: 15px;
}

.fn-img {
    position: relative;
}

.fn-head {
    color: #363636;
    font-family: 'AlbertSans';
    margin: 5px auto 10px;
    font-weight: 500;
    position: relative;
    text-align: left;
    font-size: 1.375em;
}

.flx-btm-title {
    padding-right: 25px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 0.938em;
    color: #000000;
}

.fn-wrap {
    margin-top: 3em;
}

.fn-txt {
    margin-top: 14px
}

.flx-btm {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.flx-btm .view-all {
    padding: 7px 20px
}

.req-div {
    margin-top: 5em;
}

.rq-span {
    font-family: 'AlbertSans';
    color: #ffffff;
    line-height: 15px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 0.875em;
    background: #d9261c;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: fit-content;
}

.req-item {
    text-align: center;
    position: relative;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.req-item:after,
.req-row .col-md-15:nth-child(3) .blue-rq:after {
    content: "";
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: -20px;
    width: 20px;
    height: 15px;
    background: #dcdcdc;
    z-index: 1;
}

.req-row .col-md-15:nth-child(3) .blue-rq:after {
    display: block !important;
}

.rq-padding .col-md-15:nth-child(3) .req-item:after {
    display: none;
}

.req-row .col-md-15:nth-child(7) .req-item:before {
    content: "";
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: -50px;
    width: 20px;
    height: 50px;
    background: #dcdcdc;
    z-index: 1;
}

.req-row .col-md-15:nth-child(6) .req-item:after {
    width: 180px;
    right: -180px;
    top: 60%;
}

.req-row .col-md-15:nth-child(10) .req-item:before {
    content: "";
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: -75px;
    width: 20px;
    height: 75px;
    background: #dcdcdc;
    z-index: 1;
}

.req-row .col-md-15:nth-child(14) .req-item:after {
    width: 180px;
    right: -180px;
    top: 60%;
}

.req-row .col-md-15:nth-child(2) .req-item:before {
    content: "";
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: -20px;
    width: 20px;
    height: 15px;
    background: #dcdcdc;
    z-index: 1;
}

.req-row .col-md-15:nth-child(5) .req-item:after,
.req-row .col-md-15:nth-child(10) .req-item:after {
    display: none;
}

.req-row .col-md-15:nth-child(13) .req-item:after {
    top: 50px
}

.req-row .col-md-15:nth-child(1) .req-item:after {
    background: unset !important;
}

.req-item p {
    font-size: 0.938em
}

.req-h3 {
    font-family: 'AlbertSans';
    font-weight: 500;
    line-height: 25px;
    font-size: 1.25em;
    color: #134d89;
    text-align: center;
    margin: 20px 0 10px;
}

.req-row .col-md-15:nth-child(6),
.req-row .col-md-15:nth-child(11) {
    clear: both;
}

.req-row .col-md-15 {
    padding-right: 8px;
    padding-left: 8px;
}

.col-md-15:nth-child(7) .req-item {
    position: relative;
    margin-top: -140px;
}

.col-md-15:nth-child(8) .req-item {
    position: relative;
    margin-top: -110px;
}

.col-md-15:nth-child(9) .req-item {
    position: relative;
    margin-top: -85px;
}

.col-md-15:nth-child(10) .req-item {
    position: relative;
    margin-top: -85px;
}

.col-md-15:nth-child(13) .req-item {
    position: relative;
    margin-top: -85px;
}

.col-md-15:nth-child(14) .req-item {
    position: relative;
    margin-top: -140px;
}

.gal-title {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.221em;
    line-height: 25px;
    margin-bottom: 1em;
}

.gal-img {
    border-radius: 15px;
    margin-bottom: 1em;
}

.gallery-container {
    position: relative;
    padding: 50px 0;
    background-image: url(../images/bg-gal.png);
    background-size: cover;
}

.enq-btn {
    background: #f4f4f4;
    color: #174468;
    font-size: 0.987em;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1em;
    line-height: 30px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    padding: 4px 24px;
    right: -200px;
}

.enq-btn:before {
    content: "";
    position: absolute;
    z-index: 9;
    transform: translate(-50%, -50%);
    right: 135px;
    top: 50%;
    height: 1px;
    width: 40px;
    background: #a2b9ca;
}

.enq-btn:hover {
    background: #005296;
    color: #fff
}

.play-btn {
    position: absolute;
    z-index: 9;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.bg-body {
    position: relative;
}

.m-icon {
    border-radius: 100%
}

.red-bg {
    background: #d9261c
}

.blue-bg {
    background: #105994
}

.bg-blue {
    position: relative;
}

.bg1 {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.signup-logo-btm {
    display: flex;
    padding: 47px 60px;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
    border: 1px solid rgb(20 58 155 / 26%);
}

.signup-img img {
    border-radius: 15px;
    margin-bottom: 25px;
}

.signup-logo {
    border-right: 1px solid rgb(20 58 155 / 26%);
    padding-right: 20px;
}

.signup-logo:last-child {
    border-right: 0;
    padding-right: 0;
}

.career-head {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 2.25em;
    line-height: 37px;
    color: #304d69
}

.career-top-bg {
    text-align: center;
    background-color: #eff8ff;
    border-radius: 15px;
    padding: 35px 60px;
    margin-bottom: 20px;
}

.career-span {
    font-family: 'AlbertSans';
    font-weight: 500;
    position: relative;
    font-size: 1.125em;
    line-height: 16px;
    color: #222222;
    margin: 50px 0;
    display: block;
}

.career-top-bg p {
    margin-bottom: 0
}

.career-span:before {
    background: #222222;
    background-size: cover;
    height: 20px;
    width: .5px;
    content: "";
    top: -35px;
    position: absolute;
    left: 50%;
}

.career-span:after {
    background: #222222;
    background-size: cover;
    height: 20px;
    width: .5px;
    content: "";
    bottom: -35px;
    position: absolute;
    left: 50%;
}

.let-bg {
    font-family: 'AlbertSans';
    font-weight: 500;
    position: relative;
    font-size: 1.25em;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
    background-color: #2a6696;
    border-radius: 12px;
    padding: 10px 20px;
    text-align: center;
}

.career-btm-form {
    border: 1px solid rgb(20 58 155 / 26%);
    border-radius: 15px;
    padding: 10px 15px;
}

.career-btm-form input[type="text"] {
    border-radius: 10px !important;
    border-color: rgb(0 0 0 / 43%) !important;
    padding: 14px 20px !important;
    height: unset !important;
}

.checkbox1 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    background: #2a6696;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 3px;
}

.checkbox1 label {
    position: relative;
    cursor: pointer;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 0.937em;
}

.checkbox1 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox1 input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.submit-btn2 {
    font-family: 'AlbertSans';
    color: #304d69;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.01em;
    line-height: 20px;
    letter-spacing: 1px;
    background: #fff;
}

.submit-btn2 i {
    color: #d9261c;
    font-size: 14px;
}

.service-detail_list li {
    position: relative;
    line-height: 33px;
    font-size: 1em;
    padding-left: 50px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: normal;
}

.service-detail_list li span {
    font-family: 'AlbertSans';
    font-weight: 500;
}

.service-detail_list li::before {
    position: absolute;
    content: "\f560";
    left: 0px;
    top: 0px;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border-radius: 5px;
    color: #f4faff;
    font-weight: 900;
    background-color: #d9261c;
    font-family: "Font Awesome 6 Free";
}

.course-highlights {
    position: relative;
    margin: 4em 0em 2em;
    padding: 30px 50px;
    ;
    border-radius: 15px;
    border: 1px solid #eee;
    background: linear-gradient(to right, #E4F5FF 0%, #FFFFFF 100%);
    height: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.br-0 {
    border: 0 !important;
}

.all-course-wrap {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.all-course-wrap .head-txt {
    margin-bottom: 1em
}

.service-detail_list {
    margin-top: 2em
}

.h-unset {
    height: unset;
}

.dg-span {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-style: normal;
    line-height: 35px;
    font-size: .5em;
    border: 1px solid #c1352d;
    border-radius: 25px;
    padding: 5px 15px;
}

.dgr-course-wrap {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.key-li2 li {
    width: 50%;
    float: left;
    padding-left: 25px;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
}

.key-resp {
    margin-top: 2em
}

.key-li2 {
    margin-top: 1.5em
}

.key-li2 li:before {
    background: #c1352d;
    width: 8px;
    border-radius: 100%;
    height: 8px;
    transform: translate(0%, -50%);
    left: 0;
    top: 50%;
    position: absolute;
    content: "";
    z-index: 1;
}

.deg-course-rgt .col-md-6 {
    margin-bottom: 15px;
}

.deg-course-rgt {
    margin-top: 3em
}

.w100 li {
    width: 100% !important;
    float: none !important;
}

.view-btn {
    background: #d9261c;
    color: #f4faff;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1em;
    line-height: 30px;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 24px;
}

.view-btn:hover {
    background: #9bd3ff
}

.goods-bg-img {
    box-shadow: 2px 3px 4px 2px rgb(0 0 0 / 5%);
    border-radius: 15px;
    width: 100%
}

.goods-container {
    position: relative;
    padding: 70px 0 0;
}

.contact-itm {
    background: linear-gradient(0deg, rgba(241, 246, 252, 1) 8%, rgba(225, 234, 248, 1) 86%);
    padding: 50px 40px;
    border-radius: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.branch-bg {
    background: #174468;
    padding: 35px 0;
    margin-top: 5em
}

.awesome {
    color: #d9261c;
    -webkit-animation: colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: #d9261c;
    }
    10% {
        color: #174468;
    }
    20% {
        color: #d9261c;
    }
    30% {
        color: #174468;
    }
    40% {
        color: #d9261c;
    }
    50% {
        color: #174468;
    }
    60% {
        color: #d9261c;
    }
    70% {
        color: #174468;
    }
    80% {
        color: #d9261c;
    }
    90% {
        color: #174468;
    }
    100% {
        color: #d9261c;
    }
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.br-item .travel-head {
    color: #fff
}

.br-item p,
.link {
    color: #f9fbfe
}

.link:hover {
    color: #ffff
}

.in-contact-page-content.contact-enq {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 93px 100px 87px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.c-middle p,
.c-middle a {
    color: #323232
}

.c-middle i {
    color: #174468;
    margin-right: 10px
}

.enq-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.contact-bg {
    padding: 70px 0;
    position: relative;
}

.enq-txt1 {
    font-family: 'AlbertSans';
    font-weight: 500;
    color: #684a8a;
    font-style: normal;
    margin-bottom: 5px;
    font-size: 2em;
    line-height: 35px;
}

.c-top {
    margin-bottom: 2em;
}

.enq-span {
    color: #b41c14;
    font-family: 'AlbertSans';
    font-weight: 500;
    display: block;
}

.project-container {
    position: relative;
    padding: 80px 0 0;
}

.structural-item {
    display: flex;
    align-items: baseline;
    height: 100%;
    background: #f7f7f7;
    border-radius: 15px;
    padding: 30px 40px;
}

.center-align {
    align-items: center;
}

.bar-li li:before {
    background: #174468;
    width: 7px;
    background-image: unset;
    height: 1px;
    top: 50%;
    content: "";
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
}

.bar-li {
    margin-top: 1em
}

.bar-li li {
    padding-left: 25px;
    font-family: 'Montserrat';
    font-size: 1em;
    color: #000000;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
}

.prog-highlights .col-md-6 {
    margin-bottom: 15px;
}

.av-career {
    background: linear-gradient(to right, #9bd3ff 43%, #174468 150%);
    padding: 50px 100px;
    border-radius: 15px;
    text-align: center;
    margin-top: 2em
}

.av-career p {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
}

.av-career .ser-head {
    margin-bottom: 10px;
}

.num1 {
    position: relative;
}

.num1:before {
    background: #c1352d;
    width: 10px;
    border-radius: 100%;
    height: 10px;
    transform: translate( 0%, -50%);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
}

.str-rgt {
    padding-left: 30px;
}

.str-hed {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
    color: #174468;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.str-rgt p {
    font-size: 1.125em;
    color: #000000;
}

.prog-highlights {
    margin-top: 4em
}

.project-container2 {
    position: relative;
    padding: 80px 0;
}

.pro-content {
    position: relative;
}

.project-item-mid:before {
    height: 100%;
    width: 100%;
    content: "";
    background: #181b1c;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transform: translate(100%, 100%);
    transition: opacity 400ms ease, visibility 400ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}

.project-item-mid:hover::before {
    opacity: 0.2;
    visibility: visible;
    transform: translate(0%, 0%);
}

.exp-span {
    font-family: 'Montserrat';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.125em;
    line-height: 20px;
    color: #cbc5c3;
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: 9;
    text-align: center;
    width: 100%
}

.project-item-mid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgb(18 18 18 / 0%) 50%, #000000d9 100%);
    z-index: 1;
    border-radius: 10px;
}

.project-item img.img-full,
.project-item-mid img.img-full {
    border-radius: 10px;
    box-shadow: 0px 4px 12px 4px rgb(0 0 0 / 20%);
}

.project-item {
    width: auto;
    float: left;
    position: relative;
}

.project-item-mid {
    width: 38%;
    float: left;
    position: relative;
    overflow: hidden;
}

.project-items {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.project-item:nth-child(4) img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.project-item:nth-child(6) img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.project-rgt {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 9;
}

.project-lft {
    position: absolute;
    left: 0;
    top: 120px;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 2em;
}

.box-group {
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.box-group img {
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display: block;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 300px;
}

.box-group:hover img {
    transform: scale3d(1.15, 1.15, 1);
    border-radius: 10px;
}

.box-group:hover .img-overlay {
    opacity: 1 !important;
}

.upload_field label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

span.wpcf7-form-control-wrap {
    width: 30%;
    float: left;
}

input[type="file"] {
    color: transparent;
}

.upload_field input.wpcf7-file::-webkit-file-upload-button {
    border: none;
    font-family: 'Montserrat';
    font-weight: normal;
    background: #dddddd;
    padding: 4px 18px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 1px 9px -3px #25c171;
}

.upload_field input.wpcf7-file::-webkit-file-upload-button:focus {
    outline: none;
}

.upload_field input.wpcf7-file:focus {
    outline: none;
}

.upload_field {
    margin-bottom: 10px
}

.upload_field label,
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea,
.contact-form input[type="text"],
.contact-form select {
    color: #757575;
    width: 100%;
    font-size: 0.875em;
    border-radius: 5px;
    background: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    padding: 16px 22px;
    border: 1px solid #e3e3e3;
}

.contact-form .col-md-6:nth-child(2n) {
    padding-left: 0
}
.tna-form .col-md-6:nth-child(2n){
padding-left: 15px	
}
.radio-btns {
    display: flex;
        margin-top: 10px;
    align-items: center;
}
.tna-checkbox label:before{
	background: unset; padding: 9px;
	border: 1px solid #607D8B;
}
.tna-checkbox  input:checked+label:before{
    background: #2a6696;
}
.tna-checkbox {
    margin-top: 20px;
}
.checkbox-btns{display: flex; align-items: center;}
.checkbox-btns .tna-checkbox:nth-child(2) {
    margin-left: 50px;
}
.tna-checkbox input:checked+label:after{
left: 7px;
    width: 5px;
    height: 10px;
}
.flx-rdio{display: flex; align-items: center;}
.radio-btn input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.radio-btn label:before {
    background: unset;
    border: 1px solid #607D8B;
}
.radio-btn label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 100%;
}

.radio-btn label {
    position: relative;
    cursor: pointer;
}
.radio-btn input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #2a6696;
    border-radius: 100%;
}
.tna-form .form-group {
    margin-bottom: 40px;
}
.flx-rdio input {
    margin-left: 10px;
}
.tna-form label{
margin-bottom: 10px !important;
}
.radio-btn label {
    margin-bottom: 0 !important;
}
/**/
.reg-img img {
    border-radius: 15px;
}

.reg-container {
    padding: 60px 0px 80px;
}

.reg-form {
    padding-left: 40px;
}

label {
    font-family: 'AlbertSans';
    font-weight: 500;
    color: #888888;
    font-size: 1.125em
}

.reg-form-bg .form-group {
    margin-bottom: 20px;
}

.reg-form-bg input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"] {
    background: #efefef !important;
    border: 0;
    padding: 20px 22px;
}

.dashboard-menu a {
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    color: #323232;
    font-size: 1.125em;
    line-height: 20px;
    font-family: 'AlbertSans';
    font-weight: 500;
    display: flex;
    align-items: center;
}

.dashboard-menu a:hover {
    background: #eaf6ff;
    color: #0b5c9e
}

ul.dashboard-menu li {
    margin-bottom: 1em
}

.dashboard-menu img {
    padding-right: 20px;
    filter: invert(22%) sepia(139%) saturate(7430%) hue-rotate(18deg) brightness(95%) contrast(118%)
}

body.dashboard a.dashboard,
body.profile a.profile,
body.academic a.academic,
body.attendance a.attendance,
body.marklist a.marklist,
body.payments a.payments {
    background: #eaf6ff;
    color: #0b5c9e
}

body.dashboard a.dashboard img,
body.profile a.profile img,
body.academic a.academic,
body.attendance a.attendance,
body.marklist a.marklist,
body.payments a.payments img {
    filter: unset;
}

.dashboard-card {
    border-radius: 15px;
    padding: 40px;
    border: 1px solid rgb(0 0 0 / 10%);
    text-align: center;
}

.ds-title {
    font-size: 1.25em;
    line-height: 20px;
    font-family: 'AlbertSans';
    font-weight: 500;
    color: #0b5c9e
}

.d-icon {
    margin-bottom: 15px;
}

.d-user-name img {
    padding-right: 10px;
}

.d-user-name {
    font-size: 1.5em;
    font-family: 'AlbertSans';
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #0b5c9e;
    line-height: 20px;
    margin-bottom: 35px;
}

.dashboard-lft {
    padding-right: 50px
}

.dashboard-rgt {
    padding-left: 70px;
}

.dashboard-row {
    padding: 0 80px;
}

.d-user-img img {
    border-radius: 5px;
}

.d-user-name2 {
    font-size: 1.25em;
    font-family: 'AlbertSans';
    font-weight: 500;
    color: #0b5c9e;
    padding-top: 20px;
}

.user-info {
    margin-top: 15px;
    display: flex;
    align-items: baseline;
}

.user-left {
    position: relative;
    display: inline-flex;
}

.user-right {
    position: relative;
    padding-left: 10px;
}

.user-l {
    font-weight: normal;
    font-family: 'AlbertSans';
    line-height: 26px;
    font-size: 1em;
    color: #292929;
}

.user-r {
    color: #0b5c9e;
    display: inline-flex;
    font-weight: 500;
    font-family: 'AlbertSans';
    line-height: 27px;
    font-size: 1.016em;
}

.bg-profile {
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.white-bg-prof {
    background: #fff;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px 20px;
    width: fit-content;
    margin-top: 5px;
}

.prof-table1 th {
    color: #0b5c9e;
    border-radius: 0px !important
}

.prof-table1 td,
.prof-table1 th {
    border-color: rgb(0 0 0 / 10%);
    padding: 18px 25px
}

.prof-table1 {
    border-radius: 0px !important;
    border-color: rgb(0 0 0 / 10%);
    margin-top: 10px;
}

.prof-table1 thead {
    background: unset;
}

.other-det {
    font-size: 1.25em;
    font-family: 'AlbertSans';
    font-weight: 500;
    color: #eb2828;
    padding-bottom: 10px;
    padding-top: 20px;
}

.w100 {
    width: 100%
}

.white-bg-prof.w100 {
    margin-bottom: 10px;
}

.edu-color {
    color: #232323
}

.user-info-block {
    display: block;
}

.white-bg-prof p {
    font-family: 'AlbertSans';
    font-weight: 500;
}

.phone-sh {
    box-shadow: -1px 3px 6px 3px rgb(0 0 0 / 12%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    margin-right: 14px;
}

.box-padding {
    padding: 25px 25px;
    width: 100%;
    height: 100%;
}

.p-phone {
    display: flex;
    align-items: center;
}

.exp-ul {
    margin-top: 1em
}

.exp-ul li {
    font-family: 'AlbertSans';
    font-weight: normal;
    color: #000000;
    font-size: 1em;
    padding-left: 25px;
    line-height: 25px;
    margin-top: 10px;
    position: relative;
}

.exp-ul li:before {
    background: #eb2828;
    position: absolute;
    content: "";
    width: 5px;
    border-radius: 100%;
    height: 5px;
    left: 0%;
    transform: translate(0%, -50%);
    top: 50%;
}

.bg-profile .col-md-3 {
    width: 28%;
}

.bg-profile .col-md-9 {
    width: 72%;
}

.prof-table {
    margin-top: 10px;
}

.date {
    width: 100%;
    font-weight: 500;
    color: #d9261c;
    border: 0;
    display: flex;
    align-items: center;
}

.img-tme {
    padding-right: 10px;
}

.fee-table th {
    background: #eeeeee;
    color: #0b5c9e
}

.fee-table td,
.fee-table th {
    border-color: rgb(0 0 0 / 10%);
    padding: 18px 25px;
    font-weight: 500;
}

.date-tr {
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.05);
}

.fee-table {
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 15px;
}

.fee-table thead th:nth-child(1) {
    border-top-left-radius: 15px;
}

.fee-table thead th:last-child {
    border-top-right-radius: 15px
}

.fee-table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.fee-table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.modal-body {
    padding: 20px 40px !important;
}

.modal-header {
    padding: 20px 40px !important;
}

.contact-title {
    font-size: 2.333em;
    font-family: 'UberMove';
    font-weight: bold;
    letter-spacing: 1px;
    color: #0f0909;
    line-height: 40px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 15px;
    right: 14px;
    opacity: 1 !important;
    font-size: 2em !important;
}

.icon-img2 {
    text-align: center;
}

.icon-img2 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.icon-list2 {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.icon-content3 {
    text-align: center;
}

.c-shape1 {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 9;
}

.c-shape2 {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 9;
}

.con-form-top {
    margin-top: 4em;
}

.h-unset {
    height: unset;
}

.icon-content3 p {
    font-weight: 500;
    font-family: 'Montserrat'
}

.view-loc {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.938em;
    background: linear-gradient(267deg, rgba(166, 49, 117, 1) 38%, rgba(128, 61, 134, 1) 94%);
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 17px 25px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.view-loc:hover {
    background: #a63175;
    color: #fff
}

.contact-bodybg {
    top: -260px;
}

.c-title {
    font-size: 1em;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: 'UberMove';
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.contacts-rgt {
    padding-left: 60px;
}

.contact-right-img {
    position: relative;
}

.locate-us {
    color: #000000;
    font-family: 'UberMove';
    font-weight: normal;
    box-shadow: -2px -1px 8px 1px rgba(0, 0, 0, 0.1);
    font-size: 1em;
    background: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 15px;
}

.subtitle {
    font-size: 1em;
    line-height: 30px;
    color: #807e7e;
    letter-spacing: 1px;
    font-family: 'UberMove';
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.cbtm-title {
    font-size: 2.5em;
    line-height: 50px;
    letter-spacing: 2px;
    font-family: 'UberMove';
    display: block;
    font-weight: bold;
    margin: 0
}

.paragraph {
    padding: 15px 0 25px;
}

.tm-sc-social-links li {
    position: relative;
    display: block;
    background: #b23536;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all .3s;
}

.tm-sc-social-links li a {
    color: #fff
}

.tm-sc-social-links li:not(:last-child) {
    margin-right: 10px;
}

.tm-sc-social-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.contact-container {
    padding-top: 50px;
    overflow: hidden;
}

.eq-ht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btm-txt {
    font-size: 1.313em;
    line-height: 30px;
    font-style: normal;
    font-family: 'AlbertSans';
    font-weight: normal;
}

.btm-color2 {
    color: #fa4e4e
}

.btm-color1 {
    color: #91c2ea
}

.wings-txt {
    font-size: 5.12em;
    font-family: 'Broisther';
    font-weight: normal;
    color: #ff3737;
    line-height: 80px;
    text-transform: capitalize;
}

.wings-txt2 {
    font-size: 3.773em;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -1px;
    font-family: 'AlbertSans';
    font-weight: 500;
}

.featured-text {
    font-size: 3.674em;
    line-height: 55px;
    text-align: right;
    font-style: normal;
    color: #ffffff;
    letter-spacing: -1px;
    font-family: 'AlbertSans';
    font-weight: 500;
}

.welcome-detail-title3 p {
    color: #1584aa;
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 500
}

.page-hero .hero-text-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    bottom: 5%;
    transform: translate(-50%, 0%);
    left: 50%;
}

.hero-text-area-inner {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    bottom: 5%;
    left: -20px;
    background-image: url(../images/shape2.png);
    background-size: cover;
    width: 42%;
    padding: 30px 0;
    border-radius: 20px;
}

.hero-text-area-inner.wid-100 {
    width: 50%
}

.inner-span {
    font-size: 0.5em;
    display: block;
    letter-spacing: -1px;
    line-height: 23px;
}

.inner-text-inner {
    color: #ffffff;
    font-size: 2.625em;
    line-height: 50px;
    font-family: 'AlbertSans';
    font-weight: 500;
    position: relative;
    left: 26%;
}

.img-icon {
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.dark-bg .owl-nav {
    display: none;
}

.plr-0 {
    padding-right: 0px !important;
    padding-left: 0px !important
}

.p6 {
    padding: 6px !important;
}

.table2 th,
.table2 td {
    padding: 16px 30px;
}

.table2 th {
    background: #005296;
    color: #fff;
    border-right: 1px solid #fff;
}

.table2 tr:nth-child(2n) {
    background: #f5f5f5
}

.cat-left {
    font-size: 1.033em;
    color: #000000;
    line-height: 20px;
    font-family: 'AlbertSans';
    font-weight: normal;
    padding-left: 12px;
}

.cat-right {
    font-size: 2em;
    color: #ffffff;
    line-height: 15px;
    font-family: 'AlbertSans';
    font-weight: bold;
    background: #005296;
    padding: 10px 20px;
    border-radius: 25px;
    display: block;
    width: 90px;
    text-align: center;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cat-box {
    border-radius: 5px;
    box-shadow: -1px 3px 6px 3px rgb(0 0 0 / 8%);
    padding: 20px 8px;
    margin-bottom: 25px;
}

.bg-cat1 {
    background: linear-gradient(to right, #E5F5FF 0%, #FFFFFF 100%);
}

.ct-bg2 {
    background: #d9261c
}

.bg-cat2 {
    background: linear-gradient(to right, #ffe5e5 0%, #FFFFFF 100%);
}

.cats {
    margin-bottom: 5em
}

.rq-padding {
    padding: 50px 0;
}

.blue-rq .rq-span {
    background: #005296;
}

.icon-thanku {
    color: #d9261c;
    margin: 0 auto 1em;
    display: flex;
}

.center-btn {
    text-align: center;
    margin: 40px auto 0;
    display: block;
    width: fit-content;
}

.pay-item {
    text-align: center;
    position: relative;
}

.pay-row .col-md-4:last-child .pay-item:after {
    display: none;
}

.pay-item:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #9e9e9e66;
    height: 50px;
    width: 1px;
    z-index: 9;
    transform: translate(-50%, -50%);
    right: 0;
}

.py-txt {
    color: #3d3d3d;
    font-family: 'AlbertSans';
    font-weight: 500;
    position: relative;
    line-height: 25px;
    font-size: 1.333em;
    text-transform: uppercase;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.shoping__checkout {
    background: #f5f5f5;
    padding: 30px 50px;
    width: 50%;
    margin: 0 auto;
}

.shoping__checkout ul li {
    font-size: 1em;
    font-family: 'AlbertSans';
    font-weight: normal;
    color: #363636;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.shoping__checkout ul li span {
    font-size: 1em;
    color: #174468;
    float: right;
    font-family: 'AlbertSans';
    font-weight: 500;
}

.checkout-ul {
    margin-top: 2em;
    margin-bottom: 2em
}

.fet-container {
    padding: 80px 0 70px;
}

.ft-h3 {
    color: #d12f3b;
    font-family: 'UberMove';
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.131em;
    line-height: 35px;
}

.fet-item {
    width: 33%;
    border-right: 1px solid #d6d4d4;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.fet-item:nth-child(3) {
    border-right: 0
}

.fet-icons-wrap {
    border: 1px solid #d6d4d4;
    border-radius: 15px;
}

.fet-content-btm {
    float: right;
    padding-top: 7em;
    padding-left: 50px;
}

.fet-container .col-md-8 {
    width: 63%
}

.fet-container .col-md-4 {
    width: 37%
}

.fet-img {
    margin-left: -20px;
}

.fet-span {
    color: #0f0909;
    font-family: 'UberMove';
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1em;
    line-height: 20px;
    letter-spacing: 1px;
}

.fet-content-lft p {
    width: 450px
}

.welcome-detail-title2.room-title {
    position: relative;
    z-index: 9;
}

.mt-4 {
    margin-top: 4em !important
}

.mt-3 {
    margin-top: 3em !important
}

.mt-6 {
    margin-top: 6em !important;
}

.pr-0 {
    padding-right: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.welcome-detail {
    padding-left: 20px
}

.w-h3 {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 1em;
    color: #3e7cb0;
    line-height: 25px;
}

.welcome-title {
    font-weight: 500;
    font-family: 'AlbertSans';
    letter-spacing: -1px;
    font-size: 2.25em;
    color: #174468;
    line-height: 40px;
    margin-bottom: 20px;
}

.toptxt {
    font-weight: 500;
    font-family: 'AlbertSans';
    line-height: 26px;
    font-size: 1.5em;
    color: #d9261c;
    margin-bottom: 5px;
    display: block;
}

.welcome-title-dv {
    margin-bottom: 5px;
}

.abt1 {
    border-radius: 15px;
}

.icon1 {
    float: right;
}

.btm-link p a {
    color: #000
}

.corp-clients li {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}

.sm-span {
    font-size: 0.875em;
    font-weight: 500;
    font-family: 'AlbertSans';
    color: rgb(41 41 41 / 83%)
}

.li-left {
    position: relative;
    padding-right: 20px;
    color: #292929;
    width: 205px;
    display: inline-flex;
    font-weight: 500;
    font-family: 'AlbertSans';
    line-height: 26px;
    font-size: 1.125em;
}

.li-left:after {
    content: ":";
    position: absolute;
    top: 45%;
    z-index: 9;
    transform: translate(0%, -50%);
    right: 0;
}

.li-right {
    color: #1c5684;
    padding-left: 20px;
    font-weight: 500;
    font-family: 'AlbertSans';
    line-height: 26px;
    font-size: 1.125em;
}

.corp-clients li:last-child {
    margin-bottom: 0
}

.fade-color {
    color: rgb(41 41 41 / 83%)
}

.img-client {
    box-shadow: 0px 1px 7px 2px rgb(23 68 104 / 9%);
    background: #fff;
    border-radius: 15px;
}

.img-client img {
    border-radius: 15px;
}

.bg-blue2 {
    background: linear-gradient(to right, #dfe8f7 70%, #afc7eb 100%);
    padding: 40px;
}

.corp-client-item {
    flex-wrap: wrap;
}

.corp-txt {
    margin-bottom: 2em
}

.acc-dtl {
    padding: 40px;
    height: 100%;
    background: linear-gradient(to right, #ffffff 0%, #dfe8f7 100%);
    border-radius: 20px;
    margin-right: 50px;
    padding-left: 0;
}

.acc-lft img,
.acc-lft {
    border-radius: 20px;
    height: 100%;
}

.acc-lft {
    height: 100%;
    margin-left: -40px;
}

.acc-dtl2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 100px;
    height: 100%;
    background: linear-gradient(to right, #dfe8f7 0%, #ffff 100%);
    border-radius: 20px;
}

.shadow-img {
    box-shadow: 0px 1px 7px 2px rgb(23 68 104 / 9%);
}

.acc-lft.shadow-img {
    margin-left: 0
}

.acc-lft3 {
    box-shadow: 0px 1px 7px 2px rgb(23 68 104 / 9%);
    border-radius: 20px;
    margin-bottom: 20px;
}

.acc-lft3 img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.acc-head {
    background: linear-gradient(to right, #dfe8f7 0%, #afc7eb 100%);
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.main-head4 {
    font-size: 1.65em
}

.big-acc,
.acc-2-left {
    height: 100%;
}

.loc-img,
.loc-img img {
    border-radius: 20px
}

.grey-bg {
    background: #f8f8f8;
    padding: 65px 0;
    margin-top: 5em
}

.accrlist {
    margin-top: 2em;
}

.accrlist li:before {
    background-image: url(../images/li-shape.png);
    position: absolute;
    content: "";
    width: 25px;
    height: 20px;
    left: 0;
}

.ruleslist li:before {
    background-image: url(../images/li-shape2.png);
    position: absolute;
    content: "";
    width: 25px;
    height: 20px;
    left: 0;
}

.ruleslist {
    margin-top: 1em;
    margin-bottom: 1em;
}

.accrlist li,
.ruleslist li {
    font-family: 'Montserrat';
    font-weight: 300;
    color: #000000;
    font-size: 0.875em;
    padding-left: 40px;
    width: 33%;
    line-height: 25px;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

.accrlist li:nth-child(4),
.accrlist li:nth-child(7) {
    clear: both;
}

.w100l li {
    width: 100%;
}

.mid-pad {
    padding: 0 60px;
}

.mt-0 {
    margin-top: 0px !important
}

.white-bg {
    background: #fff;
    padding: 40px 0;
}

.w50l li {
    width: fit-content;
    padding-right: 40px
}

.w50l2 li {
    width: 50%;
    float: left;
}

.w50l2 li:nth-child(3) {
    clear: both;
}

.w50l2 li:nth-child(4) {
    clear: unset;
}

.blue-gradient-bg {
    background: linear-gradient(to right, #dfe8f7 0%, #afc7eb 100%);
}

.ceo-dtl {
    background: #fff;
    margin-top: 3em;
    border-radius: 25px;
    padding: 50px 90px;
    position: relative;
}

.ceo-head {
    margin: -130px auto 30px;
    text-align: center;
}

.ceo {
    border-radius: 15px;
    margin-bottom: 20px;
}

.ceo-h1 {
    font-size: 2.8em;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.desg {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.16em;
    color: #262626;
}

.ceo-dtl p {
    text-align: center;
}

.chairmans-head {
    display: flex;
    margin-bottom: 3em;
    align-items: flex-end;
}

.ltr {
    margin-bottom: 5px;
    display: block;
    line-height: 35px;
    font-size: 1.16em;
    font-family: 'AlbertSans';
    font-weight: 500;
}

.red-p {
    font-size: 0.89em;
    color: #d9261c;
    margin: 0;
    display: inline-block;
}

.c-flx {
    padding-left: 40px;
}

.chairmans-b {
    font-weight: 500;
    font-size: 1.125em;
}

.chairmans-dtl p+p {
    margin-bottom: 20px;
}

.chairmans-dtl p {
    text-align: justify;
}

.chairmans-dtl {
    position: relative;
    padding: 60px 100px 100px;
    border-radius: 25px;
    background: linear-gradient(108deg, rgba(241, 246, 252, 1) 8%, rgba(225, 234, 248, 1) 86%);
}

.ch-shape1 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.ch-shape2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.honours-wrap p {
    color: #3e7cb0;
    font-weight: normal;
    text-align: center;
}

.faq-container .main-head3 {
    color: #363636
}

.faq-container {
    position: relative;
    padding: 60px 180px;
}

.inner-li li:before {
    background: #c9c9c9;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.inner-li li {
    padding-left: 20px;
    margin-bottom: 10px;
    width: 25%;
}

.accordion-body {
    padding-right: 200px;
}

.year-span {
    background: #d9261c;
    color: #fff;
    font-size: 3.05em;
    font-family: 'AlbertSans';
    font-weight: 500;
    z-index: -1;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    padding: 10px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.blue-bg {
    background: #174468;
}

.history-item {
    position: relative;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 80px;
    margin-top: 1em;
}

.history-item p {
    text-align: center;
}

.history-lft {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    top: 50%;
}

.history-rgt {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.history-items {
    margin: 3% 15%;
}

.third_his {
    margin-top: -5px;
}

.main_lft {
    left: 52%;
}

.history-wrap:nth-child(2) {
    margin-top: -15px;
}

.history-wrap:nth-child(3) {
    margin-top: 25px;
}

.history-wrap:nth-child(4) {
    margin-top: 10px;
}

.ytop1 {
    margin-top: 50px;
}

.ytop11 {
    margin-top: 15px;
}

.ytop2 {
    margin-top: 25px;
}

.history-wrap:nth-child(2) .year-span {
    margin-bottom: 20px
}

.ytop4 {
    margin-top: 33px;
}

.ytop5 {
    margin-top: 50px;
}

.ytop6 {
    margin-top: 70px;
}

.ytop {
    margin-top: -15px;
}

.career-title {
    color: #174468;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.751em;
    text-align: center;
}

.career-item {
    background: linear-gradient(0deg, rgba(241, 246, 252, 1) 8%, rgba(225, 234, 248, 1) 86%);
    padding: 50px 40px;
    border-radius: 25px;
    height: 100%;
}

.d-span {
    font-size: 0.875em;
    font-family: 'AlbertSans';
    font-weight: 500;
    color: rgb(0 0 0 / 60%);
    display: block;
    margin-bottom: 10px;
}

.date-wrap {
    background: #ffffff;
    padding: 10px 20px;
    font-family: 'AlbertSans';
    font-weight: 500;
    border-radius: 15px;
    font-size: 1.341em;
    color: rgb(0 0 0 / 62%);
    text-align: center;
}

.apply {
    background: #eb2828;
    color: #fff;
    font-size: 0.957em;
    font-family: 'AlbertSans';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 10px;
    display: block;
    padding: 4px 24px;
    margin: 0 auto;
    width: fit-content;
}

.apply:hover {
    background: #174468;
    color: #fff
}

.dates {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 2em;
}

.date-item {
    width: 49%
}

.career-container2 {
    position: relative;
    padding: 60px 150px;
}

.inner-test {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-test-item p {
    font-size: 0.875em;
    margin-top: 15px;
}

.inner-test-item {
    background: linear-gradient(0deg, rgba(241, 246, 252, 1) 8%, rgba(225, 234, 248, 1) 86%);
    padding: 60px 50px;
    border-radius: 25px;
    height: 100%;
    text-align: center;
}

.inner-test-title {
    color: #174468;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.313em;
    line-height: 30px;
}

.inner-span-test {
    color: #174468;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 0.984em;
}

.testimonials-container2 {
    position: relative;
    padding: 60px 0;
}

.user-img-inner {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100px;
    border-radius: 50%;
}

.p8 {
    padding: 8px 8px !important
}

.btm-link p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #000000;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
}

.space {
    justify-content: space-between;
}

.footer-top-item p {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1em;
}

.btm-item:nth-child(1) {
    width: 50%
}

.btm-item {
    width: auto;
    float: left;
    margin-right: auto;
}

.btm-item:nth-child(3) {
    padding-right: 0;
    margin-right: 0
}

.btm-link {
    display: flex;
    align-items: center;
}

.m-content {
    padding-left: 20px;
}

.btm-wrap {
    background: #f9fbfe;
    padding: 20px 0;
}

.cert-img {
    position: relative;
    margin-bottom: 2em;
}

.cert-img img {
    border-radius: 20px;
}

.cer-title {
    display: block;
    margin-top: 15px;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1em;
    color: rgb(46 46 46 / 87%);
}

.team-h {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.10em;
    margin-top: 20px;
}

.bt-desg {
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 0.875em;
    color: rgb(61 61 61 / 71%);
}

.medium-txt {
    font-size: 1.125em;
    color: #174468;
    font-family: 'AlbertSans';
    font-weight: 500;
}

.icon-item {
    text-align: center;
}

.icon-title {
    font-size: 1em;
    font-family: 'AlbertSans';
    font-weight: 500;
    color: rgb(61 61 61 / 84%);
}

.icon-item {
    border-right: 1px solid #d4d4d4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-row {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 40px;
}

.icon-img {
    border: 1px solid;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto 1em;
}

.icon-row .col-md-2:last-child .icon-item {
    border-right: 0
}

.iborder1 {
    border-color: #005296;
}

.iborder2 {
    border-color: #e15149;
}

.welcome-detail2 p {
    text-align: justify;
}

.know-more {
    font-family: 'Forma';
    font-weight: normal;
    color: #3078ad;
    font-size: 0.875em;
    letter-spacing: 2px;
    text-transform: capitalize;
    display: flex;
    margin-top: 1.5em;
    align-items: center;
}

.right-arrow {
    width: 40px;
}

.right-arrow1 {
    width: 14px;
}

.know-more span {
    font-size: 1.333em;
    margin-left: 10px;
}

.know-more:hover {
    color: #bd101d;
}

.rest-title .know-more:hover {
    color: #fff
}

.know-more:hover i {
    background: #333;
}

.text-center {
    text-align: center !important;
}

.mb-3 {
    margin-bottom: 3em
}

.d-flex {
    display: flex;
}

.activity-container .owl-theme .owl-nav {
    display: none !important;
}

.review-container {
    position: relative;
    padding: 50px 0 0
}

.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.col-md-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-md-15 {
    width: 20%;
    float: left;
}

.inner-wraper-main {
    width: 100%;
    height: auto;
    background-color: #ebede5;
    padding-bottom: 90px;
}

.inner-banner-caption-wrap {
    width: 100%;
    bottom: 18%;
    top: inherit !important;
}

.inner-banner {
    width: 100%;
    height: auto;
}

.inner-banner-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.inner-caption {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 25%;
}

.bredcum-wraper {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    position: relative;
    z-index: 9;
    padding-top: 20px;
}

.bredcum-container {
    width: auto;
    height: auto;
}

.bred-home {
    width: auto;
    height: auto;
    float: left;
}

.bred-home a,
.bred-home {
    width: auto;
    height: auto;
    float: left;
    font-family: 'AlbertSans';
    font-weight: normal;
    font-size: 1.125em;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
}

.bred-home a {
    font-size: 1em;
}

.bred-home a:hover {
    width: auto;
    height: auto;
    float: left;
    color: #070606;
}

.bred-arrow {
    width: auto;
    height: auto;
    float: left;
    font-size: 0.85em;
    color: #333;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.bred-next {
    width: auto;
    height: auto;
    float: left;
    font-family: 'AlbertSans';
    font-weight: 500;
    font-size: 1.125em;
    color: #075799;
    line-height: 30px;
    text-transform: capitalize;
}

.faculty:nth-child(2n+2) {
    direction: rtl;
}

.faculty .col-md-8 {
    direction: ltr;
}

.tilt {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-bottom:hover .tilt {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    cursor: pointer
}

.feature-bottom-name {
    font-size: 1.15em;
    font-family: 'AlbertSans';
    font-weight: 500;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #126088;
    padding-top: 1em;
}

.feature-icons {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    justify-content: center;
}

.feature-bottom:hover .feature-bottom-name {
    color: #9f0a4e;
    cursor: pointer
}

.process-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
}

.dgr-for {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82vh;
}

.container-for {
    position: relative;
    width: 400px;
    height: 400px;
}

.center-cgr {
    position: absolute;
    top: 60%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 265px;
    height: 265px;
    background: radial-gradient(circle farthest-corner, #114d72, #12547c, #115076);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    z-index: 10;
    border: 15px solid #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.petal {
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.petal .number {
    font-size: 1.35em;
    font-weight: bold;
    border-radius: 50%;
    color: #6e8e35;
    right: 64px;
    top: -15%;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.petal .text {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.petal:nth-child(1) {
    top: -16%;
    left: 69%;
    width: 241px;
    height: 308px;
    background: url(../images/bg.png);
    transition: rotate -30degree;
    transform: translateY(-50%) rotate(30deg)
}

.petal:nth-child(3) {
    top: -30%;
    left: 20%;
    width: 241px;
    height: 308px;
    background: url(../images/bg.png);
}

.petal:nth-child(4) {
    top: 24%;
    left: 63%;
    width: 241px;
    height: 308px;
    background: url(../images/bg3.png);
    transition: rotate -30degree;
    transform: translateY(-50%) rotate(46deg);
    z-index: 8;
}

.petal:nth-child(2) {
    top: 28%;
    left: -22%;
    width: 241px;
    height: 308px;
    background: url(../images/bg9.png);
    transition: rotate -30degree;
    transform: translateY(-50%) rotate(-49deg);
    z-index: 3;
}

.petal:nth-child(5) {
    top: 64%;
    left: 72%;
    transform: translateY(-50%) rotate(90deg);
    border-color: #4caf50;
    background: url(../images/bg4.png);
    width: 241px;
    height: 308px;
    z-index: 7;
}

.petal:nth-child(6) {
    bottom: -80%;
    left: 58%;
    transform: translateY(-50%) rotate(134deg);
    border-color: #4caf50;
    background: url(../images/bg5.png);
    width: 241px;
    height: 308px;
    z-index: 6;
}

.petal:nth-child(7) {
    bottom: -87%;
    left: 16%;
    width: 241px;
    height: 308px;
    background: url(../images/bg6.png);
    transform: translateY(-50%) rotate(180deg);
    z-index: 5;
}

.petal:nth-child(8) {
    bottom: -73%;
    left: -18%;
    width: 241px;
    height: 308px;
    background: url(../images/bg7.png);
    transition: rotate -30degree;
    transform: translateY(-50%) rotate(-120deg);
    z-index: 4;
}

.petal:nth-child(9) {
    top: 64%;
    right: 69%;
    width: 241px;
    height: 308px;
    background: url(../images/bg8.png);
    transition: rotate -30degree;
    transform: translateY(-50%) rotate(-80deg);
    z-index: 3;
}

.petal:nth-child(2) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #780b74, #ae2984) border-box
}

.petal:nth-child(4) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #6e8e35, #92aa68) border-box;
    right: 60px;
}

.petal:nth-child(3) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #eb58a2, #ed63a7) border-box;
    top: -10%;
}

.petal:nth-child(5) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #067504, #128a10) border-box
}

.petal:nth-child(6) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #e94500, #f78a00) border-box;
    right: 60px;
    top: -13%;
}

.petal:nth-child(7) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #c70900, #f22000) border-box
}

.petal:nth-child(8) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0137a3, #0768b8) border-box
}

.petal:nth-child(9) .number {
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0094ff, #00a0ff) border-box
}

.petal:nth-child(2) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #780b74, #ae2984);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(48deg);
}

.petal:nth-child(4) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #6e8e35, #92aa68);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-46deg);
}

.petal:nth-child(3) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #eb58a2, #ed63a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(0deg);
}

.petal:nth-child(5) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #067504, #128a10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
}

.petal:nth-child(6) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #e94500, #f78a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-135deg);
}

.petal:nth-child(7) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #c70900, #f22000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-180deg);
}

.petal:nth-child(8) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #0137a3, #0768b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-240deg);
}

.petal:nth-child(9) .number span {
    font-size: 1.5em;
    text-align: center;
    background: linear-gradient(45deg, #0094ff, #00a0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-280deg);
}

.petal:nth-child(2) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #780b74, #ae2984);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(48deg);
    position: relative;
    left: 2em;
    top: -0.5em;
}

.petal:nth-child(4) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #6e8e35, #92aa68);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-46deg);
}

.petal:nth-child(3) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #eb58a2, #ed63a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(0deg);
    position: relative;
    top: -1em;
}

.petal:nth-child(5) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #067504, #128a10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-94deg);
    position: relative;
    bottom: 0em;
    right: -2em;
}

.petal:nth-child(6) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #e94500, #f78a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-135deg);
}

.petal:nth-child(7) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #c70900, #f22000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-180deg);
    position: relative;
    bottom: 1em;
    left: 1.5em;
}

.petal:nth-child(8) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #0137a3, #0768b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-242deg);
    position: relative;
    top: -1em;
    left: 2em;
}

.petal:nth-child(9) .text {
    font-size: 1em;
    text-align: center;
    background: linear-gradient(45deg, #0094ff, #00a0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-280deg);
    position: relative;
    top: -0.5em;
    right: -2em;
}

.hide-menu {
    display: none;
}

.testimonials-container {
    padding: 100px 0;
}

.testimonials-container h3 {
    margin-bottom: 20px;
}

.testimonials-container .card {
    border-bottom: 3px #075799 solid !important;
    transition: 0.5s;
    height: 100%;
}

.testimonials-container .card i {
    background-color: #075799;
    color: #ffffff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: -40px auto 0 auto;
}

.testi {
    margin-bottom: 2em;
}

.blockquote-footer {
    font-size: 1em !important;
}

.popup-for {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 60px 60px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (min-width: 1023px) and (max-width: 1279px) {
    .dgr-for {
        height: 100vh;
    }
    body,
    li {
        font-size: 13px !important;
    }
    .nav-menu>li>a {
        margin: 15px 8px;
        font-size: 0.838em;
    }
    .contact-btn {
        line-height: 18px;
        padding: 3px 10px
    }
    li.header-phone a {
        margin: 14px 8px !important;
    }
    .nav-brand img {
        width: 60%;
        margin-top: -20px
    }
    .header-contact {
        margin-top: 5px;
    }
    .sexy-menu.detached .header-phone a {
        margin: 13px 6px !important;
    }
    .sexy-menu.detached .nav-brand img {
        margin-top: -25px;
        width: 50% !important;
    }
    .sexy-menu {
        padding-bottom: 0;
    }
    .icon-thanku {
        width: 50px
    }
    .d-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }
    .whats-app {
        bottom: 25vh;
        right: 17px;
    }
    #button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 20px;
    }
    .course-item:nth-child(3) {
        display: none;
    }
    .contact-form input[type="email"],
    .contact-form input[type="password"],
    .contact-form input[type="date"],
    .contact-form input[type="text"],
    .contact-form select {
        height: 50px
    }
    .form-group {
        margin-bottom: 5px !important;
    }
    .tna-form .form-group {
    margin-bottom: 30px !important;
	}
	.radio-btn label:before{
		    padding: 6px;    margin-right: 9px;
	}
	.radio-btn input:checked+label:after{
		top: 8px;
    left: 4px;
    width: 6px;
    height: 6px;
	}
	.tna-checkbox label:before {
    padding: 7px;
	}
    .wh-img {
        width: 20px;
    }
    .hero-text-area {
        font-size: 10px;
    }
    .featured-text {
        line-height: 40px
    }
    .wings-txt,
    .wings-txt2 {
        line-height: 40px
    }
    .icon1 {
        width: 60%;
    }
    .toptxt {
        margin-bottom: 0;
        font-size: 1.2em line-height: 17px;
    }
    .welcome-title {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 30px
    }
    body.home .owl-theme .owl-nav .owl-next {
        right: 8%;
    }
    .service-container {
        padding: 20px 15px 30px
    }
    .view-all {
        padding: 6px 10px;
        font-size: 0.6em;
    }
    .c-head {
        font-size: 0.8em;
        line-height: 13px;
    }
    .c-head:after {
        height: 10px;
        width: 10px;
    }
    .course-item:nth-child(4) {
        width: 25%;
        margin-top: 10px;
    }
    .course-btm {
        margin-top: 1.5em;
    }
    .man {
        width: 135px;
    }
    .view-btn {
        padding: 2px 18px
    }
    .goods-bg-img {
        height: 260px;
        object-fit: cover;
    }
    .good-title {
        margin: 0
    }
    .goods-container {
        padding: 0
    }
    .logo-itemimg {
        width: 100%;
    }
    .count-up {
        padding: 0 10px
    }
    .counter {
        font-size: 1.3em
    }
    .counter-container .col-md-8 {
        width: 70%;
    }
    .counter-container .col-md-4 {
        width: 30%;
    }
    .logo-item {
        padding-right: 15px;
        margin-right: 15px;
        float: left;
    }
    .test-container {
        padding: 60px 20px 50px;
    }
    .user {
        width: 85%;
    }
    .test-flx {
        font-size: 10px;
    }
    .tst-span {
        line-height: 22px;
        font-size: 1.8em;
    }
    .career-sm {
        width: 230px;
    }
    .career-rgt-txt {
        left: 75px;
    }
    .enq-btn {
        padding: 2px 10px;
        right: -150px;
    }
    .enq-btn:before {
        right: 85px;
    }
    .career-btm {
        bottom: -60px;
    }
    .btm-item:nth-child(1) {
        width: 35%;
    }
    img.flogo {
        width: 80%
    }
    .whats-app img {
        width: 35px
    }
    .side-btn {
        padding: 2px 15px;
        right: -53px
    }
    .clients-container {
        padding: 90px 0 0
    }
    .c-txt1 {
        font-size: 2em;
        line-height: 20px;
    }
    .c-txt2 {
        font-size: 3em;
        line-height: 20px;
    }
    .c-txt3 {
        font-size: 2.178em;
        line-height: 28px;
    }
    .c-txt4 {
        font-size: 3.073em;
        line-height: 30px;
    }
    .c-txt5 {
        font-size: 1.331em;
        line-height: 20px;
    }
    .c-txt1,
    .c-txt2,
    .c-txt3,
    .c-txt4,
    .c-txt5 {
        letter-spacing: -1px
    }
    .test-items {
        display: flex;
        align-items: center;
    }
    .test-item {
        margin-right: 20px;
    }
    .hero-text-area-inner {
        width: 48%;
        padding: 20px 0;
    }
    .course-row .lux-wrap {
        margin-top: 3em;
        margin-left: 5px;
        margin-right: 5px;
    }
    .project-container {
        padding: 50px 0;
    }
    .m-icon img {
        width: 40px;
    }
    .footer-social-links li a {
        margin-right: 15px;
        font-size: 1.1em !important;
    }
    .inner-text-inner {
        font-size: 1.8em;
        line-height: 30px;
    }
    .cat-right {
        font-size: 1.5em;
        padding: 4px 15px;
        width: 50px;
        height: 50px;
    }
    .cat-box {
        padding: 15px 4px
    }
    .cats .col-md-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .cat-left {
        font-size: 1em;
        line-height: 17px;
    }
    .table2 th,
    .table2 td {
        padding: 14px 20px;
        line-height: 15px;
    }
    .inner-span {
        letter-spacing: 0px
    }
    .accordion-body {
        padding-right: 0px;
    }
    .faq-container {
        padding: 40px 60px
    }
    .career-title {
        font-size: 1.2em;
    }
    .career-item {
        padding: 25px 20px
    }
    .date-wrap {
        font-size: 1em;
        padding: 8px 13px
    }
    .dates {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .career-container2 {
        padding: 40px 100px;
    }
    .history-item p {
        line-height: 1.8;
        font-size: .86em
    }
    .history-item {
        padding: 12px 25px
    }
    .year-span {
        padding: 5px 20px;
        font-size: 2.05em
    }
    .history-rgt,
    .history-lft {
        width: 450px;
    }
    .third_his {
        margin-top: 0px;
    }
    .history-wrap:nth-child(2) {
        margin-top: -5px;
    }
    .history-wrap:nth-child(3) {
        margin-top: 15px;
    }
    .history-wrap:nth-child(4) {
        margin-top: 5px;
    }
    .ytop {
        margin-top: 0;
    }
    .history-wrap:nth-child(5) {
        margin-top: -5px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 20px;
    }
    .ytop1 {
        margin-top: 40px;
    }
    .ytop11 {
        margin-top: -30px;
    }
    .ytop5 {
        margin-top: 40px;
    }
    .ytop2 {
        margin-top: 18px;
    }
    .ytop4 {
        margin-top: 17px;
    }
    .ytop6 {
        margin-top: 55px;
    }
    .mtop-sm {
        margin-top: 20px
    }
    .ytop7 {
        margin-top: 30px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 40px
    }
    .req-row .col-md-15:nth-child(6) .req-item:after,
    .req-row .col-md-15:nth-child(14) .req-item:after {
        width: 118px;
        top: 70%;
        right: -118px;
    }
    .req-row .col-md-15:nth-child(6) .req-item:after {
        top: 40%
    }
    .req-item {
        padding: 14px 10px
    }
    .req-h3 {
        margin: 5px 0 0
    }
    .rq-span {
        padding: 5px 10px;
        border-radius: 5px;
    }
    .col-md-15:nth-child(7) .req-item {
        margin-top: -180px;
    }
    .col-md-15:nth-child(10) .req-item {
        margin-top: -115px;
    }
    .col-md-15:nth-child(14) .req-item {
        margin-top: -155px;
    }
    .col-md-15:nth-child(13) .req-item {
        position: relative;
        margin-top: -70px;
    }
    .flx-btm .view-all {
        padding: 4px 12px;
    }
    .main-head3 {
        font-size: 1.3em;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .course-bgs .col-md-6:nth-child(5) {
        margin-top: -160px;
    }
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: -130px;
    }
    .corp-clients li {
        margin-bottom: 10px;
    }
    .bg-blue2 {
        padding: 20px 10px;
    }
    .img-holder img {
        height: 200px
    }
    .n-txt {
        font-size: 1.23em;
        line-height: 20px;
    }
    .event-top {
        margin: 0 100px;
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-bl {
        width: 65%
    }
    .inner-box-album img {
        height: 235px;
    }
    .tab button {
        padding: 7px 30px
    }
    .box-group img {
        height: 250px
    }
    .blg-img-holder img {
        height: 330px
    }
    .sidebar .sidebar-item.recent-post li .thumb {
        width: 50px
    }
    .blog-imgs-fx {
        width: 40%
    }
    .inner-test-item {
        padding: 20px 35px
    }
    .contact-itm {
        padding: 14px 20px
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 50px 30px
    }
    .test-head {
        line-height: 60px
    }
    .mt-4 {
        margin-top: 2em !important;
    }
    .chairmans-dtl {
        padding: 40px 50px 50px
    }
    .ltr {
        line-height: 20px
    }
    .ceo-h1 {
        font-size: 2.33em
    }
    .project-container2 {
        padding: 50px 0
    }
    .ceo-dtl {
        padding: 30px 35px
    }
    .icon-img {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .img-icon {
        width: 50px;
    }
    .icon-title {
        font-size: .9em;
    }
    td,
    th {
        padding: 10px 25px
    }
    .tr-txt {
        font-size: 1em;
        line-height: 17px
    }
    .dgr-bg {
        padding: 25px
    }
    .dashboard-lft {
        padding-right: 10px
    }
    .dashboard-rgt {
        padding-left: 0px;
    }
    .dashboard-row {
        padding: 0px;
    }
    .d-icon img {
        height: 45px;
    }
    .dashboard-card {
        padding: 20px
    }
    .dashboard-menu a {
        padding: 10px 17px
    }
    .dashboard-menu img {
        height: 30px;
    }
    .bg-profile {
        padding-left: 20px;
        padding-right: 20px;
    }
    .white-bg-prof {
        padding: 6px 10px
    }
    .box-padding {
        padding: 10px 14px
    }
    .prof-table1 td,
    .prof-table1 th {
        padding: 6px 14px
    }
    .bg-profile .col-md-3 {
        width: 30%;
        padding-right: 0;
    }
    .bg-profile .col-md-9 {
        width: 70%;
    }
    .d-user-img img {
        width: 90%
    }
    .fee-table td,
    .fee-table th {
        padding: 10px 16px
    }
    .img-tme {
        width: 30px
    }
    .service-detail_list li {
        padding-left: 40px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .course-highlights {
        padding: 20px 25px
    }
    .popup-for {
        padding: 30px 30px;
    }
    .career-head {
        font-size: 1.6em;
        line-height: 24px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 22px 20px
    }
    .let-bg {
        padding: 5px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .career-btm-form input[type="text"] {
        padding: 8px 15px !important
    }
    .career-btm-form {
        padding: 0px 15px 5px;
    }
    .signup-logo-btm {
        padding: 40px 30px
    }
}

@media (min-width: 1280px) and (max-width: 1359px) {
    .dgr-for {
        height: 100vh;
    }
    body,
    li {
        font-size: 14px !important;
    }
    .nav-menu>li>a {
        margin: 15px 8px;
    }
    li.header-phone a {
        margin: 21px 12px !important;
    }
    .nav-brand img {
        width: 70%;
        margin-top: -20px;
    }
    .sexy-menu.detached .header-phone a {
        margin: 21px 6px !important;
    }
    .sexy-menu.detached .nav-brand img {
        margin-top: -30px;
        width: 60% !important;
    }
    .d-container {
        width: 100%;
        padding-left: 6%;
        padding-right: 6%
    }
    .whats-app {
        bottom: 25vh;
        right: 17px;
    }
    #button {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 20px;
    }
    .contact-form input[type="email"],
    .contact-form input[type="password"],
    .contact-form input[type="date"],
    .contact-form input[type="text"],
    .contact-form select {
        height: 50px
    }
    .form-group {
        margin-bottom: 5px !important;
    }
    .tna-form .form-group {
    margin-bottom: 30px !important;
	}
    .wh-img {
        width: 20px;
    }
    .hero-text-area {
        font-size: 10px;
    }
    .featured-text {
        line-height: 40px
    }
    .wings-txt,
    .wings-txt2 {
        line-height: 40px
    }
    .icon1 {
        width: 60%;
    }
    .toptxt {
        margin-bottom: 0;
        font-size: 1.2em line-height: 17px;
    }
    .welcome-title {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 30px
    }
    .owl-theme .owl-nav .owl-next {
        right: 8%;
    }
    .service-container {
        padding: 20px 15px 30px
    }
    .view-all {
        padding: 6px 10px;
        font-size: 0.65em;
    }
    .c-head {
        font-size: 0.7em;
        line-height: 13px;
    }
    .c-head:after {
        height: 10px;
        width: 10px;
    }
    .course-btm {
        margin-top: 1.5em;
    }
    .man {
        width: 135px;
    }
    .view-btn {
        padding: 2px 18px
    }
    .goods-bg-img {
        height: 260px;
        object-fit: cover;
    }
    .good-title {
        margin: 0
    }
    .goods-container {
        padding: 0
    }
    .logo-itemimg {
        width: 100%;
    }
    .count-up {
        padding: 0 10px
    }
    .counter {
        font-size: 1.3em
    }
    .counter-container .col-md-8 {
        width: 65%;
    }
    .counter-container .col-md-4 {
        width: 35%;
    }
    .logo-item {
        padding-right: 15px;
        margin-right: 15px;
        float: left;
    }
    .test-container {
        padding: 60px 20px 50px;
    }
    .user {
        width: 85%;
    }
    .test-flx {
        font-size: 10px;
    }
    .tst-span {
        line-height: 22px;
        font-size: 1.8em;
    }
    .career-sm {
        width: 230px;
    }
    .career-rgt-txt {
        left: 75px;
    }
    .enq-btn {
        padding: 2px 15px;
        right: -150px;
    }
    .enq-btn:before {
        right: 85px;
    }
    .career-btm {
        bottom: -60px;
    }
    .btm-item:nth-child(1) {
        width: 35%;
    }
    img.flogo {
        width: 80%
    }
    .whats-app img {
        width: 40px
    }
    .side-btn {
        padding: 2px 15px;
        right: -53px
    }
    .clients-container {
        padding: 90px 0 0
    }
    .c-txt1 {
        font-size: 2em;
        line-height: 20px;
    }
    .c-txt2 {
        font-size: 3em;
        line-height: 20px;
    }
    .c-txt3 {
        font-size: 2.178em;
        line-height: 28px;
    }
    .c-txt4 {
        font-size: 3.073em;
        line-height: 30px;
    }
    .c-txt5 {
        font-size: 1.6em;
        line-height: 20px;
    }
    .c-txt1,
    .c-txt2,
    .c-txt3,
    .c-txt4,
    .c-txt5 {
        letter-spacing: -1px
    }
    .test-items {
        display: flex;
        align-items: center;
    }
    .test-item {
        margin-right: 20px;
    }
    .inner-text {
        font-size: 2em;
        line-height: 33px;
    }
    .hero-text-area-inner {
        width: 48%;
        padding: 20px 0;
    }
    .course-row .lux-wrap {
        margin-top: 3em;
        margin-left: 15px;
        margin-right: 15px;
    }
    .project-container {
        padding: 50px 0;
    }
    .m-icon img {
        width: 40px;
    }
    .footer-social-links li a {
        margin-right: 15px;
        font-size: 1.1em !important;
    }
    .inner-text-inner {
        font-size: 2em;
        line-height: 33px;
    }
    .cat-right {
        font-size: 1.5em;
        padding: 4px 15px;
        width: 50px;
        height: 50px;
    }
    .cat-box {
        padding: 15px 4px
    }
    .cats .col-md-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .cat-left {
        font-size: 1em;
        line-height: 17px;
    }
    .table2 th,
    .table2 td {
        padding: 14px 20px;
        line-height: 15px;
    }
    .inner-span {
        letter-spacing: 0px
    }
    .accordion-body {
        padding-right: 70px;
    }
    .faq-container {
        padding: 40px 60px
    }
    .career-title {
        font-size: 1.2em;
    }
    .date-wrap {
        font-size: 1em;
        padding: 8px 13px
    }
    .dates {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .career-container2 {
        padding: 40px 100px;
    }
    .history-item {
        padding: 12px 56px
    }
    .history-items {
        margin: 3% 6%;
    }
    .third_his {
        margin-top: 25px;
    }
    .history-wrap:nth-child(2) {
        margin-top: 20px;
    }
    .history-wrap:nth-child(3),
    .history-wrap:nth-child(4) {
        margin-top: 30px;
    }
    .ytop {
        margin-top: 15px;
    }
    .history-wrap:nth-child(5) {
        margin-top: 25px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 43px;
    }
    .ytop1 {
        margin-top: 70px;
    }
    .ytop11 {
        margin-top: -30px;
    }
    .ytop5 {
        margin-top: 60px;
    }
    .ytop2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .history-wrap:nth-child(6) {
        margin-top: 25px;
    }
    .ytop4 {
        margin-top: 43px;
    }
    .mtop-sm {
        margin-top: 40px
    }
    .ytop7 {
        margin-top: 50px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 40px
    }
    .req-row .col-md-15:nth-child(6) .req-item:after,
    .req-row .col-md-15:nth-child(14) .req-item:after {
        width: 135px;
        top: 65%;
        right: -133px;
    }
    .req-row .col-md-15:nth-child(6) .req-item:after {
        top: 60%
    }
    .req-h3 {
        margin: 5px 0 0;
    }
    .rq-span {
        padding: 5px 15px;
        border-radius: 5px;
    }
    .req-item {
        padding: 14px 10px;
    }
    .col-md-15:nth-child(7) .req-item {
        margin-top: -170px;
    }
    .col-md-15:nth-child(8) .req-item {
        margin-top: -120px;
    }
    .col-md-15:nth-child(10) .req-item {
        margin-top: -120px;
    }
    .col-md-15:nth-child(9) .req-item {
        margin-top: -95px;
    }
    .col-md-15:nth-child(13) .req-item {
        margin-top: -75px;
    }
    .dashboard-lft {
        padding-right: 30px
    }
    .dashboard-rgt {
        padding-left: 30px;
    }
    .dashboard-row {
        padding: 0px;
    }
    .bg-profile {
        padding-left: 20px;
        padding-right: 20px;
    }
    .white-bg-prof {
        padding: 6px 10px
    }
    .box-padding {
        padding: 10px 14px
    }
    .prof-table1 td,
    .prof-table1 th {
        padding: 10px 14px
    }
    .fee-table td,
    .fee-table th {
        padding: 15px 19px
    }
    .img-tme {
        width: 30px
    }
    .service-detail_list li {
        line-height: 26px;
        margin-bottom: 15px;
    }
    .course-highlights {
        padding: 20px 25px
    }
    .popup-for {
        padding: 30px 30px;
    }
    .career-head {
        font-size: 1.8em;
        line-height: 28px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 25px 25px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 8px 15px !important
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 45px 30px
    }
}

@media (min-width: 1360px) and (max-width: 1399px) {
    .dgr-for {
        height: 100vh;
    }
    body {
        font-size: 14px !important;
    }
    li {
        font-size: 14px !important;
    }
    .nav-menu>li>a {
        margin: 15px 8px
    }
    li.header-phone a {
        margin: 21px 12px !important;
    }
    .nav-brand img {
        width: 70%;
        margin-top: -20px;
    }
    .sexy-menu.detached .header-phone a {
        margin: 21px 6px !important;
    }
    .sexy-menu.detached .nav-brand img {
        margin-top: -30px;
        width: 60% !important;
    }
    .d-container {
        width: 100%;
        padding-left: 7%;
        padding-right: 7%
    }
    .whats-app {
        bottom: 25vh;
        right: 17px;
    }
    #button {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 20px;
    }
    .wh-img {
        width: 20px;
    }
    .hero-text-area {
        font-size: 13px;
    }
    .featured-text {
        line-height: 40px
    }
    .wings-txt,
    .wings-txt2 {
        line-height: 40px
    }
    .icon1 {
        width: 60%;
    }
    .toptxt {
        margin-bottom: 0;
        font-size: 1.2em line-height: 17px;
    }
    .welcome-title {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 30px
    }
    .owl-theme .owl-nav .owl-next {
        right: 8%;
    }
    .service-container {
        padding: 20px 15px 50px
    }
    .view-all {
        padding: 6px 10px;
        font-size: 0.65em;
    }
    .c-head {
        font-size: 0.75em;
        line-height: 13px;
        padding-right: 25px
    }
    .c-head:after {
        height: 10px;
        width: 10px;
    }
    .course-btm {
        margin-top: 1.5em;
    }
    .man {
        width: 160px;
    }
    .view-btn {
        padding: 2px 18px
    }
    .goods-bg-img {
        height: 260px;
        object-fit: cover;
    }
    .good-title {
        margin: 0
    }
    .goods-container {
        padding: 0
    }
    .logo-itemimg {
        width: 100%;
    }
    .count-up {
        padding: 0 10px
    }
    .counter {
        font-size: 1.3em
    }
    .counter-container .col-md-8 {
        width: 65%;
    }
    .counter-container .col-md-4 {
        width: 35%;
    }
    .logo-item {
        padding-right: 15px;
        margin-right: 15px;
        float: left;
    }
    .test-container {
        padding: 60px 20px 50px;
    }
    .user {
        width: 85%;
    }
    .test-flx {
        font-size: 10px;
    }
    .tst-span {
        line-height: 22px;
        font-size: 1.8em;
    }
    .career-sm {
        width: 230px;
    }
    .career-rgt-txt {
        left: 75px;
    }
    .enq-btn {
        padding: 2px 15px;
        right: -170px;
    }
    .enq-btn:before {
        right: 105px;
    }
    .career-btm {
        bottom: -60px;
    }
    .btm-item:nth-child(1) {
        width: 35%;
    }
    img.flogo {
        width: 80%
    }
    .whats-app img {
        width: 40px
    }
    .side-btn {
        padding: 2px 15px;
        right: -53px
    }
    .clients-container {
        padding: 90px 0 0
    }
    .c-txt1 {
        font-size: 2em;
        line-height: 20px;
    }
    .c-txt2 {
        font-size: 3.3em;
        line-height: 30px;
    }
    .c-txt3 {
        font-size: 2.178em;
        line-height: 28px;
    }
    .c-txt4 {
        font-size: 3.073em;
        line-height: 30px;
    }
    .c-txt5 {
        font-size: 1.6em;
        line-height: 20px;
    }
    .c-txt1,
    .c-txt2,
    .c-txt3,
    .c-txt4,
    .c-txt5 {
        letter-spacing: -1px
    }
    .test-items {
        display: flex;
        align-items: center;
    }
    .test-item {
        margin-right: 20px;
    }
    .hero-text-area-inner {
        width: 48%;
        padding: 20px 0;
    }
    .course-row .lux-wrap {
        margin-top: 3em;
        margin-left: 15px;
        margin-right: 15px;
    }
    .m-icon img {
        width: 40px;
    }
    .footer-social-links li a {
        margin-right: 15px;
        font-size: 1.1em !important;
    }
    .inner-text-inner {
        font-size: 2em;
        line-height: 33px;
    }
    .cat-right {
        font-size: 2em;
        padding: 4px 15px;
        width: 80px;
        height: 80px;
    }
    .cats .col-md-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .cat-left {
        font-size: 1em;
        line-height: 17px;
    }
    .table2 th,
    .table2 td {
        padding: 14px 20px;
        line-height: 15px;
    }
    .inner-span {
        letter-spacing: 0px
    }
    .accordion-body {
        padding-right: 70px;
    }
    .faq-container {
        padding: 40px 60px
    }
    .career-title {
        font-size: 1.333em;
    }
    .career-item {
        padding: 25px 20px
    }
    .date-wrap {
        font-size: 1em
    }
    .history-item {
        padding: 12px 40px
    }
    .history-items {
        margin: 3% 6%;
    }
    .third_his {
        margin-top: 25px;
    }
    .history-wrap:nth-child(2) {
        margin-top: 20px;
    }
    .history-wrap:nth-child(3),
    .history-wrap:nth-child(4) {
        margin-top: 30px;
    }
    .ytop {
        margin-top: 15px;
    }
    .history-wrap:nth-child(5) {
        margin-top: 25px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 43px;
    }
    .ytop1 {
        margin-top: 70px;
    }
    .ytop11 {
        margin-top: -30px;
    }
    .ytop5 {
        margin-top: 60px;
    }
    .ytop2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .history-wrap:nth-child(6) {
        margin-top: 25px;
    }
    .ytop4 {
        margin-top: 43px;
    }
    .mtop-sm {
        margin-top: 40px
    }
    .ytop7 {
        margin-top: 50px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 40px
    }
    .req-row .col-md-15:nth-child(6) .req-item:after,
    .req-row .col-md-15:nth-child(14) .req-item:after {
        width: 138px;
        top: 67%;
        right: -138px;
    }
    .req-row .col-md-15:nth-child(6) .req-item:after {
        top: 45%
    }
    .req-h3 {
        margin: 5px 0 0;
    }
    .rq-span {
        padding: 5px 15px;
        border-radius: 5px;
    }
    .req-item {
        padding: 14px 10px;
    }
    .col-md-15:nth-child(7) .req-item {
        margin-top: -170px;
    }
    .col-md-15:nth-child(8) .req-item {
        margin-top: -120px;
    }
    .col-md-15:nth-child(10) .req-item {
        margin-top: -120px;
    }
    .col-md-15:nth-child(9) .req-item {
        margin-top: -95px;
    }
    .col-md-15:nth-child(13) .req-item {
        margin-top: -75px;
    }
    .dashboard-lft {
        padding-right: 30px
    }
    .dashboard-rgt {
        padding-left: 30px;
    }
    .dashboard-row {
        padding: 0px;
    }
    .bg-profile {
        padding-left: 20px;
        padding-right: 20px;
    }
    .white-bg-prof {
        padding: 6px 10px
    }
    .box-padding {
        padding: 10px 14px
    }
    .prof-table1 td,
    .prof-table1 th {
        padding: 10px 14px
    }
    .bg-profile .col-md-3 {
        width: 30%;
    }
    .bg-profile .col-md-9 {
        width: 70%;
    }
    .phone-sh {
        height: 25px;
        width: 25px;
        line-height: 25px
    }
    .phone-sh img {
        width: 100%;
    }
    .fee-table td,
    .fee-table th {
        padding: 15px 20px
    }
    .service-detail_list li {
        line-height: 26px;
        margin-bottom: 15px;
    }
    .course-highlights {
        padding: 20px 25px
    }
    .popup-for {
        padding: 40px 40px;
    }
    .career-head {
        font-size: 1.8em;
        line-height: 28px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 25px 25px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 8px 15px !important
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 47px 30px
    }
    .tna-form .form-group {
    margin-bottom: 30px !important;
	}
}

@media (min-width: 1400px) and (max-width: 1441px) {
    .dgr-for {
        height: 100vh;
    }
    body {
        font-size: 15px !important;
    }
    li {
        font-size: 15px !important;
    }
    .nav-menu>li>a {
        margin: 15px 10px
    }
    li.header-phone a {
        margin: 21px 12px !important;
    }
    .nav-brand img {
        width: 70%;
        margin-top: -20px;
    }
    .sexy-menu.detached .header-phone a {
        margin: 21px 6px !important;
    }
    .sexy-menu.detached .nav-brand img {
        margin-top: -25px;
        width: 60% !important;
    }
    #button {
        bottom: 60px;
    }
    .d-container {
        width: 100%;
        padding-left: 7%;
        padding-right: 7%
    }
    .inner-container {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .hero-text-area {
        font-size: 13px;
    }
    .featured-text {
        line-height: 40px
    }
    .wings-txt,
    .wings-txt2 {
        line-height: 40px
    }
    .icon1 {
        width: 60%;
    }
    .toptxt {
        margin-bottom: 0;
        font-size: 1.2em line-height: 17px;
    }
    .welcome-title {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 30px
    }
    .owl-theme .owl-nav .owl-next {
        right: 8%;
    }
    .goods-txt2 {
        width: 35%
    }
    .service-container {
        padding: 20px 20px 50px
    }
    .view-all {
        padding: 6px 10px;
        font-size: 0.65em;
    }
    .c-head {
        font-size: 0.75em;
        line-height: 13px;
    }
    .c-head:after {
        height: 10px;
        width: 10px;
    }
    .course-btm {
        margin-top: 1.5em;
    }
    .man {
        width: 160px;
    }
    .view-btn {
        padding: 2px 18px
    }
    .goods-bg-img {
        height: 260px;
        object-fit: cover;
    }
    .good-title {
        margin: 0
    }
    .goods-container {
        padding: 0
    }
    .logo-itemimg {
        width: 100%;
    }
    .count-up {
        padding: 0 10px
    }
    .counter {
        font-size: 1.3em
    }
    .counter-container .col-md-8 {
        width: 65%;
    }
    .counter-container .col-md-4 {
        width: 35%;
    }
    .logo-item {
        padding-right: 15px;
        margin-right: 15px;
        width: 43%;
        float: left;
    }
    .test-container {
        padding: 60px 20px 50px;
    }
    .user {
        width: 85%;
    }
    .test-flx {
        font-size: 10px;
    }
    .tst-span {
        line-height: 22px;
        font-size: 1.8em;
    }
    .career-sm {
        width: 230px;
    }
    .career-rgt-txt {
        left: 75px;
    }
    .enq-btn {
        padding: 2px 15px;
        right: -170px;
    }
    .enq-btn:before {
        right: 105px;
    }
    .career-btm {
        bottom: -60px;
    }
    .btm-item:nth-child(1) {
        width: 35%;
    }
    img.flogo {
        width: 80%
    }
    .side-btn {
        padding: 2px 15px;
        right: -53px
    }
    .clients-container {
        padding: 90px 0 0
    }
    .c-txt1 {
        font-size: 2em;
        line-height: 20px;
    }
    .c-txt2 {
        font-size: 3.3em;
        line-height: 30px;
    }
    .c-txt3 {
        font-size: 2.178em;
        line-height: 28px;
    }
    .c-txt4 {
        font-size: 3.073em;
        line-height: 40px;
    }
    .c-txt5 {
        font-size: 1.6em;
        line-height: 20px;
    }
    .c-txt1,
    .c-txt2,
    .c-txt3,
    .c-txt4,
    .c-txt5 {
        letter-spacing: -1px
    }
    .test-items {
        display: flex;
        align-items: center;
    }
    .test-item {
        margin-right: 20px;
    }
    .hero-text-area-inner {
        width: 48%;
        padding: 20px 0;
    }
    .course-row .lux-wrap {
        margin-top: 3em;
        margin-left: 15px;
        margin-right: 15px;
    }
    .inner-text-inner {
        font-size: 2em;
        line-height: 33px;
    }
    .cat-right {
        font-size: 1.5em;
        padding: 4px 15px;
        width: 50px;
        height: 50px;
    }
    .cats .col-md-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .cat-left {
        font-size: 1em;
        line-height: 17px;
    }
    .table2 th,
    .table2 td {
        padding: 14px 20px;
        line-height: 15px;
    }
    .inner-span {
        letter-spacing: 0px
    }
    .accordion-body {
        padding-right: 70px;
    }
    .faq-container {
        padding: 60px 100px
    }
    .career-title {
        font-size: 1.333em;
    }
    .career-item {
        padding: 25px 20px
    }
    .date-wrap {
        font-size: 1em
    }
    .service-detail_list li {
        line-height: 26px;
        margin-bottom: 15px;
    }
    .course-highlights {
        padding: 20px 25px
    }
    .history-item {
        padding: 12px 40px
    }
    .history-items {
        margin: 3% 6%;
    }
    .third_his {
        margin-top: 25px;
    }
    .history-wrap:nth-child(2) {
        margin-top: 20px;
    }
    .history-wrap:nth-child(3),
    .history-wrap:nth-child(4) {
        margin-top: 30px;
    }
    .ytop {
        margin-top: 15px;
    }
    .history-wrap:nth-child(5) {
        margin-top: 25px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 43px;
    }
    .ytop1 {
        margin-top: 70px;
    }
    .ytop11 {
        margin-top: -30px;
    }
    .ytop5 {
        margin-top: 60px;
    }
    .ytop2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .history-wrap:nth-child(6) {
        margin-top: 25px;
    }
    .ytop4 {
        margin-top: 43px;
    }
    .mtop-sm {
        margin-top: 40px
    }
    .ytop7 {
        margin-top: 50px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 40px
    }
    .req-row .col-md-15:nth-child(6) .req-item:after,
    .req-row .col-md-15:nth-child(14) .req-item:after {
        width: 140px;
        top: 64%;
        right: -140px;
    }
    .req-row .col-md-15:nth-child(6) .req-item:after {
        top: 60%
    }
    .req-h3 {
        margin: 5px 0 0;
    }
    .rq-span {
        padding: 5px 15px;
        border-radius: 5px;
    }
    .req-item {
        padding: 14px 10px;
    }
    .col-md-15:nth-child(7) .req-item {
        margin-top: -175px;
    }
    .col-md-15:nth-child(8) .req-item {
        margin-top: -130px;
    }
    .col-md-15:nth-child(10) .req-item {
        margin-top: -130px;
    }
    .col-md-15:nth-child(9) .req-item {
        margin-top: -100px;
    }
    .col-md-15:nth-child(13) .req-item {
        margin-top: -75px;
    }
    .col-md-15:nth-child(14) .req-item {
        margin-top: -150px;
    }
    .dashboard-lft {
        padding-right: 30px
    }
    .dashboard-rgt {
        padding-left: 30px;
    }
    .dashboard-row {
        padding: 0 40px;
    }
    .bg-profile {
        padding-left: 20px;
        padding-right: 20px;
    }
    .white-bg-prof {
        padding: 6px 10px
    }
    .box-padding {
        padding: 10px 14px
    }
    .prof-table1 td,
    .prof-table1 th {
        padding: 10px 14px
    }
    .bg-profile .col-md-3 {
        width: 32%;
    }
    .bg-profile .col-md-9 {
        width: 68%;
    }
    .phone-sh {
        height: 25px;
        width: 25px;
        line-height: 25px
    }
    .phone-sh img {
        width: 100%;
    }
    .popup-for {
        padding: 40px 40px;
    }
    .career-head {
        font-size: 1.8em;
        line-height: 28px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 25px 25px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 8px 15px !important
    }
    .checkbox1 label:before {
        padding: 12px
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 47px 30px
    }
}

@media (min-width: 1441px) and (max-width: 1599px) {
    .dgr-for {
        height: 100vh;
    }
    body,
    li {
        font-size: 15px !important;
    }
    .nav-menu>li>a {
        margin: 15px 11px
    }
    li.header-phone a {
        margin: 21px 12px !important;
    }
    .nav-brand img {
        width: 65%;
        margin-top: -15px;
    }
    .sexy-menu.detached .header-phone a {
        margin: 21px 6px !important;
    }
    .sexy-menu.detached .nav-brand img {
        margin-top: -25px;
        width: 60% !important;
    }
    #button {
        bottom: 40px;
    }
    .d-container {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%
    }
    .inner-container {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .form-group {
        margin-bottom: 9px !important;
    }
    .tna-form .form-group {
    margin-bottom: 30px !important;
	}
    .career-title {
        font-size: 1.333em;
    }
    .wh-img {
        width: 20px;
    }
    .hero-text-area {
        font-size: 13px;
    }
    .featured-text {
        line-height: 40px
    }
    .wings-txt,
    .wings-txt2 {
        line-height: 40px
    }
    .icon1 {
        width: 60%;
    }
    .toptxt {
        margin-bottom: 0;
        font-size: 1.2em line-height: 17px;
    }
    .welcome-title {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 30px
    }
    .owl-theme .owl-nav .owl-next {
        right: 8%;
    }
    .goods-txt2 {
        width: 35%
    }
    .service-container {
        padding: 20px 20px 50px
    }
    .view-all {
        padding: 6px 10px;
        font-size: 0.65em;
    }
    .c-head {
        font-size: 0.75em;
        line-height: 13px;
    }
    .c-head:after {
        height: 10px;
        width: 10px;
    }
    .course-btm {
        margin-top: 1.5em;
    }
    .man {
        width: 160px;
    }
    .view-btn {
        padding: 2px 18px
    }
    .goods-bg-img {
        height: 260px;
        object-fit: cover;
    }
    .good-title {
        margin: 0
    }
    .goods-container {
        padding: 0
    }
    .logo-itemimg {
        width: 100%;
    }
    .count-up {
        padding: 0 10px
    }
    .counter {
        font-size: 1.3em
    }
    .counter-container .col-md-8 {
        width: 65%;
    }
    .counter-container .col-md-4 {
        width: 35%;
    }
    .logo-item {
        padding-right: 15px;
        margin-right: 15px;
        width: 43%;
        float: left;
    }
    .test-container {
        padding: 60px 20px 50px;
    }
    .user {
        width: 85%;
    }
    .test-flx {
        font-size: 10px;
    }
    .tst-span {
        line-height: 22px;
        font-size: 1.8em;
    }
    .career-sm {
        width: 230px;
    }
    .career-rgt-txt {
        left: 75px;
    }
    .enq-btn {
        padding: 2px 15px;
        right: -170px;
    }
    .enq-btn:before {
        right: 105px;
    }
    .career-btm {
        bottom: -60px;
    }
    .btm-item:nth-child(1) {
        width: 35%;
    }
    img.flogo {
        width: 80%
    }
    .side-btn {
        padding: 2px 15px;
        right: -53px
    }
    .clients-container {
        padding: 90px 0 0
    }
    .c-txt1 {
        font-size: 2em;
        line-height: 20px;
    }
    .c-txt2 {
        font-size: 3.3em;
        line-height: 30px;
    }
    .c-txt3 {
        font-size: 2.178em;
        line-height: 28px;
    }
    .c-txt4 {
        font-size: 3.073em;
        line-height: 40px;
    }
    .c-txt5 {
        font-size: 1.6em;
        line-height: 20px;
    }
    .c-txt1,
    .c-txt2,
    .c-txt3,
    .c-txt4,
    .c-txt5 {
        letter-spacing: -1px
    }
    .test-items {
        display: flex;
        align-items: center;
    }
    .test-item {
        margin-right: 20px;
    }
    .hero-text-area-inner {
        width: 48%;
        padding: 20px 0;
    }
    .course-row .lux-wrap {
        margin-top: 3em;
        margin-left: 15px;
        margin-right: 15px;
    }
    .inner-text-inner {
        font-size: 2.25em;
        line-height: 40px;
    }
    .cat-right {
        font-size: 1.5em;
        padding: 4px 15px;
        width: 50px;
        height: 50px;
    }
    .cats .col-md-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .cat-left {
        font-size: 1em;
        line-height: 17px;
    }
    .table2 th,
    .table2 td {
        padding: 14px 20px;
        line-height: 15px;
    }
    .inner-span {
        letter-spacing: 0px
    }
    .accordion-body {
        padding-right: 70px;
    }
    .faq-container {
        padding: 60px 100px
    }
    .career-item {
        padding: 25px 20px
    }
    .date-wrap {
        font-size: 1em
    }
    .history-item {
        padding: 12px 40px
    }
    .history-items {
        margin: 3% 6%;
    }
    .third_his {
        margin-top: 25px;
    }
    .history-wrap:nth-child(2) {
        margin-top: 20px;
    }
    .history-wrap:nth-child(3),
    .history-wrap:nth-child(4) {
        margin-top: 30px;
    }
    .ytop {
        margin-top: 15px;
    }
    .history-wrap:nth-child(5) {
        margin-top: 25px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 43px;
    }
    .ytop1 {
        margin-top: 70px;
    }
    .ytop11 {
        margin-top: -30px;
    }
    .ytop5 {
        margin-top: 60px;
    }
    .ytop2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .history-wrap:nth-child(6) {
        margin-top: 25px;
    }
    .ytop4 {
        margin-top: 43px;
    }
    .mtop-sm {
        margin-top: 40px
    }
    .ytop7 {
        margin-top: 50px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 40px
    }
    .req-row .col-md-15:nth-child(6) .req-item:after,
    .req-row .col-md-15:nth-child(14) .req-item:after {
        width: 140px;
        top: 64%;
        right: -140px;
    }
    .req-row .col-md-15:nth-child(6) .req-item:after {
        top: 60%
    }
    .req-h3 {
        margin: 5px 0 0;
    }
    .rq-span {
        padding: 5px 15px;
        border-radius: 5px;
    }
    .req-item {
        padding: 14px 10px;
    }
    .col-md-15:nth-child(7) .req-item {
        margin-top: -175px;
    }
    .col-md-15:nth-child(8) .req-item {
        margin-top: -130px;
    }
    .col-md-15:nth-child(10) .req-item {
        margin-top: -130px;
    }
    .col-md-15:nth-child(9) .req-item {
        margin-top: -100px;
    }
    .col-md-15:nth-child(13) .req-item {
        margin-top: -75px;
    }
    .col-md-15:nth-child(14) .req-item {
        margin-top: -150px;
    }
    .dashboard-lft {
        padding-right: 30px
    }
    .dashboard-rgt {
        padding-left: 30px;
    }
    .dashboard-row {
        padding: 0 40px;
    }
    .bg-profile {
        padding-left: 20px;
        padding-right: 20px;
    }
    .white-bg-prof {
        padding: 6px 10px
    }
    .box-padding {
        padding: 10px 14px
    }
    .prof-table1 td,
    .prof-table1 th {
        padding: 10px 14px
    }
    .bg-profile .col-md-3 {
        width: 32%;
    }
    .bg-profile .col-md-9 {
        width: 68%;
    }
    .phone-sh {
        height: 25px;
        width: 25px;
        line-height: 25px
    }
    .phone-sh img {
        width: 100%;
    }
    .d-user-img img {
        width: 90%
    }
    .popup-for {
        padding: 40px 40px;
    }
    .career-head {
        font-size: 2em;
        line-height: 30px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 25px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 47px 30px
    }
}

@media (min-width:1600px) and (max-width:1680px) {
    .dgr-for {
        height: 100vh;
    }
    body {
        font-size: 15px !important;
    }
    li {
        font-size: 15px !important;
    }
    .d-container {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%
    }
    #button {
        bottom: 40px;
    }
    .hero-text-area {
        font-size: 13px;
    }
    .featured-text {
        line-height: 40px
    }
    .wings-txt,
    .wings-txt2 {
        line-height: 40px
    }
    .icon1 {
        width: 60%;
    }
    .toptxt {
        margin-bottom: 0;
        font-size: 1.2em line-height: 17px;
    }
    .welcome-title {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 30px
    }
    .owl-theme .owl-nav .owl-next {
        right: 8%;
    }
    .goods-txt2 {
        width: 35%
    }
    .service-container {
        padding: 20px 20px 50px
    }
    .view-all {
        padding: 6px 10px;
        font-size: 0.65em;
    }
    .c-head {
        font-size: 0.75em;
        line-height: 13px;
    }
    .c-head:after {
        height: 10px;
        width: 10px;
    }
    .course-btm {
        margin-top: 1.5em;
    }
    .man {
        width: 160px;
    }
    .view-btn {
        padding: 2px 18px
    }
    .goods-bg-img {
        height: 260px;
        object-fit: cover;
    }
    .good-title {
        margin: 0
    }
    .goods-container {
        padding: 0
    }
    .logo-itemimg {
        width: 100%;
    }
    .counter {
        font-size: 1.3em
    }
    .counter-container .col-md-8 {
        width: 65%;
    }
    .counter-container .col-md-4 {
        width: 35%;
    }
    .logo-item {
        padding-right: 15px;
        margin-right: 15px;
        float: left;
    }
    .test-container {
        padding: 60px 20px 50px;
    }
    .user {
        width: 85%;
    }
    .career-txt {
        font-size: 13px;
    }
    .c-txt4 {
        line-height: 40px
    }
    .inner-text-inner {
        font-size: 2.25em;
        line-height: 40px;
    }
    .nav-brand img {
        width: 80%;
        margin-top: -35px;
    }
    .nav-menu>li>a {
        margin: 15px 10px
    }
    .sexy-menu {
        padding-bottom: 10px;
    }
    .cats .col-md-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .cat-left {
        font-size: 1em;
        line-height: 17px;
    }
    .accordion-body {
        padding-right: 70px;
    }
    .faq-container {
        padding: 60px 100px
    }
    .career-item {
        padding: 35px 20px
    }
    .date-wrap {
        font-size: 1em
    }
    .career-title {
        font-size: 1.33em
    }
    .history-item {
        padding: 12px 40px
    }
    .history-items {
        margin: 3% 12%;
    }
    .third_his {
        margin-top: 25px;
    }
    .history-wrap:nth-child(2) {
        margin-top: 20px;
    }
    .history-wrap:nth-child(3),
    .history-wrap:nth-child(4) {
        margin-top: 30px;
    }
    .ytop {
        margin-top: 15px;
    }
    .history-wrap:nth-child(5) {
        margin-top: 25px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 43px;
    }
    .ytop1 {
        margin-top: 70px;
    }
    .ytop11 {
        margin-top: -30px;
    }
    .ytop5 {
        margin-top: 60px;
    }
    .ytop2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .history-wrap:nth-child(6) {
        margin-top: 25px;
    }
    .ytop4 {
        margin-top: 43px;
    }
    .mtop-sm {
        margin-top: 40px
    }
    .ytop7 {
        margin-top: 50px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 40px
    }
    .req-row .col-md-15:nth-child(6) .req-item:after,
    .req-row .col-md-15:nth-child(14) .req-item:after {
        width: 143px;
        top: 71%;
        right: -143px;
    }
    .req-row .col-md-15:nth-child(6) .req-item:after {
        top: 49%
    }
    .req-h3 {
        margin: 5px 0 0;
    }
    .rq-span {
        padding: 5px 15px;
        border-radius: 5px;
    }
    .req-item {
        padding: 14px 10px;
    }
    .col-md-15:nth-child(7) .req-item {
        margin-top: -155px;
    }
    .col-md-15:nth-child(8) .req-item {
        margin-top: -100px;
    }
    .col-md-15:nth-child(10) .req-item {
        margin-top: -100px;
    }
    .col-md-15:nth-child(9) .req-item {
        margin-top: -80px;
    }
    .col-md-15:nth-child(13) .req-item {
        margin-top: -75px;
    }
    .col-md-15:nth-child(14) .req-item {
        margin-top: -130px;
    }
    .bg-profile {
        padding-left: 20px;
        padding-right: 20px;
    }
    .white-bg-prof {
        padding: 6px 10px
    }
    .box-padding {
        padding: 10px 14px
    }
    .prof-table1 td,
    .prof-table1 th {
        padding: 10px 14px
    }
    .bg-profile .col-md-3 {
        width: 32%;
    }
    .bg-profile .col-md-9 {
        width: 68%;
    }
    .phone-sh {
        height: 25px;
        width: 25px;
        line-height: 25px
    }
    .phone-sh img {
        width: 100%;
    }
    .d-user-img img {
        width: 90%
    }
    .popup-for {
        padding: 50px 50px;
    }
    .career-head {
        font-size: 2em;
        line-height: 30px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 25px
    }
    .let-bg {
        padding: 10px 20px;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 47px 30px
    }
}

@media (min-width:1681px) {
    body {
        font-size: 16px !important;
    }
    .d-container {
        width: 100%;
        padding-left: 9%;
        padding-right: 9%;
    }
    .inner-container {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width:420px) {
    .popup-for {
        width: 350px !important;
        padding: 20px 20px;
    }
    .popup-wraper {
        padding-top: 45%;
        overflow: scroll;
        padding-bottom: 22%;
    }
    .div-flex {
        display: block;
    }
    .container-for {
        width: auto;
        height: auto;
    }
    .dgr-for {
        height: auto;
    }
    body {
        font-size: 14px !important;
    }
    .d-container {
        padding-left: 3%;
        padding-right: 3%
    }
    .sexy-menu {
        padding: 40px 0
    }
    .nav-brand img {
        display: flex;
        width: 90%;
        align-items: center;
        margin: 0px !important;
    }
    .abt-container .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .header-contact,
    .career-btm {
        display: none;
    }
    .abt-img {
        display: none;
    }
    .enq-btn {
        position: unset;
        line-height: 23px;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .wings-txt {
        font-size: 2.2em;
        line-height: 45px;
    }
    .wings-txt2 {
        font-size: 1.773em;
        line-height: 40px;
    }
    .featured-text {
        font-size: 1.8em;
        text-align: center;
        line-height: 25px;
    }
    .page-hero .hero-text-area {
        width: 100%;
        text-align: center;
    }
    .btm-txt {
        font-size: 1em;
        line-height: 25px;
    }
    .abt-container {
        padding: 30px 0;
        overflow: hidden;
    }
    .welcome-detail {
        padding-left: 0;
    }
    .view-btn {
        padding: 4px 15px;
        line-height: 25px
    }
    .toptxt {
        font-size: 1.1em;
        line-height: 15px
    }
    .welcome-title {
        font-size: 1.4em;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .service-container {
        padding: 0px 15px 25px;
    }
    .owl-theme .owl-nav,
    .man {
        display: none;
    }
    .ser-head {
        font-size: 1.33em;
        line-height: 25px;
    }
    .test-txt {
        margin-bottom: 10px;
    }
    .ser-txt {
        font-size: 1em;
        line-height: 20px;
    }
    .course-item,
    .goods-bg-img {
        display: none;
    }
    .course-item:nth-child(4) {
        display: block;
    }
    .goods-txt,
    .goods-txt2 {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .goods-container {
        background: #0e4b78;
        padding: 30px 0;
    }
    .goods-txt {
        margin-bottom: 15px;
    }
    .project-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .lux-img img {
        height: 260px;
        object-fit: cover;
    }
    .lux-wrap {
        margin-bottom: 2em;
    }
    .count-up:after {
        display: none;
    }
    .counter-container .col-md-8,
    .counter-container .col-md-4 {
        width: 100%
    }
    .count-up {
        margin-bottom: 25px;
        padding: 0 20px;
        text-align: center;
        width: 100%
    }
    .logo-itemimg {
        width: 100%
    }
    .logo-item {
        width: 100%;
        float: left;
        padding-right: 15px;
        margin-right: 15px;
    }
    .test-container {
        padding: 50px 5px 35px
    }
    .test-head {
        font-size: 2.928em;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .tst-span {
        line-height: 15px;
        font-size: 1.043em;
    }
    .test-flx {
        justify-content: center;
    }
    .test-h3 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        float: none;
    }
    .qoute1 {
        left: 0;
    }
    .test-item {
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
        float: left;
        margin-bottom: 1em
    }
    .user {
        width: 100%
    }
    .career-bg,
    .career-sm {
        display: none;
    }
    .career-txt {
        display: none;
    }
    .career-lft-txt {
        left: 0
    }
    .career-bg-mob {
        display: block !important;
    }
    .career-mob {
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .c-txt1 {
        font-size: 1.33em;
        line-height: 20px;
        letter-spacing: 0;
    }
    .enq-btn:before {
        display: none;
    }
    .clients-container {
        padding: 20px 0 0;
    }
    .head-txt {
        margin-bottom: 1em;
    }
    .gal-item {
        margin-bottom: 2em
    }
    .gallery-container {
        padding: 20px 0;
        overflow: hidden
    }
    .flogo,
    .copy-right span {
        display: none;
    }
    .btm-item {
        margin-bottom: 10px;
    }
    .footer-top {
        display: block;
    }
    .footer-top-item {
        float: none;
        margin-bottom: 1em
    }
    .footer-social-links li a {
        font-size: 1.1em !important;
        margin-right: 15px
    }
    .footer-bottom-wraper {
        padding-bottom: 80px;
    }
    .bg-blue {
        overflow: hidden;
    }
    .m-icon img {
        width: 20px;
    }
    .side-btn {
        padding: 3px 10px;
        right: -50px
    }
    #popUp {
        width: 330px;
        padding: 4% 4% 3%
    }
    .form-group {
        margin-bottom: 8px;
    }
    .side-form-title {
        margin-bottom: 10px;
    }
    .side-form input[type="text"],
    .side-form textarea {
        padding: 12px 15px
    }
    .whats-app img {
        width: 45px;
    }
    .whats-app {
        bottom: 24vh;
        right: 5px;
    }
    .counter-title {
        justify-content: center;
    }
    .third_test {
        display: none;
    }
    .view-all2 {
        display: flex;
        margin: 0 auto;
    }
    .goods-txt-mob {
        display: block !important;
        margin-bottom: 10px
    }
    .goods-txt {
        display: none;
    }
    .txt1 {
        font-size: 1.2em
    }
    .litem {
        display: none;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.3em;
        line-height: 20px;
        left: 18%;
    }
    .hero-text-area-inner {
        width: 95%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .inner-span {
        letter-spacing: 0
    }
    .head-txt1 {
        text-align: left;
    }
    .cats {
        margin-bottom: 2em;
        padding: 0 10px;
    }
    .table-dv {
        margin: 2em 0;
    }
    .table-margin {
        width: 100%;
    }
    .table3 td,
    .table3 th {
        padding: 5px 17px;
    }
    td {
        line-height: 22px;
    }
    .ds-logos .col-md-2 {
        width: 33%;
        float: left;
    }
    .mt-3 {
        margin-top: 1em !important;
    }
    .glogo {
        margin-bottom: 20px;
    }
    .fn-wrap {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .fn-head {
        font-size: 1.1em;
    }
    .flx-btm .view-all {
        padding: 4px 5px;
        width: 120px;
    }
    .flx-btm-title {
        padding-right: 6px;
        line-height: 20px
    }
    .flx-btm {
        margin-top: 10px
    }
    .req-div {
        margin-top: 1em;
    }
    .req-row .col-md-15 {
        width: 100%;
        float: none;
    }
    .req-item:after,
    .req-item:before {
        display: none !important;
    }
    .col-md-15:nth-child(7) .req-item,
    .col-md-15:nth-child(8) .req-item,
    .col-md-15:nth-child(9) .req-item,
    .col-md-15:nth-child(10) .req-item,
    .col-md-15:nth-child(13) .req-item,
    .col-md-15:nth-child(14) .req-item {
        margin-top: 0;
    }
    .training-img {
        display: none;
    }
    .training-right {
        padding: 0 15px;
    }
    .rq-padding {
        padding: 25px 0;
    }
    .dgr-bg {
        margin-top: 1em;
    }
    .dgr-bg {
        padding: 20px 15px;
    }
    .wh-txt,
    .blue-bg1 {
        text-align: left !important;
    }
    .blue-bg1 {
        padding: 20px 15px;
    }
    .course-bgs .col-md-6:nth-child(5),
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: 0;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .table2 th,
    .table2 td {
        padding: 10px 20px;
    }
    .cat-right {
        font-size: 1.5em;
        width: 45px;
        padding: 7px 8px;
        height: 45px;
    }
    .cats .col-md-2 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        float: left;
    }
    .corp-clients {
        margin-top: 1em
    }
    .bg-blue2 {
        padding: 20px 10px
    }
    .li-left {
        font-size: .9em;
        width: fit-content;
        display: block;
    }
    .li-right {
        font-size: .9em;
        padding-left: 0px;
    }
    .corp-clients li {
        display: block;
    }
    body.placements .col-md-2,
    .people-row .col-md-2 {
        width: 50%;
        float: left;
    }
    body.placements .col-md-2:nth-child(3) {
        clear: both;
    }
    .cert-img {
        height: 100%
    }
    .placements-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }
    .testimonials-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .mt-4 {
        margin-top: 1em !important;
    }
    .inner-test-item {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .career-container2 {
        padding: 30px 10px
    }
    .career-item {
        padding: 25px 15px
    }
    .career-title {
        font-size: 1.2em;
        line-height: 23px;
    }
    .dates {
        padding: 0;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    .date-wrap {
        font-size: 1em;
    }
    .career-container2 .col-md-6:nth-child(2) {
        margin-top: 2em;
    }
    .chairmans-head {
        display: block;
        margin-bottom: 1em;
    }
    .chairmans-dtl {
        padding: 40px 25px 30px
    }
    .ceo {
        width: 40%;
    }
    .c-flx {
        padding-left: 0;
    }
    .ltr {
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 10px
    }
    .chairmans-b {
        font-size: 1em
    }
    .acc-dtl {
        padding: 20px;
        margin-right: 0;
    }
    .ser-head.main-head2 {
        font-size: 1.18em;
        text-align: center;
    }
    .row-rev {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .acc-lft {
        margin-left: 0;
    }
    .next-div {
        padding-top: 2em
    }
    .acc-dtl2 {
        padding: 15px;
        margin-top: 15px
    }
    .acc-lft3 {
        margin-top: 1em;
    }
    .grey-bg {
        padding: 40px 0;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .accrList {
        padding-top: 1em
    }
    .accrlist li {
        width: 100%;
    }
    .white-bg {
        padding: 0 15px
    }
    .mid-pad {
        margin-top: 1em;
        padding: 0 10px;
    }
    .loc-img {
        clear: both;
    }
    .img-holder img {
        height: 180px
    }
    .n-txt {
        font-size: 1.1em;
        margin-bottom: 5px;
        line-height: 23px;
    }
    .single-event-one {
        margin-bottom: 2em
    }
    .event-top {
        margin: 0;
    }
    .ev-title {
        font-size: 1.2em;
        line-height: 25px;
    }
    .event-desc {
        margin-top: 1em;
    }
    .ev-li li:before {
        height: 8px;
        width: 8px;
    }
    .ev-li li {
        line-height: 24px
    }
    .gallery-container2 {
        padding: 30px 15px;
    }
    .tab button {
        padding: 5px 23px;
        margin: 0 5px;
        line-height: 20px;
    }
    .inner-box-album img {
        height: 240px
    }
    .blg-img-holder img {
        height: 220px
    }
    .contact-lft iframe {
        height: 250px
    }
    .contact-lft,
    .contact-enq {
        height: unset;
    }
    .contact-itm {
        height: unset;
        padding: 25px 15px;
        margin-bottom: 10px;
    }
    .travel-head {
        font-size: 1.3em;
        margin: 0px auto 5px
    }
    .branch-bg {
        padding: 20px 0;
        margin-top: 2em;
    }
    .br-item {
        margin-bottom: 30px;
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 40px 30px
    }
    .enq-txt1 {
        font-size: 1.6em;
        line-height: 26px;
    }
    .contact-form .col-md-6:nth-child(2n) {
        padding-left: 15px;
    }
    .iata-btm-row .lux-wrap {
        margin-left: 0;
        margin-top: 1em;
        margin-right: 0;
    }
    .course-row .col-md-2 {
        width: 50%;
        padding: 5px;
        float: left;
    }
    .tr-txt {
        font-size: .9em;
        line-height: 20px
    }
    .course-row .lux-img {
        height: 100%
    }
    .course-row .lux-img img {
        height: 150px
    }
    .iata-btm-row .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .iata-wrap {
        margin-bottom: 2em
    }
    .hero-text-area-inner.wid-100 {
        width: 95%
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-items .row:nth-child(2n) .training-rt {
        padding-right: 0;
    }
    .tr-bl {
        width: 60%;
        font-size: 1em
    }
    .tr-red {
        width: 40%;
        font-size: 1em
    }
    .tr-item-row {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .rating-item {
        margin-bottom: 10px;
    }
    .rating-items {
        display: block;
    }
    .rating-item2,
    .rating-item3 {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px 25px
    }
    .blog-imgs-fx {
        width: 30%
    }
    .sidebar {
        margin-top: 1em;
    }
    .reg-form {
        padding-left: 0;
    }
    .reg-container {
        padding: 30px 10px 40px;
        overflow: hidden;
    }
    .reg-form-bg input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="password"] {
        padding: 15px 15px
    }
    .gds-logos .col-md-2 {
        width: 50%;
        float: left;
    }
    .gd-wrap {
        margin-bottom: 2em;
    }
    .history-items {
        margin: 3% 0;
    }
    .year-span {
        font-size: 1.6em;
        padding: 6px 15px;
        margin-bottom: 0px !important
    }
    .history-item {
        width: 100%;
        float: none;
        padding: 15px;
        background-size: cover;
        background-image: url(../images/history-btm-mob.jpg);
        margin-top: 0em;
        margin-bottom: 5px;
    }
    .history-lft,
    .history-rgt {
        display: none;
    }
    .third_his,
    .ytop,
    .ytop4 {
        margin: 0
    }
    .history-item p {
        font-size: .9em
    }
    .history-wrap {
        margin-top: 3em !important;
    }
    .col-md-15 {
        width: 50%;
    }
    .honors-row {
        display: flex;
    }
    .box-group img {
        height: 180px
    }
    .icon-row .col-md-2,
    .flot-50 .col-md-3 {
        width: 50%;
        float: left;
    }
    .img-icon {
        width: 50px
    }
    .icon-img {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .icon-item {
        margin-bottom: 1em
    }
    .flot-50 {
        margin: 1em 0 !important
    }
    .gds-logos .col-md-3,
    .gallery-container2 .col-md-4 {
        width: 50%;
        float: left;
    }
    .banner-wraper {
        overflow: hidden;
    }
    .accordion-body {
        padding-right: 0;
    }
    .faq-container {
        padding: 30px 10px;
        overflow: hidden;
    }
    .course-row .lux-wrap {
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
    }
    .dblock-no {
        display: inline-table;
    }
    .dashboard-row {
        padding: 0;
    }
    .dashboard-lft {
        padding-right: 0;
    }
    .dashboard-rgt {
        padding-left: 0;
    }
    .dashboard-menu a {
        padding: 10px 25px;
    }
    .dashboard-menu img {
        width: 45px
    }
    .dashboard-menu {
        background: #f9f9f9;
        margin-bottom: 4em;
    }
    .m-icon2-red {
        width: 35px;
    }
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-card {
        margin-bottom: 15px;
    }
    .d-icon img {
        width: 40px
    }
    .d-user-name {
        margin-bottom: 15px;
    }
    .bg-profile {
        padding: 20px
    }
    .bg-profile .col-md-3,
    .bg-profile .col-md-9 {
        width: 100%;
    }
    .user-info {
        margin-top: 5px;
    }
    .white-bg-prof {
        padding: 5px 15px
    }
    body.gallery .col-md-4 {
        width: 100%;
    }
    .navigation-portrait .nav-dropdown>li>ul>li>a {
        overflow-x: scroll;
    }
    .contact-container {
        padding-top: 30px;
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .key-li2 li {
        width: 100%;
        float: none;
    }
    .course-highlights {
        margin: 1em 0em 2em;
        padding: 20px 14px;
    }
    .service-detail_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .all-course-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .dgr-course-wrap .main-head3 {
        font-size: 1.1em
    }
    .shoping__checkout {
        width: 100%;
        padding: 25px 20px;
    }
    .shoping__checkout ul li span {
        width: 60%;
    }
    .icon-thanku {
        width: 50px
    }
    .th-head {
        display: flex !important;
        font-size: 2em;
    }
    .pay-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pay-row {
        margin: 0px 20px;
    }
    .py-txt {
        margin-bottom: 5px;
        font-size: 1.1em;
        text-align: left;
    }
    .py-span {
        padding-left: 20px;
    }
    .pay-item:after {
        display: none;
    }
    .footer-top-item:nth-child(1) {
        display: none;
    }
    .footer-content-title {
        text-align: center;
    }
    .footer-social-links ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer-top {
        padding: 10px 10px;
    }
    .m-content {
        padding-left: 10px;
    }
    .btm-item:nth-child(1) {
        display: none;
    }
    .btm-item:nth-child(3) {
        float: right;
    }
    .petal {
        transform: none !important;
        height: 220px !important;
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        left: unset !important;
        margin: 0 auto !important;
    }
    .petal .text {
        transform: none !important;
        position: inherit !important;
        margin-top: 5em;
    }
    .petal .number span {
        transform: none !important;
    }
    .petal .text {
        right: unset !important;
        bottom: unset !important;
        left: unset !important
    }
    .petal:nth-child(9) {
        z-index: 9;
    }
    .petal:nth-child(8) {
        z-index: 8;
    }
    .petal:nth-child(7) {
        z-index: 7;
    }
    .petal:nth-child(6) {
        z-index: 6;
    }
    .petal:nth-child(5) {
        z-index: 5;
    }
    .petal:nth-child(4) {
        z-index: 4;
    }
    .petal:nth-child(3) {
        z-index: 3;
    }
    .petal:nth-child(2) {
        z-index: 2;
    }
    .petal:nth-child(1) {
        z-index: 1;
    }
    .center-cgr {
        position: inherit;
        top: unset;
        left: unset;
        border: none;
        margin: 0 auto;
        transform: none;
        height: 60px;
        border-radius: 0px;
        margin-bottom: 3em;
    }
    .contact-map-sec .col-md-12 {
        width: 100%;
    }
    .signup-form {
        /*display: flex;*/
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .career-head {
        font-size: 1.4em;
        line-height: 23px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 20px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .checkbox1 label:before {
        padding: 8px
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 25px 15px;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .checkbox1 input:checked+label:after {
        height: 10px;
        left: 6px
    }

    .tna-form-wrpr .in-contact-page-content.contact-enq {
    padding: 30px 20px 30px;
	}
    .tna-form .form-group {
    margin-bottom: 20px !important;
	}
	.radio-btn label:before{
		    padding: 6px;    margin-right: 9px;
	}
	.radio-btn input:checked+label:after{
		top: 9px;
    left: 4px;
    width: 6px;
    height: 6px;
	}
	.tna-checkbox label:before {
    padding: 7px;
	}

}


@media (min-width:421px) and (max-width:460px) {
    body {
        font-size: 14px !important;
    }
    .d-container {
        padding-left: 3%;
        padding-right: 3%
    }
    .sexy-menu {
        padding: 60px 0
    }
    .nav-brand img {
        display: flex;
        width: 90%;
        align-items: center;
        margin-top: -60px;
    }
    .header-contact,
    .career-btm {
        display: none;
    }
    .div-flex,
    .eq-ht,
    div#statistics {
        display: block;
    }
    .abt-img {
        display: none;
    }
    .enq-btn {
        position: unset;
        line-height: 25px;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .wings-txt {
        font-size: 2.2em;
        line-height: 45px;
    }
    .wings-txt2 {
        font-size: 1.773em;
        line-height: 40px;
    }
    .featured-text {
        font-size: 1.8em;
        text-align: center;
        line-height: 25px;
    }
    .page-hero .hero-text-area {
        width: 100%;
        text-align: center;
    }
    .btm-txt {
        font-size: 1em;
        line-height: 25px;
    }
    .abt-container {
        padding: 30px 0
    }
    .welcome-detail {
        padding-left: 0;
    }
    .toptxt {
        font-size: 1.1em;
        line-height: 15px
    }
    .welcome-title {
        font-size: 1.5em;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .service-container {
        padding: 0px 15px 25px;
    }
    .owl-theme .owl-nav,
    .man {
        display: none;
    }
    .ser-head {
        font-size: 1.5em;
        line-height: 25px;
    }
    .ser-txt {
        font-size: 1em;
        line-height: 20px;
    }
    .course-item,
    .goods-bg-img {
        display: none;
    }
    .course-item:nth-child(4) {
        display: block;
    }
    .goods-txt,
    .goods-txt2 {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .goods-container {
        background: #0e4b78;
        padding: 30px 0;
    }
    .goods-txt {
        margin-bottom: 15px;
    }
    .project-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .lux-img img {
        height: 260px;
        object-fit: cover;
    }
    .lux-wrap {
        margin-bottom: 2em;
    }
    .count-up:after {
        display: none;
    }
    .counter-container .col-md-8,
    .counter-container .col-md-4 {
        width: 100%
    }
    .count-up {
        margin-bottom: 25px;
        padding: 0 20px;
        text-align: center;
        width: 100%;
    }
    .logo-itemimg {
        width: 100%
    }
    .logo-item {
        width: 44%;
        float: left;
        padding-right: 15px;
        margin-right: 15px;
    }
    .test-container {
        padding: 50px 5px 35px
    }
    .test-head {
        font-size: 2.928em;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .tst-span {
        line-height: 15px;
        font-size: 1.043em;
    }
    .test-flx {
        justify-content: center;
    }
    .test-h3 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        float: none;
    }
    .qoute1 {
        left: 0;
    }
    .test-item {
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
        float: left;
        margin-bottom: 1em
    }
    .user {
        width: 100%
    }
    .career-bg,
    .career-sm {
        display: none;
    }
    .career-txt {
        display: none;
    }
    .career-lft-txt {
        left: 0
    }
    .career-bg-mob {
        display: block !important;
    }
    .career-mob {
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .c-txt1 {
        font-size: 1.4em;
        line-height: 20px;
        letter-spacing: 0;
    }
    .enq-btn:before {
        display: none;
    }
    .clients-container {
        padding: 20px 0 0;
    }
    .head-txt {
        margin-bottom: 1em;
    }
    .gal-item {
        margin-bottom: 2em
    }
    .gallery-container {
        padding: 20px 0;
        overflow: hidden
    }
    .flogo,
    .copy-right span {
        display: none;
    }
    .btm-item {
        margin-bottom: 10px;
        width: 100%
    }
    .footer-top {
        display: block;
    }
    .footer-top-item {
        float: none;
        margin-bottom: 1em
    }
    .footer-social-links li a {
        font-size: 1.1em !important;
        margin-right: 15px
    }
    .footer-bottom-wraper {
       /* padding-bottom: 80px;*/
    }
    .bg-blue {
        overflow: hidden;
    }
    .m-icon img {
        width: 35px;
    }
    .side-btn {
        padding: 3px 10px;
        right: -50px
    }
    #popUp {
        width: 330px;
        padding: 4% 4% 3%
    }
    .form-group {
        margin-bottom: 8px;
    }
    .side-form-title {
        margin-bottom: 10px;
    }
    .side-form input[type="text"],
    .side-form textarea {
        padding: 12px 15px
    }
    .whats-app img {
        width: 45px;
    }
    .whats-app {
        bottom: 24vh;
        right: 5px;
    }
    .counter-title {
        justify-content: center;
    }
    .third_test {
        display: none;
    }
    .view-all2 {
        display: flex;
        margin: 0 auto;
    }
    .goods-txt-mob {
        display: block !important;
        margin-bottom: 10px
    }
    .goods-txt {
        display: none;
    }
    .txt1 {
        font-size: 1.3em;
        line-height: 24px;
    }
    .litem {
        display: none;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.3em;
        line-height: 20px
    }
    .hero-text-area-inner {
        width: 70%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0;
        overflow: hidden;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.3em;
        line-height: 20px;
        left: 18%;
    }
    .hero-text-area-inner {
        width: 95%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .inner-span {
        letter-spacing: 0
    }
    .head-txt1 {
        text-align: left;
    }
    .cats {
        margin-bottom: 2em;
    }
    .table-dv {
        margin: 2em 0;
    }
    .table-margin {
        width: 100%;
    }
    .table3 td,
    .table3 th {
        padding: 5px 17px;
    }
    td {
        line-height: 22px;
    }
    .ds-logos .col-md-2 {
        width: 33%;
        float: left;
    }
    .mt-3 {
        margin-top: 1em !important;
    }
    .glogo {
        margin-bottom: 20px;
    }
    .fn-wrap {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .fn-head {
        font-size: 1.1em;
        line-height: 20px
    }
    .flx-btm .view-all {
        padding: 4px 5px;
        width: 120px;
    }
    .flx-btm-title {
        padding-right: 6px;
        line-height: 20px
    }
    .flx-btm {
        margin-top: 10px
    }
    .req-div {
        margin-top: 1em;
    }
    .req-row .col-md-15 {
        width: 100%;
        float: none;
    }
    .req-item:after,
    .req-item:before {
        display: none !important;
    }
    .col-md-15:nth-child(7) .req-item,
    .col-md-15:nth-child(8) .req-item,
    .col-md-15:nth-child(9) .req-item,
    .col-md-15:nth-child(10) .req-item,
    .col-md-15:nth-child(13) .req-item,
    .col-md-15:nth-child(14) .req-item {
        margin-top: 0;
    }
    .training-img {
        display: none;
    }
    .training-right {
        padding: 0 15px;
    }
    .rq-padding {
        padding: 25px 0;
    }
    .dgr-bg {
        margin-top: 1em;
    }
    .dgr-bg {
        padding: 20px 15px;
    }
    .wh-txt,
    .blue-bg1 {
        text-align: left !important;
    }
    .blue-bg1 {
        padding: 20px 15px;
    }
    .course-bgs .col-md-6:nth-child(5),
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: 0;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .table2 th,
    .table2 td {
        padding: 10px 20px;
    }
    .cats .col-md-2 {
        width: 50%;
        float: left;
    }
    body.placements .col-md-2,
    .people-row .col-md-2 {
        width: 50%;
        float: left;
    }
    body.placements .col-md-2:nth-child(3) {
        clear: both;
    }
    .cert-img {
        height: 100%
    }
    .placements-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }
    .testimonials-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .mt-4 {
        margin-top: 1em !important;
    }
    .inner-test-item {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .corp-clients {
        margin-top: 1em
    }
    .bg-blue2 {
        padding: 20px 10px
    }
    .li-left {
        font-size: .9em;
        width: fit-content;
        display: block;
    }
    .li-right {
        font-size: .9em;
        padding-left: 0px;
    }
    .corp-clients li {
        display: block;
    }
    .testimonials-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .mt-4 {
        margin-top: 1em !important;
    }
    .inner-test-item {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .career-container2 {
        padding: 30px 10px
    }
    .career-item {
        padding: 25px 15px
    }
    .career-title {
        font-size: 1.2em;
        line-height: 23px;
    }
    .dates {
        padding: 0;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    .date-wrap {
        font-size: 1em;
    }
    .career-container2 .col-md-6:nth-child(2) {
        margin-top: 2em;
    }
    .chairmans-head {
        display: block;
        margin-bottom: 1em;
    }
    .chairmans-dtl {
        padding: 40px 25px 30px
    }
    .ceo {
        width: 40%;
    }
    .c-flx {
        padding-left: 0;
    }
    .ltr {
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 10px
    }
    .chairmans-b {
        font-size: 1em
    }
    .acc-dtl {
        padding: 20px;
        margin-right: 0;
    }
    .ser-head.main-head2 {
        font-size: 1.18em;
    }
    .row-rev {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .acc-lft {
        margin-left: 0;
    }
    .next-div {
        padding-top: 2em
    }
    .acc-dtl2 {
        padding: 15px;
        margin-top: 15px
    }
    .acc-lft3 {
        margin-top: 1em;
    }
    .grey-bg {
        padding: 40px 0;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .accrList {
        padding-top: 1em
    }
    .accrlist li {
        width: 100%;
    }
    .white-bg {
        padding: 0 15px
    }
    .mid-pad {
        margin-top: 1em;
        padding: 0 10px;
    }
    .loc-img {
        clear: both;
    }
    .img-holder img {
        height: 230px
    }
    .n-txt {
        font-size: 1.1em;
        margin-bottom: 5px;
        line-height: 23px;
    }
    .single-event-one {
        margin-bottom: 2em
    }
    .event-top {
        margin: 0;
    }
    .ev-title {
        font-size: 1.2em;
        line-height: 25px;
    }
    .event-desc {
        margin-top: 1em;
    }
    .ev-li li:before {
        height: 8px;
        width: 8px;
    }
    .ev-li li {
        line-height: 24px
    }
    .gallery-container2 {
        padding: 30px 15px;
    }
    .tab button {
        padding: 5px 23px;
        margin: 0 0 5px;
        line-height: 20px;
    }
    .inner-box-album img {
        height: 240px
    }
    .blg-img-holder img {
        height: 220px
    }
    .contact-lft iframe {
        height: 250px
    }
    .contact-lft,
    .contact-enq {
        height: unset;
    }
    .contact-itm {
        height: unset;
        padding: 25px 15px;
        margin-bottom: 10px;
    }
    .travel-head {
        font-size: 1.3em;
        margin: 0px auto 5px
    }
    .branch-bg {
        padding: 20px 0;
        margin-top: 2em;
    }
    .br-item {
        margin-bottom: 30px;
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 40px 30px
    }
    .enq-txt1 {
        font-size: 1.6em;
        line-height: 26px;
    }
    .contact-form .col-md-6:nth-child(2n) {
        padding-left: 15px;
    }
    .mt-2 {
        margin-top: 1em !important;
    }
    .iata-btm-row .lux-wrap {
        margin-left: 0;
        margin-top: 1em;
        margin-right: 0;
    }
    .course-row .col-md-2 {
        width: 50%;
        padding: 5px;
        float: left;
    }
    .tr-txt {
        font-size: .9em;
        line-height: 20px
    }
    .course-row .lux-img {
        height: 100%
    }
    .course-row .lux-img img {
        height: 150px
    }
    .iata-btm-row .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .iata-wrap {
        margin-bottom: 2em
    }
    .hero-text-area-inner.wid-100 {
        width: 95%
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-items .row:nth-child(2n) .training-rt {
        padding-right: 0;
    }
    .tr-bl {
        width: 60%;
        font-size: 1em
    }
    .tr-red {
        width: 40%;
        font-size: 1em
    }
    .tr-item-row {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .rating-item {
        margin-bottom: 10px;
    }
    .rating-items {
        display: block;
    }
    .rating-item2,
    .rating-item3 {
        width: 100%;
        margin-bottom: 10px
    }
    .blog-imgs-fx {
        width: 30%
    }
    .sidebar {
        margin-top: 2em;
    }
    .reg-form {
        padding-left: 0;
    }
    .reg-container {
        padding: 30px 0px 40px;
        overflow: hidden;
    }
    .reg-form-bg input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="password"] {
        padding: 15px 15px
    }
    .gds-logos .col-md-2 {
        width: 50%;
        float: left;
    }
    .gd-wrap {
        margin-bottom: 2em;
    }
    .history-items {
        margin: 3% 0;
    }
    .year-span {
        font-size: 1.6em;
        padding: 6px 15px;
        margin-bottom: 0px !important
    }
    .history-item {
        width: 100%;
        float: none;
        padding: 15px;
        background-size: cover;
        background-image: url(../images/history-btm-mob.jpg);
        margin-top: 0em;
        margin-bottom: 5px;
    }
    .history-lft,
    .history-rgt {
        display: none;
    }
    .third_his,
    .ytop,
    .ytop4 {
        margin: 0
    }
    .history-item p {
        font-size: .9em
    }
    .history-wrap {
        margin-top: 3em !important;
    }
    .col-md-15 {
        width: 50%;
    }
    .honors-row {
        display: flex;
    }
    .box-group img {
        height: 180px
    }
    .icon-row .col-md-2,
    .flot-50 .col-md-3 {
        width: 50%;
        float: left;
    }
    .img-icon {
        width: 50px
    }
    .icon-img {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .icon-item {
        margin-bottom: 1em
    }
    .flot-50 {
        margin: 1em 0 !important
    }
    .gds-logos .col-md-3,
    .gallery-container2 .col-md-4 {
        width: 50%;
        float: left;
    }
    .banner-wraper {
        overflow: hidden;
    }
    .accordion-body {
        padding-right: 0;
    }
    .course-row .lux-wrap {
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
    }
    .faq-container {
        padding: 30px 10px;
        overflow: hidden;
    }
    .dblock-no {
        display: inline-table;
    }
    .dashboard-row {
        padding: 0;
    }
    .dashboard-lft {
        padding-right: 0;
    }
    .dashboard-rgt {
        padding-left: 0;
    }
    .dashboard-menu a {
        padding: 10px 25px;
    }
    .dashboard-menu img {
        width: 45px
    }
    .dashboard-menu {
        background: #f9f9f9;
        margin-bottom: 4em;
    }
    .m-icon2-red {
        width: 35px;
    }
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-card {
        margin-bottom: 15px;
    }
    .d-icon img {
        width: 40px
    }
    .d-user-name {
        margin-bottom: 15px;
    }
    .bg-profile {
        padding: 20px
    }
    .bg-profile .col-md-3,
    .bg-profile .col-md-9 {
        width: 100%;
    }
    .user-info {
        margin-top: 5px;
    }
    .white-bg-prof {
        padding: 5px 15px
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .key-li2 li {
        width: 100%;
        float: none;
    }
    .course-highlights {
        margin: 1em 0em 2em;
        padding: 20px 14px;
    }
    .service-detail_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .all-course-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .shoping__checkout {
        width: 100%;
        padding: 25px 20px;
    }
    .shoping__checkout ul li span {
        width: 60%;
    }
    .icon-thanku {
        width: 50px
    }
    .th-head {
        display: flex !important;
        font-size: 2em;
    }
    .pay-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pay-row {
        margin: 0px 20px;
    }
    .py-txt {
        margin-bottom: 5px;
        font-size: 1.1em;
        text-align: left;
    }
    .py-span {
        padding-left: 20px;
    }
    .pay-item:after {
        display: none;
    }
    .footer-top-item:nth-child(1) {
        display: none;
    }
    .footer-content-title {
        text-align: center;
    }
    .footer-social-links ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer-top {
        padding: 10px 10px;
    }
    .m-content {
        padding-left: 10px;
    }
    .btm-item:nth-child(1) {
        display: none;
    }
    .btm-item:nth-child(3) {
        float: right;
    }
    .petal {
        transform: none !important;
        height: 220px !important;
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        left: unset !important;
        margin: 0 auto !important;
    }
    .petal .text {
        transform: none !important;
        position: inherit !important;
        margin-top: 5em;
    }
    .petal .number span {
        transform: none !important;
    }
    .petal .text {
        right: unset !important;
        bottom: unset !important;
        left: unset !important
    }
    .petal:nth-child(9) {
        z-index: 9;
    }
    .petal:nth-child(8) {
        z-index: 8;
    }
    .petal:nth-child(7) {
        z-index: 7;
    }
    .petal:nth-child(6) {
        z-index: 6;
    }
    .petal:nth-child(5) {
        z-index: 5;
    }
    .petal:nth-child(4) {
        z-index: 4;
    }
    .petal:nth-child(3) {
        z-index: 3;
    }
    .petal:nth-child(2) {
        z-index: 2;
    }
    .petal:nth-child(1) {
        z-index: 1;
    }
    .center-cgr {
        position: inherit;
        top: unset;
        left: unset;
        border: none;
        margin: 0 auto;
        transform: none;
        height: 100px;
        border-radius: 0px;
    }
    .contact-map-sec .col-md-12 {
        width: 100%;
    }
    .ser-head.main-head2 {
        text-align: center;
    }
    .signup-form {
        /*display: flex;*/
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .signup-img {
        /*display: none;*/
    }
    .career-head {
        font-size: 1.4em;
        line-height: 23px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 20px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .checkbox1 label:before {
        padding: 10px
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 25px 15px;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .checkbox1 input:checked+label:after {
        height: 10px;
        left: 8px
    }
    .tna-form-wrpr .in-contact-page-content.contact-enq {
    padding: 30px 30px 30px;
	}
    .tna-form .form-group {
    margin-bottom: 20px !important;
	}
	.radio-btn label:before{
		    padding: 6px;    margin-right: 9px;
	}
	.radio-btn input:checked+label:after{
		top: 9px;
    left: 4px;
    width: 6px;
    height: 6px;
	}
	.tna-checkbox label:before {
    padding: 7px;
	}

}

@media (min-width:461px) and (max-width:560px) {
    body {
        font-size: 14px !important;
    }
    .d-container {
        padding-left: 3%;
        padding-right: 3%
    }
    .sexy-menu {
        padding: 60px 0
    }
    .nav-brand img {
        display: flex;
        width: 90%;
        align-items: center;
        margin-top: -60px;
    }
    .header-contact,
    .career-btm {
        display: none;
    }
    .div-flex,
    .eq-ht,
    div#statistics {
        display: block;
    }
    .abt-img {
        display: none;
    }
    .enq-btn {
        position: unset;
        line-height: 25px;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .wings-txt {
        font-size: 2.5em;
        line-height: 50px;
    }
    .wings-txt2 {
        font-size: 2em;
        line-height: 45px;
    }
    .featured-text {
        font-size: 1.8em;
        text-align: center;
        line-height: 25px;
    }
    .page-hero .hero-text-area {
        width: 100%;
        text-align: center;
    }
    .btm-txt {
        font-size: 1em;
        line-height: 25px;
    }
    .abt-container {
        padding: 30px 0
    }
    .welcome-detail {
        padding-left: 0;
    }
    .toptxt {
        font-size: 1.1em;
        line-height: 15px
    }
    .welcome-title {
        font-size: 1.6em;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .service-container {
        padding: 0px 15px 25px;
    }
    .owl-theme .owl-nav,
    .man {
        display: none;
    }
    .ser-head {
        font-size: 1.6em;
        line-height: 25px;
    }
    .ser-txt {
        font-size: 1.2em;
        line-height: 28px;
    }
    .course-item,
    .goods-bg-img {
        display: none;
    }
    .course-item:nth-child(4) {
        display: block;
    }
    .goods-txt,
    .goods-txt2 {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .goods-container {
        background: #0e4b78;
        padding: 30px 0;
    }
    .goods-txt {
        margin-bottom: 15px;
    }
    .project-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .lux-img img {
        height: 260px;
        object-fit: cover;
    }
    .lux-wrap {
        margin-bottom: 2em;
    }
    .count-up:after {
        display: none;
    }
    .counter-container .col-md-8,
    .counter-container .col-md-4 {
        width: 100%
    }
    .count-up {
        margin-bottom: 25px;
        padding: 0 20px;
        text-align: center;
        width: 100%;
    }
    .logo-itemimg {
        width: 100%
    }
    .logo-item {
        width: 44%;
        float: left;
        padding-right: 15px;
        margin-right: 15px;
    }
    .test-container {
        padding: 50px 5px 35px
    }
    .test-head {
        font-size: 2.928em;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .tst-span {
        line-height: 15px;
        font-size: 1.043em;
    }
    .test-flx {
        justify-content: center;
    }
    .test-h3 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        float: none;
    }
    .qoute1 {
        left: 0;
    }
    .test-item {
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
        float: left;
        margin-bottom: 1em
    }
    .user {
        width: 100%
    }
    .career-bg,
    .career-sm {
        display: none;
    }
    .career-txt {
        display: none;
    }
    .career-lft-txt {
        left: 0
    }
    .career-bg-mob {
        display: block !important;
    }
    .career-mob {
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .c-txt1 {
        font-size: 1.4em;
        line-height: 20px;
        letter-spacing: 0;
    }
    .enq-btn:before {
        display: none;
    }
    .clients-container {
        padding: 20px 0 0;
    }
    .head-txt {
        margin-bottom: 1em;
    }
    .gal-item {
        margin-bottom: 2em
    }
    .gallery-container {
        padding: 20px 0;
        overflow: hidden
    }
    .flogo,
    .copy-right span {
        display: none;
    }
    .btm-item {
        margin-bottom: 10px;
    }
    .footer-top {
        display: block;
    }
    .footer-top-item {
        float: none;
        margin-bottom: 1em
    }
    .footer-social-links li a {
        font-size: 1.1em !important;
        margin-right: 15px
    }
    .footer-bottom-wraper {
        padding-bottom: 80px;
    }
    .bg-blue {
        overflow: hidden;
    }
    .m-icon img {
        width: 35px;
    }
    .side-btn {
        padding: 3px 10px;
        right: -50px
    }
    #popUp {
        width: 330px;
        padding: 4% 4% 3%
    }
    .form-group {
        margin-bottom: 8px;
    }
    .side-form-title {
        margin-bottom: 10px;
    }
    .side-form input[type="text"],
    .side-form textarea {
        padding: 12px 15px
    }
    .whats-app img {
        width: 45px;
    }
    .whats-app {
        bottom: 24vh;
        right: 5px;
    }
    .counter-title {
        justify-content: center;
    }
    .third_test {
        display: none;
    }
    .view-all2 {
        display: flex;
        margin: 0 auto;
    }
    .goods-txt-mob {
        display: block !important;
        margin-bottom: 10px
    }
    .goods-txt {
        display: none;
    }
    .txt1 {
        font-size: 1.3em;
        line-height: 24px;
    }
    .litem {
        display: none;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.3em;
        line-height: 20px
    }
    .hero-text-area-inner {
        width: 70%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.3em;
        line-height: 20px;
        left: 18%;
    }
    .hero-text-area-inner {
        width: 95%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .inner-span {
        letter-spacing: 0
    }
    .head-txt1 {
        text-align: left;
    }
    .cats {
        margin-bottom: 2em;
    }
    .table-dv {
        margin: 2em 0;
    }
    .table-margin {
        width: 100%;
    }
    .table3 td,
    .table3 th {
        padding: 5px 17px;
    }
    td {
        line-height: 22px;
    }
    .ds-logos .col-md-2 {
        width: 33%;
        float: left;
    }
    .mt-3 {
        margin-top: 1em !important;
    }
    .glogo {
        margin-bottom: 20px;
    }
    .fn-wrap {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .fn-head {
        font-size: 1.1em;
        line-height: 20px
    }
    .flx-btm .view-all {
        padding: 4px 5px;
        width: 120px;
    }
    .flx-btm-title {
        padding-right: 6px;
        line-height: 20px
    }
    .flx-btm {
        margin-top: 10px
    }
    .req-div {
        margin-top: 1em;
    }
    .req-row .col-md-15 {
        width: 100%;
        float: none;
    }
    .req-item:after,
    .req-item:before {
        display: none !important;
    }
    .col-md-15:nth-child(7) .req-item,
    .col-md-15:nth-child(8) .req-item,
    .col-md-15:nth-child(9) .req-item,
    .col-md-15:nth-child(10) .req-item,
    .col-md-15:nth-child(13) .req-item,
    .col-md-15:nth-child(14) .req-item {
        margin-top: 0;
    }
    .training-img {
        display: none;
    }
    .training-right {
        padding: 0 15px;
    }
    .rq-padding {
        padding: 25px 0;
    }
    .dgr-bg {
        margin-top: 1em;
    }
    .dgr-bg {
        padding: 20px 15px;
    }
    .wh-txt,
    .blue-bg1 {
        text-align: left !important;
    }
    .blue-bg1 {
        padding: 20px 15px;
    }
    .course-bgs .col-md-6:nth-child(5),
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: 0;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .table2 th,
    .table2 td {
        padding: 10px 20px;
    }
    .cats .col-md-2 {
        width: 50%;
        float: left;
    }
    .cat-right {
        font-size: 1.75em;
        width: 60px;
        height: 60px;
    }
    .cat-box {
        padding: 13px 8px
    }
    .corp-clients {
        margin-top: 1em
    }
    .bg-blue2 {
        padding: 20px 10px
    }
    .li-left {
        font-size: .9em;
        width: fit-content;
        display: block;
    }
    .li-right {
        font-size: .9em;
        padding-left: 0px;
    }
    .corp-clients li {
        display: block;
    }
    body.placements .col-md-2,
    .people-row .col-md-2 {
        width: 50%;
        float: left;
    }
    body.placements .col-md-2:nth-child(3) {
        clear: both;
    }
    .cert-img {
        height: 100%
    }
    .placements-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }
    .testimonials-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .mt-4 {
        margin-top: 1em !important;
    }
    .inner-test-item {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .career-container2 {
        padding: 30px 10px
    }
    .career-item {
        padding: 25px 15px
    }
    .career-title {
        font-size: 1.2em;
        line-height: 23px;
    }
    .dates {
        padding: 0;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    .date-wrap {
        font-size: 1em;
    }
    .career-container2 .col-md-6:nth-child(2) {
        margin-top: 2em;
    }
    .chairmans-dtl {
        padding: 40px 25px 30px
    }
    .ceo {
        width: 40%;
    }
    .ltr {
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 10px
    }
    .chairmans-b {
        font-size: 1em
    }
    .acc-dtl {
        padding: 20px;
        margin-right: 0;
    }
    .ser-head.main-head2 {
        font-size: 1.18em;
    }
    .row-rev {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .acc-lft {
        margin-left: 0;
    }
    .next-div {
        padding-top: 2em
    }
    .acc-dtl2 {
        padding: 15px;
        margin-top: 15px
    }
    .acc-lft3 {
        margin-top: 1em;
    }
    .grey-bg {
        padding: 40px 0;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .accrList {
        padding-top: 1em
    }
    .accrlist li {
        width: 100%;
    }
    .white-bg {
        padding: 0 15px
    }
    .mid-pad {
        margin-top: 1em;
        padding: 0 10px;
    }
    .loc-img {
        clear: both;
    }
    .img-holder img {
        height: 230px
    }
    .n-txt {
        font-size: 1.1em;
        margin-bottom: 5px;
        line-height: 23px;
    }
    .single-event-one {
        margin-bottom: 2em
    }
    .event-top {
        margin: 0;
    }
    .ev-title {
        font-size: 1.2em;
        line-height: 25px;
    }
    .event-desc {
        margin-top: 1em;
    }
    .ev-li li:before {
        height: 8px;
        width: 8px;
    }
    .ev-li li {
        line-height: 24px
    }
    .gallery-container2 {
        padding: 30px 15px;
    }
    .tab button {
        padding: 5px 23px;
        margin: 0 5px;
        line-height: 20px;
    }
    .inner-box-album img {
        height: 240px
    }
    .blg-img-holder img {
        height: 240px
    }
    .contact-lft iframe {
        height: 250px
    }
    .contact-lft,
    .contact-enq {
        height: unset;
    }
    .contact-itm {
        height: unset;
        padding: 25px 15px;
        margin-bottom: 10px;
    }
    .travel-head {
        font-size: 1.3em;
        margin: 0px auto 5px
    }
    .branch-bg {
        padding: 20px 0;
        margin-top: 2em;
    }
    .br-item {
        margin-bottom: 30px;
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 40px 30px
    }
    .enq-txt1 {
        font-size: 1.6em;
        line-height: 26px;
    }
    .contact-form .col-md-6:nth-child(2n) {
        padding-left: 15px;
    }
    .mt-2 {
        margin-top: 1em !important;
    }
    .iata-btm-row .lux-wrap {
        margin-left: 0;
        margin-top: 2em;
        margin-right: 0;
    }
    .course-row .col-md-2 {
        width: 50%;
        float: left;
    }
    .course-row .lux-img {
        height: 100%
    }
    .course-row .lux-img img {
        height: 200px
    }
    .iata-btm-row .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .iata-wrap {
        margin-bottom: 2em
    }
    .hero-text-area-inner.wid-100 {
        width: 95%
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-items .row:nth-child(2n) .training-rt {
        padding-right: 0;
    }
    .tr-bl {
        width: 60%;
        font-size: 1em
    }
    .tr-red {
        width: 40%;
        font-size: 1em
    }
    .tr-item-row {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .rating-item {
        margin-bottom: 10px;
    }
    .rating-items {
        display: block;
    }
    .rating-item2,
    .rating-item3 {
        width: 100%;
        margin-bottom: 10px
    }
    .blog-imgs-fx {
        width: 30%
    }
    .sidebar {
        margin-top: 2em;
    }
    .reg-form {
        padding-left: 0;
    }
    .reg-container {
        padding: 30px 0px 40px;
        overflow: hidden;
    }
    .reg-form-bg input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="password"] {
        padding: 15px 15px
    }
    .glogo img {
        width: 100%;
    }
    .gds-logos .col-md-2 {
        padding: 0;
        width: 25%;
        float: left;
    }
    .gd-wrap {
        margin-bottom: 2em;
    }
    .history-items {
        margin: 3% 0;
    }
    .year-span {
        font-size: 1.6em;
        padding: 6px 15px;
        margin-bottom: 0px !important
    }
    .history-item {
        width: 100%;
        float: none;
        padding: 15px;
        background-size: cover;
        background-image: url(../images/history-btm-mob.jpg);
        margin-top: 0em;
        margin-bottom: 5px;
    }
    .history-lft,
    .history-rgt {
        display: none;
    }
    .third_his,
    .ytop,
    .ytop4 {
        margin: 0
    }
    .history-item p {
        font-size: .9em
    }
    .history-wrap {
        margin-top: 3em !important;
    }
    .col-md-15 {
        width: 50%;
    }
    .honors-row {
        display: flex;
    }
    .box-group img {
        height: 180px
    }
    .icon-row .col-md-2,
    .flot-50 .col-md-3 {
        width: 50%;
        float: left;
    }
    .img-icon {
        width: 50px
    }
    .icon-img {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .icon-item {
        margin-bottom: 1em
    }
    .flot-50 {
        margin: 1em 0 !important
    }
    .gds-logos .col-md-3,
    .gallery-container2 .col-md-4 {
        width: 50%;
        float: left;
    }
    .banner-wraper {
        overflow: hidden;
    }
    .accordion-body {
        padding-right: 0;
    }
    .course-row .lux-wrap {
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
    }
    .faq-container {
        padding: 30px 10px;
        overflow: hidden;
    }
    .dblock-no {
        display: inline-table;
    }
    .dashboard-row {
        padding: 0;
    }
    .dashboard-lft {
        padding-right: 0;
    }
    .dashboard-rgt {
        padding-left: 0;
    }
    .dashboard-menu a {
        padding: 13px 25px;
    }
    .dashboard-menu img {
        width: 45px
    }
    .dashboard-menu {
        background: #f9f9f9;
        margin-bottom: 4em;
    }
    .m-icon2-red {
        width: 35px;
    }
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-card {
        margin-bottom: 15px;
    }
    .d-icon img {
        width: 40px
    }
    .d-user-name {
        margin-bottom: 15px;
    }
    .bg-profile {
        padding: 20px
    }
    .bg-profile .col-md-3,
    .bg-profile .col-md-9 {
        width: 100%;
    }
    .user-info {
        margin-top: 5px;
    }
    .white-bg-prof {
        padding: 5px 15px
    }
    .d-user-img {
        width: 80%;
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .key-li2 li {
        width: 100%;
        float: none;
    }
    .course-highlights {
        margin: 1em 0em 2em;
        padding: 20px 14px;
    }
    .service-detail_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .all-course-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .shoping__checkout {
        width: 100%;
        padding: 25px 20px;
    }
    .shoping__checkout ul li span {
        width: 60%;
    }
    .icon-thanku {
        width: 50px
    }
    .th-head {
        display: flex !important;
        font-size: 2em;
    }
    .pay-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pay-row {
        margin: 0px 20px;
    }
    .py-txt {
        margin-bottom: 5px;
        font-size: 1.1em;
        text-align: left;
    }
    .py-span {
        padding-left: 20px;
    }
    .pay-item:after {
        display: none;
    }
    .footer-top-item:nth-child(1) {
        display: none;
    }
    .footer-content-title {
        text-align: center;
    }
    .footer-social-links ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer-top {
        padding: 10px 10px;
    }
    .m-content {
        padding-left: 10px;
    }
    .btm-item:nth-child(1) {
        display: none;
    }
    .btm-item:nth-child(3) {
        float: right;
    }
    .petal {
        transform: none !important;
        height: 220px !important;
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        left: unset !important;
        margin: 0 auto !important;
    }
    .petal .text {
        transform: none !important;
        position: inherit !important;
        margin-top: 5em;
    }
    .petal .number span {
        transform: none !important;
    }
    .petal .text {
        right: unset !important;
        bottom: unset !important;
        left: unset !important
    }
    .petal:nth-child(9) {
        z-index: 9;
    }
    .petal:nth-child(8) {
        z-index: 8;
    }
    .petal:nth-child(7) {
        z-index: 7;
    }
    .petal:nth-child(6) {
        z-index: 6;
    }
    .petal:nth-child(5) {
        z-index: 5;
    }
    .petal:nth-child(4) {
        z-index: 4;
    }
    .petal:nth-child(3) {
        z-index: 3;
    }
    .petal:nth-child(2) {
        z-index: 2;
    }
    .petal:nth-child(1) {
        z-index: 1;
    }
    .center-cgr {
        position: inherit;
        top: unset;
        left: unset;
        border: none;
        margin: 0 auto;
        transform: none;
        height: 100px;
        border-radius: 0px;
    }
    .contact-map-sec .col-md-12 {
        width: 100%;
    }
    .ser-head.main-head2 {
        text-align: center;
    }
    .signup-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .signup-img {
        display: none;
    }
    .career-head {
        font-size: 1.4em;
        line-height: 23px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 20px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .checkbox1 label:before {
        padding: 11px
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 25px 15px;
        margin-top: 1em;
    }
    .checkbox1 input:checked+label:after {
        height: 10px;
        left: 9px
    }
}

@media (min-width:561px) and (max-width:680px) {
    body {
        font-size: 14px !important;
    }
    .d-container {
        padding-left: 3%;
        padding-right: 3%
    }
    .sexy-menu {
        padding: 60px 0
    }
    .btm-link {
        padding-bottom: 5px
    }
    .nav-brand img {
        display: flex;
        width: 70%;
        align-items: center;
        margin-top: -60px;
    }
    .header-contact,
    .career-btm {
        display: none;
    }
    .div-flex,
    .eq-ht,
    div#statistics {
        display: block;
    }
    .abt-img {
        display: none;
    }
    .enq-btn {
        position: unset;
        line-height: 25px;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .wings-txt {
        font-size: 2.5em;
        line-height: 50px;
    }
    .wings-txt2 {
        font-size: 2em;
        line-height: 45px;
    }
    .featured-text {
        font-size: 1.8em;
        text-align: center;
        line-height: 25px;
    }
    .page-hero .hero-text-area {
        width: 100%;
        text-align: center;
    }
    .btm-txt {
        font-size: 1em;
        line-height: 25px;
    }
    .abt-container {
        padding: 30px 0
    }
    .welcome-detail {
        padding-left: 0;
    }
    .toptxt {
        font-size: 1.1em;
        line-height: 15px
    }
    .welcome-title {
        font-size: 1.6em;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .service-container {
        padding: 0px 15px 25px;
    }
    .owl-theme .owl-nav,
    .man {
        display: none;
    }
    .ser-head {
        font-size: 1.7em;
        line-height: 25px;
    }
    .ser-txt {
        font-size: 1.2em;
        line-height: 28px;
    }
    .course-item,
    .goods-bg-img {
        display: none;
    }
    .course-item:nth-child(4) {
        display: block;
    }
    .goods-txt,
    .goods-txt2 {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .goods-container {
        background: #0e4b78;
        padding: 30px 0;
    }
    .goods-txt {
        margin-bottom: 15px;
    }
    .project-container2 {
        padding: 30px 0
    }
    .lux-img img {
        height: 260px;
        object-fit: cover;
    }
    .lux-wrap {
        margin-bottom: 2em;
    }
    .counter-container .col-md-8,
    .counter-container .col-md-4 {
        width: 100%
    }
    .count-up {
        margin-bottom: 25px;
        padding: 0px;
        text-align: center;
        width: 33%;
    }
    .logo-itemimg {
        width: 100%
    }
    .logo-item {
        width: 44%;
        float: left;
    }
    .test-container {
        padding: 50px 5px 35px
    }
    .test-head {
        font-size: 2.928em;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .tst-span {
        line-height: 15px;
        font-size: 1.043em;
    }
    .test-flx {
        justify-content: center;
    }
    .test-h3 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        float: none;
    }
    .qoute1 {
        left: 0;
    }
    .test-item {
        width: 33%;
        margin-right: 0;
        padding-right: 10px;
        float: left;
        margin-bottom: 1em
    }
    .user {
        width: 100%
    }
    .career-bg,
    .career-sm {
        display: none;
    }
    .career-txt {
        display: none;
    }
    .career-lft-txt {
        left: 0
    }
    .career-bg-mob {
        display: block !important;
    }
    .career-mob {
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .c-txt1 {
        font-size: 1.6em;
        line-height: 25px;
        letter-spacing: 0;
    }
    .enq-btn:before {
        display: none;
    }
    .clients-container {
        padding: 20px 0 0;
    }
    .gal-item {
        margin-bottom: 2em
    }
    .gallery-container {
        padding: 20px 0;
        overflow: hidden
    }
    .flogo {
        display: none;
    }
    .btm-item {
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }
    .btm-item:nth-child(1) {
        display: none;
    }
    .footer-top {
        display: block;
    }
    .footer-top-item {
        width: 50%;
        margin-bottom: 1em
    }
    .footer-social-links li a {
        font-size: 1.1em !important;
        margin-right: 15px
    }
    .footer-bottom-wraper {
        padding-bottom: 80px;
        clear: both;
    }
    .bg-blue {
        overflow: hidden;
    }
    .m-icon img {
        width: 35px;
    }
    .side-btn {
        padding: 3px 10px;
        right: -50px
    }
    #popUp {
        width: 330px;
        padding: 4% 4% 3%
    }
    .form-group {
        margin-bottom: 8px;
    }
    .side-form-title {
        margin-bottom: 10px;
    }
    .side-form input[type="text"],
    .side-form textarea {
        padding: 12px 15px
    }
    .whats-app img {
        width: 45px;
    }
    .whats-app {
        bottom: 24vh;
        right: 5px;
    }
    .counter-title {
        justify-content: center;
        display: block;
    }
    .view-all2 {
        display: flex;
        margin: 0 auto;
    }
    .project-container2 .col-md-3 {
        width: 50%;
        float: left;
    }
    .project-container2 .col-md-3:nth-child(3) {
        clear: both;
    }
    .gallery-container .col-md-3,
    .gallery-container .col-md-6 {
        width: 50%;
        float: left;
    }
    .play-btn {
        width: 30px
    }
    .gal-item {
        position: relative;
    }
    .goods-txt-mob {
        display: block !important;
        margin-bottom: 10px
    }
    .goods-txt {
        display: none;
    }
    .txt1 {
        font-size: 1.3em;
        line-height: 24px;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.3em;
        line-height: 20px
    }
    .hero-text-area-inner {
        width: 70%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.3em;
        line-height: 20px;
        left: 18%;
    }
    .hero-text-area-inner {
        width: 95%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .inner-span {
        letter-spacing: 0
    }
    .cats {
        margin-bottom: 2em;
    }
    .table-dv {
        margin: 2em 0;
    }
    .table-margin {
        width: 100%;
    }
    .table3 td,
    .table3 th {
        padding: 5px 17px;
    }
    td {
        line-height: 22px;
    }
    .ds-logos .col-md-2 {
        width: 33%;
        float: left;
    }
    .mt-3 {
        margin-top: 1em !important;
    }
    .glogo {
        margin-bottom: 20px;
    }
    .fn-wrap {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .fn-head {
        font-size: 1.1em;
        line-height: 20px
    }
    .flx-btm .view-all {
        padding: 4px 5px;
        width: 120px;
    }
    .flx-btm-title {
        padding-right: 6px;
        line-height: 20px
    }
    .flx-btm {
        margin-top: 10px
    }
    .req-div {
        margin-top: 1em;
    }
    .req-row .col-md-15 {
        width: 100%;
        float: none;
    }
    .req-item:after,
    .req-item:before {
        display: none !important;
    }
    .col-md-15:nth-child(7) .req-item,
    .col-md-15:nth-child(8) .req-item,
    .col-md-15:nth-child(9) .req-item,
    .col-md-15:nth-child(10) .req-item,
    .col-md-15:nth-child(13) .req-item,
    .col-md-15:nth-child(14) .req-item {
        margin-top: 0;
    }
    .training-img {
        display: none;
    }
    .training-right {
        padding: 0 15px;
    }
    .rq-padding {
        padding: 25px 0;
    }
    .dgr-bg {
        margin-top: 1em;
    }
    .dgr-bg {
        padding: 20px 15px;
    }
    .wh-txt,
    .blue-bg1 {
        text-align: left !important;
    }
    .blue-bg1 {
        padding: 20px 15px;
    }
    .course-bgs .col-md-6:nth-child(5),
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: 0;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .table2 th,
    .table2 td {
        padding: 10px 20px;
    }
    .cats .col-md-2 {
        width: 50%;
        float: left;
    }
    .cat-right {
        font-size: 1.75em;
        width: 60px;
        height: 60px;
    }
    .cat-box {
        padding: 13px 8px
    }
    .img-client {
        margin-bottom: 1em;
    }
    .corp-clients {
        margin-top: 1em
    }
    .bg-blue2 {
        padding: 20px 10px
    }
    .li-left {
        font-size: .9em;
        width: 240px;
    }
    .li-right {
        font-size: .9em;
        padding-left: 15px;
    }
    .corp-client-item .col-md-9 {
        clear: both;
    }
    body.placements .col-md-2,
    .people-row .col-md-2 {
        width: 33%;
        float: left;
    }
    .cert-img {
        height: 100%
    }
    .placements-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }
    .testimonials-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .mt-4 {
        margin-top: 1em !important;
    }
    .inner-test-item {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .career-container2 {
        padding: 30px 10px
    }
    .career-item {
        padding: 25px 45px
    }
    .career-title {
        font-size: 1.2em;
        line-height: 23px;
    }
    .dates {
        padding: 0;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    .date-wrap {
        font-size: 1em;
    }
    .career-container2 .col-md-6:nth-child(2) {
        margin-top: 2em;
    }
    .chairmans-dtl {
        padding: 40px 25px 30px
    }
    .ceo {
        width: 40%;
    }
    .ltr {
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 10px
    }
    .chairmans-b {
        font-size: 1em
    }
    .acc-dtl {
        padding: 20px;
        margin-right: 0;
    }
    .row-rev {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .acc-lft {
        margin-left: 0;
    }
    .next-div {
        padding-top: 2em
    }
    .acc-dtl2 {
        padding: 15px;
        margin-top: 15px
    }
    .acc-lft3 {
        margin-top: 1em;
    }
    .grey-bg {
        padding: 40px 0;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .accrList {
        padding-top: 1em
    }
    .accrlist li {
        width: 100%;
    }
    .white-bg {
        padding: 0 15px
    }
    .mid-pad {
        margin-top: 1em;
        padding: 0 10px;
    }
    .loc-img {
        clear: both;
    }
    .img-holder img {
        height: 230px
    }
    .n-txt {
        font-size: 1.2em;
        margin-bottom: 5px;
        line-height: 23px;
    }
    .single-event-one {
        margin-bottom: 2em
    }
    .event-top {
        margin: 0;
    }
    .ev-title {
        font-size: 1.4em;
        line-height: 25px;
    }
    .event-desc {
        margin-top: 1em;
    }
    .ev-li li:before {
        height: 8px;
        width: 8px;
    }
    .ev-li li {
        line-height: 24px
    }
    .gallery-container2 {
        padding: 30px 15px;
    }
    .tab button {
        padding: 5px 23px;
        margin: 0 5px;
        line-height: 20px;
    }
    .inner-box-album img {
        height: 240px
    }
    .tabcontent .col-md-4,
    .news-row .col-md-4 {
        width: 50%;
        float: left;
    }
    .blg-img-holder img {
        height: 270px
    }
    .contact-lft iframe {
        height: 250px
    }
    .contact-lft,
    .contact-enq {
        height: unset;
    }
    .contact-itm {
        height: unset;
        padding: 25px 15px;
    }
    .travel-head {
        font-size: 1.3em;
        margin: 0px auto 5px
    }
    .branch-bg {
        padding: 20px 0;
        margin-top: 2em;
    }
    .br-item {
        margin-bottom: 30px;
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 40px 30px
    }
    .enq-txt1 {
        font-size: 1.6em;
        line-height: 26px;
    }
    .contact-form .col-md-6:nth-child(2n) {
        padding-left: 15px;
    }
    .mt-2 {
        margin-top: 1em !important;
    }
    .con-row .col-md-4:nth-child(1) {
        width: 100%;
    }
    .con-row .col-md-4 {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .iata-btm-row .lux-wrap {
        margin-left: 0;
        margin-top: 2em;
        margin-right: 0;
    }
    .course-row .col-md-2 {
        width: 50%;
        float: left;
    }
    .course-row .lux-img {
        height: 100%
    }
    .course-row .lux-img img {
        height: 200px
    }
    .iata-btm-row .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .iata-wrap {
        margin-bottom: 2em
    }
    .hero-text-area-inner.wid-100 {
        width: 95%
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-items .row:nth-child(2n) .training-rt {
        padding-right: 0;
    }
    .tr-bl {
        width: 60%;
        font-size: 1em
    }
    .tr-red {
        width: 40%;
        font-size: 1em
    }
    .tr-item-row {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .rating-item {
        margin-bottom: 10px;
    }
    .rating-items {
        display: block;
    }
    .rating-item2,
    .rating-item3 {
        width: 48%;
        margin-bottom: 10px
    }
    .rating-system .col-md-3 {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .star {
        width: 50px;
    }
    .blog-imgs-fx {
        width: 30%
    }
    .sidebar {
        margin-top: 2em;
    }
    .reg-form {
        padding-left: 0;
    }
    .reg-container {
        padding: 30px 0px 40px;
        overflow: hidden;
    }
    .reg-form-bg input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="password"] {
        padding: 15px 15px
    }
    .glogo img {
        width: 100%;
    }
    .gds-logos .col-md-2 {
        padding: 0;
        width: 25%;
        float: left;
    }
    .gd-wrap {
        margin-bottom: 2em;
    }
    .history-items {
        margin: 3% 0;
    }
    .year-span {
        font-size: 1.6em;
        padding: 6px 15px;
        margin-bottom: 0px !important
    }
    .history-item {
        width: 100%;
        float: none;
        padding: 15px;
        background-size: cover;
        background-image: url(../images/history-btm-mob.jpg);
        margin-top: 0em;
        margin-bottom: 5px;
    }
    .history-lft,
    .history-rgt {
        display: none;
    }
    .third_his,
    .ytop,
    .ytop4 {
        margin: 0
    }
    .history-item p {
        font-size: .9em
    }
    .history-wrap {
        margin-top: 3em !important;
    }
    .col-md-15 {
        width: 33%;
    }
    .honors-row {
        display: flex;
    }
    .box-group img {
        height: 180px
    }
    .icon-row .col-md-2,
    .flot-50 .col-md-3 {
        width: 50%;
        float: left;
    }
    .img-icon {
        width: 50px
    }
    .icon-img {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .icon-item {
        margin-bottom: 1em
    }
    .flot-50 {
        margin: 1em 0 !important
    }
    .gallery-container2 .col-md-4 {
        width: 50%;
        float: left;
    }
    .banner-wraper {
        overflow: hidden;
    }
    .accordion-body {
        padding-right: 0;
    }
    .faq-container {
        padding: 30px 10px;
        overflow: hidden;
    }
    .course-row .lux-wrap {
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
    }
    .dashboard-row {
        padding: 0;
    }
    .dashboard-lft {
        padding-right: 0;
    }
    .dashboard-rgt {
        padding-left: 0;
    }
    .dashboard-menu a {
        padding: 13px 25px;
    }
    .dashboard-menu img {
        width: 45px
    }
    .dashboard-menu {
        background: #f9f9f9;
        margin-bottom: 4em;
    }
    .m-icon2-red {
        width: 35px;
    }
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-card {
        margin-bottom: 15px;
    }
    .d-icon img {
        width: 40px
    }
    .d-user-name {
        margin-bottom: 15px;
    }
    .dashboard-rgt .col-md-4 {
        width: 33%;
        float: left;
        padding: 5px
    }
    .bg-profile {
        padding: 20px
    }
    .bg-profile .col-md-3,
    .bg-profile .col-md-9 {
        width: 100%;
    }
    .user-info {
        margin-top: 5px;
        display: flex;
    }
    .white-bg-prof {
        padding: 5px 15px
    }
    .d-user-img {
        width: 80%;
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .key-li2 li {
        width: 100%;
        float: none;
    }
    .course-highlights {
        margin: 1em 0em 2em;
        padding: 20px 14px;
    }
    .service-detail_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .all-course-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .shoping__checkout {
        width: 100%;
        padding: 25px 30px;
    }
    .icon-thanku {
        width: 50px
    }
    .th-head {
        display: flex !important;
        font-size: 2em;
    }
    .pay-row .col-md-4 {
        width: 33%;
        float: left;
    }
    .py-txt {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
    .footer-top-item:nth-child(1) {
        display: none;
    }
    .footer-content-title {
        text-align: center;
    }
    .footer-social-links ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer-top {
        padding: 10px 10px;
    }
    .m-content {
        padding-left: 10px;
    }
    .btm-item:nth-child(1) {
        display: none;
    }
    .btm-item:nth-child(3) {
        float: right;
    }
    .petal {
        transform: none !important;
        height: 220px !important;
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        left: unset !important;
        float: left;
         !important;
        margin: auto !important;
    }
    .petal .text {
        transform: none !important;
        position: inherit !important;
        margin-top: 5em;
    }
    .petal .number span {
        transform: none !important;
    }
    .petal .text {
        right: unset !important;
        bottom: unset !important;
        left: unset !important
    }
    .petal:nth-child(9) {
        z-index: 9;
    }
    .petal:nth-child(8) {
        z-index: 8;
    }
    .petal:nth-child(7) {
        z-index: 7;
    }
    .petal:nth-child(6) {
        z-index: 6;
    }
    .petal:nth-child(5) {
        z-index: 5;
    }
    .petal:nth-child(4) {
        z-index: 4;
    }
    .petal:nth-child(3) {
        z-index: 3;
    }
    .petal:nth-child(2) {
        z-index: 2;
    }
    .petal:nth-child(1) {
        z-index: 1;
    }
    .center-cgr {
        position: inherit;
        top: unset;
        left: unset;
        border: none;
        margin: 0 auto;
        transform: none;
        height: 100px;
        border-radius: 0px;
    }
    .contact-map-sec .col-md-12 {
        width: 100%;
    }
    .ser-head.main-head2 {
        text-align: center;
    }
    .signup-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .signup-img {
        display: none;
    }
    .career-head {
        font-size: 1.6em;
        line-height: 28px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 20px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .checkbox1 label:before {
        padding: 11px
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 25px 15px;
        margin-top: 1em;
    }
    .checkbox1 input:checked+label:after {
        height: 10px;
        left: 9px
    }
}

@media (min-width:681px) and (max-width: 768px) {
    body {
        font-size: 14px !important;
    }
    .d-container {
        padding-left: 3%;
        padding-right: 3%
    }
    .sexy-menu {
        padding: 60px 0
    }
    .nav-brand img {
        display: flex;
        width: 60%;
        align-items: center;
        margin-top: -60px;
    }
    .btm-link {
        padding-bottom: 5px
    }
    .header-contact,
    .career-btm {
        display: none;
    }
    .course-row .lux-wrap {
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
    }
    .abt-img {
        display: none;
    }
    .enq-btn {
        position: unset;
        line-height: 22px;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .wings-txt {
        font-size: 2.7em;
        line-height: 55px;
    }
    .wings-txt2 {
        font-size: 2.2em;
        line-height: 50px;
    }
    .featured-text {
        font-size: 1.8em;
        text-align: center;
        line-height: 25px;
    }
    .page-hero .hero-text-area {
        width: 100%;
        text-align: center;
    }
    .btm-txt {
        font-size: 1em;
        line-height: 25px;
    }
    .banner-wraper {
        overflow: hidden;
    }
    .accordion-body {
        padding-right: 0;
    }
    .faq-container {
        padding: 30px 10px;
        overflow: hidden;
    }
    .abt-container {
        padding: 30px 0
    }
    .welcome-detail {
        padding-left: 0;
    }
    .toptxt {
        font-size: 1.1em;
        line-height: 15px
    }
    .welcome-title {
        font-size: 1.6em;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .service-container {
        padding: 0px 15px 25px;
    }
    .owl-theme .owl-nav,
    .man {
        display: none;
    }
    .ser-head {
        font-size: 1.7em;
        line-height: 25px;
    }
    .ser-txt {
        font-size: 1.2em;
        line-height: 28px;
    }
    .course-item,
    .goods-bg-img {
        display: none;
    }
    .course-item:nth-child(4) {
        display: block;
    }
    .goods-txt,
    .goods-txt2 {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .goods-container {
        background: #0e4b78;
        padding: 30px 0;
    }
    .goods-txt {
        margin-bottom: 15px;
    }
    .project-container2 {
        padding: 30px 0
    }
    .lux-img img {
        height: 260px;
        object-fit: cover;
    }
    .lux-wrap {
        margin-bottom: 2em;
    }
    .counter-container .col-md-8,
    .counter-container .col-md-4 {
        width: 100%
    }
    .count-up {
        margin-bottom: 25px;
        padding: 0px;
        text-align: center;
        width: 33%;
    }
    .test-items {
        width: 60%;
    }
    .test-txt {
        width: 24%;
    }
    .test-container {
        padding: 50px 5px 35px
    }
    .test-head {
        font-size: 2.928em;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .tst-span {
        line-height: 15px;
        font-size: 1.043em;
    }
    .test-flx {
        justify-content: center;
    }
    .test-h3 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        float: none;
    }
    .qoute1 {
        left: 0;
    }
    .test-item {
        width: 33%;
        margin-right: 0;
        padding-right: 10px;
        float: left;
        margin-bottom: 1em
    }
    .user {
        width: 100%
    }
    .career-bg {
        height: 130px;
        object-fit: cover;
        object-position: 43% 100%;
    }
    .career-mob {
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 37%;
    }
    .c-txt1 {
        font-size: 1.6em;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0;
    }
    .career-sm {
        display: none;
    }
    .career-txt,
    .enq-btn:before {
        display: none;
    }
    .clients-container {
        padding: 20px 0 0;
    }
    .gal-item {
        margin-bottom: 2em
    }
    .gallery-container {
        padding: 20px 0;
        overflow: hidden
    }
    .flogo {
        display: none;
    }
    .btm-item {
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }
    .btm-item:nth-child(1) {
        display: none;
    }
    .footer-top {
        display: block;
    }
    .footer-top-item {
        width: 50%;
        margin-bottom: 1em
    }
    .footer-social-links li a {
        font-size: 1.1em !important;
        margin-right: 15px
    }
    .footer-bottom-wraper {
        padding-bottom: 80px;
        clear: both;
    }
    .bg-blue {
        overflow: hidden;
    }
    .m-icon img {
        width: 35px;
    }
    .side-btn {
        padding: 3px 10px;
        right: -50px
    }
    #popUp {
        width: 330px;
        padding: 4% 4% 3%
    }
    .form-group {
        margin-bottom: 8px;
    }
    .side-form-title {
        margin-bottom: 10px;
    }
    .side-form input[type="text"],
    .side-form textarea {
        padding: 12px 15px
    }
    .whats-app img {
        width: 45px;
    }
    .whats-app {
        bottom: 24vh;
        right: 5px;
    }
    .counter-title {
        justify-content: center;
        display: block;
    }
    .btm-item:nth-child(3) {
        padding-left: 50px;
    }
    .view-all2 {
        display: flex;
        margin: 0 auto;
    }
    .project-container2 .col-md-3 {
        width: 25%;
        float: left;
        padding: 0 5px;
    }
    .tr-txt {
        font-size: .9em;
        line-height: 20px
    }
    .project-container2 .lux-img img {
        height: 200px
    }
    .gallery-container .col-md-3,
    .gallery-container .col-md-6 {
        width: 50%;
        float: left;
    }
    .play-btn {
        width: 30px
    }
    .gal-item {
        position: relative;
    }
    .gal-img {
        height: 200px;
        object-fit: cover;
    }
    .goods-txt-mob {
        display: block !important;
        margin-bottom: 10px
    }
    .goods-txt {
        display: none;
    }
    .txt1 {
        font-size: 1.45em;
        line-height: 24px;
    }
    .prog-highlights .col-md-6 {
        width: 100%
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.4em;
        line-height: 24px
    }
    .hero-text-area-inner {
        width: 70%;
        padding: 20px 0;
        border-radius: 15px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 40px 0;
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.6em;
        line-height: 25px;
        left: 18%;
    }
    .hero-text-area-inner {
        width: 80%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .inner-span {
        letter-spacing: 0
    }
    .head-txt1 {
        text-align: left;
    }
    .cats {
        margin-bottom: 2em;
    }
    .table-dv {
        margin: 3em 0;
    }
    .table-margin {
        width: 100%;
    }
    .table3 td,
    .table3 th {
        padding: 5px 17px;
    }
    td {
        line-height: 22px;
    }
    .ds-logos .col-md-2 {
        width: 16%;
        float: left;
    }
    .mt-3 {
        margin-top: 1em !important;
    }
    .glogo {
        margin-bottom: 20px;
    }
    .fn-wrap {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .fn-head {
        font-size: 1.1em;
        line-height: 20px
    }
    .flx-btm .view-all {
        padding: 4px 5px;
        width: 120px;
    }
    .flx-btm-title {
        padding-right: 6px;
        line-height: 20px
    }
    .flx-btm {
        margin-top: 10px
    }
    .req-div {
        margin-top: 1em;
    }
    .row.req-row {
        display: flex;
        flex-wrap: wrap;
    }
    .req-item {
        height: 100%;
        margin-bottom: 0;
    }
    .req-row .col-md-15 {
        width: 50%;
        margin-bottom: 2em;
    }
    .req-item:after,
    .req-item:before {
        display: none !important;
    }
    .col-md-15:nth-child(7) .req-item,
    .col-md-15:nth-child(8) .req-item,
    .col-md-15:nth-child(9) .req-item,
    .col-md-15:nth-child(10) .req-item,
    .col-md-15:nth-child(13) .req-item,
    .col-md-15:nth-child(14) .req-item {
        margin-top: 0;
    }
    .training-img {
        display: none;
    }
    .training-right {
        padding: 0 15px;
    }
    .rq-padding {
        padding: 25px 0;
    }
    .main-head3 {
        font-size: 1.4em;
    }
    .dgr-bg {
        margin-top: 1em;
    }
    .dgr-bg {
        padding: 20px 15px;
    }
    .wh-txt,
    .blue-bg1 {
        text-align: left !important;
    }
    .blue-bg1 {
        padding: 25px 20px
    }
    .course-bgs .col-md-6:nth-child(5),
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: 0;
    }
    .main-head2 {
        font-size: 1.5em;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .table2 th,
    .table2 td {
        padding: 10px 20px;
    }
    .cats .col-md-2 {
        width: 33%;
        float: left;
    }
    .cat-right {
        font-size: 1.75em;
        width: 60px;
        padding: 7px 13px;
        height: 60px;
    }
    .cat-box {
        padding: 13px 8px
    }
    .img-client {
        margin-bottom: 1em;
    }
    .corp-clients {
        margin-top: 1em
    }
    .bg-blue2 {
        padding: 20px 10px
    }
    .li-left {
        font-size: .9em;
        width: 240px;
    }
    .li-right {
        font-size: .9em;
        padding-left: 15px;
    }
    .corp-client-item .col-md-9 {
        clear: both;
    }
    .img-client {
        width: 70%;
    }
    body.placements .col-md-2,
    .people-row .col-md-2 {
        width: 25%;
        float: left;
    }
    .cert-img {
        height: 100%
    }
    .placements-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }
    .testimonials-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .mt-4 {
        margin-top: 1em !important;
    }
    .inner-test-item {
        padding: 30px 35px;
        margin-bottom: 20px;
    }
    .test-txt.inner-test {
        width: 100%
    }
    .career-container2 {
        padding: 30px 10px
    }
    .career-item {
        padding: 35px 45px
    }
    .career-title {
        font-size: 1.2em;
        line-height: 23px;
    }
    .dates {
        padding: 0;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    .date-wrap {
        font-size: 1em;
    }
    .career-container2 .col-md-6:nth-child(2) {
        margin-top: 2em;
    }
    .chairmans-dtl {
        padding: 50px 60px 55px
    }
    .ltr {
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 10px
    }
    .chairmans-b {
        font-size: 1em
    }
    .acc-dtl {
        padding: 20px;
        margin-right: 0;
    }
    .ser-head.main-head2 {
        font-size: 1.6em;
    }
    .gallery-container .col-md-6 {
        display: none;
    }
    .acc-lft {
        margin-left: 0;
    }
    .next-div {
        padding-top: 2em
    }
    .acc-dtl2 {
        padding: 15px;
        margin-top: 15px
    }
    .acc-lft3 {
        margin-top: 1em;
    }
    .grey-bg {
        padding: 40px 0;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .accrList {
        padding-top: 1em
    }
    .accrlist li {
        width: 100%;
    }
    .white-bg {
        padding: 0 15px
    }
    .mid-pad {
        margin-top: 1em;
        padding: 0 10px;
    }
    .loc-img {
        clear: both;
    }
    .first-iata .col-md-4 {
        width: 40%
    }
    .first-iata .col-md-8 {
        width: 60%
    }
    .dgr-aprov .col-md-5 {
        width: 50%
    }
    .dgr-aprov .col-md-7 {
        width: 50%
    }
    .main-head4 {
        font-size: 1.33em;
    }
    .dflex-mob {
        display: flex !important;
    }
    .iata-auth .col-md-4:nth-child(1) {
        width: 100%
    }
    .iata-auth .col-md-4 {
        width: 50%;
        float: left;
    }
    .img-holder img {
        height: 230px
    }
    .n-txt {
        font-size: 1.2em;
        margin-bottom: 5px;
        line-height: 23px;
    }
    .single-event-one {
        margin-bottom: 2em
    }
    .news-row .col-md-4 {
        width: 50%;
        float: left;
    }
    .event-top {
        margin: 0;
    }
    .ev-title {
        font-size: 1.4em;
        line-height: 25px;
    }
    .event-desc {
        margin-top: 1em;
    }
    .ev-li li:before {
        height: 8px;
        width: 8px;
    }
    .ev-li li {
        line-height: 24px
    }
    .gallery-container2 {
        padding: 30px 15px;
    }
    .tab button {
        padding: 5px 23px;
        margin: 0 5px;
        line-height: 20px;
    }
    .inner-box-album img {
        height: 240px
    }
    .tabcontent .col-md-4 {
        width: 50%;
        float: left;
    }
    .blg-img-holder img {
        height: 270px
    }
    .contact-lft iframe {
        height: 250px
    }
    .contact-lft,
    .contact-enq {
        height: unset;
    }
    .contact-itm {
        height: unset;
        padding: 25px 15px;
    }
    .travel-head {
        font-size: 1.3em;
        margin: 0px auto 5px
    }
    .branch-bg {
        padding: 20px 0;
        margin-top: 2em;
    }
    .br-item {
        margin-bottom: 30px;
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 40px 30px
    }
    .enq-txt1 {
        font-size: 1.6em;
        line-height: 26px;
    }
    .contact-form .col-md-6 {
        width: 50%;
        float: left;
    }
    .mt-2 {
        margin-top: 1em !important;
    }
    .con-row .col-md-4:nth-child(1) {
        width: 100%;
    }
    .con-row .col-md-4 {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .branch-bg .col-md-4 {
        width: 33%;
        float: left;
    }
    .contact-map-sec .row {
        display: block;
    }
    .iata-btm-row .lux-wrap {
        margin-left: 0;
        margin-top: 2em;
        margin-right: 0;
    }
    .course-row .col-md-2 {
        width: 33%;
        float: left;
    }
    .course-row .lux-img {
        height: 100%
    }
    .course-row .lux-img img {
        height: 200px
    }
    .iata-btm-row .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .iata-wrap {
        height: unset;
    }
    .course-row .col-md-4 {
        width: 50%;
        float: left;
    }
    .hero-text-area-inner.wid-100 {
        width: 95%
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-items .row:nth-child(2n) .training-rt {
        padding-right: 0;
    }
    .tr-bl {
        width: 60%;
        font-size: 1em
    }
    .tr-red {
        width: 40%;
        font-size: 1em
    }
    .tr-item-row {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .rating-item {
        margin-bottom: 10px;
    }
    .rating-items {
        display: block;
    }
    .rating-item2,
    .rating-item3 {
        width: 48%;
        margin-bottom: 10px
    }
    .rating-system .col-md-3 {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .star {
        width: 50px;
    }
    .blog-imgs-fx {
        width: 30%
    }
    .sidebar {
        margin-top: 2em;
    }
    .reg-form {
        padding-left: 0;
    }
    .reg-container {
        padding: 30px 80px 40px;
        overflow: hidden;
    }
    .reg-form-bg input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="password"] {
        padding: 15px 15px
    }
    .gds-logos .col-md-2 {
        padding: 0;
        width: 25%;
        float: left;
    }
    .gd-wrap {
        margin-bottom: 2em;
    }
    .history-items {
        margin: 3% 0;
        overflow: hidden;
    }
    .history-item p {
        line-height: 1.8;
        font-size: .86em
    }
    .history-item {
        padding: 12px 25px
    }
    .year-span {
        padding: 5px 20px;
        font-size: 2.05em
    }
    .history-rgt,
    .history-lft {
        width: 430px;
    }
    .third_his {
        margin-top: 0px;
    }
    .history-wrap:nth-child(2) {
        margin-top: -5px;
    }
    .history-wrap:nth-child(3) {
        margin-top: 15px;
    }
    .history-wrap:nth-child(4) {
        margin-top: 5px;
    }
    .ytop {
        margin-top: 0;
    }
    .history-wrap:nth-child(5) {
        margin-top: -5px;
        margin-bottom: 40px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 20px;
    }
    .ytop1 {
        margin-top: 40px;
    }
    .ytop11 {
        margin-top: 0px;
    }
    .ytop5 {
        margin-top: 40px;
    }
    .ytop2 {
        margin-top: 18px;
    }
    .ytop4 {
        margin-top: 17px;
    }
    .ytop6 {
        margin-top: 44px;
    }
    .mtop-sm {
        margin-top: 20px
    }
    .ytop7 {
        margin-top: 30px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 25px
    }
    .history-wrap .center {
        display: flex;
    }
    .col-md-15 {
        width: 25%;
    }
    .honors-row {
        display: flex;
    }
    .box-group img {
        height: 180px
    }
    .icon-row .col-md-2,
    .flot-50 .col-md-3 {
        width: 33%;
        float: left;
    }
    .img-icon {
        width: 50px
    }
    .icon-img {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .icon-item {
        margin-bottom: 1em
    }
    .flot-50 {
        margin: 1em 0 !important
    }
    .gallery-container2 .col-md-4 {
        width: 50%;
        float: left;
    }
    .dashboard-row {
        padding: 0;
    }
    .dashboard-lft {
        padding-right: 0;
    }
    .dashboard-rgt {
        padding-left: 0;
    }
    .dashboard-menu a {
        padding: 13px 25px;
    }
    .dashboard-menu img {
        width: 45px
    }
    .dashboard-menu {
        background: #f9f9f9;
        margin-bottom: 4em;
    }
    .m-icon2-red {
        width: 35px;
    }
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-card {
        margin-bottom: 15px;
    }
    .d-icon img {
        width: 40px
    }
    .d-user-name {
        margin-bottom: 15px;
    }
    .dashboard-rgt .col-md-4 {
        width: 33%;
        float: left;
        padding: 5px
    }
    .bg-profile {
        padding: 20px
    }
    .bg-profile .col-md-3,
    .bg-profile .col-md-9 {
        width: 100%;
    }
    .user-info {
        margin-top: 5px;
        display: flex;
    }
    .white-bg-prof {
        padding: 5px 15px
    }
    .d-user-img {
        width: 80%;
    }
    .prof-table1 {
        display: inline-table;
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .key-li2 li {
        width: 100%;
        float: none;
    }
    .course-highlights {
        margin: 1em 0em 1em;
        padding: 30px 24px;
        height: unset;
    }
    .service-detail_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .all-course-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .all-course-wrap .col-md-6 {
        width: 100%
    }
    .all-course-wrap .row .col-md-6:nth-child(2n) .course-highlights {
        margin-top: 0;
    }
    .shoping__checkout {
        width: 80%;
        padding: 25px 50px;
    }
    .icon-thanku {
        width: 50px
    }
    .th-head {
        display: flex !important;
        font-size: 2em;
    }
    .pay-row .col-md-4 {
        width: 33%;
        float: left;
    }
    .py-txt {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
    .footer-top-item:nth-child(1) {
        display: none;
    }
    .footer-content-title {
        text-align: center;
    }
    .footer-social-links ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer-top {
        padding: 10px 10px;
    }
    .m-content {
        padding-left: 10px;
    }
    .btm-item:nth-child(1) {
        display: none;
    }
    .btm-item:nth-child(3) {
        float: right;
    }
    .petal {
        transform: none !important;
        height: 220px !important;
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        left: unset !important;
        float: left;
         !important;
        margin: auto !important;
    }
    .petal .text {
        transform: none !important;
        position: inherit !important;
        margin-top: 5em;
    }
    .petal .number span {
        transform: none !important;
    }
    .petal .text {
        right: unset !important;
        bottom: unset !important;
        left: unset !important
    }
    .petal:nth-child(9) {
        z-index: 9;
    }
    .petal:nth-child(8) {
        z-index: 8;
    }
    .petal:nth-child(7) {
        z-index: 7;
    }
    .petal:nth-child(6) {
        z-index: 6;
    }
    .petal:nth-child(5) {
        z-index: 5;
    }
    .petal:nth-child(4) {
        z-index: 4;
    }
    .petal:nth-child(3) {
        z-index: 3;
    }
    .petal:nth-child(2) {
        z-index: 2;
    }
    .petal:nth-child(1) {
        z-index: 1;
    }
    .center-cgr {
        position: inherit;
        top: unset;
        left: unset;
        border: none;
        margin: 0 auto;
        transform: none;
        height: 100px;
        border-radius: 0px;
    }
    .contact-map-sec .col-md-12 {
        width: 100%;
    }
    .ser-head.main-head2 {
        text-align: center;
    }
    .signup-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .signup-img {
        display: none;
    }
    .career-head {
        font-size: 1.6em;
        line-height: 28px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 20px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .checkbox1 label:before {
        padding: 10px
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 25px 45px;
        margin-top: 1em;
    }
    .checkbox1 input:checked+label:after {
        top: 2px;
        left: 8px;
        width: 6px;
        height: 13px;
    }
}

@media (max-width: 768px) {
    .nav-dropdown>li {
        white-space: normal;
    }
    body.home .sexy-menu {
        position: unset;
    }
    video,
    body.home .banner-wraper {
        height: auto;
    }
    body.home .banner-wraper {
        height: calc(100vh - 142px);
        overflow: hidden;
    }
    .structural-item {
        height: unset;
    }
    .reg-img {
        display: none;
    }
    .center {
        display: block;
    }
    .footer-top-item.quick-links {
        display: none;
    }
    .sidebar .sidebar-item {
        margin-bottom: 0
    }
    .contact-btn {
        width: unset !important;
    }
    .submenu-indicator-chevron {
        border-color: transparent #fff #fff transparent !important;
    }
    .sexy-menu.detached {
        opacity: 1 !important;
        position: unset !important;
    }
    .resp-show {
        display: block !important;
    }
    .logo {
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .hide-menu a {
        width: 20%;
        line-height: 1;
        font-size: 1em;
        display: inline-block;
        float: left;
        text-align: center;
        font-family: 'AlbertSans';
        font-weight: 500;
    }
    .nav-toggle:before {
        position: absolute;
        content: "";
        width: 40px;
        border-bottom: 3px solid #000;
        right: 0;
    }
    .nav-toggle:after {
        content: "";
        width: 33px;
        border-bottom: 3px solid #000;
        position: absolute;
        top: -2px;
        right: 0;
    }
    .desk-view {
        display: none !important
    }
    .mob-view {
        display: block !important;
        width: 100%;
    }
    .home-img {
        height: 85vh;
        width: 100%;
        object-fit: cover;
    }
    .nav-menu>li>a {
        color: #fff !important
    }
    .nav-toggle,
    .navigation-hidden .nav-header {
        display: block !important;
    }
    .hide-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99999;
        padding: 15px 20px;
        display: block;
    }
    .hide-menu img {
        display: block;
        justify-content: center;
        margin: 0 auto;
        width: 38px
    }
    .nav-toggle {
        display: flex !important;
        align-items: center;
        width: 25px;
        height: 20px;
        cursor: pointer;
        border-bottom: 3px solid #000;
        text-align: center;
        justify-content: center;
        position: absolute;
        bottom: 29px;
        right: 23px !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    body,
    li {
        font-size: 14px !important;
    }
    li.header-phone a img {
        width: 24px
    }
    .wh-img {
        width: 25px;
    }
    .header-contact a {
        font-size: .75em
    }
    .nav-menu>li>a {
        margin: 4px 7px 9px !important;
        font-size: .85em
    }
    li.header-phone a {
        margin: 14px 12px !important;
    }
    .header-contact {
        margin-top: 3px;
    }
    .sexy-menu.detached .header-phone a {
        margin: 13px 6px !important;
    }
    .sexy-menu.detached .nav-brand img {
        margin-top: -15px;
        width: 40% !important;
    }
    .submenu-indicator-chevron {
        width: 3px !important;
        height: 3px !important;
    }
    .contact-btn {
        padding: 5px 9px;
        line-height: 12px
    }
    .center {
        display: block;
    }
    .banner-wraper {
        overflow: hidden;
        height: 100%
    }
    .accordion-body {
        padding-right: 0;
    }
    .course-row .lux-wrap {
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
    }
    .faq-container {
        padding: 30px 10px;
        overflow: hidden;
    }
    .m-content {
        padding-left: 10px;
    }
    .d-container {
        padding-left: 4%;
        padding-right: 4%
    }
    .nav-brand img {
        display: flex;
        width: 44%;
        align-items: center;
        margin-top: -10px;
    }
    .submenu-indicator-chevron {
        height: 3px;
        width: 3px;
    }
    .btm-link {
        padding-bottom: 5px
    }
    .career-btm {
        display: none;
    }
    .eq-ht,
    div#statistics {
        display: block;
    }
    .test-txt {
        width: 24%;
    }
    .rating-item {
        margin-bottom: 10px;
    }
    .col-md-15 {
        width: 25%;
    }
    .honors-row {
        display: flex;
    }
    .rating-items {
        display: block;
    }
    .rating-item2,
    .rating-item3 {
        width: 48%;
        margin-bottom: 10px
    }
    .rating-system .col-md-3 {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .star {
        width: 50px;
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .test-items {
        width: 60%
    }
    .abt-img {
        display: none;
    }
    .enq-btn {
        position: unset;
        line-height: 25px;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .wings-txt {
        font-size: 2.7em;
        line-height: 55px;
    }
    .wings-txt2 {
        font-size: 2.2em;
        line-height: 50px;
    }
    .featured-text {
        font-size: 1.8em;
        text-align: center;
        line-height: 25px;
    }
    .page-hero .hero-text-area {
        width: 100%;
        text-align: center;
    }
    .btm-txt {
        font-size: 1em;
        line-height: 25px;
    }
    .abt-container {
        padding: 30px 0
    }
    .welcome-detail {
        padding-left: 0;
    }
    .toptxt {
        font-size: 1.1em;
        line-height: 15px
    }
    .welcome-title {
        font-size: 1.6em;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .service-container {
        padding: 0px 15px 25px;
    }
    .owl-theme .owl-nav,
    .man {
        display: none;
    }
    .ser-head {
        font-size: 1.7em;
        line-height: 25px;
    }
    .ser-txt {
        font-size: 1.2em;
        line-height: 28px;
    }
    .course-item,
    .goods-bg-img {
        display: none;
    }
    .course-item:nth-child(4) {
        display: block;
    }
    .goods-txt,
    .goods-txt2 {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .goods-container {
        background: #0e4b78;
        padding: 30px 0;
    }
    .goods-txt {
        margin-bottom: 15px;
    }
    .project-container2 {
        padding: 30px 0
    }
    .lux-img img {
        height: 260px;
        object-fit: cover;
    }
    .lux-wrap {
        margin-bottom: 2em;
    }
    .counter-container .col-md-8,
    .counter-container .col-md-4 {
        width: 100%
    }
    .count-up {
        margin-bottom: 25px;
        padding: 0px;
        text-align: center;
        width: 33%;
    }
    .shoping__checkout {
        width: 80%;
        padding: 25px 50px;
    }
    .test-container {
        padding: 50px 5px 35px
    }
    .test-head {
        font-size: 2.928em;
        letter-spacing: 0px;
        line-height: 50px;
    }
    .tst-span {
        line-height: 15px;
        font-size: 1.043em;
    }
    .test-flx {
        justify-content: center;
    }
    .test-h3 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        float: none;
    }
    .qoute1 {
        left: 0;
    }
    .test-item {
        width: 33%;
        margin-right: 0;
        padding-right: 10px;
        float: left;
        margin-bottom: 1em
    }
    .user {
        width: 100%
    }
    .career-bg {
        height: 130px;
        object-fit: cover;
        object-position: 43% 100%;
    }
    .career-mob {
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 37%;
    }
    .c-txt1 {
        font-size: 1.8em;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0;
    }
    .career-txt,
    .career-sm,
    .enq-btn:before {
        display: none;
    }
    .clients-container {
        padding: 20px 0 0;
    }
    .gal-item {
        margin-bottom: 2em
    }
    .gallery-container {
        padding: 20px 0;
        overflow: hidden
    }
    .flogo {
        width: 150px
    }
    .footer-social-links li a {
        font-size: 1.1em !important;
        margin-right: 15px
    }
    .btm-item:nth-child(1) {
        width: 23%;
    }
    .bg-blue {
        overflow: hidden;
    }
    .m-icon img {
        width: 35px;
    }
    .side-btn {
        padding: 3px 10px;
        right: -50px
    }
    #popUp {
        width: 330px;
        padding: 4% 4% 3%
    }
    .form-group {
        margin-bottom: 8px;
    }
    .side-form-title {
        margin-bottom: 10px;
    }
    .side-form input[type="text"],
    .side-form textarea {
        padding: 12px 15px
    }
    .whats-app img {
        width: 45px;
    }
    .whats-app {
        bottom: 24vh;
        right: 5px;
    }
    .counter-title {
        justify-content: center;
        display: block;
    }
    .btm-item:nth-child(3) {
        padding-left: 30px;
    }
    .tr-txt {
        font-size: .9em;
        line-height: 20px;
    }
    .center.space {
        display: flex;
    }
    .btm-link p {
        font-size: 1em
    }
    .project-container2 .col-md-3 {
        width: 25%;
        float: left;
        padding: 0 5px;
    }
    .gallery-container .col-md-3,
    .gallery-container .col-md-6 {
        width: 33%;
        float: left;
    }
    .play-btn {
        width: 30px
    }
    .gal-item {
        position: relative;
    }
    .goods-txt-mob {
        display: block !important;
        margin-bottom: 10px
    }
    .goods-txt {
        display: none;
    }
    .txt1 {
        font-size: 1.45em;
        line-height: 24px;
    }
    .gal-img {
        height: 145px;
        object-fit: cover;
    }
    .gal-title {
        font-size: 1em;
        line-height: 20px;
        margin-bottom: 0;
    }
    .prog-highlights .col-md-6 {
        width: 100%
    }
    .row.center {
        margin-left: -15px;
        margin-right: -15px
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.4em;
        line-height: 24px
    }
    .hero-text-area-inner {
        width: 70%;
        padding: 20px 0;
        border-radius: 15px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 40px 0;
    }
    .bred-next,
    .bred-home {
        font-size: .9em
    }
    .inner-text-inner {
        font-size: 1.6em;
        line-height: 25px;
        left: 18%;
    }
    .hero-text-area-inner {
        width: 80%;
        padding: 10px 0;
        border-radius: 10px;
    }
    .course-lft {
        display: none;
    }
    .duration-sp {
        padding: 8px 10px;
        font-size: .9em;
        border-radius: 5px;
    }
    .prog-highlights {
        margin-top: 1em;
    }
    .structural-item {
        padding: 20px 20px
    }
    .str-rgt {
        padding-left: 25px;
    }
    .num1:before {
        height: 7px;
        width: 7px;
    }
    .str-rgt p {
        font-size: 1em
    }
    .str-hed {
        letter-spacing: 0;
        font-size: 1em;
        line-height: 20px;
    }
    .av-career {
        margin-top: 1em
    }
    .av-career {
        padding: 20px 15px;
    }
    .project-container {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .inner-span {
        letter-spacing: 0
    }
    .head-txt1 {
        text-align: left;
    }
    .cats {
        margin-bottom: 2em;
    }
    .table-dv {
        margin: 3em 0;
    }
    .table-margin {
        width: 100%;
    }
    .glogo img {
        width: 100%
    }
    .course-row .col-md-6 {
        width: 50%;
        float: left;
    }
    .main-head2 {
        font-size: 1.5em;
    }
    .course-row .col-md-6:nth-child(2n) {
        clear: both;
    }
    td {
        line-height: 22px;
    }
    .ds-logos .col-md-2 {
        width: 16%;
        float: left;
    }
    .mt-3 {
        margin-top: 2em !important;
    }
    .glogo {
        margin-bottom: 20px;
    }
    .fn-wrap {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .fn-head {
        font-size: 1.1em;
        line-height: 20px
    }
    .flx-btm .view-all {
        padding: 4px 5px;
        width: 120px;
    }
    .flx-btm-title {
        padding-right: 6px;
        line-height: 20px
    }
    .flx-btm {
        margin-top: 10px
    }
    .req-div {
        margin-top: 1em;
    }
    .row.req-row {
        display: flex;
        flex-wrap: wrap;
    }
    .req-item {
        height: 100%;
        margin-bottom: 0;
    }
    .req-row .col-md-15 {
        width: 50%;
        margin-bottom: 2em;
    }
    .req-item:after,
    .req-item:before {
        display: none !important;
    }
    .col-md-15:nth-child(7) .req-item,
    .col-md-15:nth-child(8) .req-item,
    .col-md-15:nth-child(9) .req-item,
    .col-md-15:nth-child(10) .req-item,
    .col-md-15:nth-child(13) .req-item,
    .col-md-15:nth-child(14) .req-item {
        margin-top: 0;
    }
    .training-img {
        display: none;
    }
    .training-right {
        padding: 0 15px;
    }
    .rq-padding {
        padding: 25px 0;
    }
    .main-head3 {
        font-size: 1.4em;
    }
    .dgr-bg {
        margin-top: 1em;
    }
    .dgr-bg {
        padding: 20px 15px;
    }
    .wh-txt,
    .blue-bg1 {
        text-align: left !important;
    }
    .blue-bg1 {
        padding: 25px 20px
    }
    .course-bgs .col-md-6:nth-child(5),
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: 0;
    }
    .main-head2 {
        font-size: 1.5em;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .table2 th,
    .table2 td {
        padding: 10px 20px;
    }
    .cats .col-md-2 {
        width: 33%;
        float: left;
    }
    .cat-right {
        font-size: 1.75em;
        width: 60px;
        padding: 7px 13px;
        height: 60px;
    }
    .cat-box {
        padding: 13px 8px
    }
    .img-client {
        margin-bottom: 1em;
    }
    .corp-clients {
        margin-top: 1em
    }
    .bg-blue2 {
        padding: 20px 10px
    }
    .li-left {
        font-size: .9em;
        width: 240px;
    }
    .li-right {
        font-size: .9em;
        padding-left: 15px;
    }
    .corp-client-item .col-md-9 {
        clear: both;
    }
    .img-client {
        width: 70%;
    }
    body.placements .col-md-2,
    .people-row .col-md-2 {
        width: 25%;
        float: left;
    }
    .cert-img {
        height: 100%
    }
    .placements-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }
    .testimonials-container2 {
        padding: 30px 0;
        overflow: hidden;
    }
    .mt-4 {
        margin-top: 1em !important;
    }
    .inner-test-item {
        padding: 30px 35px;
        margin-bottom: 20px;
    }
    .test-txt.inner-test {
        width: 100%
    }
    .career-container2 {
        padding: 30px 10px
    }
    .career-item {
        padding: 35px 45px
    }
    .career-title {
        font-size: 1.2em;
        line-height: 23px;
    }
    .dates {
        padding: 0;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    .date-wrap {
        font-size: 1em;
    }
    .career-container2 .col-md-6:nth-child(2) {
        margin-top: 2em;
    }
    .chairmans-dtl {
        padding: 50px 60px 55px
    }
    .ltr {
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 10px
    }
    .chairmans-b {
        font-size: 1em
    }
    .acc-dtl {
        padding: 20px;
        margin-right: 0;
    }
    .ser-head.main-head2 {
        font-size: 1.18em;
    }
    .acc-lft {
        margin-left: 0;
    }
    .next-div {
        padding-top: 2em
    }
    .acc-dtl2 {
        padding: 15px;
        margin-top: 15px
    }
    .acc-lft3 {
        margin-top: 1em;
    }
    .grey-bg {
        padding: 40px 0;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .accrList {
        padding-top: 1em
    }
    .accrlist li {
        width: 100%;
    }
    .white-bg {
        padding: 0 15px
    }
    .mid-pad {
        margin-top: 1em;
        padding: 0 10px;
    }
    .loc-img {
        clear: both;
    }
    .first-iata .col-md-4 {
        width: 40%
    }
    .first-iata .col-md-8 {
        width: 60%
    }
    .dgr-aprov .col-md-5 {
        width: 50%
    }
    .dgr-aprov .col-md-7 {
        width: 50%
    }
    .main-head4 {
        font-size: 1.33em;
    }
    .dflex-mob {
        display: flex !important;
    }
    .iata-auth .col-md-4:nth-child(1) {
        width: 100%
    }
    .iata-auth .col-md-4 {
        width: 50%;
        float: left;
    }
    .img-holder img {
        height: 230px
    }
    .n-txt {
        font-size: 1.2em;
        margin-bottom: 5px;
        line-height: 23px;
    }
    .single-event-one {
        margin-bottom: 2em
    }
    .news-row .col-md-4 {
        width: 50%;
        float: left;
    }
    .event-top {
        margin: 0 50px;
    }
    .ev-title {
        font-size: 1.4em;
        line-height: 25px;
    }
    .event-desc {
        margin-top: 1em;
    }
    .ev-li li:before {
        height: 8px;
        width: 8px;
    }
    .ev-li li {
        line-height: 24px
    }
    .gallery-container2 {
        padding: 30px 15px;
    }
    .tab button {
        padding: 5px 23px;
        margin: 0 5px;
        line-height: 20px;
    }
    .inner-box-album img {
        height: 240px
    }
    .tabcontent .col-md-4 {
        width: 50%;
        float: left;
    }
    .blg-img-holder img {
        height: 270px
    }
    .contact-lft iframe {
        height: 250px
    }
    .contact-lft,
    .contact-enq {
        height: unset;
    }
    .contact-itm {
        height: unset;
        padding: 25px 15px;
    }
    .travel-head {
        font-size: 1.3em;
        margin: 0px auto 5px
    }
    .branch-bg {
        padding: 20px 0;
        margin-top: 2em;
    }
    .br-item {
        margin-bottom: 30px;
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 40px 30px
    }
    .enq-txt1 {
        font-size: 1.6em;
        line-height: 26px;
    }
    .contact-form .col-md-6 {
        width: 50%;
        float: left;
    }
    .mt-2 {
        margin-top: 1em !important;
    }
    .con-row .col-md-4:nth-child(1) {
        width: 100%;
    }
    .con-row .col-md-4 {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .branch-bg .col-md-4 {
        width: 33%;
        float: left;
    }
    .contact-map-sec .row {
        display: block;
    }
    .iata-btm-row .lux-wrap {
        margin-left: 0;
        margin-top: 2em;
        margin-right: 0;
    }
    .course-row .col-md-2 {
        width: 33%;
        float: left;
    }
    .course-row .lux-img {
        height: 100%
    }
    .course-row .lux-img img {
        height: 200px
    }
    .iata-btm-row .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .iata-wrap {
        height: unset;
    }
    .course-row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .course-row .col-md-4 {
        width: 50%;
        float: left;
    }
    .hero-text-area-inner.wid-100 {
        width: 95%
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-items .row:nth-child(2n) .training-rt {
        padding-right: 0;
    }
    .tr-bl {
        width: 60%;
        font-size: 1em
    }
    .tr-red {
        width: 40%;
        font-size: 1em
    }
    .tr-item-row {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .blog-imgs-fx {
        width: 30%
    }
    .sidebar {
        margin-top: 2em;
    }
    .reg-form {
        padding-left: 0;
    }
    .reg-img {
        display: none;
    }
    .reg-container {
        padding: 30px 100px 40px;
        overflow: hidden;
    }
    .reg-form-bg input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="password"] {
        padding: 15px 15px
    }
    .gds-logos .col-md-2 {
        padding: 0;
        width: 25%;
        float: left;
    }
    .gd-wrap {
        margin-bottom: 2em;
    }
    .history-items {
        margin: 3% 0;
        overflow: hidden;
    }
    .history-item p {
        line-height: 1.8;
        font-size: .86em
    }
    .history-item {
        padding: 12px 25px
    }
    .year-span {
        padding: 5px 20px;
        font-size: 2.05em
    }
    .history-rgt,
    .history-lft {
        width: 430px;
    }
    .third_his {
        margin-top: 0px;
    }
    .history-wrap:nth-child(2) {
        margin-top: 20px;
    }
    .history-wrap:nth-child(3) {
        margin-top: 15px;
    }
    .history-wrap:nth-child(4) {
        margin-top: 5px;
    }
    .ytop {
        margin-top: 0;
    }
    .history-wrap:nth-child(5) {
        margin-top: -5px;
        margin-bottom: 40px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 20px;
    }
    .ytop1 {
        margin-top: 40px;
    }
    .ytop11 {
        margin-top: 0px;
    }
    .ytop5 {
        margin-top: 40px;
    }
    .ytop2 {
        margin-top: 18px;
    }
    .ytop4 {
        margin-top: 17px;
    }
    .ytop6 {
        margin-top: 44px;
    }
    .mtop-sm {
        margin-top: 20px
    }
    .ytop7 {
        margin-top: 30px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 25px
    }
    .history-wrap .center {
        display: flex;
    }
    .box-group img {
        height: 180px
    }
    .icon-row .col-md-2,
    .flot-50 .col-md-3 {
        width: 25%;
        float: left;
    }
    .img-icon {
        width: 50px
    }
    .icon-img {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .icon-item {
        margin-bottom: 1em
    }
    .flot-50 {
        margin: 1em 0 !important
    }
    .gallery-container2 .col-md-4 {
        width: 50%;
        float: left;
    }
    .dashboard-row {
        padding: 0;
    }
    .dashboard-lft {
        padding-right: 0;
    }
    .dashboard-rgt {
        padding-left: 0;
    }
    .dashboard-menu a {
        padding: 13px 25px;
    }
    .dashboard-menu img {
        width: 45px
    }
    .dashboard-menu {
        background: #f9f9f9;
        margin-bottom: 4em;
    }
    .m-icon2-red {
        width: 35px;
    }
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-card {
        margin-bottom: 15px;
    }
    .d-icon img {
        width: 40px
    }
    .d-user-name {
        margin-bottom: 15px;
    }
    .dashboard-rgt .col-md-4 {
        width: 33%;
        float: left;
        padding: 5px
    }
    .bg-profile {
        padding: 20px
    }
    .bg-profile .col-md-3,
    .bg-profile .col-md-9 {
        width: 100%;
    }
    .user-info {
        margin-top: 5px;
        display: flex;
    }
    .white-bg-prof {
        padding: 5px 15px
    }
    .d-user-img {
        width: 80%;
    }
    .prof-table1 {
        display: inline-table;
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .key-li2 li {
        width: 100%;
        float: none;
    }
    .course-highlights {
        margin: 1em 0em 1em;
        padding: 30px 24px;
        height: unset;
    }
    .service-detail_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .all-course-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .all-course-wrap .col-md-6 {
        width: 100%
    }
    .all-course-wrap .row .col-md-6:nth-child(2n) .course-highlights {
        margin-top: 0;
    }
    .icon-thanku {
        width: 50px
    }
    .th-head {
        display: flex !important;
        font-size: 2em;
    }
    .pay-row .col-md-4 {
        width: 33%;
        float: left;
    }
    .py-txt {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
    .signup-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .signup-img {
        display: none;
    }
    .career-head {
        font-size: 1.6em;
        line-height: 28px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 30px 20px
    }
    .let-bg {
        padding: 8px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .career-btm-form input[type="text"] {
        padding: 10px 15px !important
    }
    .checkbox1 label:before {
        padding: 10px
    }
    .career-btm-form {
        padding: 5px 15px 15px
    }
    .signup-logo-btm {
        padding: 25px 45px;
        margin-top: 1em;
    }
    .checkbox1 input:checked+label:after {
        top: 2px;
        left: 8px;
        width: 6px;
        height: 13px;
    }
}

@media (min-width:992px) and (max-width:1022px) {
    body,
    li {
        font-size: 14px !important;
    }
    li.header-phone a img {
        width: 24px
    }
    .wh-img {
        width: 25px;
    }
    .header-contact a {
        font-size: .75em
    }
    .nav-menu>li>a {
        margin: 4px 7px 9px !important;
        font-size: .85em
    }
    li.header-phone a {
        margin: 14px 12px !important;
    }
    .header-contact {
        margin-top: 3px;
    }
    .sexy-menu.detached .header-phone a {
        margin: 13px 6px !important;
    }
    .sexy-menu.detached .nav-brand img {
        margin-top: -15px;
        width: 40% !important;
    }
    .nav-brand img {
        width: 60%;
        margin-top: -16px;
    }
    .submenu-indicator-chevron {
        width: 3px !important;
        height: 3px !important;
    }
    .contact-btn {
        padding: 5px 9px;
        line-height: 12px
    }
    .d-container {
        padding-left: 4%;
        padding-right: 4%
    }
    .whats-app {
        bottom: 25vh;
        right: 17px;
    }
    #button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 20px;
    }
    .abt-container {
        padding: 50px 0;
    }
    .welcome-detail {
        padding-left: 0;
    }
    .course-item .view-all {
        padding: 9px 4px;
    }
    .course-item:nth-child(3) {
        display: none;
    }
    .goods-txt2 p {
        font-size: .85em;
    }
    .contact-form input[type="email"],
    .contact-form input[type="password"],
    .contact-form input[type="date"],
    .contact-form input[type="text"],
    .contact-form select {
        height: 50px
    }
    .form-group {
        margin-bottom: 5px !important;
    }
     .tna-form .form-group {
    margin-bottom: 30px !important;
	}
	.radio-btn label:before{
		    padding: 6px;    margin-right: 9px;
	}
	.tna-checkbox label:before {
    padding: 7px;
	}
	.radio-btn input:checked+label:after{
		top: 10px;
    left: 4px;
    width: 6px;
    height: 6px;
	}
    .wh-img {
        width: 20px;
    }
    .hero-text-area {
        font-size: 10px;
    }
    .shoping__checkout {
        width: 60%;
        padding: 25px 50px;
    }
    .featured-text {
        line-height: 40px
    }
    .wings-txt,
    .wings-txt2 {
        line-height: 40px
    }
    .icon1 {
        width: 60%;
    }
    .toptxt {
        margin-bottom: 0;
        font-size: 1.2em line-height: 17px;
    }
    .welcome-title {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 30px
    }
    body.home .owl-theme .owl-nav .owl-next {
        right: 8%;
    }
    .service-container {
        padding: 20px 15px 30px
    }
    .view-all {
        padding: 6px 10px;
        font-size: 0.6em;
    }
    .c-head {
        font-size: 0.7em;
        line-height: 13px;
    }
    .c-head:after {
        height: 10px;
        right: auto;
        width: 10px;
    }
    .course-item:nth-child(4) {
        width: 25%;
        margin-top: 10px;
    }
    .course-btm {
        margin-top: 1.5em;
    }
    .man {
        width: 150px;
        left: 26%;
    }
    #popUp {
        width: 350px
    }
    .view-btn {
        padding: 2px 18px
    }
    .goods-bg-img {
        height: 240px;
        object-fit: cover;
    }
    .good-title {
        margin: 0;
        font-size: 1.333em;
    }
    .goods-container {
        padding: 0
    }
    .logo-itemimg {
        width: 100%;
    }
    .count-up {
        padding: 0 10px
    }
    .counter {
        font-size: 1.3em
    }
    .counter-container .col-md-8 {
        width: 70%;
    }
    .counter-container .col-md-4 {
        width: 30%;
    }
    .logo-item {
        padding-right: 15px;
        margin-right: 15px;
        width: 43%;
        float: left;
    }
    .test-container {
        padding: 60px 20px 50px;
    }
    .user {
        width: 85%;
    }
    .test-flx {
        font-size: 10px;
    }
    .tst-span {
        line-height: 22px;
        font-size: 1.8em;
    }
    .career-sm {
        width: 230px;
    }
    .career-rgt-txt {
        left: 75px;
    }
    .enq-btn {
        padding: 2px 10px;
        right: -150px;
    }
    .enq-btn:before {
        right: 85px;
    }
    .career-btm {
        bottom: -60px;
    }
    .btm-item:nth-child(1) {
        width: 35%;
    }
    img.flogo {
        width: 80%
    }
    .whats-app img {
        width: 35px
    }
    .side-btn {
        padding: 2px 15px;
        right: -53px
    }
    .clients-container {
        padding: 90px 0 0
    }
    .c-txt1 {
        font-size: 1.5em;
        line-height: 20px;
    }
    .c-txt2 {
        font-size: 2.5em;
        line-height: 16px;
    }
    .c-txt3 {
        font-size: 2.178em;
        line-height: 28px;
    }
    .c-txt4 {
        font-size: 3.073em;
        line-height: 30px;
    }
    .c-txt5 {
        font-size: 1.331em;
        line-height: 20px;
    }
    .c-txt1,
    .c-txt2,
    .c-txt3,
    .c-txt4,
    .c-txt5 {
        letter-spacing: -1px
    }
    .test-items {
        display: flex;
        align-items: center;
    }
    .test-item {
        margin-right: 20px;
    }
    .hero-text-area-inner {
        width: 53%;
        padding: 20px 0;
    }
    .course-row .lux-wrap {
        margin-top: 3em;
        margin-left: 5px;
        margin-right: 5px;
    }
    .project-container {
        padding: 50px 0;
    }
    .m-icon img {
        width: 40px;
    }
    .footer-social-links li a {
        margin-right: 15px;
        font-size: 1.1em !important;
    }
    .inner-text-inner {
        font-size: 1.8em;
        line-height: 30px;
    }
    .cat-right {
        font-size: 1.5em;
        padding: 4px 15px;
        width: 50px;
        height: 50px;
    }
    .cat-box {
        padding: 15px 4px
    }
    .cats .col-md-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .cat-left {
        font-size: 1em;
        line-height: 17px;
    }
    .table2 th,
    .table2 td {
        padding: 14px 20px;
        line-height: 15px;
    }
    .inner-span {
        letter-spacing: 0px
    }
    .accordion-body {
        padding-right: 0px;
    }
    .faq-container {
        padding: 40px 60px
    }
    .career-title {
        font-size: 1.2em;
    }
    .career-item {
        padding: 25px 20px
    }
    .date-wrap {
        font-size: 1em;
        padding: 8px 13px
    }
    .dates {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .career-container2 {
        padding: 40px 100px;
    }
    .history-item p {
        line-height: 1.8;
        font-size: .86em
    }
    .history-item {
        padding: 12px 25px
    }
    .year-span {
        padding: 5px 20px;
        font-size: 2.05em
    }
    .history-rgt,
    .history-lft {
        width: 450px;
    }
    .third_his {
        margin-top: 0px;
    }
    .history-wrap:nth-child(2) {
        margin-top: -5px;
    }
    .history-wrap:nth-child(3) {
        margin-top: 15px;
    }
    .history-wrap:nth-child(4) {
        margin-top: 5px;
    }
    .ytop {
        margin-top: 0;
    }
    .history-wrap:nth-child(5) {
        margin-top: -5px;
    }
    .history-wrap:nth-child(3) .history-item {
        margin-top: 20px;
    }
    .ytop1 {
        margin-top: 40px;
    }
    .ytop11 {
        margin-top: -30px;
    }
    .ytop5 {
        margin-top: 40px;
    }
    .ytop2 {
        margin-top: 18px;
    }
    .ytop4 {
        margin-top: 17px;
    }
    .ytop6 {
        margin-top: 55px;
    }
    .mtop-sm {
        margin-top: 20px
    }
    .ytop7 {
        margin-top: 30px
    }
    .sidebar .sidebar-item {
        padding: 15px 25px
    }
    .ytop8 {
        margin-top: 40px
    }
    .req-row .col-md-15:nth-child(6) .req-item:after,
    .req-row .col-md-15:nth-child(14) .req-item:after {
        width: 112px;
        top: 81%;
        right: -113px;
    }
    .col-md-15:nth-child(9) .req-item {
        position: relative;
        margin-top: -110px;
    }
    .col-md-15:nth-child(8) .req-item {
        position: relative;
        margin-top: -135px;
    }
    .req-row .col-md-15:nth-child(6) .req-item:after {
        top: 30%
    }
    .req-item {
        padding: 14px 10px
    }
    .req-h3 {
        margin: 5px 0 0
    }
    .rq-span {
        padding: 5px 10px;
        border-radius: 5px;
    }
    .col-md-15:nth-child(7) .req-item {
        margin-top: -210px;
    }
    .col-md-15:nth-child(10) .req-item {
        margin-top: -115px;
    }
    .col-md-15:nth-child(14) .req-item {
        margin-top: -155px;
    }
    .col-md-15:nth-child(13) .req-item {
        position: relative;
        margin-top: -70px;
    }
    .flx-btm .view-all {
        padding: 4px 12px;
    }
    .main-head3 {
        font-size: 1.3em;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .course-bgs .col-md-6:nth-child(5) {
        margin-top: -195px;
    }
    .course-bgs .col-md-6:nth-child(7) {
        margin-top: -130px;
    }
    .corp-clients li {
        margin-bottom: 10px;
    }
    .bg-blue2 {
        padding: 20px 10px;
    }
    .img-holder img {
        height: 200px
    }
    .n-txt {
        font-size: 1.23em;
        line-height: 20px;
    }
    .event-top {
        margin: 0 100px;
    }
    .tr-items .row:nth-child(1n) .training-rt {
        padding-left: 10px
    }
    .tr-bl {
        width: 65%
    }
    .inner-box-album img {
        height: 235px;
    }
    .tab button {
        padding: 7px 30px
    }
    .box-group img {
        height: 250px
    }
    .blg-img-holder img {
        height: 330px
    }
    .sidebar .sidebar-item.recent-post li .thumb {
        width: 50px
    }
    .blog-imgs-fx {
        width: 40%
    }
    .inner-test-item {
        padding: 20px 35px
    }
    .contact-itm {
        padding: 14px 20px
    }
    .in-contact-page-content.contact-enq {
        padding: 30px 50px 30px
    }
    .test-head {
        line-height: 60px
    }
    .mt-4 {
        margin-top: 2em !important;
    }
    .chairmans-dtl {
        padding: 40px 50px 50px
    }
    .ltr {
        line-height: 20px
    }
    .ceo-h1 {
        font-size: 2.33em
    }
    .project-container2 {
        padding: 50px 0
    }
    .ceo-dtl {
        padding: 30px 35px
    }
    .icon-img {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .img-icon {
        width: 50px;
    }
    .icon-title {
        font-size: .9em;
    }
    td,
    th {
        padding: 10px 25px
    }
    .tr-txt {
        font-size: 1em;
        line-height: 17px
    }
    .dgr-bg {
        padding: 25px
    }
    .main-head2 {
        font-size: 1.4em;
        line-height: 24px;
    }
    .table2 th,
    .table2 td {
        padding: 14px 10px;
    }
    .cats .col-md-2 {
        width: 25%;
        float: left;
    }
    .cat-right {
        font-size: 1.75em;
        width: 60px;
        padding: 7px 13px;
        height: 60px;
    }
    .cat-box {
        padding: 13px 8px
    }
    .bg-blue2 {
        padding: 20px 10px
    }
    .li-left {
        font-size: 1em;
        width: 240px;
    }
    .li-right {
        font-size: 1em;
        padding-left: 15px;
    }
    .acc-dtl2 {
        padding-left: 40px
    }
    .acc-dtl {
        padding: 10px;
        margin-right: 25px;
    }
    .accrlist li {
        width: 50%;
    }
    .dashboard-row {
        padding: 0;
    }
    .dashboard-lft {
        padding-right: 0;
    }
    .dashboard-rgt {
        padding-left: 0;
    }
    .dashboard-menu a {
        padding: 13px 25px;
    }
    .dashboard-menu img {
        width: 45px
    }
    .dashboard-menu {
        background: #f9f9f9;
        margin-bottom: 4em;
    }
    .m-icon2-red {
        width: 35px;
    }
    .dashboard-card {
        padding: 25px;
    }
    .dashboard-card {
        margin-bottom: 15px;
    }
    .d-icon img {
        width: 40px
    }
    .d-user-name {
        margin-bottom: 15px;
    }
    .dashboard-rgt .col-md-4 {
        width: 33%;
        float: left;
        padding: 5px
    }
    .bg-profile {
        padding: 20px
    }
    .white-bg-prof {
        padding: 5px 15px
    }
    .prof-table1 {
        display: inline-table;
    }
    .dgr-course-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .key-li2 li {
        width: 100%;
        float: none;
    }
    .course-highlights {
        margin: 1em 0em 1em;
        padding: 30px 24px;
    }
    .service-detail_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .all-course-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .icon-thanku {
        width: 50px
    }
    .th-head {
        display: flex !important;
        font-size: 2em;
    }
    .pay-row .col-md-4 {
        width: 33%;
        float: left;
    }
    .py-txt {
        margin-bottom: 5px;
        font-size: 1.1em;
    }
    .career-head {
        font-size: 1.6em;
        line-height: 24px
    }
    .career-span {
        font-size: 1em;
        margin: 30px 0;
    }
    .career-span:before {
        height: 10px;
        top: -17px;
    }
    .career-span:after {
        height: 10px;
        bottom: -17px;
    }
    .career-top-bg {
        padding: 22px 20px
    }
    .let-bg {
        padding: 5px 20px;
        font-size: 1.1em;
        border-radius: 8px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .career-btm-form input[type="text"] {
        padding: 8px 15px !important
    }
    .checkbox1 label:before {
        padding: 8px
    }
    .career-btm-form {
        padding: 0px 15px 10px
    }
}

@media (max-width:992px) {
    #button {
        display: none;
    }
    audio,
    canvas,
    progress,
    video {
        width: 100% !important;
    }
    .petal {
        background: none;
        position: inherit;
    }
    .dgr-for {
        height: auto;
        display: inherit;
    }
    .container-for {
        width: auto;
        height: auto;
        position: inherit;
    }
    .div-flex {
        display: block;
    }
    div#statistics {
        display: block;
    }
    .popup-content {
        max-width: 90%;
    }
    .popup-for {
        padding: 30px 20px;
    }
    .project-container2 {
        padding: 30px 5%;
    }
    .tr-txt {
        width: 100%;
        text-align: center;
    }
    .navigation-portrait .submenu-indicator-chevron {
        top: 5px !important;
    }
    .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
        top: 15px !important;
    }
    .popup-for {
        width: 380px;
    }
    .test-container .div-flex {
        display: block !important;
    }
}

#wrap{
   font: 1.3em/1.3 Arial, Helvetica, sans-serif;
   width: 30em;
   margin: 0 auto;
   padding: 1em;
   background-color: #fff;
}
h1{font-size: 200%;}

.more{display: none;}

a.showLink, a.hideLink{
   text-decoration: none;
   color: #36f;
   padding-left: 8px;
   background: transparent url(down.gif) no-repeat left;
}
a.hideLink{
   background: transparent url(up.gif) no-repeat left;
}
a.showLink:hover, a.hideLink:hover{
   border-bottom: 1px dotted #36f;
}