

.enquiry-form h4 {
    font-size: 16px;
    color: #000;
    padding: 5px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    background: linear-gradient(90deg, #1962ae, #50c3f0, #1962ae);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: textblink 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes textblink {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.enquiry-form h4 span {
    font-size: 16px;
    color: #50c3f0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.enquiry-form form button {
    background: #000;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 90%;
    padding: 6px 12px;
    border-radius: 30px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
}

.enquiry-form form button:focus,
.enquiry-form form button:hover {
    background: #1564a9;
}

.mobile-caption {
    position: absolute;
    top: 80px;
    width: 187px;
    left: 12.4%;
    text-align: center;
}

.mobile-caption h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.mobile-caption h3 span {
    font-weight: 100;
}

.sticky-menu {
    background: #044d77;
    padding: 5px 0px;
    position: fixed;
    z-index: 200;
    width: 100%;
    bottom: 0px;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.2);
}

.sticky-menu nav ul li a.menu-drop:before,
.sticky-menu nav ul li a.menu-drop:after,
.sticky-menu nav ul li a.menu-drop label:before,
.sticky-menu nav ul li a.menu-drop label:after {
    opacity: 0;
}

.sticky-menu nav ul li:hover a.menu-drop:before,
.sticky-menu nav ul li:hover a.menu-drop:after,
.sticky-menu nav ul li:hover a.menu-drop label:before,
.sticky-menu nav ul li:hover a.menu-drop label:after {
    opacity: 1;
}

.sticky-menu nav {
    width: 100%;
}

.sticky-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
    background: #fff;
    padding-bottom: 10px;
}

.sticky-fixed .logo {
    max-width: 120px;
    filter: none;
    padding: 97px 0 55px;
}

.sticky-fixed .wsmenu-list>li>a {
    color: #1564a9;
}

.who-we {
    padding: 60px 0px;
    background: #f7f7f7;
}

.who-we h3 {
    color: #1564a9;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 42px;
}

.who-we p {
    text-align: justify;
    font-size: 14px;
}

.ringbox {
    margin: auto;
    position: relative;
}

.gr1 {
    top: 59px;
    left: 141px;
}

.gr2 {
    top: 211px;
    left: 268px;
}

.gr3 {
    top: 257px;
    left: 150px;
}

.red1 {
    top: 163px;
    left: 82px;
}

.or1 {
    top: 82px;
    left: 250px;
}

.smart {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ring 1.1s ease-out infinite;
    -moz-animation: ring 1.1s ease-out infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #40b8e0;
    background: #40b8e0;
}

.techn {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ring 2.2s ease-out infinite;
    -moz-animation: ring 2.2s ease-out infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #0f569c;
    background: #0f569c;
}

.smartpho {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ring .7s ease-out infinite;
    -moz-animation: ring .7s ease-out infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #2068af;
    background: #2068af;
}

.consult {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ring 2.1s ease-out infinite;
    -moz-animation: ring 2.1s ease-out infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #043754;
    background: #043754;
}

.trading {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ring 1.5s ease-out infinite;
    -moz-animation: ring 1.5s ease-out infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #509ecd;
    background: #509ecd;
}

.our-network-pl1 {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ring 1.5s ease-out infinite;
    -moz-animation: ring 1.5s ease-out infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #facc0b;
    background: #facc0b;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@-o-keyframes ring {
    0% {
        -o-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -o-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.newses {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: 0;
}

.news-wall {
    position: relative;
}

.news-wall label {
    position: absolute;
    background: #50c3f0;
    color: #fff;
    padding: 5px 15px;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(30deg, rgba(255, 255, 255, 0) 15%, rgb(80, 195, 240) 15%);
    background: -webkit-linear-gradient(30deg, rgba(255, 255, 255, 0) 15%, rgb(80, 195, 240) 15%);
    background: -o-linear-gradient(30deg, rgba(255, 255, 255, 0) 15%, rgb(80, 195, 240) 15%);
    background: -ms-linear-gradient(30deg, rgba(255, 255, 255, 0) 15%, rgb(80, 195, 240) 15%);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 15%, rgb(80, 195, 240) 15%);
    min-width: 150px;
    text-align: right;
}

.news-wall img {
    width: 100%;
}

.newses p {
    line-height: 20px;
}

.newses h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.newses a {
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.newses a:hover {
    color: #1564a9;
}

a.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid #50c3f0;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

a.effect-underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next {
    background: #218dcd none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 25px;
    right: 0;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    bottom: 11px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 25px;
    opacity: 1;
    padding-top: 3px;
    margin: 0px;
    border-radius: 0;
}

.news-carousel .owl-nav .owl-prev {
    bottom: 11px;
    right: 25px;
}

.news-carousel .owl-nav .owl-prev:hover,
.news-carousel .owl-nav .owl-next:hover {
    background: #50c3f0 none repeat scroll 0 0;
    color: #fff;
}

.britco-features {
    padding: 100px 0px;
    min-height: 450px;
    background: url(../images/feature-1.jpg) top;
    background-size: cover;
}

.we-are-special {
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
    text-align: center;
    color: #fff;
    float: left;
    cursor: pointer;
}

.we-are-special p {
    margin: 0px;
    line-height: 18px;
    font-size: 14px;
}

.we-are-special img {
    padding-bottom: 5px;
}

.supply-mb {
    width: 12.4%;
    position: absolute;
}

.supply-mb img {
    padding-top: 5px;
}

.attract-sch {
    position: absolute;
    width: 13%;
    margin-top: 144px;
}

.attract-sch img {
    padding: 6px 37px;
}

.frst-exc {
    width: 19%;
    position: absolute;
    left: 19.5%;
    margin-left: 8px;
    height: 250px;
}

.frst-exc img {
    padding-top: 35px;
    padding-bottom: 15px;
}

.frst-exc p {
    text-align: left;
    padding-bottom: 12px;
}

.frst-exc p strong {
    font-size: 18px;
    font-weight: normal;
}

.service-center {
    width: 16%;
    position: absolute;
    left: 39%;
    margin-left: 8px;
    height: 130px;
}

.service-center img {
    float: left;
    padding: 20px 0px 19px;
    padding-right: 15px;
}

.service-center p {
    padding-top: 24px;
    text-align: left;
}

.service-center p strong {
    font-size: 18px;
    font-weight: normal;
}

.exp-gl {
    width: 11%;
    position: absolute;
    right: 32.8%;
    height: 130px;
    margin-left: 8px;
}

.exp-gl p strong {
    font-weight: normal;
    font-size: 18px;
}

.exp-gl p {
    text-align: left;
    padding: 0px 8px;
}

.exp-gl img {
    padding-top: 12px;
}

.placement-assur {
    width: 13%;
    position: absolute;
    right: 19.2%;
    height: 130px;
    margin-left: 8px;
}

.placement-assur p strong {
    font-weight: normal;
    font-size: 18px;
}

.placement-assur img {
    padding-top: 5px;
}

.pioneers {
    width: 12.2%;
    position: absolute;
    right: 6.5%;
    height: 130px;
    margin-left: 8px;
}

.pioneers img {
    float: left;
    padding-top: 24px;
    padding-right: 12px;
}

.pioneers p {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 4px;
}

.pioneers p strong {
    font-weight: normal;
    font-size: 18px;
}

.global-alumni {
    width: 21.2%;
    position: absolute;
    left: 39%;
    height: 123px;
    margin-left: 8px;
    margin-top: 10.1%;
}

.global-alumni img {
    float: left;
    padding: 8px 12px;
}

.global-alumni p {
    padding-top: 30px;
    padding-right: 9.5px;
    text-align: left;
    float: left;
}

.global-alumni p strong {
    font-weight: normal;
    font-size: 18px;
}

.institute-gl {
    width: 17.5%;
    position: absolute;
    right: 21.2%;
    height: 123px;
    margin-top: 10.1%;
    margin-left: 8px;
}

.institute-gl img {
    float: left;
    padding: 14px 13.5px;
    padding-bottom: 20px;
}

.institute-gl p {
    float: left;
    padding-right: 11.5px;
    text-align: left;
    padding-top: 22px;
}

.institute-gl p strong {
    font-weight: normal;
    font-size: 18px;
}

.exp-ye {
    width: 14.1%;
    position: absolute;
    margin-left: 8px;
    margin-top: 10.1%;
    right: 6.5%;
}

.exp-ye img {
    float: left;
    padding: 20px 10px 22px 20px;
}

.exp-ye p {
    float: left;
    text-align: left;
    padding-right: 9px;
    padding-top: 22px;
}

.exp-ye p strong {
    font-weight: normal;
    font-size: 18px;
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/*.flip-container, .front, .back {width: 320px; height: 427px;}*/

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #1564a9;
}

.back span {
    color: #facc0b;
}

.back .we-are-special {
    background: #044d77;
}

.rs-none {
    display: none;
}

.rs-none2 {
    display: none;
}

.rs-none3 {
    display: none;
}

.min-hgt340 {
    min-height: 340px;
}

.first-exclusive img {
    padding-top: 30px;
    padding-bottom: 20px;
}

.first-exclusive p {
    padding-bottom: 8px;
    text-align: left;
}

.supporting-service img {
    float: left;
    padding: 22px 18px;
}

.supporting-service p {
    padding: 30px 12px 20px;
    text-align: left;
}

.expanding-globally img {
    padding: 6px;
}

.expanding-globally p {
    padding: 5px;
    text-align: left;
}

.placement-assured img {
    padding: 4px;
}

.placement-assured p {
    padding: 3px;
}

.pioneer-mobile img {
    float: left;
    padding: 22px 10px 22px 0px;
}

.pioneer-mobile p {
    text-align: left;
    padding: 11px 3px;
}

.global-alumni-network img {
    float: left;
    padding: 1px 5px;
    padding-bottom: 2px;
}

.global-alumni-network p {
    float: left;
    text-align: left;
    padding: 20px;
    padding-right: 21px;
}

.institue-across img {
    float: left;
    padding: 7px;
    padding-bottom: 11px;
}

.institue-across p {
    float: left;
    text-align: left;
    padding: 18px 1px 16px;
}

.we-are-special strong {
    font-size: 18px;
}

.year-experiance img {
    float: left;
    padding: 14px 9px;
}

.year-experiance p {
    float: left;
    text-align: left;
    padding: 17px 6px;
}

.pd-0 {
    padding: 0px;
}

.pd-l0 {
    padding-left: 0px;
}

.pd-r0 {
    padding-right: 0px;
}

.mr-top146 {
    margin-top: 146px;
}

.public-comments {
    background: #f7f7f7;
    padding: 70px 0px;
}

.public-comments h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


/*the container must be positioned relative:*/

.custom-select2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.custom-select2 select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #f4f4f4;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #1564a9 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #1564a9 transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #1564a9;
    padding: 4px 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    border-radius: 4px;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #f4f4f4;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.comments-tittle h3::after {
    content: '';
    width: 30%;
    height: 1px;
    background: #218dcd;
    position: absolute;
    right: 40px;
    top: 16px;
}

.comments-tittle h3::before {
    content: url(../images/icons/cmt-icon.png);
    position: absolute;
    right: 15px;
}

.comment-details {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.comment-details:after,
.comment-details:before {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-details:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.comment-details:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ddd;
    border-width: 16px;
    margin-left: -16px;
}

.comment-details p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    padding-left: 20px;
    position: relative;
}

.comment-details p i {
    position: absolute;
    left: 0px;
    margin-top: 2px;
}

.comment-details h5 {
    font-size: 14px;
    background: #50c3f0;
    border-radius: 30px;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.comment-details h6 {
    color: #777;
    font-size: 13px;
    border-left: 3px solid #208ecd;
    padding: 5px;
    padding-left: 12px;
}

.comment-img {
    margin-top: 0px;
}

.comment-img img {
    border-radius: 50%;
}

.carousel-item {
    height: 250px;
}

.carousel-indicators {
    position: relative;
    margin: 0;
    width: 100%;
    margin-top: 10px;
    width: 100%;
    z-index: 10;
}

.carousel-indicators li {
    width: 120px;
    height: 120px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 0;
    border: none;
    overflow: hidden;
    background: none;
}

.carousel-indicators li img {
    display: block;
    border-radius: 100%;
}

.carousel-indicators .active {
    background: none;
}

.public-video {
    margin-top: 20px;
    position: relative;
    padding: 40px;
}

.public-video img {
    border: 10px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 4px 4px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 4px 4px 30px 0px rgba(50, 50, 50, 0.5);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 60px;
    color: #208ecd;
}

.play-btn:hover {
    color: #fff;
}

.world-network {
    background: #044d77;
    padding: 70px 0px;
    position: relative;
}

.world-network h6 {
    overflow: hidden;
    background: linear-gradient(90deg, #1564a9, #50c3f0, #1564a9);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: textblink 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    margin: 0px;
    margin-left: 20%;
    font-weight: 700;
}

.world-network h4 {
    color: #fff;
    padding: 10px 25px;
    padding-right: 80px;
    background: rgb(80, 195, 240);
    background: -moz-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -webkit-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -o-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -ms-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: linear-gradient(45deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.world-network h5 {
    position: absolute;
    bottom: 20%;
    left: 5%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.world-network h5 span {
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
    color: #50c3f0;
    animation: ring 5s linear infinite;
}

.placement-title {
    font-size: 11px;
    font-weight: 900;
}

.placement-subtitle {
    font-size: 11px;
}

a.placement-more {
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 30px;
    min-width: 150px;
    text-align: center;
    background: #044d77;
    margin: 0px 15px;
    color: #fff;
}

a.placement-more:hover {
    background: #c1e6f1;
    color: #044d77;
}

.month-description {
    border: 1px solid #208ecd;
    border-radius: 10px;
    padding: 30px 20px;
    background: #208ecd;
    margin-top: 80px;
    margin-right: 50px;
    margin-left: 50px;
}

.month-description p {
    text-align: justify;
    font-size: 14px;
    height: 144px;
    overflow: hidden;
}

.month-description h6 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.month-description h5 {
    font-weight: 700;
    color: #50c3f0;
    font-size: 22px;
}

.month-description h4 {
    font-size: 12px;
    text-align: center;
    /* line-height:18px; background: linear-gradient(45deg, rgb(32, 142, 205) 80%, rgb(80, 195, 240) 80%); color:#fff; padding:7px 22px; margin: 0px; box-shadow:4px 4px 5px 0px rgba(50, 50, 50, 0.2); height: 50px; */
}

.month-description h3 {
    font-size: 12px;
    color: #1564a9;
    font-weight: 100;
    text-align: right;
    height: 20px;
}

.month-description h3:hover {
    color: #000
}

.month-description img {
    margin: 0 auto;
    display: block !important;
    position: relative;
    margin-top: -105px;
    border: 1px solid #208ecd;
    background: #044d77;
    padding: 10px;
    border-radius: 50%;
}

.month-placement h6 {
    overflow: hidden;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 80%;
    /* animation: textblink 5s linear infinite; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    margin: 0px;
    /* margin-left: 20%; */
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.month-placement {
    background: #044d77;
    padding: 111px 0px;
    position: relative;
}

.month-placement h4 {
    color: #fff;
    padding: 10px 25px;
    padding-right: 80px;
    background: rgb(80, 195, 240);
    background: -moz-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -webkit-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -o-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -ms-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: linear-gradient(45deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.month-placement .tit h4.p {
    color: #fff;
    padding: 0px !important;
}

.month-placement .tit h4.p2 {
    color: #fff;
    padding: 0px !important;
    padding-top: 25px;
}

.month-placement h5 {
    position: absolute;
    bottom: 20%;
    left: 5%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.month-placement h5 span {
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
    color: #50c3f0;
    animation: ring 5s linear infinite;
}

.owl-theme.owl-menc .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 6px 13px;
    background: #208ecd;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

.month-carousel {
    margin-top: 35px;
}

.month-name {
    font-size: 19px;
}

.parent-testimonials {
    background: #f7f7f7;
    padding: 70px 0px;
    position: relative;
}

.parent-testimonials h6 {
    text-transform: capitalize !important;
    overflow: hidden;
    background: linear-gradient(90deg, #1564a9, #50c3f0, #1564a9);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: textblink 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    margin: 0px;
    font-weight: 700;
    text-align: left !important;
}

.parent-testimonials h4 {
    color: #fff;
    padding: 10px 25px;
    padding-right: 80px;
    background: rgb(80, 195, 240);
    background: -moz-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -webkit-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -o-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: -ms-linear-gradient(315deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    background: linear-gradient(45deg, rgb(80, 195, 240) 80%, rgb(4, 77, 119) 80%);
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.parent-testimonials h5 {
    position: absolute;
    bottom: 20%;
    left: 5%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.parent-testimonials h5 span {
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
    color: #50c3f0;
    animation: ring 5s linear infinite;
}

.parent-testi {
    padding: 0px 40px 0px;
}

.parent-testi h3 {
    font-weight: 700;
}

.parent-testi .comments-tittle h3::after {
    right: 90px;
    top: 80px;
    width: 33%;
}

.parent-testi .comments-tittle h3::before {
    right: 55px;
}

.parent-description {
    /*border:1px solid #208ecd;*/
    border-radius: 10px;
    padding: 30px 20px;
    background: #ffffff;
    margin-top: 80px;
    margin-right: 30px;
}

.parent-description p {
    text-align: justify;
    font-size: 14px;
    height: 144px;
    overflow: hidden;
}

.parent-description h6 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.parent-description h5 {
    font-weight: 700;
    color: #50c3f0;
    font-size: 22px;
}

.parent-description h4 {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    background: linear-gradient(45deg, rgb(32, 142, 205) 80%, rgb(80, 195, 240) 80%);
    color: #fff;
    padding: 7px 22px;
    margin: 0px;
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2);
    height: 50px;
}

.parent-description h3 {
    font-size: 12px;
    color: #1564a9;
    font-weight: 100;
    text-align: right;
    height: 20px;
}

.parent-description h3:hover {
    color: #000
}

.parent-description img {
    border-radius: 10%;
    width: 120px;
    margin: 0 auto;
    display: block !important;
    position: relative;
    /*margin-top:-90px; border:1px solid #208ecd;*/
}

.parent-testi .owl-nav .owl-prev,
.parent-testi .owl-nav .owl-next {
    background: #218dcd none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 25px;
    right: 5px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    bottom: 45%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 25px;
    opacity: 1;
    padding-top: 3px;
    margin: 0px;
    border-radius: 0;
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.2);
}

.parent-testi .owl-nav .owl-prev {
    bottom: 45%;
    left: -24px;
}

.parent-testi .owl-nav .owl-prev:hover,
.parent-testi .owl-nav .owl-next:hover {
    background: #50c3f0 none repeat scroll 0 0;
    color: #fff;
}

.parent-testi .owl-carousel .owl-dots.disabled,
.parent-testi .owl-carousel .owl-nav.disabled {
    display: block;
}


/*Right triangle, placed bottom left side slightly in*/

.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -15px;
    border: 22px solid;
    border-color: transparent transparent transparent #50c3f0;
}


/* CSS talk bubble */

.talk-bubble {
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 38%;
    border-radius: 10%;
    padding: 8px;
    background-color: #50c3f0;
}

.map-mark {
    position: absolute;
    left: 35%;
    bottom: 8%;
}

.map-mark ul {
    padding: 0px;
}

.map-mark ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    width: calc(100% /2);
    float: left;
    margin-bottom: 7px;
    position: relative;
}

.map-mark ul li:first-child {
    color: #009247;
}

.map-mark ul li:nth-child(2) {
    color: #f69220;
}

.map-mark ul li:nth-child(3) {
    color: #1782e2;
}

.map-mark ul li:last-child {
    color: #603917;
}

.ringbox {
    margin: 0px auto;
    position: relative;
    display: block;
    text-align: center
}

.our-network-pl1 {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ring 1.5s ease-out infinite;
    -moz-animation: ring 1.5s ease-out infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #facc0b;
    background: #facc0b;
}

.pl1 {
    top: 5px;
    left: -20px;
    background: #009247;
    box-shadow: 0 0 1px 2px #009247;
}

.pl2 {
    top: 5px;
    left: -20px;
    background: #f69220;
    box-shadow: 0 0 1px 2px #f69220;
}

.pl3 {
    top: 5px;
    left: -20px;
    background: #1782e2;
    box-shadow: 0 0 1px 2px #1782e2;
}

.pl4 {
    top: 5px;
    left: -20px;
    background: #603917;
    box-shadow: 0 0 1px 2px #603917;
}

.pl5 {
    top: 49.5%;
    right: 31.1%;
}

.pl6 {
    top: 30%;
    right: 36.8%;
}

.pl7 {
    top: 42.9%;
    right: 23.8%;
}

.pl8 {
    top: 38%;
    right: 30.6%;
}

.pl9 {
    top: 14.1%;
    right: 25.2%;
}

.students-testi {
    padding: 62px 40px 25px;
}

.students-testi h3 {
    font-weight: 700;
}

.students-testi .comments-tittle h3::after {
    right: 90px;
    top: 80px;
    width: 33%;
}

.students-testi .comments-tittle h3::before {
    right: 55px;
}

.students-description {
    border: 1px solid #208ecd;
    border-radius: 10px;
    padding: 30px 20px;
    background: #f3fbfe;
    margin-top: 80px;
    margin-right: 30px;
}

.students-description p {
    text-align: justify;
    font-size: 14px;
    height: 144px;
    overflow: hidden;
}

.students-description h6 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.students-description h5 {
    font-weight: 700;
    color: #50c3f0;
    font-size: 22px;
}

.students-description h4 {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    background: linear-gradient(45deg, rgb(32, 142, 205) 80%, rgb(80, 195, 240) 80%);
    color: #fff;
    padding: 7px 22px;
    margin: 0px;
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2);
    height: 50px;
}

.students-description h3 {
    font-size: 12px;
    color: #1564a9;
    font-weight: 100;
    text-align: right;
    height: 20px;
}

.students-description h3:hover {
    color: #000
}

.students-description img {
    border-radius: 50%;
    width: 120px;
    margin: 0 auto;
    display: block !important;
    position: relative;
    margin-top: -90px;
    border: 1px solid #208ecd;
}

.students-testi .owl-nav .owl-prev,
.students-testi .owl-nav .owl-next {
    background: #218dcd none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 25px;
    right: 5px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    bottom: 45%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 25px;
    opacity: 1;
    padding-top: 3px;
    margin: 0px;
    border-radius: 0;
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.2);
}

.students-testi .owl-nav .owl-prev {
    bottom: 45%;
    left: -24px;
}

.students-testi .owl-nav .owl-prev:hover,
.students-testi .owl-nav .owl-next:hover {
    background: #50c3f0 none repeat scroll 0 0;
    color: #fff;
}

.students-testi .owl-carousel .owl-dots.disabled,
.students-testi .owl-carousel .owl-nav.disabled {
    display: block;
}

.our-blogs {
    background: #f7f7f7;
    padding: 70px 0px;
}

.our-blogs h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.our-blogs .comments-tittle h3::after {
    width: 50%;
}

.blog-content {
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blog-details {
    padding: 20px;
}

.blog-author {
    text-align: right;
}

.blog-author h6 a {
    color: #000;
}

.blog-author span {
    padding-left: 20px;
}

.blog-author h6 {
    font-size: 14px;
    font-weight: 700;
}

.blog-author img {
    padding-right: 5px;
}

.blog-image {
    overflow: hidden;
}

.blog-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blog-content:hover {
    cursor: pointer;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.1);
}

.blog-content:hover .blog-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.blog-content:hover h3 {
    color: #218dcb;
}

.blog-content h3 {
    text-transform: capitalize;
    margin: 20px 0px;
    height: 66px;
    overflow: hidden;
    font-size: 24px;
}

.blog-content a h3 {
    color: #000;
}

.blog-content p {
    font-size: 14px;
    text-align: justify;
}

.blog-content a,
.blog-content a i {
    color: #50c3f0;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blog-content a:hover i {
    padding-left: 15px;
}

.blog-content:hover a,
.blog-content:hover i {
    color: #000;
}

.our-blogs button {
    background: #1564a9;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    margin-top: 40px;
    min-width: 180px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.our-blogs button:hover {
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

footer {
    background: url(../images/footer.png) #515151 bottom no-repeat;
   
}

footer img {
    margin-bottom: 50px;
}

.footer-btn {
    text-align: right;
    margin-bottom: 50px;
}

.footer-btn button {
    text-align: right;
    background: none;
    position: relative;
    cursor: pointer;
    padding: 8px 20px;
    color: #fff;
}

.footer-social i {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding-top: 9px;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.footer-social i:hover {
    color: #fff;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.social-face {
    color: #3b5999;
}

.social-face:hover {
    background: #3b5999;
}

.social-twitter {
    color: #26a6d3;
}

.social-twitter:hover {
    background: #26a6d3;
}

.social-linkedin{
    color: #0a66c2;
}
.social-linkedin:hover{
    background: #0a66c2;
}

.social-instagram {
    color: #3f729b
}

.social-instagram:hover {
    background: #3f729b;
}

.social-youtube {
    color: #d7153a;
}

.social-youtube:hover {
    background: #d7153a;
}

footer h5 {
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-size: 18px;
}

footer ul {
    padding: 0px;
    padding-top: 20px;
}

footer ul li {
    list-style: none;
    color: #b1b1b1;
    font-size: 14px;
    padding-bottom: 6px;
    transition: all 0.3s ease;
}

footer ul li:hover {
    color: #50c3f0;
}

footer p {
    margin-bottom: 30px;
}

footer p a {
    color: #b1b1b1;
    transition: all 0.3s ease;
}

footer p a:hover {
    color: #fff;
}

footer ul li i {
    padding-right: 10px;
    color: #50c3f0;
    transition: all 0.3s ease;
}

footer ul li:hover i {
    padding-right: 5px;
}

.copy-right {
    background: #333;
    padding: 20px 0px;
    margin-bottom: 54px;
    color: #fff;
}

.copy-right p {
    margin: 0px;
}

.font14 {
    font-size: 14px;
}

.public-video-carousel.owl-carousel .owl-item img {
    display: inline-block;
}

.call-btn {
    position: fixed;
    transition: bottom 0.2s;
    bottom: 60px;
    left: 15px;
    width: 42px;
    height: 42px;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    border: 3px solid #1564a9;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    cursor: pointer;
    z-index: 11;
}

.floating_btn {
    position: fixed;
    bottom: 6px;
    left: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 41px;
    height: 41px;
    font-size: 27px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
 
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

#topcontrol {
    bottom: 38px !important;
    z-index: 1001;
    width: 42px;
    height: 42px;
    padding: 4px;
    background: #fff;
    border: 3px solid #1564a9;
    border-radius: 50%;
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2);
}

.banner-slider {
    position: relative;
    overflow: hidden;
}

.slide-text2 {
    top: inherit;
    bottom: 0;
}

.slide-text3 {
    left: inherit;
    right: 15%;
}

.smart-phone img {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    border-radius: 5px;
}

.line-2 {
    width: 150px;
    height: 1px;
    background: #218dcd;
    position: relative;
    margin-bottom: 20px;
}

.line-2::after {
    content: url(../images/icons/cmt-icon.png);
    position: absolute;
    top: -10px;
    right: -30px;
}

.who-we button {
    background: #50c3f0;
    padding: 6px 16px;
    border-radius: 30px;
    color: #fff;
    border: none;
    min-width: 150px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
    cursor: pointer;
    font-size: 14px;
    transition: all 0.5s ease 0s;
}

.who-we button:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
    background: #1564a9;
}


/* Loading Popup Start  */

#loading-page {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-up {
    padding: 0 !important;
}

.modal-top {
    top: 0% !important;
}

.modal-dialog {
    max-width: 600px !important;
    margin: 6% auto !important;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.modal-header-close {
    position: absolute;
    top: 0px;
    right: -40px;
}

.modal-header-close .close-top {
    background: #fff;
    opacity: 1;
    width: 32px;
    font-size: 30px;
    font-weight: 100;
    color: #50c3f0;
    line-height: 35px;
    border-radius: 50%;
    height: 33px;
    transition: all 0.5s ease 0s;
}

.modal-header-close .close-top:hover {
    background: #50c3f0;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.modal-content {
    background-color: transparent;
    border: 1px solid #fff;
    border: transparent !important;
}

.popup-loading img {
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 22px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 20%);
}


/* Loading Popup End  */

.public-carousel {
    text-align: center;
}

.public-carousel a {
    display: inline-block;
}

.public-carousel a img {
    border-radius: 100%;
}

.our-news ul li>a {
    padding: 10px 25px;
    min-width: 150px;
}

.our-news {
    padding: 70px 0px;
}

.our-news .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

.our-news .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.our-news .nav-tabs {
    border: none;
    margin-bottom: 50px;
}

.our-news .nav-tabs li {
    font-size: 18px;
    border-radius: 30px;
    text-align: center;
    background: #df0124;
    margin: 0px 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.our-news .nav-tabs li.active {
    background: #df0124;
    color: #fff;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.3)
}

.event-img {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.event-img img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.event-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.event-cat-btn {
    background: #df0124;
    padding: 6px 16px;
    border: none;
    color: #fff;
    font-size: 14px;
}

.event-img .event-overlay {
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    padding: 20px;
}

.event-img .event-overlay .event-content {
    position: absolute;
    bottom: 5px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
   
    letter-spacing: 1px;
    padding: 0px 20px;
}

.event-img .event-overlay .event-content p {
    margin: 0px;
}

.our-news .nav-tabs button {
    position: absolute;
    right: 30px;
    border: none;
    padding: 8px;
    min-width: 150px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.15);
    background: #333;
    color: #fff;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.our-news .nav-tabs button:hover {
    background: #1564a9;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.our-news .news-bg {
    width: 100%;
    height: 227px;
    overflow: hidden;
    background: #1564a9;
    color: #fff;
    padding: 30px;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
}

.our-news .news-bg h6 {
    margin-bottom: 15px;
}

.our-news .news-bg h6 span {
    padding: 0px 10px;
}

.our-news .news-bg h4 {
    
    text-transform: capitalize;
    line-height: 30px;
}

.our-news .news-bg:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.our-news .news-bg:hover h4 {
    text-decoration: underline;
}

.our-news .news-bg2 {
    background: #50c3f0;
}

.our-news .news-bg3 {
    background: #044d77;
}

.our-news .news-bg4 {
    background: #f7f7f7;
    color: #000;
}

.our-news .news-bg5 {
    background: #c1e6f1;
    color: #000;
}

.our-news .news-bg6 {
    background: #333;
}


/*/////////////////////////// About Us  //////////////////////////////////////////////*/

.inner-banner-about {
    background: url(../images/bgm/about-1.jpg) bottom;
    background-size: cover;
    min-height: 620px;
    color: #fff;
    padding-top: 20%;
}

.inner-banner-about h1 {
    font-size: 48px;
}

.inner-banner-about h2 {
    
}

.about-us {
    background: #ededed;
    padding: 70px 0px;
}

.about-us h5 {
    color: #50c3f0;
    margin-bottom: 0px;
}

.about-us h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.about-us p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-indent: 30px;
}

.section-tittle {
    position: relative;
}

.section-tittle h2::after {
    content: '';
    width: 40%;
    height: 1px;
    background: #218dcd;
    position: absolute;
    right: 40px;
    top: 20px;
}

.section-tittle h2::before {
    content: url(../images/icons/cmt-icon.png);
    position: absolute;
    right: 15px;
}

.about-feature {
    background: #044d77;
    padding: 20px 10px 10px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: inset 0px 5px 5px 1px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: inset 0px 5px 5px 1px rgba(50, 50, 50, 0.15);
    box-shadow: inset 0px 5px 5px 1px rgba(50, 50, 50, 0.15);
}

.about-feature li {
    list-style: none;
}

.about-feature li img {
    max-height: 40px;
    margin-right: 8px;
    display: inline-block !important;
}

.about-feature li span {
    display: inline-block;
    position: relative;
}

.about-feature li strong {
    color: #50c3f0;
    font-size: 18px;
}

.about-feature .owl-nav .owl-prev,
.about-feature .owl-nav .owl-next {
    position: absolute;
    top: 5%;
    background: #50c3f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.about-feature .owl-nav .owl-prev:hover,
.about-feature .owl-nav .owl-next:hover {
    background: #fff;
    color: #50c3f0;
}

.about-feature .owl-nav .owl-prev {
    left: -40px;
}

.about-feature .owl-nav .owl-next {
    right: -40px;
}

.bgm-1 {
    background: #f3fbfe;
}

.our-vision {
    background: url(../images/about-4.jpg);
    background-size: cover;
    padding: 140px 60px;
    color: #fff;
}

.our-vision h5 {

    margin-bottom: 20px;
    font-size: 20px;
}

.our-vision p {
    font-size: 16px;
    letter-spacing: 1px;
}

.our-vision p:first-child {
    border-bottom: 1px dotted #ddd;
}

.our-vision li {
    list-style: none;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
}

.our-vision li::before {
    content: url('../images/icons/cmt-icon.png');
    margin-top: 4px;
    position: absolute;
    left: 0px;
}

.brd-dot-bt {
    border-bottom: 1px dotted #a7a7a7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mission-tab {
    padding: 30px;
}

.mission-tab .card {
    background: rgba(255, 255, 255, 0.2);
    color: #000;
    margin-bottom: 5px;
}

.mission-tab .card .card-header {
    background: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    padding: 10px 20px;
}

.mission-tab .card .card-header i {
    width: 25px;
    height: 25px;
    background: #044d77;
    color: #50c3f0;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    text-align: center;
    padding-top: 7px;
}

.mission-tab .card .card-body {
    padding: 8px 16px;
    font-size: 14px;
}

.mission-tab .card .card-header:hover {
    color: #044d77;
}

.mission-tab .card .card-header:hover i {
    color: #044d77;
    background: #50c3f0;
}

.what-we {
    background: #ededed;
    padding: 70px 0px;
}

.what-we h5 {
    color: #50c3f0;
    margin: 0px;
}

.what-we h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.what-we p {
    text-align: justify;
    font-size: 14px;
    text-indent: 24px;
}

.line-center {
    width: 18%;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #218dcd;
    position: relative;
}

.line-center::before {
    content: url('../images/icons/cmt-icon.png');
    top: -10px;
    position: absolute;
    padding: 0px 8px;
    background: #ededed;
    left: 41%;
}

.what-we-list {
    margin-top: 30px;
}

.what-we-list img {
    transition: all ease-in .5s;
}

.what-we-list:hover img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.what-we-list:hover h4 {
    color: #1564a9;
    font-weight: 700;
}

.shared-value {
    padding: 70px 0px;
}

.shared-value h5 {
    color: #50c3f0;
    margin: 0px;
}

.shared-value h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.shared-value .nav-pills {
    border-right: 5px solid #003655;
}

.shared-value .nav-pills .nav-link.active,
.shared-value .nav-pills .show>.nav-link {
    background: #044d77;
    border-radius: 0;
    border-bottom-color: #003655;
}

.shared-value .nav-pills .nav-link {
    border-bottom: 5px solid #ededed;
    border-radius: 0;
}

.shared-value .nav-pills .nav-link label {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    color: #50c3f0;
    border: 3px solid #50c3f0;
    margin-right: 10px;
    margin-bottom: 0px;
    font-weight: 700;
}

.shared-value .tab-content {
    font-size: 16px;
    text-align: justify;
}

.shared-value .tab-content h4 {
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
}

.line-1 {
    width: 100px;
    height: 2px;
    background: #044d77;
    margin-bottom: 20px;
}

body::-webkit-scrollbar {
    width: 0;
}

.journey-experiance {
    background: url(../images/about-6.jpg) top fixed;
    background-size: cover;
    padding: 40px 0px;
    text-align: center;
    color: #fff;
}

.journey-experiance i {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #50c3f0;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #50c3f0;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    margin-bottom: 10px;
}

.journey-experiance h5 {
    margin-bottom: 0px;
}

.journey-experiance h1 span {
    font-size: 42px;
}

.our-journey {
    background: #f7f7f7;
    padding: 70px 0px;
}

.our-journey h5 {
    margin: 0px;
    color: #50c3f0;
}

.our-journey h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.our-journey p {
    text-align: justify;
    font-size: 14px;
    text-indent: 30px;
}

.our-journey h4 {
    text-transform: capitalize;
    color: #fff;
    padding: 10px 25px;
    padding-right: 80px;
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.we-work {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.weworked-carousel .owl-nav .owl-prev,
.weworked-carousel .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    background: #044d77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.weworked-carousel .owl-nav .owl-prev:hover,
.weworked-carousel .owl-nav .owl-next:hover {
    background: #fff;
    color: #044d77;
}

.weworked-carousel .owl-nav .owl-prev {
    left: 0px;
}

.weworked-carousel .owl-nav .owl-next {
    right: 0px;
}

.pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.student-working {
    background: #ededed;
    padding: 70px 0px;
}

.student-working h4 {
    text-transform: capitalize;
    color: #fff;
    padding: 10px 25px;
    padding-right: 80px;
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    display: inline-block;
    text-align: left;
    margin-bottom: 40px;
    font-size: 18px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.clients-logo {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin-right: -1px;
    margin-top: -1px;
    padding: 10px 40px;
    width: calc(100% / 5);
}

.clients-logo img {
    transition: all ease-in .5s;
}

.clients-logo:hover img {
    transition: all ease-in .5s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.inner-banner-course {
    background: url(../images/bgm/course-1.jpg) bottom;
    background-size: cover;
    min-height: 620px;
    padding-top: 20%;
}

.course-bd .logo-white {
    filter: none;
}

.course-bd .wsmenu-list>li>a,
.affiliated-bg .wsmenu-list>li>a {
    color: #044d77;
}

.inner-banner-course h2 {
   
    color: #044d77;
    font-weight: 700;
    font-size: 30px;
}

.inner-banner-course h3 {
   
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.inner-banner-course h5 {
  
}

.inner-banner-course h1 {
    color: #000;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}

.inner-banner-course button {
    background: #50c3f0;
    padding: 8px 16px;
    min-width: 150px;
    border-radius: 30px;
    border: none;
    color: #fff;
    transition: all .5s ease-in .2s;
    cursor: pointer;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.3);
}

.inner-banner-course button:hover {
    background: #044d77;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.6);
}

.our-course {
    background: #f7f7f7;
    padding: 70px 0px;
}

.our-course p {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
}

.our-course img {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    border-radius: 5px;
    margin-bottom: 30px;
}

.available-course {
    padding: 70px 0px;
}

.available-course h2 {
   
    font-weight: 700;
    margin-bottom: 15px;
}

.available-course .line-center {
    margin-bottom: 20px;
    width: 30%;
}

.available-course .line-center::before {
    background: #fff;
    left: 44%;
}

.available-course h4 {
  
}

.course-desc {
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: 93%;
    overflow: hidden;
    border-radius: 22px;
}

.course-desc img {
    transition: all ease-in .5s;
    border-radius: 4px;
}

.course-desc:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.width-100 {
    width: 100% !important;
}

.course-desc .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
}

.course-desc .overlay .details {
    color: white;
    position: absolute;
    bottom: 50px;
    text-transform: capitalize;
}

.course-desc .overlay .details h5 {
    line-height: 24px;
    font-size: 16px;
}

.course-desc .overlay .course-code {
    background: #fff;
    padding: 4px 12px;
    color: #000;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.course-desc .overlay .course-readmore {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    transition: .5s ease;
}

.course-desc .overlay .course-call {
    position: absolute;
    bottom: 0px;
    color: #fff;
}

.course-desc .overlay .course-call i {
    padding-left: 5px;
    color: #50c3f0;
}

.course-desc .overlay .course-whatsupp {
    position: absolute;
    bottom: 0px;
    right: 10px;
    color: #fff;
}

.course-desc .overlay .course-whatsupp i {
    padding-left: 5px;
    color: green;
}

.course-desc p {
    margin: 0px;
}

.course-desc:hover .overlay {}


/*background:#044d77;*/

.course-desc:hover .overlay .course-readmore {
    background: #50c3f0;
    color: #fff;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.new-gen {
    padding-bottom: 70px;
}

.new-gen button {
    background: #fff;
    padding: 12px 20px;
    color: #000;
    border-radius: 30px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    border: none;
    width: 100%;
    font-size: 20px;

    transition: .5s ease;
    position: relative;
    cursor: pointer;
}

.new-gen button i {
    position: absolute;
    right: 30px;
    margin-top: 5px;
    transition: .5s ease;
}

.new-gen button:hover {
    background: #1564a9;
    color: #fff;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.new-gen button:hover i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.course-footer {
    background: #f2f7f3;
    padding: 15px 0px;
    text-align: center;
}

.course-footer h5 {
    margin: 0px;
   
}

.course-footer i {
    width: 35px;
    height: 35px;
    background: #1564a9;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    line-height: 35px;
}

.course-footer a:hover {
    color: #044d77;
}

.course-footer a:hover i {
    background: #044d77;
}

#sidenav-toggle {
    position: fixed;
    top: 40%;
    right: -109px;
    border: none;
    background: transparent;
    font-size: 18px;
    text-transform: uppercase;
    background: #044d77;
    color: #fff;
    transition: all 0.5s ease 0s;
    transform: rotate(-90deg);
    padding: 7px 30px;
    letter-spacing: 1px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    z-index: 2001;
    border: 1px white solid;
}

#sidenav-toggle:hover {
    background: #50c3f0;
}

.ct-sidenav.open {
    right: -1px;
}

.ct-sidenav {
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 9990;
    top: 0;
    right: -36.3rem;
    background: #f7f7f7;
    padding: 50px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    color: #000;
    -webkit-box-shadow: -10px 1px 15px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -10px 1px 15px 0px rgba(50, 50, 50, 0.3);
    box-shadow: -10px 1px 15px 0px rgba(50, 50, 50, 0.3);
}

.ct-sidenav .close {
    position: absolute;
    top: 0px;
    left: 0px;
    text-shadow: none;
    color: #fff;
    background: #044d77;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 20px;
    opacity: 1;
    padding: 8px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    font-weight: lighter;
}

.course-button {
    background: #044d77;
    color: #fff;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    padding: 6px 12px;
    text-align: center;
    min-width: 150px;
    letter-spacing: 1px;
    border: none;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 30px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.15);
    cursor: pointer;
}

.course-button:hover {
    background: #50c3f0;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ct-sidenav .line-center {
    width: 70%;
}

.ct-sidenav .line-center::before {
    background: #f7f7f7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ct-sidenav input,
.ct-sidenav select,
.ct-sidenav textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 6px 12px;
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
    outline: none;
    resize: none;
}

.ct-sidenav input:focus {
    border-color: #50c3f0;
}

.ct-sidenav label,
.ct-sidenav p {
    font-size: 12px;
}

.ct-sidenav p a {
    color: #50c3f0;
}

.ct-sidenav h4 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.dt-none {
    display: none;
}

.course-details {
    background: #f7f7f7;
    padding: 70px 0px;
}

.course-qulaification {
    background: #fff;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    bottom: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 88%;
    height: 84%;
}

.course-qulaification img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pad-20 {
    padding: 20px;
}

.course-qulaification button {
    background: #1564a9;
    border-radius: 30px;
    padding: 6px 10px;
    border: none;
    color: #fff;
    min-width: 150px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    transition: all .5s ease-out .2s;
    cursor: pointer;
}

.course-details h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.course-qulaification p {
    margin: 0px;
    font-size: 14px;
}

.course-qulaification h4 {
    color: #50c3f0;
    margin-bottom: 10px;
}

.course-qulaification button:hover {
    background: #50c3f0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.6);
}

.course-details p {
    font-size: 14px;
}

.course-details .table {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

.course-details .table thead th {
    border: none;
}

.featured-course {
    padding: 70px 0px;
}

.featured-course h2 {
    margin-bottom: 30px;
}

.featured-course .owl-nav .owl-prev,
.featured-course .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    background: #50c3f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.featured-course .owl-nav .owl-prev:hover,
.featured-course .owl-nav .owl-next:hover {
    background: #fff;
    color: #50c3f0;
}

.featured-course .owl-nav .owl-prev {
    left: -40px;
}

.featured-course .owl-nav .owl-next {
    right: -40px;
}

.apply-now {
    position: relative;
}

.apply-now .modal-header {
    background: #044d77;
    color: #fff;
    text-transform: capitalize;
}

.apply-now .modal-header .close {
    background: #50c3f0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    padding: 0px;
    top: 30px;
    border-radius: 50%;
}

.apply-now input,
.apply-now textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
}

.apply-now input:focus,
.apply-now textarea:focus {
    border-color: #50c3f0;
}

.apply-now .modal-footer {
    background: #044d77;
}

.apply-now .modal-footer button {
    background: #fff;
    border: none;
    color: #044d77;
    padding: 6px 16px;
    border-radius: 30px;
    min-width: 150px;
    transition: all ease-in .3s;
    cursor: pointer;
}

.apply-now .modal-footer button:hover {
    background: #50c3f0;
    color: #fff;
}

.modal {
  
}

.inner-banner-repairing {
    background: url(../images/bgm/mobile-repairing.jpg);
    color: #fff;
}

.inner-banner-repairing h1,
h2.slideInUp {
    color: #fff;
}

.color-head {
    color: #044d77 !important;
}

.unitel {
    border-radius: 5px;
    margin-bottom: 12px;
}

.mobile-repair-bg {
    background: #f7f7f7;
    padding: 70px 0px;
    background-image: url(../images/oath-bg.jpg);
}

.mobile-repair-bg h5 {
    margin: 0px;
    color: #50c3f0;
    margin-top: 30px;
}

.mobile-repair-bg p {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
}

.mobile-repair-bg .section-tittle h2::after {
    width: 5%;
}

.desk-none {
    display: none !important;
}

.mobile-repair {
    background: #f7f7f7;
    padding: 70px 0px;
}

.mobile-repair h5 {
    margin: 0px;
    color: #50c3f0;
    margin-top: 30px;
}

.mobile-repair p {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
}

.mobile-repair .section-tittle h2::after {
    width: 5%;
}

.oath {
    background: rgba(21, 100, 169, 0.9);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
    position: relative;
    color: #fff;
    margin-top: 75px;
    margin-bottom: 20px;
}

.oath button {
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 20px;
    min-width: 150px;
    font-weight: 700;
    border: none;
    margin-bottom: 20px;
    
}

.oath p {
    margin-bottom: 0px;
    font-size: 16px;
}

.oath i {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #50c3f0;
    line-height: 60px;
    font-size: 30px;
    position: absolute;
    right: -15px;
    transition: all ease-in .3s;
}

.oath img {
    position: absolute;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    left: -75px;
    top: -75px;
    transition: all ease-in .3s;
}

.oath:hover img {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.oath:hover i {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.repair-feature {
    padding: 70px 0px;
    text-align: center;
    background: url(../images/about-6.jpg) top no-repeat;
}


/*margin-bottom:60px;*/

.repair-feature h5 {
    font-weight: 700;
  
    color: #fff;
    letter-spacing: 1px;
}

.repair-feature i {
    font-size: 24px;
    width: 60px;
    height: 60px;
    border: 3px solid #50c3f0;
    border-radius: 50%;
    line-height: 55px;
    margin-bottom: 20px;
    color: #50c3f0;
    background: #fff;
}

.online-apply {
    background: url(../images/pop-provider.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
}

.online-apply .modal-title {
    text-transform: capitalize;
    margin: 0 auto;
    color: #50c3f0;
    font-weight: 700;
}

.online-apply .modal-header {
    border: none;
}

.online-apply input {
    width: calc(90%/2);
    margin: 2%;
    background: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #50c3f0;
    padding: 6px;
}

.online-apply textarea {
    color: #fff;
    background: none;
    border: none;
    border-bottom: 1px solid #50c3f0;
    padding: 6px;
    width: 96%;
    resize: none;
    margin: 2%;
}

.online-apply input::placeholder,
.online-apply textarea::placeholder {
    color: #fff;
}

.online-apply input:focus,
.online-apply textarea:focus {
    border-bottom: 1px solid #fff;
}

.online-apply .close {
    color: #fff;
    opacity: 1;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}

.online-apply .modal-footer {
    border: none;
    justify-content: center;
}

.online-apply .modal-footer button {
    min-width: 200px;
    background: #50c3f0;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    border: none;
    transition: all ease-out .3s;
    cursor: pointer;
}

.online-apply .modal-footer button:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background: #fff;
    color: #000;
}

.mr-top50 {
    margin-top: 50px;
}

.boxShadow {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.brd-rd5 {
    border-radius: 5px;
}

.technician-contact {
    padding: 20px 0px;
    background: #044d77;
    color: #fff;
}

.technician-contact h5,
.technician-contact h6 {
    margin-bottom: 12px;
}

.technician-contact button {
    background: #50c3f0;
    border-radius: 30px;
    color: #fff;
    border: none;
    padding: 7px 22px;
    cursor: pointer;
}

.technician-contact button:hover {
    background: #fff;
    color: #50c3f0;
}

.technician-feature {
    background: none;
    color: #000;
    margin-bottom: 0px;
}

.technician-feature h5 {
    color: #000;
}

.inner-banner-networks {
    background: url(../images/bgm/our-networks.jpg) bottom;
}

.ournetwork {
    padding: 70px 0px;
    background: #ededed;
}

.ournetwork p {
    font-size: 14px;
    text-indent: 30px;
    text-align: justify;
}

.ournetwork h5 {
    color: #50c3f0;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.ournetwork h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.ournetwork h6 {
    font-weight: 700;
    
    letter-spacing: 1px;
    color: #1564a9;
    margin-bottom: 20px;
}

.ournetwork li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
}

.ournetwork li i {
    width: 30px;
    height: 30px;
    background: #044d77;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    margin-top: -5px;
    font-size: 14px;
}

.rotate-90 {
    transform: rotate(90deg);
}

.ournetwork iframe {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    padding: 4px;
}

.ournetwork h3 {
    text-transform: capitalize;
    color: #fff;
    padding: 10px 25px;
    padding-right: 80px;
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.ournetwork .owl-nav .owl-prev,
.ournetwork .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    background: #50c3f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.ournetwork .owl-nav .owl-prev:hover,
.ournetwork .owl-nav .owl-next:hover {
    background: #fff;
    color: #50c3f0;
}

.ournetwork .owl-nav .owl-prev {
    left: -40px;
}

.ournetwork .owl-nav .owl-next {
    right: -40px;
}

.network-gallery {
    position: relative;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.network-gallery img {
    transition: all ease-in .3s;
}

.network-gallery:hover img {
    transform: scale(1.5);
    transition: all ease-out .3s;
}

.network-gallery .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #044d77;
}

.network-gallery:hover .overlay {
    opacity: 1;
}

.network-gallery .overlay .description {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.network-carousel {
    position: relative;
    border-radius: 5px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.network-carousel img {
    border-radius: 5px;
}

.network-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.network-carousel.owl-theme .owl-dots .owl-dot span {
    background: #50c3f0;
    width: 20px;
    height: 20px;
    border: 3px solid #044d77;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.network-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #044d77;
}

.network-carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    border-radius: 5px;
}

.recent-location {
    padding: 70px 0px;
}

.recent-location h5 {
    margin-top: 15px;
    
    font-weight: 700;
    letter-spacing: 1px;
    color: #044d77
}

.recent-location a:hover {
    color: #50c3f0;
}

.recent-location p {
    margin: 0px;
    font-size: 14px;
}

.banner-scroll {
    position: relative;
    padding-top: 70px;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.banner-scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #044d77;
    border-bottom: 1px solid #044d77;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    left: 50%;
}

.banner-scroll a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.banner-scroll a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.banner-scroll a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.banner-scroll a {
    color: #000;
    font-weight: 700;
   
}

.inner-banner-affiliated {
    background: url(../images/bgm/affiliated.jpg) bottom right;
    background-size: cover;
}

.affiliated-international {
    padding: 70px 0px;
}

.affiliated-international h5 {
    color: #50c3f0;
    margin: 0px;
}

.affiliated-international p {
    font-size: 14px;
    text-indent: 30px;
    text-align: justify;
}

.inner-banner-life {
    background: url(../images/bgm/life-britco.jpg) right;
    background-size: cover;
}

.inner-banner-life h1 {
    color: #fff;
}

.life-britco {
    padding: 70px 0px;
    background: #ededed;
}

.life-britco h5 {
    margin: 0px;
    color: #50c3f0;
}

.life-britco p {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
}

.technopreneusrship {
    padding: 70px 0px;
}

.technopreneusrship h5 {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #50c3f0;
}

.technopreneusrship .line-center {
    width: 25%;
}

.technopreneusrship .line-center::before {
    background: #fff;
}

.global-anim {
    position: relative;
}

.global-copter {
    position: absolute;
    top: 18%;
    left: 56%;
    -webkit-animation: copter 4s linear infinite;
}

@-webkit-keyframes copter {
    0% {
        left: 56%;
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 73%;
        opacity: 1;
        top: 22%
    }
}

.global-plain {
    position: absolute;
    top: 40%;
    right: 15%;
    -webkit-animation: plain 10s linear infinite;
}

@-webkit-keyframes plain {
    0% {
        top: 40%;
        right: 15%;
        opacity: 0.8;
        transform: rotate(15deg)
    }
    25% {
        top: 35%;
        opacity: 1;
    }
    50% {
        top: 35%;
    }
    75% {
        top: 40%;
    }
    100% {
        right: 78%;
        top: 45%;
        transform: rotate(-10deg)
    }
}

.global-car {
    position: absolute;
    top: 48%;
    right: 48%;
    -webkit-animation: car 20s linear infinite;
}

@-webkit-keyframes car {
    0% {
        top: 48%;
        right: 15%;
        opacity: 0.8;
        transform: rotate(10deg)
    }
    50% {
        top: 45%;
    }
}


/* @-webkit-keyframes car { 0%{ opacity:0;} 50%{opacity: .5;} 100% { opacity: 1;}} */

.student-grade {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.student-grade-content {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    padding: 30px;
    position: relative;
    min-height: 302px;
}

.clearFix {
    width: 100%;
    height: 30px;
    position: relative;
}

.student-grade-content h4 {
    font-weight: 700;
    color: #1564a9;
    font-size: 18px;
    margin-bottom: 0px;
}

.student-grade-content h6 {
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    margin-bottom: 15px;
}

.student-grade-content label {
    font-size: 12px;
    color: #999;
}

.student-grade-content p {
    font-size: 14px;
}

.student-grade-order {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 3px solid #044d77;
    line-height: 35px;
    color: #50c3f0;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
   
    text-align: center;
    top: -20px;
    right: -20px;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
}

.student-grade-order.order2 {
    left: -20px;
    bottom: -20px;
    top: inherit;
}

.life-institution {
    background: #f7f7f7;
    padding: 70px 0px;
}

.life-institution h5 {
    color: #50c3f0;
    margin: 0px;
}

.life-institution p {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
}

.inner-banner-alumni {
    background: url(../images/bgm/alumni.jpg);
    background-size: cover;
}

.alumni {
    padding: 70px 0px;
    background: #ededed;
}

.alumni h5 {
    color: #50c3f0;
    margin: 0px;
}

.alumni-register {
    padding: 20px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.alumni-register h2 {
    margin-bottom: 15px;
}

.alumni-register input,
.alumni-register select,
.alumni-register textarea {
    background: none;
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    outline: none;
    resize: none;
}

.alumni-register input:focus,
.alumni-register select:focus,
.alumni-register textarea:focus {
    color: #000;
    border-bottom-color: #50c3f0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}

.alumni-register label,
.alumni-register p {
    margin: 0px;
    font-size: 12px;
    line-height: 20px;
}

.alumni-register button {
    margin-top: 15px;
    background: #044d77;
    color: #fff;
    border-radius: 30px;
    min-width: 180px;
    padding: 6px;
    border: none;
    transition: all ease-in .5s;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    cursor: pointer;
}

.alumni-register button:hover {
    background: #50c3f0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 2px 3px 8px rgba(60, 60, 60, 0.4);
}

.alumni-news {
    margin-top: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

.alumni-news h4 {
    font-size: 20px;
    color: #1564a9;
    font-weight: 700;
}

.alumni-news:hover h4 {
    color: #50c3f0;
}

.alumni-news p {
    font-size: 14px;
    text-align: justify;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news-readmore {
    color: #50c3f0;
    font-weight: 700;
   
    letter-spacing: 1px;
}

.news-readmore i {
    transition: all ease-in 1s;
}

.news-readmore:hover i {
    transform: translateX(100px);
    transition: all ease-out 1s;
}

.about-alumni {
    padding: 70px 0px;
}

.about-alumni h5 {
    color: #50c3f0;
    margin: 0px;
}

.about-alumni p {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
}

.inner-banner-career {
    background: url(../images/bgm/career.jpg);
    background-size: cover;
}

.inner-banner-career-mobile {
    background: url(../images/bgm/career-mob.jpg);
    background-size: cover;
    min-height: 441px;
    width: 100%;
    background-repeat: no-repeat;
}

.opporttunity {
    background: #f7f7f7;
    padding: 90px 0px;
}

.opporttunity h5 {
    margin: 0px;
    color: #50c3f0;
}

.opporttunity .section-tittle h2::after {
    width: 20%;
}

.opporttunity h4 {
    text-align: justify;
    text-indent: 30px;
    line-height: 30px;

    font-size: 20px;
}

.opporttunity ul {
    position: relative;
    padding-inline-start: 30px;
}

.opporttunity li {
    list-style: none;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
}

.opporttunity li::before {
    content: url(../images/icons/cmt-icon.png);
    margin-top: 2px;
    position: absolute;
    left: 0px;
}

.career {
    padding: 70px 0px;
}

.career h5 {
    margin: 0px;
    color: #50c3f0;
}

.career p {
    text-align: justify;
    text-indent: 30px;
    font-size: 14px;
}

.career button {
    margin-top: 50px;
}

.investment {
    background: #ededed;
    padding: 70px 0px;
}

.investment h5 {
    color: #50c3f0;
    margin: 0px;
}

.investment .section-tittle h2::after {
    width: 20%;
}

.investment h2 {
    margin-bottom: 20px;
}

.investment li {
    list-style: none;
    font-size: 18px;
    font-weight: 700;
 
    letter-spacing: 1px;
}

.investment li span {
    font-size: 24px;
}

.investment ul li {
    font-size: 14px;
}

.investment ul li span {
    font-size: 18px;
}

.investment h4 {
    text-transform: capitalize;
    color: #fff;
    padding: 10px 25px;
    padding-right: 80px;
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.investment .owl-theme .owl-nav {
    display: none;
}

.inner-banner-achievers {
    background: url(../images/bgm/top-achievers.jpg) right bottom;
    background-size: cover;
}

.inner-banner-achievers h1,
.inner-banner-achievers h2 {
    color: #fff;
}

.top-achievers {
    background: #ededed;
    padding: 70px 0px;
}

.top-achievers h5 {
    background: #50c3f0;
    padding: 4px 20px;
    display: inline-block;
    color: #fff;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.top-achievers h2 {
    margin-bottom: 30px;
}

.achievers {
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-top: 70px;
}

.achievers-detail {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    padding: 80px 20px 20px;
    background: #fff;
    position: relative;
    text-align: center;
    transition: all ease-in .5s;
}

.achievers-detail img {
    position: absolute;
    max-width: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0px;
    border: 6px solid #fff;
    border-radius: 50%;
}

.achievers-detail h6 {
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    margin-bottom: 15px;
    position: absolute;
    top: -15px;
    left: 0px;
}

.achievers-detail h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
}

.achievers-detail p {
    margin-bottom: 10px;
}

.achievers-detail h3 {
    font-size: 18px;
    
}

.achievers:hover .achievers-detail {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 7px 10px 30px 0 rgba(31, 35, 37, 0.2);
}

.inner-banner-testimonial {
    background: url(../images/bgm/testimonial.jpg) right bottom;
    background-size: cover;
}

.testimonial-bd .wsmenu-list>li>a {
    color: #fff;
}

.testimonial-bd .sticky-fixed .wsmenu-list>li>a {
    color: #044d77;
}

.testimonial-bd .logo-white {
    filter: none;
}

.inner-banner-testimonial h2 {
    color: #50c3f0;

    letter-spacing: 1px;
}

.inner-banner-testimonial h1 {
    color: #fff;
}

.public-testi {
    padding: 70px 0px;
}

.public-testi h5 {
    margin: 0px;
    color: #50c3f0;
}

.testi-box {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 30px;
    padding-bottom: 40px;
    margin-top: 30px;
}

.testi-details {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    padding: 20px 20px 20px 75px;
    position: relative;
    transition: all ease-in .5s;
    margin-left: 100px;
    min-height: 330px;
}

.testi-details img {
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    left: -25px;
    transform: translate(-50%, -50%);
    top: 50%;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
    max-width: 140px;
    transition: all ease-in .5s;
}

.testi-details h4 {
    color: #1564a9;
    font-size: 20px;
    font-weight: 700;
}

.testi-details h6 {

    letter-spacing: 1px;
    font-weight: 700;
}

.testi-details p {
    font-size: 14px;
    text-align: justify;
}

.testi-details label {
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    font-size: 14px;
    transition: all ease-in .5s;
    cursor: pointer;
}

.testi-quote {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #fff;
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 24px;
    transition: all ease-in .5s;
}

.testi-box:hover .testi-details img {
    left: 3px;
}

.testi-box:hover .testi-quote {
    bottom: 0px;
}

.testi-details label:hover {
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

.testi-student {
    background: #ededed;
    padding: 70px 0px;
}

.testi-student h5 {
    color: #50c3f0;
    margin: 0px;
}

.students-detail {
    padding: 20px 20px 20px 120px;
    position: relative;
    border-bottom: 1px dashed #d4d4d4;
    position: relative;
}

.students-detail img {
    border-radius: 50%;
    position: absolute;
    left: 50px;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width: 100px;
}

.ps-rl {
    position: relative;
}

.students-detail h4 {
    font-weight: 700;
    font-size: 20px;
}

.students-detail h6 {
    font-weight: 700;
    color: #1564a9;
  
    letter-spacing: 1px;
}

.students-detail p {
    font-size: 14px;
    text-transform: capitalize;
}

.students-detail label {
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.students-detail label i {
    transition: all ease-in .5s;
}

.students-detail label:hover i {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}

.students-detail label:hover {
    color: #044d77;
}

.students-detail2 {
    padding: 20px 120px 20px 20px;
    text-align: right;
}

.students-detail2 img {
    left: inherit;
    right: -50px;
}

.inner-banner-gallery {
    background: url(../images/bgm/gallery.jpg) bottom center;
    background-size: cover;
}

.gallery {
    padding: 70px 0px;
    background: #ededed;
}

.gallery h5 {
    color: #50c3f0;
    margin: 0px;
}

.gallery #filters {
    display: inline-block;
}

.gallery #filters li span {
    min-width: 120px;
    font-size: 16px;
}

.gallery #filters li span i {
    padding-right: 5px;
}

.gallery #filters li span.active {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.7);
}

.gallery .portfolio-wrapper {
    border: 3px solid #fff;
}

.gallery .portfolio-wrapper img {
    max-height: 178px;
    min-height: 178px;
    width: 100%;
}

.imghvr-hinge-left h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.imghvr-hinge-left p {
    font-size: 14px;
    line-height: 20px;
}

.imghvr-hinge-left i {
    width: 35px;
    height: 35px;
    background: #50c3f0;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    -webkit-animation: scaleIn 400ms linear 100ms both;
    animation: scaleIn 400ms linear 100ms both;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.imghvr-hinge-left i:hover {
    background: #fff;
    color: #50c3f0;
}

.inner-banner-downloads {
    background: url(../images/bgm/downloads.jpg);
    background-size: cover;
}

.inner-banner-downloads h1 {
    color: #fff;
}

.inner-banner-downloads h2 {
    color: #50c3f0;
}

.downloads {
    padding: 70px 0px;
}

.download-detail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
    border-radius: 5px;
}

.download-detail img {
    transition: all ease-in 1s;
    border-radius: 5px;
}

.download-detail:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.download-detail-content {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.download-detail-content h4 {
    color: #1564a9;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.download-detail-content i {
    color: #50c3f0;
    transition: all ease-in 1s;
}

.download-detail:hover .download-detail-content i {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
}

.mr-top30 {
    margin-top: 30px;
}

.download-detail:hover .download-detail-content h4 {
    color: #000;
}

.inner-banner-contact {
    background: url(../images/bgm/contact-us.jpg) right;
    background-size: cover;
}

.inner-banner-contact .banner-scroll a,
.inner-banner-blog .banner-scroll a {
    color: #fff;
}

.inner-banner-contact h1 {
    color: #fff;
}

.inner-banner-contact h2 {
    color: #999;

    letter-spacing: 1px;
}

.contact {
    background: #ededed;
    padding: 70px 0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-form {
    background: #fff;
    padding: 20px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

.contact-form h5 {
    margin: 0px;
    color: #50c3f0;
}

.contact-form h2 {
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 4px 0px;
    resize: none;
    font-size: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #50c3f0;
}

.contact-form button {
    background: #044d77;
    border: none;
    padding: 6px 16px;
    min-width: 150px;
    border-radius: 30px;
    color: #fff;
    margin-top: 10px;
 
    letter-spacing: 1px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
    transition: all ease-out .5s;
    cursor: pointer;
}

.contact-form button:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
    background: #50c3f0;
}

.contact-info {
    background: #044d77;
    padding: 30px;
    color: #fff;
}

.contact-info .section-tittle h2::after {
    width: 20%;
}

.contact-info h2 span {
    color: #50c3f0;
   
}

.contact-info p {
    font-size: 14px;
}

.contact-info ul {
    padding: 0px;
}

.contact-info ul li {
    list-style: none;
    padding-bottom: 12px;
}

.contact-info ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #50c3f0;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.our-branches {
    padding: 70px 0px;
}

.our-branches h2 {
    margin-bottom: 30px;
}

.branches-box {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.branches-detail {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

.branches-detail h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.branches-detail h5 {
    color: #1564a9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    
}

.branches-detail li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 8px;
}

.branches-detail li i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #044d77;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: #fff;
}

.branches-detail h6 {
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    display: inline-block;
    text-align: left;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
    padding: 4px 24px 4px 12px;
    text-transform: capitalize;
    color: #fff;
}

.branches-detail a {
    color: #000;
    font-weight: 700;
}

.inner-banner-blog {
    background: url(../images/bgm/blog.jpg);
    background-size: cover;
}

.inner-banner-blog h1 {
    color: #fff;
}

.inner-banner-blog h2 {
    color: #50c3f0;
    
    letter-spacing: 1px;
}

.blogs {
    padding: 70px 0px;
}

.blog-left {
    position: sticky;
    top: 40px;
}

.blog-left input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 12px;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.blog-left input:focus {
    border-color: #50c3f0;
}

.blog-left h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-left .section-tittle h2::after {
    top: 12px;
}

.blog-search {
    padding: 4px 16px;
    background: #044d77;
    color: #fff;
    font-size: 18px;
    font-weight: 700;

    display: inline-block;
    position: absolute;
    right: 0px;
    letter-spacing: 1px;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

.blog-search:hover {
    background: #50c3f0;
}

.recent-blogs {
    border-bottom: 1px dashed #e4e4e4;
    margin-bottom: 20px;
}

.recent-blogs h6 {
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
}

.recent-blogs h6:hover {
    color: #1564a9;
}

.recent-blogs p {
    color: #999;
}

.blog-categories {
    margin-bottom: 20px;
    margin-top: 30px;
}

.blog-categories button {
    width: 100%;
    border-radius: 30px;
    padding: 3px;
    border: none;
    background: #50c3f0;
    color: #fff;
    margin-bottom: 10px;
    transition: all ease-out .5s;
}

.blog-categories button:hover,
.blog-categories button.active {
    background: #044d77;
    cursor: pointer;
}

.blog-tags button {
    background: #c1e6f1;
    padding: 5px 15px;
    border: none;
    margin: 5px;
    font-size: 14px;
    transition: all ease-in .5s;
    cursor: pointer;
}

.blog-tags button:hover {
    background: #333;
    color: #fff;
}

.blog-box {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 30px;
    padding-bottom: 40px;
    display: none;
}

.blog-box-content {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all ease-out 1s;
}

.blog-box-detail {
    padding: 20px;
}

.blog-box-detail h5 {
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 24px;
    margin-top: 15px;
    color: #000;
    height: 48px;
}

.blog-box-detail p {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
    height: 96px;
}

.blog-box-detail a {
    font-size: 14px;
    color: #50c3f0;
}

.blog-box-detail a i {
    transition: all ease-out 1s;
}

.blog-box-detail a:hover {
    color: #000;
}

.blog-box-detail a:hover i {
    transform: translateX(30px);
}

.blog-box-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-box-image img {
    transition: all ease-out 1s;
}

.blog-box-image iframe {
    width: 100%;
    height: 199px;
    border: none;
    display: block;
}

.blog-box:hover .blog-box-content {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.3);
}

.blog-box:hover .blog-box-image img {
    -webkit-transform: scale(1.15) rotate(-4deg);
    transform: scale(1.15) rotate(-4deg);
}

.blog-box:hover h5 {
    color: #1564a9;
}

.blog-load-more {
    text-align: center;
    margin-bottom: 30px;
}

.blog-load-more button {
    background: #044d77;
    padding: 6px;
    border-radius: 30px;
    min-width: 200px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all ease-out .5s;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

.blog-load-more button:hover {
    transform: translateY(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.5);
}

.blog-load-more .banner-scroll {
    margin-top: 0px;
}

.blog-details-content {
    padding: 20px;
    position: relative;
}

.blogs-tags {
    text-align: right;
    margin-bottom: 20px;
}

.blogs-tags h6 {
    display: inline-block;
    padding: 0px 6px;
    color: #999;
    font-size: 14px;
}

.blogs-tags h6:hover {
    color: #1564a9;
}

.blogs-tags h6 i {
    transform: rotate(90deg);
    padding-right: 4px;
}

.blog-details-content h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-details-content p {
    font-size: 14px;
    color: #999;
    text-indent: 30px;
}

.blog-details-content h5 {
    
    font-weight: 700;
    font-size: 14px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding: 14px 0px;
}

.blog-details-content h5 a {
    padding: 0px 8px;
    position: relative;
}

.blog-details-content h5 a:hover {
    color: #50c3f0;
    transform: translateY(-8px);
}

.blog-detail-date {
    position: absolute;
    background: #044d77;
    color: #fff;
    top: 0px;
    width: 70px;
    height: 100px;
    text-align: center;
    padding: 10px 8px;
}

.blog-detail-date h3 {
    font-size: 20px;
    margin: 0px;
}

.addthis_inline_share_toolbox {
    position: absolute;
    bottom: 31px;
    right: 20px;
}

.blog-box-iframe iframe {
    height: 414px;
}

.inner-banner-news {
    background: url(../images/bgm/news.jpg) right;
    background-size: cover;
}

.inner-banner-news h1 {
    color: #fff;
}

.inner-banner-news h2 {
    color: #50c3f0;

    letter-spacing: 1px;
}

.inner-banner-news .banner-scroll a {
    color: #fff;
}

.inner-banner-events {
    background: url(../images/bgm/event.jpg) right;
    background-size: cover;
}

.inner-banner-events h1 {
    color: #fff;
}

.inner-banner-events h2 {
    color: #50c3f0;

    letter-spacing: 1px;
}

.inner-banner-events .banner-scroll a {
    color: #fff;
}

.news-events {
    padding: 70px 0px;
    background: #f7f7f7;
}

.news-events h5 {
    margin: 0px;
    color: #50c3f0;
}

.news-events h4 {
    text-transform: capitalize;
}

.news-events h2 {
    margin-bottom: 30px;
}

.news-box {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: none;
}

.news-box-content {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all ease-out 1s;
    background: #fff;
    max-height: 260px;
}

.news-box-content h4 {
    color: #000;
    font-weight: 700;

}

.news-box-details {
    position: relative;
    padding: 20px;
}

.news-box-details h5 {
    background: #044d77;
    background: -moz-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -webkit-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -o-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: -ms-linear-gradient(315deg, #044d77 80%, #50c3f0 80%);
    background: linear-gradient(45deg, #044d77 80%, #50c3f0 80%);
    display: inline-block;
    text-align: left;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
    padding: 4px 24px 4px 12px;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-box:hover .news-box-content {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.news-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    max-height: 260px;
}

.news-img img {
    transition: all ease-out 1s;
}

.news-box:hover .news-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.news-pop {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all ease-in 1s;
}

.news-pop i {
    width: 50px;
    height: 50px;
    background: #50c3f0;
    border-radius: 50%;
    line-height: 50px;
}

.news-box:hover .news-pop {
    opacity: 1;
}

.news-pop i:hover {
    background: #044d77;
}

.events-news {
    padding: 70px 0px;
}

.events-news h5 {
    margin: 0px;
    color: #50c3f0;
}

.events-news h2 {
    margin-bottom: 30px;
}

.event-box {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.event-box-content {
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all ease-out 1s;
    background: #fff;
    height: 190px;
}

.event-box-details {
    padding: 15px 30px;
}

.event-box-details h6 {
    font-size: 14px;
    color: #000;
  
}

.event-box-details h6 i {
    padding-right: 5px;
}

.event-box-details h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;

    letter-spacing: 1px;
    color: #044d77;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.event-box-content .network-carousel {
    box-shadow: none;
}

.event-box-content .network-carousel img {
    border-radius: 0;
    height: 190px;
}

.event-box-content .network-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px;
}

.event-box-content .network-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    bottom: -10px;
}

.inner-banner-recognize {
    background: url(../images/bgm/recognized.jpg) right;
    background-size: cover;
}

.inner-banner-recognize h1 {
    color: #fff;
}

.inner-banner-recognize h2 {
    color: #50c3f0;

    letter-spacing: 1px;
}

.inner-banner-recognize .banner-scroll {
    margin: 0px;
}

.inner-banner-recognize .banner-scroll a {
    color: #fff;
}

.recognized {
    background: #ededed;
    padding: 70px 0px;
}

.recognized h2 {
    margin-bottom: 10px;
}

.recognized h5,
.recognized-center h5 {
    color: #50c3f0;
    margin: 0px;
}

.recognized h6 {
    font-size: 18px;
    line-height: 30px;
}

.recognized-center {
    padding: 40px 70px;
}

.recognized-center h4 {
    margin-bottom: 10px;
    font-weight: 700;
}

.recognized-center ul {
    padding-inline-start: 30px;
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    position: relative;
}

.recognized-center ul li::before {
    content: url(../images/icons/cmt-icon.png);
    margin-top: 4px;
    position: absolute;
    left: 0px;
}

.recognize-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.recognize-image img {
    transition: all ease-in .5s;
}

.recognize-image:hover img {
    transition: all ease-out .5s;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.inner-banner-404 {
    background: url(../images/bgm/404.jpg) right;
    background-size: cover;
}

.inner-banner-404 h1 {
    font-size: 60px;

    font-weight: 700;
}

.inner-banner-404 h2 {
    font-size: 42px;
}

.inner-banner-thankyou {
    background: url(../images/bgm/thankyou.jpg);
    background-size: cover;
}

.inner-banner-thankyou h2 {
    margin-bottom: 20px;

}

.inner-banner-thankyou i {
    width: 35px;
    height: 35px;
    border: 3px solid #50c3f0;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
    margin-right: 5px;
    transition: all ease-in .5s;
}

.inner-banner-thankyou i:hover {
    background: #50c3f0;
    color: #fff;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}

.inner-banner-faq {
    background: url(../images/bgm/faq.jpg) right;
    background-size: cover;
}

.inner-banner-faq .banner-scroll {
    margin-top: 50px;
}

.faq {
    padding: 70px 0px;
    background: #ededed;
}

.faq h5 {
    margin: 0px;
    color: #50c3f0;
}

.faq .line-center::before {
    background: #ededed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.faq h4 {
    font-weight: 700;

    letter-spacing: 1px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.faq h6 {
    line-height: 24px;
    font-weight: 600;
}

.available-course #portfoliolist .portfolio {
    width: 31.3%;
}

.course-bg {
    position: relative;
}

.coursedetail-bg {
    position: relative;
    margin-bottom: 20px;
}

.we-hiring {
    padding-bottom: 40px;
}

.we-hiring h2 {
    margin-bottom: 5px;
}

.we-hiring h5 {
    color: #50c3f0;
    margin-bottom: 20px;
    font-size: 14px;
}

.we-hiring .line-center::before {
    background: #fff;
}

.openings {
    background: #c1e6f1;
    padding: 20px;
    transition: all ease-in .3s;
    margin-bottom: 30px;
}

.openings h4 {

    text-transform: capitalize;
    line-height: 30px;
    margin-top: 15px;
}

.openings h6 span {
    padding: 0px 15px;
}

.openings button {
    background: #044d77;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 4px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in .3s;
}

.openings button:hover {
    background: #333;
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    transform: translateY(-5px);
}

.openings:hover {
    transform: translateY(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.15);
}

.openings h5 {
    color: #333;
    margin-bottom: 0px;
}

.career-post {
    background: #ededed;
    padding: 70px 0px;
}

.career-details {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.career-details h4 {

    text-transform: capitalize;
    line-height: 30px;
    font-weight: 700;
    color: #044d77;
}

.career-details .brd-dot-bt {
    padding-bottom: 10px;
}

.apply-now-btn {
    background: #044d77;
    color: #fff;
    border: 1px solid #044d77;
    border-radius: 4px;
    padding: 5px 18px;
    transition: all ease-in .3s;
    cursor: pointer;
}

.apply-now-btn:hover {
    background: #50c3f0;
    border-color: #50c3f0;
}

.return-btn {
    background: none;
    border: 1px solid #50c3f0;
    padding: 5px 18px;
    border-radius: 4px;
    transition: all ease-in .3s;
    cursor: pointer;
}

.return-btn:hover {
    background: #1564a9;
    border: 1px solid #1564a9;
    color: #fff;
}

.career-details h6 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.career-details p {
    text-align: justify;
    font-size: 14px;
}

.career-details ul li {
    font-size: 14px;
}

.job-summury {
    padding: 20px;
    background: #f7f7f7;
    border-top: 5px solid #044d77;
    position: sticky;
    top: 90px;
}

.job-summury h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.job-summury h5 span {
    font-weight: 300;
}

.inner-banner-apply {
    background: url(../images/bgm/apply-now.jpg);
    background-size: cover;
    padding-top: 15%;
}

.application-form {
    color: #fff;
}

.application-form h4 {
    font-weight: 700;
}

.application-form input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #50c3f0;
    color: #50c3f0;
    padding: 3px;
    margin-bottom: 20px;
    font-size: 12px;
}

.application-form input::placeholder {
    color: #50c3f0;
}

.application-form label {
    color: #50c3f0;
    font-size: 12px;
}

.application-form p {
    font-size: 12px;
}

.application-form button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marque-apply {
    padding: 5px 0px;
    background: #df0023;
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.marq-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.marq-p {
    padding-top: 40px;
}

.apply-next {
   background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 50px;
    font-size: 18px;
    margin-left: 15px;
    color: #fff;
}

.popup-box {
    max-width: 680px;
}

.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100001;
    text-align: center;
}

.overlay-popup:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    /* padding: 20px; */
    background: #fff;
    /* border-radius: 5px; */
    width: 60%;
    position: relative;
    /* transition: all 2s ease-in-out; */
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #4ac4f1;
    border-radius: 50%;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
}

.popup .content {
    /* max-height: 30%; */
    overflow: auto;
}

.popup-box .content input {
    width: 100%;
    margin-bottom: 10px;
    padding: 2px 10px;
    font-size: 14px;
}

.popup2-box {
    max-width: 680px;
}

.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100001;
    text-align: center;
}

.overlay-popup:target {
    visibility: visible;
    opacity: 1;
}

.popup2 {
    margin: 70px auto;
    /* padding: 20px; */
    background: #fff;
    /* border-radius: 5px; */
    width: 60%;
    position: relative;
    /* transition: all 2s ease-in-out; */
}

.popup2 .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #4ac4f1;
    border-radius: 50%;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
}

.popup2 .content {
    /* max-height: 30%; */
    overflow: auto;
}

.popup2-box .content input {
    width: 100%;
    margin-bottom: 10px;
    padding: 2px 10px;
    font-size: 14px;
}

.marq-p .content input,
.marq-p .content textarea {
    width: 100% !important;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 6px 12px;
    /* margin-bottom: 20px; */
    font-size: 13px;
    resize: none;
}

.marq-p .content textarea {
    height: 100%;
}

.submit-marq {
    background: #4ac4f1;
    color: #fff;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 20px;
    font-size: 14px;
}

.marq-p h2 {
    color: #fff;
}

.placement-box {
    /*border-bottom: 1px dashed #ddd; margin-bottom: 30px; padding-bottom: 30px;*/
    margin-bottom: 30px;
    display: none;
}

.placement-box:hover .placement-box-content {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}

.placement-box:hover .news-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.placement-box:hover .news-pop {
    opacity: 1;
}

.placement-title h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.placement-box-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all ease-out 1s;
    max-height: 260px;
}

.placement-box-content h4 {
    color: #000;
    font-weight: 700;
   
}

.placement-title h5 {
    margin: 0px;
    color: #50c3f0;
    margin-top: 60px;
}

.alumniReg {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 1000;
    
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    color: white;
    cursor: pointer;
}

.online-platform {
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}

.online-platform-anim {
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-8px);
    }
    100% {
        transform: translatey(0px);
    }
}

@media (max-width:1300px) {
    .ds-none5 {
        display: none;
    }
    .rs-none2 {
        display: block;
    }
    .supply-mb {
        width: 13%;
    }
    .frst-exc {
        width: 21%;
        left: 16.6%;
    }
    .frst-exc p {
        padding-bottom: 10px;
    }
    .service-center {
        width: 17%;
        left: 38.3%;
    }
    .exp-gl {
        width: 12%;
        right: 31.4%;
    }
    .placement-assur {
        right: 17.7%;
    }
    .pioneers {
        width: 14%;
        right: 3%;
    }
    .global-alumni {
        width: 21.8%;
        left: 38.3%;
        margin-top: 10.8%;
    }
    .global-alumni img {
        padding: 8px 7px;
    }
    .institute-gl {
        margin-top: 10.8%;
        width: 18.5%;
        right: 20.2%;
    }
    .institute-gl img {
        padding: 14px 11.5px;
        padding-bottom: 20px;
    }
    .exp-ye {
        margin-top: 10.8%;
        right: 3%;
        width: 16.8%;
    }
    .exp-ye img {
        padding: 20px 20px 22px;
    }
    .exp-ye p {
        padding-right: 21px;
    }
}

@media (max-width:1050px) {
    .modal-dialog {
        max-width: 100% !important;
        margin: 30% auto !important;
    }
    .modal-header-close {
        position: absolute;
        top: -35px;
        right: 5px;
    }
    .our-networks h1 {
        margin-bottom: 40px;
    }
    .our-networks img {
        padding-bottom: 10px;
    }
    .ds-none6 {
        display: none;
    }
    .rs-none3 {
        display: block;
    }
    .supply-mb {
        width: 25%;
    }
    .frst-exc {
        width: 25%;
        left: 27%;
    }
    .frst-exc p {
        padding: 0px 20px 10px;
    }
    .exp-gl {
        right: 26.8%;
        margin-left: 0px;
        width: 19.6%;
    }
    .exp-gl p {
        padding: 5px 20px;
    }
    .placement-assur {
        width: 24%;
        right: 2%;
        margin-left: 0;
    }
    .placement-assur p {
        padding: 5px 0px;
    }
    .pioneers {
        width: 44.4%;
        margin-left: 0;
        right: 2%;
        margin-top: 12.5%;
    }
    .pioneers p {
        padding: 37px;
        padding-right: 87px;
    }
    .pioneers img {
        padding: 18px 40px 10px;
    }
    .attract-sch {
        margin-top: 26%;
        width: 25%;
    }
    .attract-sch img {
        padding: 9px 81px;
    }
    .global-alumni {
        width: 27.9%;
        margin-top: 26%;
        left: 27%;
    }
    .global-alumni img {
        padding: 8px 12px;
    }
    .institute-gl {
        margin-top: 26%;
        right: 19.7%;
        width: 24%;
        margin-left: 0;
    }
    .institute-gl img {
        padding: 14px 18px;
        padding-bottom: 20px;
    }
    .exp-ye {
        margin-top: 26%;
        width: 17%;
        right: 2%;
    }
    .exp-ye img {
        padding: 20px 10px 22px;
    }
    .exp-ye p {
        padding-right: 2px;
    }
    }