body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

a:focus,
button:focus,
input:focus {
    outline: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1500px;
}

/*HOME*/
.banner {
    width: 100%;
    height: 800px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

header {
    position: relative;
    padding: 50px 180px 0;
    display: flow-root;
}

.main-nav{
    padding: 20px 180px 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    transition: all 0.5s ease-in-out;
}

img.logo {
    width: 100%;
    max-width: 155px;
    float: left;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.two-btn {
    float: right;
    margin-top: 34px;
    position: relative;
    z-index: 99999;
}

.two-btn a,
.two-btn button {
    background: #fff;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding: 0 38px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: .4s all;
}

.two-btn button {
    /* background: inherit; */
    background: rgba(26, 28, 30, 0.6);
    color: #fff;
    margin-left: 25px;
}

.two-btn button i {
    font-size: 28px;
    margin-left: 12px;
    position: relative;
    top: 4px;
}

.two-btn a:hover,
.banner-content a:hover {
    background: inherit;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

.two-btn button:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

/*TOGGLE MENU*/
.menu {
    background: rgba(0,0,0,0.8);
    width: 100%;
    max-width: 362px;
    position: absolute;
    right: -365px;
    top: 0;
    text-align: center;
    height: 100vh;
    display: block;
    transition: ease-in 0.5s all;
    z-index: 999;
}

.menu.active_menu_open{
    right: 0;
    overflow-y: scroll;
}

/*.menu.open-menu {
    display: block;
    top: 58px;
    transition: ease-in 0.5s all;
    transform: translateY(0);
}*/


.menu.open-menu{
    right: 0;
}

.menu ul {
    list-style: none;
    padding-top: 185px;
}

.menu li {
    width: 100%;
    float: left;
    text-align: left;

}

.menu li + li{
    border-top: 1px dashed #3a3a3a;
}

.menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    list-style: none;
    transition: .4s all;
    padding: 8px 15px;
    text-decoration: none !important;
}

.menu li.active a,
.menu li a:hover {
    background: #eb2625;
    color: #fff;
    font-weight: 600;
}

button.menu-btn {
    position: relative;
    z-index: 9999;
}

button.menu-btn i.fal.fa-times {
    display: none;
}

button.menu-btn.change-icon i.fal.fa-bars {
    display: none;
}

button.menu-btn.change-icon i.fal.fa-times {
    display: inline-block;
}

button.menu-btn {
    position: relative;
    z-index: 9;
}

button.menu-btn i.fal.fa-times {
    display: none;
}

button.menu-btn.change-icon i.fal.fa-bars {
    display: none;
}

button.menu-btn.change-icon i.fal.fa-times {
    display: inline-block;
}

/*TOGGLE MENU END*/

.banner-content {
    clear: both;
    padding-top: 175px;
}

.banner-content h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.banner-content h1 {
    font-weight: bold;
    font-size: 63px;
    line-height: 73px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    max-width: 868px;
}

.banner-content h1 span {
    color: #EB2625;
    background: #fff;
    padding: 0 10px;
}

.banner-content h1 span:first-child {
    border-radius: 4px 4px 4px 0px;
}

.banner-content h1 span:last-child {
    border-radius: 4px 0px 4px 4px;
}

.banner-content h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #000;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    margin-top: 20px;
}

.banner-content a {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1B1B1B;
    background: #fff;
    height: 80px;
    display: block;
    line-height: 80px;
    text-align: center;
    width: 236px;
    border: 2px solid #fff;
    border-radius: 16px;
    margin-top: 50px;
    transition: .4s all;
}

.social {
    display: inline-block;
    position: absolute;
    top: 15em;
    right: 3em;
    width: 100px;
}

.social a {
    background: rgba(0, 0, 0, 0.3);
    height: 60px;
    width: 60px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    margin: 0 auto 20px;
    transition: .4s all;
}

.social a i {
    font-size: 30px;
    line-height: 60px;
    transition: .4s all;
}

.social a:hover {
    height: 90px;
    width: 90px;
}

.social a:hover>i {
    font-size: 40px;
    line-height: 90px;
}

.social a i.fal.fa-phone-volume {
    transform: rotate(-45deg);
}

.social a:nth-child(1):hover {
    background: orange;
}

.social a:nth-child(2):hover {
    background: #18d0ae;
}

.social a:nth-child(3):hover {
    background: #02CD4E;
}

.social a:nth-child(4):hover {
    background: #00c4ff;
}

section.join-free {
    width: 100%;
    height: 266px;
    background: #EB2625;
    position: relative;
}

section.join-free h2 {
    font-weight: bold;
    font-size: 200px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.12;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    text-align: center;
}

.join-free-content h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 38px;
    margin-bottom: 15px;
}

.join-free-content {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 50px;
}

.join-free-content h6,
.join-free-content p {
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
}

.join-free-content p span {
    color: #ffff02;
    font-weight: 500;
}

.join-free-content h6 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.join-free-content h6:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 56px;
    height: 4px;
    background: #fff;
}

section.about-us {
    padding: 120px 0 150px;
}

.about-img,
.enq-img {
    width: 540px;
    height: 570px;
    border-radius: 25px;
    margin-left: 60px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about-img:before {
    position: absolute;
    content: '';
    left: -50px;
    top: 0;
    height: 300px;
    width: 5px;
    background: #eb2625;
}

.about-img img {
    position: absolute;
    left: -60px;
    bottom: -170px;
    border: 7px solid #fff;
    border-radius: 25px;
}

.about-content h2,
.prin-content h2,
section.quick h2,
section.out h2,
section.gallery h2,
.iic-content h2,
section.app h2,
.bull-main h2,
section.event h2,
.about-top-content h2,
section.chairman h2 {
    font-weight: bold;
    font-size: 56px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}

.about-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.about-content li h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 15px;
}

.about-content ul {
    margin-left: 50px;
    margin-top: 45px;
    position: relative;
}

.about-content li {
    list-style: none;
    margin-bottom: 30px;
}

.about-content li p {
    font-family: 'Work Sans', sans-serif;
}

.about-content a,
.prin-content a,
a.view-all {
    width: 235px;
    height: 80px;
    background: #EB2625;
    border: 2px solid #EB2625;
    border-radius: 16px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    color: #fff;
    margin-top: 35px;
    text-transform: uppercase;
    transition: .4s all;
    text-decoration: none;
}

.about-content a:hover,
.prin-content a:hover,
a.view-all:hover {
    background: inherit;
    color: #EB2625;
}

.about-content li i {
    height: 180px;
    width: 1px;
    background: #010101;
    display: block;
    position: absolute;
    top: 30px;
    left: -38px;
}

.about-content li i:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -20px;
    right: -10px;
}

.about-content li i:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    bottom: -20px;
    right: -10px;
}

section.desk {
    width: 100%;
    height: 800px;
    text-align: center;
    padding: 100px 0;
    background-color: #1E1E1E;
    position: relative;
}

.form-head {
    color: #fff;
    width: 880px;
    margin: 0 auto;
}

.form-head h2,
section.dep h2,
.ach-right h2 {
    font-weight: bold;
    font-size: 56px;
    text-transform: capitalize;
    color: #F0F0F0;
    margin-bottom: 15px;
}

.form-head p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #B0B0B0;
    margin: 0;
    padding-bottom: 35px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.form-head p:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 66px;
    height: 4px;
    background: #eb2625;
}

section.desk li {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin: 0 20px;
}

section.desk ul {
    margin-top: 80px;
}

section.desk li img {
    width: 170px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border: 1px solid #686868;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: .4s all;
}

section.desk li h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

section.desk li span {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #848383;
    font-family: 'Roboto', sans-serif;
}

section.desk li p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    height: 55px;
    color: #BFBFBF;
    font-family: 'Roboto', sans-serif;
}

section.desk li a {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .4s all;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

section.desk li:hover a {
    color: #EB2625;
}

section.desk li:hover>img {
    background: #EB2625;
    border: 0;
}

section.message {
    padding: 120px 0;
}

.prin-img {
    width: 100%;
    max-width: 440px;
    float: right;
    position: relative;
}

.prin-img img {
    width: 100%;
    max-width: 440px;
    height: 440px;
    border-radius: 50%;
}

.prin-img-bg {
    width: 100%;
    max-width: 380px;
    height: 300px;
    position: absolute;
    z-index: -1;
    top: -3em;
    left: -10em;
}

.prin-img-bg span {
    display: block;
    border-radius: 50%;
    position: absolute;
}

.prin-img-bg span:nth-child(1) {
    height: 80px;
    width: 80px;
    background: #EB2625;
    left: 0;
    top: 0;
}

.prin-img-bg span:nth-child(2) {
    height: 245px;
    width: 245px;
    background: #EB2625;
    opacity: 0.1;
    left: 5em;
    top: 3em;
}

.prin-img-bg span:nth-child(3) {
    height: 36px;
    width: 36px;
    background: #EB2625;
    left: 11.6em;
    top: 7em;
}

.prin-img-bg span:nth-child(4) {
    height: 20px;
    width: 20px;
    background: red;
    left: 2em;
    top: 11em;
}

.prin-content p,
section.quick p,
.quick-box li p span,
section.out p,
section.dep p,
.ach-right li,
section.gallery p,
.iic-content p,
.bull-main li,
section.event p,
.location-bottom li p,
.location-bottom li p a,
.about-top-content p,
.chairman-right p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #454545;
}

.chairman-right p,
.about-top-content p,
.about-content p {
    color: #868686;
}

.prin-content h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #5A5A5A;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.prin-content a {
    margin-top: 60px;
}

.prin-content {
    padding-left: 70px;
}

section.quick {
    text-align: center;
}

.quick-box li {
    display: inline-block;
    width: 470px;
    height: 460px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px #f3f3f3;
    border-radius: 20px;
    vertical-align: top;
    margin: 0 20px;
    padding: 25px;
}

.quick-box {
    margin-top: 60px;
}

.quick-box li figure {
    width: 117px;
    height: 117px;
    background: #ccc;
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    margin-top: 55px;
}

.quick-box li:nth-child(1) figure {
    background: #ed383926;
}

.quick-box li:nth-child(2) figure {
    background: #06b4482b;
}

.quick-box li:nth-child(3) figure {
    background: #e2c4212e;
}

.quick-box li figure img {
    position: absolute;
    left: -8px;
    bottom: 10px;
}

.quick-box li h5 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
    margin: 40px 0;
}

.quick-box li p {
    color: #000;
    font-weight: 600;
}

section.out {
    text-align: center;
    padding: 120px 0;
}

section.out {
    text-align: center;
    padding: 90px 0 120px;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

ul.out-logo li {
    display: inline-block;
    margin: 0 30px;
}

ul.out-logo li img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

ul.out-logo li:first-child img {
    border: 10px solid #109BDB;
}

ul.out-logo {
    margin-top: 60px;
}

ul.out-logo li span {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 25px;
    display: block;
}

p.tecb {
    margin: 60px 0 15px 0;
}

section.com-logo {
    text-align: center;
    height: 180px;
    line-height: 180px;
    border-top: 1px solid #ddddddad;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

section.com-logo li {
    display: inline-block;
    margin: 0 15px;
}

section.com-logo li img {
    width: 150px;
}

section.com-logo li a {
    width: 100%;
    display: block;
}

section.dep {
    width: 100%;
    /* height: 700px; */
    height: auto;
    text-align: center;
    padding: 100px 0;
    text-align: center;
    background-color: #eb2625f2;
    position: relative;
}

section.dep li {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 20px 20px;
    text-align: left;
}

section.dep li span {
    display: block;
    margin: 4px 25px 38px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    position: relative;
}

section.dep li img {
    width: 100%;
    height: 200px;
    padding: 10px;
    border-radius: 25px;
}

section.dep p {
    color: #fff;
}

section.dep ul {
    margin-top: 60px;
}

section.dep li span i {
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: 600;
}

.ach-main {
    width: 100%;
    display: inline-block;
    background: #121212;
    color: #fff;
}

.ach-left {
    width: 48%;
    float: left;
}

.ach-right {
    width: 52%;
    float: right;
    padding: 100px;
}

.ach-left img {
    width: 100%;
}

.ach-right li {
    color: #fff;
}

.ach-right ul {
    width: 100%;
    max-width: 676px;
    margin-left: 44px;
}

.ach-right h2 {
    text-align: left;
}

.ach-right li {
    margin-bottom: 25px;
    list-style: none;
    position: relative;
}

.ach-right h2 {
    text-align: left;
    margin-bottom: 35px;
}

.ach-right li:before,
.bull-main li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    left: -40px;
    top: 2px;
    color: #FF4D4D;
    font-weight: 500;
}

section.gallery {
    padding: 120px 0;
    text-align: center;
}

section.gallery ul {
    overflow: hidden;
    padding-top: 60px;
    margin: 0 -0.2%;
}

section.gallery li {
    float: left;
    width: 26.6%;
    list-style: none;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 250px;
    margin: 0 0.2% 5px;
    cursor: pointer;
}

section.gallery li:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
}

section.gallery li img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

section.gallery li:nth-child(2),
section.gallery li:nth-child(7),
section.gallery li:nth-child(9) {
    width: 18.6%;
}

section.gallery li:after {
    position: absolute;
    content: '\f00e';
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 250px;
}

section.gallery li:before,
section.gallery li:after {
    display: none;
}

section.gallery li:hover:before,
section.gallery li:hover:after {
    display: block;
    pointer-events: none;
}

.iic-content span {
    font-weight: 300;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
}

.iic-content li i {
    color: #FFDC64;
    font-size: 25px;
}

.iic-content li:last-child i {
    color: #B8B8B8;
}

.iic-content li {
    display: inline-block;
    margin-right: 4px;
}

.iic-content ul {
    margin: 20px 0;
}

.iic-content p {
    width: 100%;
    max-width: 815px;
    margin-bottom: 20px;
}

.iic-img {
    width: 100%;
    max-width: 445px;
    margin-top: 8em;
    margin-left: 2em;
    position: relative;
}

.iic-img img {
    width: 100%;
    max-width: 445px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px #f3f3f3;
    border-radius: 50%;
    padding: 20px;
}

.iic-bg {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.iic-bg span {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.iic-bg span:nth-child(1) {
    height: 80px;
    width: 80px;
    background: #EB2625;
    right: -7em;
    top: -5em;
}

.iic-bg span:nth-child(2) {
    height: 245px;
    width: 245px;
    background: #818181;
    opacity: 0.1;
    right: -4em;
    top: -1em;
}

.iic-bg span:nth-child(3) {
    height: 20px;
    width: 20px;
    background: #EB2625;
    right: -4em;
    top: 4em;
}

.iic-bg span:nth-child(4) {
    height: 24px;
    width: 24px;
    background: #EB2625;
    left: -12em;
    top: 24em;
}

section.app {
    text-align: center;
    padding: 120px 0;
}

section.app li {
    display: inline-block;
    margin: 0 60px;
}

section.app li img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 25px;
}

section.app li h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 15px;
}

section.app li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #766666;
}

section.app li p span {
    margin: 0 10px;
}

section.app ul {
    margin-top: 60px;
}

.bull-main {
    width: 100%;
    background: #4C4E55;
    color: #fff;
    padding: 80px;
    border-radius: 30px;
}

.bull-main ul {
    column-count: 2;
    column-gap: 140px;
    column-rule: 4px solid #454545;
}

.bull-main li {
    list-style: none;
}

.bull-main h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.bull-main li {
    color: #fff;
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}

.bull-main li:before {
    color: #fff;
}

.bull-main li a {
    color: #d4b105;
    font-weight: 500;
}

.scrollbar {
    height: 280px;
    width: 100%;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 320px;
}

#style-1::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #46474A;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #46474A;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ABABAB;
}


.blink {
    animation: blink .7s steps(2, start) infinite;
    -webkit-animation: blink .7s steps(2, start) infinite;
    padding: 0px 6px;
    border-radius: 4px;
    background: #00D650;
    font-size: 15px;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

section.event {
    padding: 120px 0;
    text-align: center;
}

section.event li {
    width: 100%;
    max-width: 455px;
    display: inline-block;
    margin: 0 20px 40px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px #F3F3F3;
    border-radius: 20px;
    overflow: hidden;
}

section.event li img {
    width: 100%;
    height: 255px;
}

section.event ul {
    margin-top: 60px;
}

.event-content {
    padding: 40px 25px;
}

.event-content h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #2F2D2D;
}

.event-content p {
    font-family: 'Roboto', sans-serif;
    margin: 18px 0;
}

.event-content a {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #121212;
    border-bottom: 1px solid #FF4D4D;
    padding-bottom: 2px;
    text-decoration: none;
}

section.location iframe {
    width: 100%;
    height: 500px;
    position: relative;
}

.location-bottom {
    text-align: center;
    margin-top: -90px;
    position: relative;
    padding-bottom: 80px;
}

.location-bottom li {
    width: 100%;
    max-width: 325px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.location-bottom li span {
    height: 154px;
    width: 154px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
}

.location-bottom li span i {
    font-size: 50px;
    line-height: 154px;
}

.location-bottom li:nth-child(1) span i {
    color: #4D7EFA;
}

.location-bottom li:nth-child(2) span i {
    color: #00B243;
}

.location-bottom li:nth-child(3) span i {
    color: #ED0100;
}

.location-bottom li:nth-child(4) span i {
    color: #F4AD11;
}

.location-bottom li h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}

.location-bottom li p,
.location-bottom li p a {
    font-weight: 500;
    color: #7B7B7B;
}

footer {
    background: #202020;
    color: #fff;
    padding-top: 100px;
}

.footer-logo img {
    width: 100%;
    max-width: 130px;
}

.footer-inner h6 {
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer-inner ul {
    margin-left: 35px;
}

.footer-inner li,
.footer-inner li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    /* text-transform: capitalize; */
    list-style: none;
    color: #fff;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.footer-inner li a {
    color: #eb2625;
}

.footer-inner li i {
    position: absolute;
    left: -35px;
    top: 5px;
}


.foot-main {
    width: 100%;
    display: inline-block;
}

.foot-left {
    width: 15%;
    float: left;
    text-align: center;
}

.foot-left > a {
    display: inline-block;
    margin-top: 90px;
    color: #eb2625;
    font-weight: 500;
    position: relative;
}

.foot-left > a:before {
    content: " ";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}




.foot-right {
    width: 85%;
    float: right;
}

.footer-inner {
    padding-left: 60px;
}

.foot-bottom {
    width: 100%;
    border-top: 1px solid #3C3C3C;
    height: 80px;
}

.foot-bottom span {
    font-weight: 300;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    text-transform: lowercase;
    color: #BDBDBD;
    float: left;
}

.social-group {
    float: right;
    height: 80px;
    line-height: 80px;
    margin-right: 150px;
}

.social-group a {
    border: 1px solid #585858;
    box-sizing: border-box;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    margin-left: 18px;
}

/*ABOUT US*/
.banner.inner-banner {
    height: 556px;
}

.banner.inner-banner .banner-content h1 span {
    border-radius: 4px;
}

.banner.inner-banner .social {
    top: 9em;
}

section.join-free.about-join {
    height: 306px;
}

.go-to-home ul {
    border-bottom: 1px solid #0000000f;
    height: 80px;
    line-height: 80px;
}

.go-to-home ul li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
}

.go-to-home ul li a {
    color: #918E8E;
}

.go-to-home ul li span {
    color: #000;
    font-weight: 500;
}

.go-to-home ul li span i {
    margin: 0 20px;
    font-size: 22px;
    vertical-align: middle;
}

.about-top-content p {
    margin-bottom: 20px;
}

.about-top-content {
    margin-bottom: 60px;
}

section.about-us.about-main {
    padding: 90px 0 250px;
}

section.about-us.about-main .about-content ul {
    margin-top: 0;
}

section.message.prin-msg {
    background: #EDEDED;
    position: relative;
    z-index: -1;
}

.enq-img {
    float: right;
}


/*Admission Enquiry*/
section.about-us.enq-main {
    padding: 90px 0;
}

.enq-img img {
    position: absolute;
    right: -60px;
    bottom: -170px;
    border: 7px solid #fff;
    border-radius: 25px;
}

.enq-img:before {
    position: absolute;
    content: '';
    right: -50px;
    top: 0;
    height: 300px;
    width: 5px;
    background: #eb2625;
}

ul.adm {
    margin: 0;
    width: 100%;
    position: relative;
}

ul.adm li {
    width: 49%;
    height: 280px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    position: relative;
}

ul.adm:before {
    position: absolute;
    content: '';
    height: 280px;
    width: 1px;
    background: #00000026;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.adm:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 280px;
    background: #00000026;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.adm-single {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 140px;
    width: 100%;
}

.adm-single img {
    display: block;
    margin: 0 auto 15px;
    width: 70px;
}

.adm-single span {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    display: block;
}

.adm-single h6 {
    font-size: 24px;
    color: #eb2625;
    font-weight: 600;
    margin-top: 2px;
}

/*The desk of chairman*/
section.chairman {
    padding: 90px 0;
}

.chairman-single {
    width: 100%;
    display: inline-block;
    margin-bottom: 120px;
}

.chairman-single:last-child {
    margin-bottom: 0;
}

.chairman-left {
    width: 40%;
    float: left;
}

.chairman-right {
    width: 60%;
    float: right;
}

.chairman-right h4 {
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}

.chairman-right span {
    font-size: 18px;
    line-height: 30px;
    color: #A8A8A8;
}

.chairman-right h6 {
    font-size: 18px;
    color: #383838;
}

.chairman-right p {
    margin-top: 15px;
}

.chairman-img {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    position: relative;
}

.chairman-img img {
    width: 100%;
    max-width: 345px;
    height: 345px;
    border-radius: 50%;
}

.prin-img-bg.desk-img-bg span:nth-child(1) {
    height: 60px;
    width: 60px;
    background: #EB2625;
    left: 5em;
    top: 0;
}

.prin-img-bg.desk-img-bg span:nth-child(2) {
    width: 187px;
    height: 187px;
    left: 8em;
    top: 2em;
}

.prin-img-bg.desk-img-bg span:nth-child(3) {
    height: 27px;
    width: 27px;
    background: #EB2625;
    left: 12.4em;
    top: 5em;
}

.prin-img-bg.desk-img-bg span:nth-child(4) {
    height: 15px;
    width: 15px;
    background: red;
    left: 6em;
    top: 8em;
}

section.chairman h2 {
    margin-bottom: 100px;
}

.chairman-single.single-right .chairman-left {
    float: right;
}

.chairman-single.single-left .chairman-right {
    float: left;
}

.chairman-single.single-right .chairman-img {
    margin: inherit;
    float: right;
}

p.education {
    margin-top: 25px;
}

p.education span {
    color: #000;
    font-weight: 600;
}


.header-scroll{
    background: rgba(0,0,0,0.7);
    padding-top: 5px !important;
}

.header-scroll img.logo {
    width: 90px;
}

.header-scroll .two-btn{
    margin-top: 6px;
    margin-bottom: 6px;
}






section.out.new_out {
    max-width: inherit;
}
section.out.new_out {
    padding: 60px 0;
}
section.out.new_out h2 {
    margin-bottom: 30px;
}
section.out.new_out .form-control {
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
section.out.new_out .form-group label {
    text-align: left;
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
section.out.new_out input.btn.btn-default.submit_btn {
    width: 174px;
    transition: 0.4s;
    height: 55px;
    background: #D10A11;
    border-radius: 8px;
    border: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
section.out.new_out input.btn.btn-default.submit_btn:hover{
    background: #4E4E4E;
}
/********************************************
                RESPONSIVE
*********************************************/
@media only screen and (max-width:1600px) {
    section.desk li {
        width: 330px;
    }

    .quick-box li {
        width: 440px;
    }

    section.dep li {
        width: 330px;
        margin: 0 15px 15px;
    }

     section.dep li span{
        height: 70px;
     }

     body {
         overflow-x: hidden;
     }
}

@media only screen and (max-width:1500px) {


.foot-left > a {
    margin-top: 80px;
    font-size: 13px;
}


.header-scroll img.logo {
    width: 60px;
}


.main-nav{
    padding: 20px 125px 0;
}

.menu{
    max-width: 255px;
}

.menu li a{
    font-size: 14px;
}

.menu ul{
    padding-top: 110px;
}

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }

    .banner {
        height: 550px;
    }



    .menu.open-menu {
        top: 30px !important;
    }

    .two-btn {
        margin-top: 22px;
    }

    header {
        padding: 25px 120px 0px;
    }

    img.logo {
        width: 100px;
    }

    .two-btn a,
    .two-btn button {
        height: 46px;
        line-height: 43px;
        padding: 0 25px;
        font-size: 14px;
    }

    .two-btn button i {
        font-size: 20px;
        margin-left: 8px;
        top: 2px;
    }

    .banner-content h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .banner-content h1 {
        font-size: 42px;
        line-height: 49px;
        max-width: 620px;
    }

    .banner-content h6 {
        font-size: 14px;
        margin-top: 13px;
        padding: 2px 10px;
    }

    .banner-content a,
    .about-content a,
    .prin-content a,
    a.view-all {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        width: 150px;
        border-radius: 8px;
    }

    .banner-content a {
        /* margin-top: 38px; */
           margin-top: 8px;
    }

    .about-content a {
        margin-top: 20px;
    }

    .banner-content {
        padding-top: 180px;
    }

    .two-btn button {
        margin-left: 20px;
    }

    .social a {
        height: 40px;
        width: 40px;
        margin: 0 auto 14px;
    }

    .social a i {
        font-size: 20px;
        line-height: 40px;
    }

    .social {
        top: 11em;
        right: 2em;
    }

    .social a:hover {
        height: 55px;
        width: 55px;
    }

    .social a:hover>i {
        font-size: 25px;
        line-height: 55px;
    }

    section.join-free {
        height: 170px;
    }

    section.join-free h2 {
        font-size: 120px;
        letter-spacing: 0.03em;
        top: 15px;
    }

    .join-free-content {
        margin-bottom: 0;
        padding-top: 25px;
    }

    .join-free-content h3 {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .join-free-content h6,
    .join-free-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .join-free-content h6 {
        margin-bottom: 10px;
        padding-bottom: 16px;
    }

    .join-free-content h6:before {
        width: 50px;
        height: 3px;
    }

    .about-img,
    .enq-img {
        width: 350px;
        height: 360px;
        border-radius: 20px;
        margin-left: 0px; text-align: center;
    }

    .about-img img {
        left: -40px;
        bottom: -100px;
        border: 5px solid #fff;
        border-radius: 20px;
        width: 100%;
        max-width: 300px;
    }

    .enq-img img {
        right: -40px;
        bottom: -90px;
        border: 5px solid #fff;
        border-radius: 20px;
        width: 100%;
        max-width: 265px;
    }

    .about-content h2,
    .prin-content h2,
    section.quick h2,
    section.out h2,
    section.gallery h2,
    .iic-content h2,
    section.app h2,
    .bull-main h2,
    section.event h2,
    .form-head h2,
    section.dep h2,
    .ach-right h2,
    .about-top-content h2,
    section.chairman h2 {
        font-size: 40px;
        margin-bottom: 6px;
    }

    .about-content p,
    .form-head p,
    .prin-content p,
    section.quick p,
    .quick-box li p span,
    section.out p,
    section.dep p,
    .ach-right li,
    section.gallery p,
    .iic-content p,
    .bull-main li,
    section.event p,
    .location-bottom li p,
    .location-bottom li p a,
    .about-top-content p,
    .chairman-right p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-content li h5 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .about-content ul {
        margin-left: 40px;
        margin-top: 35px;
    }

    .about-content li i:before {
        height: 14px;
        width: 14px;
        top: -14px;
        right: -7px;
    }

    .about-content li i:after {
        height: 14px;
        width: 14px;
        bottom: -14px;
        right: -7px;
    }

    .about-content li i {
        height: 123px;
        top: 20px;
        left: -34px;
    }

    .about-content li {
        margin-bottom: 22px;
    }

    .about-img:before {
        left: -35px;
        height: 220px;
        width: 3px;
    }

    section.about-us {
        padding: 80px 0 100px;
    }

    .form-head {
        width: 680px;
    }

    .form-head p {
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .form-head p:before {
        width: 50px;
        height: 3px;
    }

    section.desk {
        padding: 70px 0;
        height: 580px;
    }

    section.desk ul {
        margin-top: 40px;
    }

    section.desk li img {
        width: 120px;
        padding: 7px;
        margin-bottom: 18px;
    }

    section.desk li h4 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    section.desk li span,
    section.desk li p,
    section.desk li a {
        font-size: 12px;
        line-height: 20px;
    }

    section.desk li p {
        height: 50px;
    }

    section.desk li {
        width: 230px;
    }

    .prin-content h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .prin-content {
        padding-left: 50px;
    }

    .prin-img img {
        max-width: 280px;
        height: 280px;
    }

    .prin-img {
        max-width: 300px;
    }

    .prin-img-bg span:nth-child(1) {
        height: 52px;
        width: 52px;
        left: 3em;
    }

    .prin-img-bg span:nth-child(2) {
        width: 150px;
        height: 150px;
        left: 7em;
        top: 2em;
    }

    .prin-img-bg span:nth-child(3) {
        height: 24px;
        width: 24px;
        left: 11.6em;
        top: 5em;
    }

    .prin-img-bg span:nth-child(4) {
        height: 14px;
        width: 14px;
        left: 5em;
        top: 8em;
    }

    .prin-content a {
        margin-top: 40px;
    }

    .quick-box {
        margin-top: 50px;
    }

    .quick-box li {
        width: 320px;
        height: 330px;
        border-radius: 15px;
        margin: 0 14px;
        padding: 14px;
    }

    .quick-box li figure {
        width: 80px;
        height: 80px;
        margin-top: 40px;
    }

    .quick-box li figure img {
        width: 45px;
    }

    .quick-box li:first-child figure img {
        width: 28px;
    }

    .quick-box li h5 {
        font-size: 20px;
        margin: 25px 0;
    }

    section.message,
    section.out,
    section.gallery,
    section.app,
    section.event {
        padding: 80px 0;
    }

    section.out {
        max-width: 950px;
    }

    ul.out-logo li img {
        width: 120px;
        height: 120px;
    }

    ul.out-logo li span {
        font-size: 18px;
        margin-top: 18px;
    }

    ul.out-logo li:first-child img {
        border: 6px solid #109BDB;
    }

    ul.out-logo {
        margin-top: 40px;
    }

    ul.out-logo li {
        margin: 0 20px;
    }

    p.tecb {
        margin: 35px 0 12px 0;
    }

    section.com-logo {
        height: 115px;
        line-height: 115px;
        max-width: 1100px;
    }

    section.dep {
        padding: 60px 0;
    }

    section.dep li {
        width: 250px;
        border-radius: 15px;
        margin: 0 14px 15px;
    }

    section.dep li img {
        height: 150px;
        padding: 7px;
        border-radius: 20px;
    }

    section.dep li span {
        margin: 2px 17px 28px;
        font-size: 13px;
        line-height: 17px;
    }

    section.dep {
        /* height: 500px; */
        height:auto;
    }

    .ach-right {
        padding: 60px;
    }

    .ach-right h2 {
        margin-bottom: 22px !important;
    }

    .ach-right ul {
        max-width: 500px;
        margin-left: 30px;
    }

    .ach-right li {
        margin-bottom: 18px;
    }

    section.gallery li img {
        height: 100%;
    }

    section.gallery li {
        height: 180px;
        border-radius: 6px;
    }

    section.gallery li:after {
        line-height: 180px;
        font-size: 30px;
    }

    section.gallery ul {
        padding-top: 40px;
    }

    .ach-right li:before,
    .bull-main li:before {
        left: -30px;
        top: 1px;
        font-size: 12px;
    }

    .iic-content span {
        font-size: 18px;
    }

    .iic-content ul {
        margin: 12px 0;
    }

    .iic-content li i {
        font-size: 16px;
    }

    .iic-content li {
        margin-right: 2px;
    }

    .iic-content p {
        margin-bottom: 14px;
    }

    .iic-img img {
        padding: 12px;
    }

    section.app li img {
        max-width: 120px;
        margin-bottom: 18px;
    }

    section.app li h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    section.app li p {
        font-size: 14px;
    }

    section.app li p span {
        margin: 0 6px;
    }

    .bull-main li {
        margin-bottom: 18px;
        margin-left: 30px;
    }

    .bull-main h2 {
        margin-bottom: 40px;
    }

    .bull-main ul {
        column-gap: 95px;
        column-rule: 3px solid #454545;
    }

    .blink {
        padding: 1px 4px;
        border-radius: 3px;
        font-size: 10px;
    }

    .scrollbar {
        height: 195px;
    }

    #style-1::-webkit-scrollbar {
        width: 4px;
    }

    .bull-main {
        padding: 60px;
    }

    section.event ul {
        margin-top: 40px;
    }

    section.event li {
        max-width: 344px;
        margin: 0 14px 28px;
        border-radius: 18px;
    }

    section.event li img {
        height: 180px;
    }

    .event-content {
        padding: 28px 18px;
    }

    .event-content h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .event-content p {
        margin: 12px 0;
    }

    .event-content a {
        font-size: 14px;
    }

    section.location iframe {
        height: 350px;
    }

    .location-bottom li span {
        height: 100px;
        width: 100px;
    }

    .location-bottom li span i {
        font-size: 40px;
        line-height: 100px;
    }

    .location-bottom li {
        max-width: 225px;
    }

    .location-bottom {
        margin-top: -65px;
        padding-bottom: 60px;
    }

    .location-bottom li h6 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    footer {
        padding-top: 60px;
    }

    .footer-logo img {
        max-width: 100px;
    }

    .footer-inner h6 {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .footer-inner li,
    .footer-inner li a {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-inner ul {
        margin-left: 24px;
    }

    .footer-inner li i {
        left: -24px;
        top: 7px;
    }

    .foot-bottom {
        height: 60px;
    }

    .foot-bottom span {
        font-size: 12px;
        height: 60px;
        line-height: 60px;
    }

    .social-group {
        height: 60px;
        line-height: 60px;
        margin-right: 120px;
    }

    .social-group a {
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 14px;
        margin-left: 8px;
    }

    section.com-logo li {
        display: inline-block;
        margin: 0 5px;
    }

    section.com-logo li img {
        width: 120px;
    }

    .iic-img {
        max-width: 245px;
        margin-top: 5em;
    }

    .iic-bg span:nth-child(1) {
        height: 52px;
        width: 52px;
        right: -5em;
        top: -3em;
    }

    .iic-bg span:nth-child(2) {
        height: 150px;
        width: 150px;
        right: -2em;
        top: -1em;
    }

    .iic-bg span:nth-child(3) {
        height: 16px;
        width: 16px;
        right: -2.5em;
        top: 2em;
    }

    .iic-bg span:nth-child(4) {
        height: 12px;
        width: 12px;
        left: 2em;
        top: 13em;
    }

    .banner.inner-banner {
        height: 425px;
    }

    .banner.inner-banner .social {
        top: 7em;
    }

    section.join-free.about-join {
        height: 200px;
    }

    .about-top-content p {
        margin-bottom: 10px;
    }

    .about-top-content {
        margin-bottom: 40px;
    }

    section.about-us.about-main {
        padding: 50px 0 150px;
    }

    .go-to-home ul {
        height: 60px;
        line-height: 60px;
    }

    .go-to-home ul li {
        font-size: 14px;
    }

    .go-to-home ul li span i {
        margin: 0 12px;
        font-size: 18px;
    }

    section.chairman,
    section.about-us.enq-main {
        padding: 60px 0;
    }

    section.chairman h2 {
        margin-bottom: 70px;
    }

    .chairman-right h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .chairman-right span,
    .chairman-right h6 {
        font-size: 15px;
        line-height: 24px;
    }

    .chairman-right p {
        margin-top: 8px;
    }

    .chairman-img {
        max-width: 250px;
    }

    .chairman-img img {
        height: 250px;
    }

    .prin-img-bg.desk-img-bg span:nth-child(1) {
        height: 40px;
        width: 40px;
        left: 7em;
        top: 1em;
    }

    .prin-img-bg.desk-img-bg span:nth-child(2) {
        width: 130px;
        height: 130px;
        left: 9em;
        top: 2em;
    }

    .prin-img-bg.desk-img-bg span:nth-child(3) {
        height: 20px;
        width: 20px;
        left: 12.4em;
        top: 4em;
    }

    .prin-img-bg.desk-img-bg span:nth-child(4) {
        height: 10px;
        width: 10px;
        left: 8em;
        top: 7em;
    }

    .chairman-single {
        margin-bottom: 75px;
    }

    .enq-img:before {
        right: -35px;
        height: 200px;
        width: 3px;
    }

    ul.adm {
        margin: 0;
        margin-top: 20px;
    }

    .adm-single img {
        margin: 0 auto 8px;
        width: 50px;
    }

    .adm-single span {
        font-size: 24px;
        line-height: 30px;
    }

    .adm-single h6 {
        font-size: 20px;
        margin-top: 1px;
    }

    ul.adm li {
        height: 180px;
    }

    .adm-single {
        height: 115px;
    }

    ul.adm:before {
        height: 180px;
    }

    ul.adm:after {
        width: 180px;
    }
}

@media only screen and (max-width:1199px) {
    .banner {
        height: 500px;
    }

    header {
        padding: 25px 80px 0px;
    }

    .banner-content {
        padding-top: 50px;
    }

    section.desk li {
        width: 218px;
        margin: 0 10px;
    }

    .prin-content {
        padding-left: 10px;
    }

    .prin-img-bg span:nth-child(1) {
        left: 5em;
    }

    .quick-box li {
        width: 290px;
        height: 310px;
        margin: 0 10px;
    }

    section.dep li {
        width: 223px;
        margin: 0 10px 15px;
    }

    section.dep li span {
        margin: 2px 13px 28px;
        font-size: 12px;
    }

    .ach-right {
        padding: 38px;
    }

    .ach-right li {
        margin-bottom: 10px;
        line-height: 19px;
    }

    .ach-right h2 {
        margin-bottom: 12px !important;
    }

    section.event li {
        max-width: 300px;
        margin: 0 10px 20px;
    }

    .location-bottom li {
        max-width: 215px;
        margin: 0 10px;
    }

    section.location iframe {
        height: 300px;
    }

    section.com-logo li img {
        width: 105px;
    }

    section.gallery li:after {
        line-height: 180px;
        font-size: 28px;
    }
}

@media only screen and (max-width:991px) {
    .banner {
        height: 400px;
        background-position: inherit;
    }

    .menu.open-menu {
        top: 0 !important;
        height: 100vh !important;
        padding-top: 100px;
        position: fixed;
    }

    .menu ul {
        line-height: inherit !important;
    }

    .menu li {
        display: block !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    header {
        padding: 16px 40px 0px;
    }

    .banner-content {
        padding-top: 25px;
    }

    .social {
        top: 9em;
        right: 1em;
    }

    .banner-content h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 44px;
        max-width: 550px;
    }

    .banner-content h6 {
        font-size: 12px;
        margin-top: 9px;
        padding: 1px 10px;
    }

    .banner-content a {
        margin-top: 24px;
    }

    .two-btn a,
    .two-btn button {
        height: 42px;
        line-height: 39px;
        padding: 0 22px;
        font-size: 13px;
    }

    .banner-content a,
    .about-content a,
    .prin-content a,
    a.view-all {
        font-size: 13px;
        line-height: 40px;
        height: 42px;
        width: 130px;
        border-radius: 8px;
    }

    .about-content h2,
    .prin-content h2,
    section.quick h2,
    section.out h2,
    section.gallery h2,
    .iic-content h2,
    section.app h2,
    .bull-main h2,
    section.event h2,
    .form-head h2,
    section.dep h2,
    .ach-right h2 {
        font-size: 34px;
    }

    .about-img {
        width: 300px;
        height: 320px;
        border-radius: 18px;
    }

    .about-img img {
        max-width: 250px;
    }

    .about-img:before {
        height: 180px;
    }

    .about-content li i {
        display: none;
    }

    .about-content ul {
        margin-left: 0;
    }

    section.desk li img {
        width: 100px;
        padding: 5px;
        margin-bottom: 15px;
    }

    section.desk {
        padding: 70px 0;
        height: auto;
    }

    section.desk li {
        width: 250px;
        margin: 0 15px 30px;
    }

    .prin-img img {
        max-width: 200px;
        height: 200px;
        float: right;
    }

    .prin-img-bg {
        left: -3em;
    }

    .prin-img-bg span:nth-child(1) {
        height: 40px;
        width: 40px;
        top: 2em;
    }

    .prin-img-bg span:nth-child(2) {
        width: 100px;
        height: 100px;
        left: 7em;
        top: 3em;
    }

    .prin-img-bg span:nth-child(3) {
        height: 15px;
        width: 15px;
        left: 9.3em;
        top: 5em;
    }

    .quick-box li {
        margin: 0 10px 20px;
    }

    section.out p {
        padding: 0 20px;
    }

    section.dep {
        height: auto;
    }

    .ach-right {
        padding: 26px;
    }

    .ach-right li {
        margin-bottom: 8px;
        line-height: 18px;
        font-size: 13px;
    }

    .ach-right li:before,
    .bull-main li:before {
        left: -22px;
        top: 0px;
        font-size: 10px;
    }

    .ach-right ul {
        max-width: 100%;
        margin-left: 20px;
        padding-right: 5px;
    }

    section.dep li {
        margin: 0 10px 20px;
    }

    section.dep ul {
        margin-top: 40px;
    }

    section.gallery li {
        height: 135px;
    }

    .iic-img {
        max-width: 180px;
    }

    .iic-img img {
        padding: 8px;
    }

    .iic-bg span:nth-child(1) {
        height: 40px;
        width: 40px;
        right: -3em;
        top: -3em;
    }

    .iic-bg span:nth-child(2) {
        height: 100px;
        width: 100px;
        right: -1em;
        top: -1em;
    }

    .iic-bg span:nth-child(3) {
        height: 12px;
        width: 12px;
        right: -1.5em;
        top: 1em;
    }

    .iic-bg span:nth-child(4) {
        height: 10px;
        width: 10px;
        left: 7em;
        top: 10em;
    }

    section.app li {
        margin: 0 60px 60px;
    }

    section.app li:last-child {
        margin-bottom: 0;
    }

    .bull-main ul {
        column-gap: 40px;
    }

    .location-bottom li p {
        font-size: 13px;
    }

    .location-bottom li {
        max-width: 165px;
    }

    .location-bottom li span {
        height: 80px;
        width: 80px;
    }

    .location-bottom li span i {
        font-size: 30px;
        line-height: 80px;
    }

    .footer-inner h6 {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .footer-inner li,
    .footer-inner li a {
        font-size: 12px;
        margin-bottom: 12px;
        line-height: 18px;
    }

    .footer-inner {
        padding-left: 30px;
    }

    .footer-inner li i {
        left: -23px;
        top: 4px;
    }

    section.location iframe {
        height: 260px;
    }

    section.com-logo li img {
        width: 78px;
    }

    section.com-logo {
        height: 100px;
        line-height: 100px;
        max-width: 100%;
    }

    section.gallery li:after {
        line-height: 135px;
        font-size: 24px;
    }

    .banner.inner-banner {
        height: 350px;
    }

    .about-img,
    .enq-img {
        width: 300px;
        height: 310px;
        margin-left: 0;
    }

    .enq-img img {
        bottom: -80px;
        max-width: 230px;
    }

    .enq-img:before {
        height: 170px;
    }

    .adm-single img {
        margin: 0 auto 6px;
        width: 40px;
    }

    .adm-single span {
        font-size: 20px;
        line-height: 26px;
    }

    .adm-single h6 {
        font-size: 16px;
    }

    .adm-single {
        height: 94px;
    }

    ul.adm li {
        height: 150px;
    }

    ul.adm:before {
        height: 150px;
    }

    ul.adm:after {
        width: 150px;
    }

    section.about-us.enq-main {
        padding: 50px 0;
    }

    section.join-free {
        z-index: -1;
    }

    .prin-img-bg.desk-img-bg {
        left: -10em;
    }

    .chairman-img {
        max-width: 200px;
    }

    .chairman-img img {
        height: 200px;
    }

    .prin-img-bg.desk-img-bg span:nth-child(1) {
        height: 35px;
        width: 35px;
    }

    .prin-img-bg.desk-img-bg span:nth-child(2) {
        width: 110px;
        height: 110px;
    }

    .prin-img-bg.desk-img-bg span:nth-child(3) {
        height: 15px;
        width: 15px;
        left: 11.7em;
    }

}

@media only screen and (max-width:767px) {

.menu{
    overflow-y: scroll;
}

.main-nav {
    padding: 15px 15px 0;
}

.banner-content{
    padding-top: 105px !important;
}

.menu li{
    margin-bottom: 0 !important;
}


    body,
    html {
        overflow-x: hidden;
    }

    .banner {
        height: auto;
    }

    img.logo {
        width: 80px;
    }

    .two-btn a,
    .two-btn button {
        height: 38px;
        line-height: 36px;
        padding: 0 20px;
    }

    .two-btn button {
        margin-left: 10px;
    }

    header {
        padding: 16px 20px 30px;
    }

    .two-btn {
        margin-top: 18px;
    }

    .banner-content h4 {
        font-size: 16px;
    }

    .banner-content h1 {
        font-size: 34px;
        line-height: 38px;
        max-width: 406px;
    }

    .banner-content h1 span {
        padding: 0 6px;
    }

    .social {
        width: 80px;
        top: 7em;
        right: 0em;
    }

    .social a {
        margin: 0 auto 10px;
    }

    .banner-content a,
    .about-content a,
    .prin-content a,
    a.view-all {
        font-size: 13px;
        line-height: 38px;
        height: 40px;
        width: 126px;
        border-radius: 6px;
    }

    section.join-free {
        height: 140px;
    }

    section.join-free h2 {
        font-size: 84px;
    }

    .join-free-content h3 {
        font-size: 30px;
        margin-bottom: 2px;
    }

    .join-free-content h6,
    .join-free-content p {
        font-size: 14px;
        line-height: 14px;
    }

    .join-free-content {
        padding-top: 18px;
    }

    .about-img {
        width: 250px;
        height: 260px;
        margin: 0 auto; text-align: center;
    }

    .about-img img {
        max-width: 200px;
        bottom: -70px;
        border: 4px solid #fff;
    }

    .about-content {
        /*padding-top: 90px;*/
    }

    section.about-us {
        padding: 50px 0;
    }

    .about-img:before {
        height: 140px;
    }

    .form-head {
        width: 100%;
        padding: 0 15px;
    }

    .about-content h2,
    .prin-content h2,
    section.quick h2,
    section.out h2,
    section.gallery h2,
    .iic-content h2,
    section.app h2,
    .bull-main h2,
    section.event h2,
    .form-head h2,
    section.dep h2,
    .ach-right h2,
    .about-top-content h2,
    section.chairman h2 {
        font-size: 30px;
    }

    section.desk {
        padding: 40px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .prin-img-bg {
        width: 100%;
        max-width: 380px;
        height: 300px;
        position: absolute;
        z-index: -1;
        top: -3em;
        left: -5.5em;
    }

    .prin-img {
        max-width: 300px;
        float: inherit;
        margin: 0 auto;
    }

    .prin-img img {
        float: inherit;
        margin: 0 auto;
        display: block;
    }

    section.message,
    section.out,
    section.gallery,
    section.app,
    section.event {
        padding: 50px 0;
    }

    .prin-content {
        padding-left: 0;
        padding-top: 30px;
    }

    .quick-box {
        margin-top: 30px;
    }

    ul.out-logo li {
        margin: 0 15px;
    }

    ul.out-logo li img {
        width: 100px;
        height: 100px;
    }

    ul.out-logo li:first-child img {
        border: 4px solid #109BDB;
    }

    ul.out-logo li span {
        font-size: 16px;
        margin-top: 10px;
    }

    ul.out-logo {
        margin-top: 30px;
    }

    section.out p {
        padding: 0 15px;
        margin-top: 20px;
    }

    section.dep {
        background-repeat: no-repeat;
        background-size: cover;
    }

    section.dep {
        padding: 50px 0;
    }

    section.dep li img {
        height: 128px;
        padding: 5px;
        border-radius: 18px;
    }

    section.dep ul {
        margin-top: 30px;
    }

    .ach-left,
    .ach-right {
        width: 100%;
        float: inherit;
    }

    .ach-left img {
        height: 300px;
    }

    .ach-right h2 {
        margin-bottom: 18px !important;
    }

    .ach-right li {
        margin-bottom: 12px;
    }

    section.gallery ul {
        padding-top: 30px;
        margin: 0 -0.5%;
    }

    section.gallery li {
        width: 32.33% !important;
        height: 110px;
        margin: 0 0.5% 5px;
    }

    .iic-content span {
        font-size: 16px;
    }

    .iic-img {
        margin: 4em auto 0;
    }

    section.app ul {
        margin-top: 30px;
    }

    .bull-main ul {
        column-count: inherit;
        column-gap: inherit;
        column-rule: inherit;
    }

    .bull-main {
        padding: 30px;
        border-radius: 20px;
    }

    .scrollbar {
        height: 155px;
    }

    .bull-main h2 {
        margin-bottom: 30px;
    }

    section.event ul {
        margin-top: 30px;
    }

    section.location iframe {
        height: 220px;
    }

    .location-bottom {
        margin-top: -54px;
        padding-bottom: 30px;
    }

    .location-bottom li {
        margin: 0 10px 20px;
    }

    .location-bottom li span {
        border: 1px solid #F0F0F0;
        box-sizing: border-box;
        box-shadow: 0px 13px 19px #f3f3f3;
    }

    .foot-left,
    .foot-right {
        width: 100%;
        float: inherit;
    }

    .foot-left {
        margin-bottom: 20px;
    }

    .footer-inner {
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .footer-inner h6 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-inner li,
    .footer-inner li a {
        margin-bottom: 8px;
    }

    .footer-logo img {
        max-width: 80px;
    }

    .social-group {
        margin-right: 0;
    }

    .social-group a {
        margin-left: 5px;
    }

    .bull-main li {
        margin-bottom: 10px;
    }

    section.com-logo {
        height: auto;
        line-height: inherit;
    }

    section.com-logo li {
        margin: 15px;
    }

    section.gallery li:after {
        line-height: 110px;
        font-size: 22px;
    }

    section.about-us.about-main {
        padding: 50px 0;
    }

    section.join-free.about-join {
        height: 175px;
    }

    section.join-free.about-join .join-free-content p {
        padding: 0 25px;
        line-height: 18px;
    }

    .go-to-home ul {
        height: 50px;
        line-height: 50px;
    }

    .banner.inner-banner .social {
        top: 5em;
    }

    .banner.inner-banner {
        height: 300px;
    }

    .menu.open-menu {
        padding-top: 85px;
    }

    .enq-img {
        float: inherit;
        margin: 30px auto 0;
    }

    section.about-us.enq-main .about-content {
        padding-top: 0;
    }

    section.about-us.enq-main {
        padding: 50px 0 120px;
    }

    .enq-img {
        width: 250px;
        height: 260px;
        margin: 30 auto 0;
    }

    .enq-img img {
        max-width: 200px;
        bottom: -70px;
        border: 4px solid #fff;
    }

    .enq-img:before {
        height: 140px;
    }

    .chairman-left,
    .chairman-right {
        width: 100%;
        float: inherit;
    }

    .chairman-img,
    .chairman-single.single-right .chairman-img {
        margin: inherit;
        margin-left: 60px;
        margin-bottom: 20px;
        float: none;
    }

    .chairman-right h4 {
        font-size: 20px;
        margin-bottom: 1px;
    }

    .chairman-right span,
    .chairman-right h6 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width:500px) {

    .two-btn a,
    .two-btn button {
        height: 34px;
        line-height: 31px;
        padding: 0 15px;
        font-size: 12px;
    }

    .menu li a {
        font-size: 12px !important;
    }

    .banner-content {
        padding-top: 45px;
    }

    .two-btn button i {
        font-size: 17px;
        margin-left: 6px;
    }

    .two-btn button {
        margin-left: 4px;
    }

    header {
        padding: 16px 15px 60px;
    }

    .banner-content h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .banner-content h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .banner-content h1 span {
        padding: 0 4px;
    }

    .banner-content h6 {
        font-size: 11px;
        margin-top: 8px;
        padding: 0px 10px;
    }

    .banner-content a,
    .about-content a,
    .prin-content a,
    a.view-all {
        font-size: 12px;
        line-height: 34px;
        height: 36px;
        width: 118px;
        border-radius: 5px;
    }

    .social {
        width: 60px;
        top: 9em;
        right: 0em;
    }

    .social a {
        height: 35px;
        width: 35px;
    }

    .social a i {
        font-size: 16px;
        line-height: 35px;
    }

    .social a {
        margin: 0 auto 7px;
    }

    .social a:hover {
        height: 45px;
        width: 45px;
    }

    .social a:hover>i {
        font-size: 20px;
        line-height: 45px;
    }

    section.join-free {
        height: 120px;
    }

    section.join-free h2 {
        font-size: 68px;
    }

    .join-free-content h3 {
        font-size: 28px;
        margin-bottom: 2px;
    }

    .join-free-content h6,
    .join-free-content p {
        font-size: 13px;
        line-height: 12px;
    }

    .join-free-content h6:before {
        width: 40px;
        height: 2px;
    }

    .join-free-content {
        padding-top: 12px;
    }

    .about-img {
        width: 220px;
        height: 230px;
    }

    .about-img img {
        max-width: 180px;
        bottom: -65px;
    }

    .about-img:before {
        height: 125px;
    }

    .about-content h2,
    .prin-content h2,
    section.quick h2,
    section.out h2,
    section.gallery h2,
    .iic-content h2,
    section.app h2,
    .bull-main h2,
    section.event h2,
    .form-head h2,
    section.dep h2,
    .ach-right h2,
    .about-top-content h2,
    section.chairman h2 {
        font-size: 28px;
    }

    .about-content p,
    .form-head p,
    .prin-content p,
    section.quick p,
    .quick-box li p span,
    section.out p,
    section.dep p,
    .ach-right li,
    section.gallery p,
    .iic-content p,
    .bull-main li,
    section.event p,
    .location-bottom li p,
    .location-bottom li p a,
    .about-top-content p,
    .chairman-right p {
        font-size: 13px;
        line-height: 19px;
    }

    .about-content ul {
        margin-top: 20px;
    }

    .about-content li h5 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .about-content a {
        margin-top: 10px;
    }

    .form-head p:before {
        width: 40px;
        height: 2px;
    }

    .prin-img img {
        max-width: 180px;
        height: 180px;
    }

    .prin-img-bg {
        max-width: 280px;
        height: 150px;
        top: -3em;
        left: -4.5em;
    }

    .prin-img-bg span:nth-child(1) {
        height: 30px;
        width: 30px;
        top: 2em;
    }

    .prin-img-bg span:nth-child(2) {
        width: 80px;
        height: 80px;
        left: 7em;
        top: 3em;
    }

    .prin-img-bg span:nth-child(3) {
        height: 12px;
        width: 12px;
        left: 8.8em;
    }

    .prin-img-bg span:nth-child(4) {
        height: 8px;
        width: 8px;
    }

    .prin-content a {
        margin-top: 30px;
    }

    ul.out-logo li span {
        font-size: 14px;
    }

    section.out p {
        margin-top: 12px;
    }

    section.dep li span {
        margin: 2px 13px 20px;
        min-height: auto !important;
    }

    .ach-left img {
        height: 250px;
    }

    section.gallery li {
        width: 49% !important;
        height: 100px;
    }

    .iic-content span {
        font-size: 14px;
    }

    .iic-content ul {
        margin: 4px 0;
    }

    .iic-content li i {
        font-size: 14px;
    }

    .iic-content li {
        margin-right: 1px;
    }

    section.app li img {
        max-width: 100px;
        margin-bottom: 10px;
    }

    section.app li h6 {
        font-size: 16px;
        margin-bottom: 0;
    }

    section.app li p {
        font-size: 13px;
    }

    section.app li p span {
        margin: 0 4px;
    }

    .bull-main {
        padding: 30px 15px;
    }

    .bull-main h2 {
        margin-bottom: 20px;
    }

    .scrollbar {
        height: 145px;
    }

    .event-content {
        padding: 20px 15px;
    }

    .event-content p {
        margin: 8px 0;
    }

    .event-content h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .event-content a {
        font-size: 13px;
    }

    .about-content a,
    .prin-content a,
    a.view-all {
        margin-top: 20px;
    }

    section.location iframe {
        height: 200px;
    }

    .location-bottom li h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .foot-bottom {
        height: 50px;
    }

    .foot-bottom span {
        font-size: 10px;
        height: 50px;
        line-height: 50px;
    }

    .social-group a {
        margin-left: 1px;
    }

    .social-group a {
        height: 26px;
        width: 26px;
        line-height: 26px;
        font-size: 10px;
    }

    .social-group {
        margin-right: 0;
        height: 50px;
        line-height: 50px;
    }

    footer {
        padding-top: 40px;
    }

    section.gallery li:after {
        line-height: 100px;
        font-size: 20px;
    }

    .go-to-home ul li {
        font-size: 13px;
    }

    .go-to-home ul li span i {
        margin: 0 10px;
        font-size: 16px;
    }

    section.join-free.about-join .join-free-content p {
        padding: 0 30px;
        line-height: 20px;
    }

    .banner.inner-banner .social {
        top: 6em;
    }

    .banner.inner-banner {
        height: 280px;
    }

    .enq-img {
        width: 220px;
        height: 230px;
    }

    .enq-img img {
        max-width: 180px;
        bottom: -65px;
    }

    .enq-img:before {
        height: 125px;
    }

    .adm-single img {
        margin: 0 auto 4px;
        width: 35px;
    }

    .adm-single span {
        font-size: 17px;
        line-height: 23px;
    }

    .adm-single h6 {
        font-size: 14px;
    }

    .adm-single {
        height: 80px;
    }

    ul.adm li {
        height: 130px;
    }

    ul.adm:before {
        height: 130px;
    }

    ul.adm:after {
        width: 130px;
    }

    section.chairman {
        padding: 50px 0;
    }

    section.about-us.enq-main {
        padding: 50px 0 100px;
    }

    section.chairman h2 {
        margin-bottom: 60px;
    }

    .chairman-right h4 {
        font-size: 18px;
    }

    .chairman-right span,
    .chairman-right h6 {
        font-size: 13px;
        line-height: 16px;
    }

    .chairman-single {
        margin-bottom: 55px;
    }

    .chairman-img,
    .chairman-single.single-right .chairman-img {
        margin: 0 auto 20px;
    }

    .chairman-img {
        max-width: 170px;
    }

    .chairman-img img {
        height: 170px;
    }

    .prin-img-bg.desk-img-bg span:nth-child(1) {
        height: 25px;
        width: 25px;
        left: 8.5em;
        top: 1em;
    }

    .prin-img-bg.desk-img-bg span:nth-child(2) {
        width: 80px;
        height: 80px;
        left: 10em;
        top: 2em;
    }

    .prin-img-bg.desk-img-bg span:nth-child(3) {
        height: 12px;
        width: 12px;
        left: 11.7em;
        top: 3.6em;
    }

    .prin-img-bg.desk-img-bg span:nth-child(4) {
        height: 7px;
        width: 7px;
        left: 9em;
        top: 5em;
    }

    section.about-us.enq-main .about-content h2,
    section.about-us.enq-main .about-content p,
    .about-top-content h2,
    .about-top-content p {
        text-align: center;
    }
}

/*===============================================================================================================================================*/

.main-achievement-section > .container > img{
    display: block;
    margin: 0 auto 30px;
}

.main-achievement-section{
    text-align: center;
    width: 100%;
    float: left;
    padding-bottom: 85px !important;
}

.main-achievement-section > .container > p{
    font-size: 18px;
}

.main-achievement-fld{
    width: 100%;
    float: left;
    margin-top: 105px;
}

.sub-achievement-fld{
    width: 100%;
    float: left;
    height: 250px;
    background: #525252;
    border-radius: 8px;
    position: relative;
    margin-bottom: 105px;
}

.sub-achievement-fld:hover{
    background: #EB2625;
}

.sub-achievement-fld:hover .achievement-number{
    background: #D40807;
}

.achievement-number{
    width: 108px;
    height: 108px;
    line-height: 108px;
    background: #525252;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -54px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.sub-achievement-fld:before{
    content: " ";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.sub-achievement-content{
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 99;
}

.sub-achievement-content p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/*.sub-achievement-fld:after {
    content: "";
    width: 127%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 93px;
    background: #4e4e4e;
    transform: rotate(-25deg);
}*/




@media only screen and (max-width: 1500px){

.sub-achievement-content p{
    font-size: 14px;
}

.achievement-number{
    width: 85px;
    height: 85px;
    line-height: 85px;
    top: -42px;
    font-size: 24px;
}

.sub-achievement-fld{
    height: 170px;
}

.main-achievement-section{
    padding-bottom: 0 !important;
}

.main-achievement-section h2{
    font-size: 40px;
}

.main-achievement-section > .container > p{
    font-size: 14px;
}

}




                  /* ============= feedback 19-7-21 ========== */



section.app{  }
section.app ul li{ vertical-align: top;  }


.about-img:before{ background: none; }
.about-img img { position: absolute; left: 0px; top: 0px;  bottom: 0px;}
section.dep li span{ 
    /* min-height: 48px; */
    min-height: 70px;
 }


section.event ul li{ vertical-align: top;  }

.homevnt_slider{ margin-top: 40px; }
.homevnt_slider .homevnt_bx {
    width: 100%;
    max-width: 455px;
    display: inline-block;
    margin: 0 8px 40px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
}

.homevnt_slider .homevnt_bx img {
    width: 100%;
    height: 255px;
}


.homevnt_slider .homevnt_bx .event-content p{ min-height: 92px; }




@media only screen and (max-width: 1500px){

  .homevnt_slider .homevnt_bx{ margin: 0 2px 40px; }
  .homevnt_slider .homevnt_bx img { width: 100%; height: 180px;}
  .homevnt_slider .homevnt_bx .event-content p{ min-height: 70px; }
}

      /* =============== contact page ============ */


.contact_sec form{width: 100%; max-width: 600px; float: none; margin: 50px auto 0px;  }
.contact_sec form .nput_fild{background: #FFFFFF;  border: 1px solid #DDDDDD;
     box-sizing: border-box; height: 66px; box-shadow: 0px 16px 17px rgba(210, 210, 210, 0.25); border-radius: 16px;
     font-weight:300; font-size:16px; line-height:30px; padding-left: 25px; padding-right: 25px; margin-bottom: 35px;}

.contact_sec form .nput_fild2 {background: #FFFFFF; border: 1px solid #DDDDDD;
     box-sizing: border-box;  box-shadow: 0px 16px 17px rgba(210, 210, 210, 0.25); border-radius: 16px;
     font-weight:300; font-size:16px; line-height:30px; padding-left: 25px; padding-right: 25px; margin-bottom: 35px;} 


.contact_sec .submit_btn{ width: 200px; transition: 0.6s; float: none;
    height: 65px; background: #EB2625; border-radius: 8px; border:0px; color: #fff; font-weight:600; font-size:18px;  }

.contact_sec .submit_btn:hover{ background: #D10A11; } 



 


@media only screen and (max-width: 1500px){

    section.traning_plcment,section.deprtmnt_sec { max-width: 1108px;}
    .tplacemnt_sec .owl-nav .owl-next,.tplacemnt_sec .owl-nav .owl-prev{width: 45px;
    height: 45px;}
    .tplacemnt_sec .owl-nav .owl-next img,.tplacemnt_sec .owl-nav .owl-prev img {
    width: 100%;} 
    .tplacemnt_sec .owl-nav { top: 16px;} 

    .iictecb_sec{ padding: 80px 0px; } 


    .deptmnt_slide{ padding: 30px 0 0px; 
     width: 100%;
     max-width: 1108px;
     margin: 30px auto 0px; position: relative;  }

    .deptmnt_inr .deptmnt_slide .owl-nav {top: 180px; position: absolute; width: 100%; }
    .deptmnt_inr .deptmnt_slide .owl-nav .owl-next,.deptmnt_inr .deptmnt_slide .owl-nav .owl-prev{width: 65px;
    height: 65px;}
    .deptmnt_inr .deptmnt_slide .owl-nav .owl-next img,.deptmnt_inr .deptmnt_slide .owl-nav .owl-prev img {
    width: 100%;} 

    .deptmnt_slide .deptmnt_bnr{ height:360px; }
    .deptmnt_inr .deptmnt_slide .owl-nav .owl-next{ margin-right: -35px; }
    .deptmnt_inr .deptmnt_slide .owl-nav .owl-prev{ margin-left: -35px; }

    .deptmnt_inr .deptmnt_bnr_dtls .intk_box{ width: 180px;  margin: 15px 0px 50px; 
        height: 40px; background: #405189; border-radius: 4px; color: #fff; text-align: center; 
        font-size: 18px;  font-weight: 400; display: block; line-height:40px;}

    section.deptmnt_inr .deptmnt_bnr_dtls p{ font-size:13px; line-height:22px; }  

    section.deptmnt_inr ul li.active:after {content: ''; left: 43%; }  

    .gry_tripl_sec{ max-width: 1108px; }

    .gry_tripl_sec ul li { width: 300px;height: 334px;}
    .blck_crcl { width: 125px; height: 125px; padding: 32px;}
    .gry_tripl_sec ul li h5 { font-size: 20px;  margin: 10px 0 0px;}
    .gry_tripl_sec ul li p { font-size: 16px;}


    .contact_sec form .nput_fild,.contact_sec form .nput_fild2{ border-radius: 12px; padding-left: 15px;
    padding-right: 15px; margin-bottom: 24px;} 

    .contact_sec form .nput_fild,.contact_sec .submit_btn{ height: 60px; }

}



@media only screen and (max-width: 520px){

    .contact_sec form{width: 100%; max-width: 300px; float: none; margin: 50px auto 0px;  }

    .contact_sec form .nput_fild { height: 50px; border-radius: 10px; padding-left: 15px;
    padding-right: 15px; font-size: 14px; margin-bottom: 15px;}

    .contact_sec form .nput_fild2 { border-radius: 10px; padding-left: 15px;
    padding-right: 15px; font-size: 14px; margin-bottom: 15px;}

   .contact_sec .submit_btn { height: 50px; border-radius: 10px;}

 }


 .iic-content p a{ color: #eb2625; font-weight: 500; text-decoration: underline; transition: 0.6s;}
 .iic-content p a:hover{ text-decoration: none; }

 .quick-box li{
     margin-bottom: 30px;
 }


 .quick-box li:nth-child(4) figure{
    background: #ffd4b5;
 }

 .quick-box li:nth-child(5) figure{
    background: #e3d2ff;
 }

 .quick-box li:nth-child(6) figure{
    background: #d3edff;    
 }





 @media only screen and (min-width: 1920px) {

    .quick-box li:nth-child(4) figure img{
        width: 85px;
     }

     .quick-box li:nth-child(5) figure img{
        width: 90px;
     }
}







.middle-top.middle-top{
    background: url(../images/Sr_1.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
  }
  
  .middle-top.middle-top::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  
  .new-btttn.new-btttn{
    padding: 0;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid white;
    color: white;
  }
  .new-btttn.new-btttn:hover{
    background: white;
    color: black;
  }


  .middle-banner-section.middle-top{
    text-align: center;
    padding: 80px 0;
  }

  .middle-banner-section.middle-top h2{
    color: #fff;
    margin-bottom: 20px;
  }

  .middle-banner-section.middle-top .row{
    display: block;
  }

  @media only screen and (max-width: 767px) {

    .middle-banner-section.middle-top h2{
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
  }












  .menu.active_menu_open::-webkit-scrollbar { 
    width: 6px; 
    height: 10px; 
  }

  .menu.active_menu_open::-webkit-scrollbar-track{  
    background: #fdd7d7; 
    border-radius: 10px; padding: 6px;
  }

  .menu.active_menu_open::-webkit-scrollbar-thumb{ 
    background-color: #f75c5b; 
    border-radius: 10px;
  }


  .banner-content p{
    color:#fff;
    font-size: 20px;
    font-weight: 600;
  }