

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(../images/footerBG.png);
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Lora', serif; }*/

button:focus, button:active, button:hover { outline: none; box-shadow: none; }
input:focus, button:focus, select:focus { outline: none !important; box-shadow: none !important; } 

.title {
    font-size: 30px;
    text-transform: uppercase;
    color: #14aa9f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}
.title span {
    color: #066190;
    font-weight: 300;
}

.title2 {
    background-image: linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    background-image: -webkit-linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;

    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.title2 span { font-weight: 300; }


.siteBtn {
    padding: 8px 20px 7px;
    color: #fff;
    background: #57b1b8;
    font-size: 15px;
    border-radius: 25px;
    letter-spacing: .3px;
    font-weight: 300;
    min-width: 150px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}
.siteBtn:hover {
    color: #fff;
    text-decoration: none;
}


hr {
    margin: 2px 0;
    border: none;
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
    height: 1px;
}



/* All page banner -start- */
.pageBanner {  }

.pageBanner {
    color: #fff;
}
.pageBanner .bannerContent {
    background: rgba(0, 0, 0, 0.4);
}
.pageBanner .bannerContentInner {
    max-width: max-content;
    text-align: left;
    left: 90px;
    margin: initial;
}
.pageBanner h2 { 
    font-size: 35px; 
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.pageBanner h2 span {
    font-weight: 300;
}
.pageBanner p {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.7;
    max-width: 575px;
}
.pageBanner .dropArrow {
    bottom: 55px;
}
/* All page banner -end- */







/* ==== Header -start- ==== */
.headerGap { height: 96px; }
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
}
.headerTop {  }
.headerTop .container-fluid {
    padding: 0; 
}
.topContact { 
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%); 
    color: #fff; 
    padding: 8px 10px 8px 35px;
    position: relative;
}
.topContact:before {
    content: "";
    position: absolute;
    border: 42px solid transparent;
    border-left: 22px solid #ffffff;
    border-bottom: 0px solid transparent;
    z-index: 1;
    left: 0px;
    top: -1px;
}

.topContact span {
    font-size: 13px;
    display: inline-block;
    margin-left: 30px;
}
.topContact span a { display: inline-block; }
.topContact .fbT img {
    width: 60px;
    margin-top: -5px;
}
.aplyBtnBox { margin-left: 52px !important; }
.topContact .applyOnline {
    padding: 4px 15px 3px;
    color: #fff;
    background: #3b8ea8;
    font-size: 11px;
    border-radius: 25px;
    letter-spacing: .3px;
}
.topContact .applyOnline:hover {
    text-decoration: none;
}
.logoBox {
    position: relative;
}
.logo {
    display: inline-block;
    position: absolute;
    top: -30px;
}
.headerNav {
    position: relative;
    z-index: 2;
    padding: 16px 0 10px;
}

.headerNav .navbar {
    padding: 0;
}

.headerNav .nav-item {
    position: relative;
    margin-right: 32px;
    margin: 0 15px;
}
.headerNav .nav-item:last-child { margin-right: 0; }

.headerNav .nav-link {
    color: #8d8d8d;
    padding: 2px 1px 8px !important;
    font-weight: 500;
    font-size: 13px;
    position: relative;
}
.headerNav .nav-link:hover {
    background-image: linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    background-image: -webkit-linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.headerNav .nav-link:hover i { -webkit-text-fill-color: #066190; }

.headerNav .nav-item.active a {
    background-image: linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    background-image: -webkit-linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.headerNav .nav-item.active i {
    -webkit-text-fill-color: #066190;
}
.headerNav .nav-item.active a:after {
    transition: .2s;
    width: 100%;
}
.headerNav .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 0px;
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 50%);
    transition: .2s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headerNav .nav-link:hover:after {
    transition: .2s;
    width: 100%;
}
.subNav {
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: -30px;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all 150ms linear; 
    -webkit-transition: all 150ms linear; 
    -o-transition: all 150ms linear; transition: all 150ms linear;
    box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
}
.subNav li { border-bottom: 1px solid #c3c3c3; }
.subNav li:last-child { border-bottom: none; }
.subNav li a { display: inline-block; padding: 6px 10px; color: #14aa9f; font-size: 15px; width: 100%; transition: .5s; font-weight: 400; }
.subNav li a:hover { text-decoration: none; color: #066190; -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear; }
.headerNav .nav-item:hover .subNav { visibility: visible; left: 0; -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear; opacity: 1; }

/* ==== Header -end- ==== */



.mainBanner {
    background-image: url(../images/banner-1.png);
    height: 530px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bannerContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}


.bannerContentInner {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
}
.bannerContentInner h1 {
    color: #14aa9f;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.bannerContentInner h1 span {
    color: #066190;
    font-weight: 300;
}

.bannerContentInner p {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.bannerContentInner .btnBg {
    display: inline-block;
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
    border-radius: 30px;
    padding: 2px;
    position: relative;
}
.bannerContentInner .btnBg span {
    background: #fff;
    display: inline-block;
    border-radius: 30px;
}

.bannerContentInner a {
    font-size: 24px;
    text-transform: uppercase;
    background-image: linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    background-image: -webkit-linear-gradient(15deg, #14aa9f 0%, #066190 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    font-weight: 400;
    padding: 14px 25px 12px;
    border-radius: 30px;
    display: inline-block;
    min-width: 275px;
}

.dropArrow {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    min-width: 35px !important;
    width: 35px;
    padding: 0 8px !important;
    margin: auto;
    cursor: pointer;
}






.serviceSection { padding: 95px 0; }

.serviceBox {
    text-align: center;
}
.serviceImg {
    margin-bottom: 15px;
}
.serviceBox h4 {
    font-size: 18px;
    color: #313131;
    font-weight: 600;

}
.serviceBox p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
}
.serviceBox a {
    font-size: 13px;
    color: #39769d;
}







.indexAbout { overflow: hidden; }
.indexAbout .container-fluid { padding: 0; }

.indexAboutText { padding-right: 0; }

.aboutContent {
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
    color: #fff;
    padding: 60px 75px 55px 85px;
}

.aboutContent .title {
    color: #fff; 
    text-align: left; 
    margin-bottom: 15px;
}
.aboutContent .title span { 
    color: #fff; 
}
.aboutContent .aboutText p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.7em;
}
.aboutContent .aboutText p:first-child {
    margin-bottom: 20px;
}
.aboutContent .siteBtn { 
    margin-top: 20px; 
}


.indexAboutImg {
    padding-left: 0;
}
.aboutImg { 
    height: 100%;
    position: relative;
}
.aboutImg:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 92%;
    border: 8px solid #fff;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.aboutImg img { 
    width: 100%; 
    height: 100%; 
}




.trainingSection { padding: 95px 0; }
.trainingBox {
    transition: all 150ms linear
}
.trainingBox:hover .trainingNm {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 1));
    transition: all 150ms linear
}

.trainingImg {
    margin-bottom: 15px;
    position: relative;
}
.trainingImg img {
    width: 100%;
    height: auto;
}

.trainingBox p {
    font-size: 13px;
    color: #000;
    line-height: 1.7em;
    margin-bottom: 8px;
}
.trainingBox a {
    font-size: 13px;
    color: #14aa9f;
    text-decoration: underline;
}
.trainingBox a i {
    margin-left: 5px;
    vertical-align: middle;
}


.trainingNm {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: all 150ms linear
}

.trainingNm h3 {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

#featureTraining { position: relative; }
.trainingSection .owl-nav { display: block !important; }

.trainingSection .owl-prev, .trainingSection .owl-next {
    position: absolute;
    top: 50%;
    font-size: 0 !important;
}
.trainingSection .owl-prev {
    left: -35px;
    background-image: url(../images/prev.png) !important;
    width: 18px;
    height: 30px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
}

.trainingSection .owl-next {
    right: -35px;
    background-image: url(../images/next.png) !important;
    width: 15px;
    height: 30px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
}

.trainingSection .owl-prev:hover, .trainingSection .owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
}
















.programSection { padding: 0; overflow: hidden; }
.programSection .container-fluid { padding: 0; }
.programSection .programLeft { 
    padding-right: 0;
    background-color: #000; 
    background-image: url(../images/program-1.png);
    background-size: cover;
}
.programSection .programRight { 
    padding-left: 0;
    background-color: #000; 
    background-image: url(../images/program-2.png);
    background-size: cover;
}
.programOne {
    background-image: linear-gradient(90deg, rgba(20, 170, 159, 0.5) 0%, rgba(6, 97, 144, 0.5) 100%);
    height: 390px;
}
.programTwo { 
    background-image: linear-gradient(90deg, rgba(20, 170, 159, 0.5) 0%, rgba(6, 97, 144, 0.5) 100%);
    height: 390px;
}
.programContent {
    color: #fff;
    width: 525px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    float: right;
    right: 60px;
}
.programContent h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.programContent p {
    font-size: 15px;
    font-weight: 300;
}
.programContent a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    text-decoration: underline;
}
.programContent a i {
    margin-left: 5px;
    vertical-align: middle;
}
.programContent a:hover {
    color: #fff;
}



.newsvideoSection {
    padding: 75px 0 60px;
}


.new {
    padding: 1px 8px;
    background: #e02c33;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
}
.newsList {
    padding: 20px 10px 15px;
    margin: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
    border-radius: 8px;
}
.newsList li {
    position: relative;
    padding-left: 45px;
}
.newsList .new {
    position: absolute;
    left: 0;
    top: 4px;
}

.newsList li p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.newsList li p a {
    color: #14aa9f;
    font-size: 13px;
    text-decoration: underline;
    margin-left: 7px;
}
.newsList li p a i { vertical-align: middle; margin-left: 5px; }


.videoThumb { border-radius: 8px; position: relative; overflow: hidden; }
.videoThumb img { width: 100%; border-radius: 8px; }

.playBtnBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
}
.playBtn {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.playBtn:hover { color: #fff; }

.newsBox .title { margin-bottom: 30px; }
.videoBox .title { margin-bottom: 30px; }






.tesimonialSection {
    position: relative;
    overflow: hidden;
    background: #000;
}
.tesimonialMainBox {
    padding: 65px 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(20, 170, 159, 0.72) 0%, rgba(6, 97, 144, 0.42) 100%);
    position: relative;
    z-index: 1;
}
.img-parallax {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
}


.tesimonialMainBox .title, .tesimonialMainBox .title span { 
    color: #fff; 
}

.tesimonialBox {
    border-radius: 3px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    background-color: #fff;
    height: 230px;
    margin-top: 45px;
}


.testiHed {
    padding: 1px 5px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.testiImg { display: inline-block; vertical-align: middle; }
.testiImg img {
    border-radius: 50%;
    width: 75px !important;
    height: 75px;
    box-shadow: -1.678px 2.487px 15px rgba(0,0,0,0.15);
    border: 3px solid #fff;
    position: relative;
    top: -40px;
    left: -5px;
}

.testiHedText {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}
.testiHedText h6 {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 600;
}
.testiHedText p {
    margin-bottom: 0;
    font-size: 13px;
    color: #14aa9f;
    font-weight: 400;
    line-height: 1.3em;
}

.testiText {
    font-size: 15px;
    color: #000;
    font-style: italic;
    padding: 15px 20px;
    font-weight: 400;
}
.testiText a {
    color: #39769d;
    font-size: 13px;
    text-decoration: underline;
}
.testiText a i {
    margin-left: 5px;
    vertical-align: middle;
}

.tesimonialMainBox .title {
    margin-bottom: 50px;
}


.tesimonialMainBox .owl-dots { margin-top: 35px; }
.tesimonialMainBox .owl-dots .owl-dot{ 
    vertical-align: middle;
}
.tesimonialMainBox .owl-dots .owl-dot span {
    margin: 0 3px;
    border: 2px solid #6dadb5;
    background: transparent !important;
    width: 13px;
    height: 13px;
}

.tesimonialMainBox .owl-dots .owl-dot.active span {
    margin: 0 3px;
    border: 3px solid #fff;
    background: #14aa9f !important;
    width: 15px;
    height: 15px;
}

.tesimonialMainBox .owl-item {  }


.tesimonialMainBox .owl-prev, .tesimonialMainBox .owl-next {
    position: absolute;
    top: 50%;
    font-size: 0 !important;
}
.tesimonialMainBox .owl-prev {
    left: -35px;
    background-image: url(../images/prev.png) !important;
    width: 18px;
    height: 30px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
}

.tesimonialMainBox .owl-next {
    right: -35px;
    background-image: url(../images/next.png) !important;
    width: 15px;
    height: 30px;
    background-position: center !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
}

.tesimonialMainBox .owl-prev:hover, .tesimonialMainBox .owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
}










.collegesSection {
    padding: 55px 0;
}
.collegesSection .title { font-size: 20px; text-transform: initial; color: #000; text-align: left; margin-bottom: 25px; }
.collegesSection .title span { color: #000; }

.collegesList {  }
.collegesList a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.collegesList a:first-child { margin-left: 0; }
.collegesList img {  }




.countMainSection {
    background-color: #14aa9f;
    background-image: url(../images/countBG.png);
}

.countSection {
    background-image: linear-gradient(90deg, rgba(6, 97, 144, 0.55) 50%, rgba(20, 170, 159, 0.25));
    display: flex;
    padding: 25px 0;
}

.countPanel { width: 100%; }
.countBox {
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px 0;
}
.countBox:last-child {
    border-right: none;
}
.countBox h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
}
.countBox p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}





.contectSection {
    padding: 50px 0 0;
}

.contectSection .title { text-align: left; }

.contactForm {
    padding-right: 40px;
}
.contactForm .form-group { padding: 0 15px; margin-bottom: 50px; transition: all 150ms linear; }

.contactForm .form-group label {
    padding-right: 15px;
    font-size: 15px;
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
    transition: all 150ms linear;
}

.contactForm .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 2px 5px;
    height: 26px;
    resize: none;
    background: transparent;
}

.contactForm .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #14aa9f;
    color: #14aa9f;
}

.inputFocusOn label {
    color: #14aa9f !important;
    position: relative;
    bottom: -10px;
    font-size: 13px !important;
    transition: all 150ms linear;
}

.contactBtnBox { text-align: right; }

.contactBtnBox .contactBtn {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #0a748f;
    color: #075f7f;
    background: transparent;
    min-width: 150px;
    text-transform: uppercase;
    padding: 10px 15px 7px;
}

.contactBtnBox .reset {
    min-width: auto;
    margin-right: 12px;
    padding: 5px;
    height: auto;
    border: none;
    text-transform: capitalize;
    margin-top: 4px;
}



.contactBox {
    margin-bottom: 25px;
}
.contactIco {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(90deg, #066190, #14aa9f);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.contactText {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    font-weight: 600;
    font-size: 18px;
    color: #444;
    padding-left: 8px;
}

.contactLink { text-align: left; }
.contactLink a {
    background-image: linear-gradient(15deg, #066190 0%, #14aa9f);
    background-image: -webkit-linear-gradient(15deg, #066190 0%, #14aa9f);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-left: 62px;
    font-size: 18px;
}










footer { padding: 100px 0 0; }

.footLogoSec {}
.footLogo { margin-bottom: 25px; }

.footLogoSec p {
    font-size: 13px;
    color: #000;
    line-height: 1.8em;
}

.footLinkHed {
    font-size: 16px;
    color: #14aa9f;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footLinkList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footLinkList li {
    margin-bottom: 10px;
}
.footLinkList li a {
    font-size: 13px;
    color: #000;
}

.footLinkList .linkW6 {
    width: 65%;
    float: left;
}
.footLinkList .linkW4 {
    width: 35%;
    float: left;
}


.bootmFoot {
    padding: 24px 0 20px;
    border-top: 2px solid #dbd9d8;
    margin-top: 25px;
}
.copyRightBox { color: #000; font-size: 13px; }

.termsBox { text-align: right; }
.termsBox a { color: #066190; font-size: 13px; }




/* === about.html === */

.aboutBanner {
    background-image: url(../images/aboutbanner.png);
    color: #fff;
}

.aboutContents {
    padding: 75px 0;
}
.aboutContents .title {
    text-align: left;
    margin-bottom: 25px;
}

.aboutContentBox {  }
.aboutContentBox p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 25px;
}


.aboutLists {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 700px;
}

.aboutLists li {
    position: relative;
    color: #11999c;
    padding-left: 22px;
    margin-bottom: 25px;
    font-size: 15px;
}
.aboutLists li:before {
    content: "";
    position: absolute;
    background-image: url(../images/list-dot.png);
    left: 0;
    width: 15px;
    height: 15px;
    top: 5px;
    background-repeat: no-repeat;
}

.aboutLists.strength li { color: #000; }




.teamSection {
    padding: 0;
}

.teamBox {
    text-align: center;
    margin-bottom: 60px;
}
.teamImgBox {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    display: inline-block;
    margin-bottom: 11px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.teamHover {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(63, 179, 170, 0.7);
    text-align: center;
    font-size: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 150ms linear;
    border-radius: 50%;
}
.teamHover span {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.teamImgBox:hover .teamHover {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all 150ms linear;
    border-radius: 50%;
    font-size: 20px;  
}



.teamImgBox img {
    width: 100%;
    height: auto;
}
.teamBox h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.65);
    opacity: 1 !important;
}

.teapPopupContent {
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
    padding: 22px;
    border: none;
}

.teapPopupContent .close {
    position: absolute;
    right: 12px;
    color: #fff;
    top: 12px;
    opacity: 1;
}

.teapPopupContent .close span {
    color: #fff;
}

.teamPopImgSec {  }
.teamPopImgBox { 
    display: inline-block; 
    vertical-align: middle; 
}
.teamPopImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.teamPopImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.teamPopNm { 
    display: inline-block; 
    vertical-align: middle; 
    width: 75%;
    padding-left: 10px;
}
.teamPopNm h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.teamAboutText {
    margin-top: 12px;
}
.teamAboutText p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.6;
}



/* === contact_us.html -start- === */
.ContactBanner {
    background-image: url(../images/contactBanner.png);
    color: #fff;
}

.ourAddressSection { margin-bottom: 60px; }
.contectContents {
    padding: 50px 0 25px;
}

.addressSection {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.addressLeft {
    padding-right: 85px;
    border-right: 1px solid #0d8597;
}

.addressBox {
    margin-bottom: 50px;
}
.addressBox:last-child {
    margin-bottom: 15px;
}

.addressBox h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.addressBox p {
    font-size: 15px;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 5px;
}

.addressRight { 
    padding-left: 85px; 
     
    text-align: right; 
}

.contactListBox { margin-bottom: 50px; }

.contactListBox .title {
    margin-bottom: 0px;
    text-align: left;
}
.contactListBox p {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}


.addressMap { text-align: center; }
.addressMap img { width: 75%; }



/* === contact_us.html -end- === */



/* === services.html -start- === */
.serviceBanner {
    background-image: url(../images/servicesBanner.png);
    color: #fff;
}

.analyticalTest { padding: 75px 0; }
.analyticalTest .title {
    text-align: left;
    margin-bottom: 25px;
}

.analyticalTestContent {  }
.analyticalTestContent p {
    font-size: 15px;
    color: #000;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.analyticalTestContent p:last-child {
    margin-bottom: 0;
}

.foodTestSection {
    padding: 75px 0;
}
.foodTestSection .title {
    text-align: left;
    margin-bottom: 15px;
}
.foodTestContent p {
    font-size: 15px;
    color: #000;
    line-height: 1.7em;
}

.foodTestList {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.foodTestList li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}
.foodTestList li:last-child { margin-bottom: 0; }
.foodTestList li:before {
    content: "";
    position: absolute;
    background-image: url(../images/list-outlineDot.png);
    left: 0;
    width: 15px;
    height: 15px;
    top: 2px;
    background-repeat: no-repeat;
}
.foodTestList li p {
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0;
}

.foodTestList li h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.otherTestSection { padding: 75px 0; }
.othrtTestBox { margin-bottom: 40px; }
.othrtTestBox:last-child { margin-bottom: 0; }

.othrtTestBox .title {
    margin-bottom: 10px;
    text-align: left;
}
.othrtTestBox p {
    font-size: 15px;
    color: #000;
    line-height: 1.6em;
    margin-bottom: 0;
}

.testerEmail {
    margin: 30px 0 10px !important;
}

/* === services.html -end- === */








/* === placement.html -start- === */

.placementBanner {
    background-image: url(../images/placementBanner.png);
    color: #fff;
}

.placementsSection {
    padding: 75px 0 0;
}


.forCompanies {
    margin-bottom: 50px;
}

.forCompanies p, .forStudents p {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
}
.forCompanies p:last-child, .forStudents p:last-child {
    margin-bottom: 0;
}
.forCompanies p a, .forStudents p a {
    color: #0042ff;
    font-weight: 600;
    text-decoration: underline;
}

.forCompanies h5, .forStudents h5 {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}


.forStudents { margin-bottom: 50px; }
.placedMainSection {  }
.placedSection { padding: 35px 0 0; }

.placedBox {
    text-align: center;
    margin-bottom: 65px;
}

.placedImg {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    display: inline-block;
    margin-bottom: 11px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.placedImg img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.placedBox h2 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
}

.placedBox p {
    font-size: 15px;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.placedBox h4 {
    font-size: 20px;
    font-weight: 600;

    background-image: linear-gradient(15deg, #14aa9f 20%, #066190);
    background-image: -webkit-linear-gradient(15deg, #14aa9f 20%, #066190);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.placedBox h4 i {
    color: #14aa9f;
    text-fill-color: initial;
    -moz-text-fill-color: initial;
    -webkit-text-fill-color: initial;
}

/* === placement.html -end- === */





/* === short_term_training.html -start- === */

.trainingBanner {
    background-image: url(../images/trainingBanner.png);
    color: #fff;
}

.trainingMainSection {
    padding: 40px 0 50px;
}


.trainingContent {
    padding: 20px 0 50px;
}

.trainingContent p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
}

.trainingList {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    max-width: 700px;
}

.trainingList li {
    position: relative;
    color: #000;
    padding-left: 22px;
    margin-bottom: 25px;
    font-size: 15px;
}
.trainingList li:before {
    content: "";
    position: absolute;
    background-image: url(../images/list-dot.png);
    left: 0;
    width: 15px;
    height: 15px;
    top: 5px;
    background-repeat: no-repeat;
}

.trainingContent h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.trainingInner {
    margin-bottom: 30px;
}
.pointHed { color: #086c92; font-weight: 600; }
.trainingInner i { color: #086c92; }
.trainingInner.innerfoot h5 {
    background-image: linear-gradient(15deg, #14aa9f, #066190 15%);
    background-image: -webkit-linear-gradient(15deg, #14aa9f, #066190 15%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.trainingInner.innerfoot p {
    font-weight: 600;
}



.trainingTableSec {  }
.trainingTableContent { padding: 10px; }



.trainingTable {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 3px 3px 25px rgba(0,0,0,0.08);
    background: #fff;
    overflow: hidden;
    margin-bottom: 25px;
}

.trainingTable .hed {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 13px 10px;
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
}


.trainingTable h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.tableRow.thed { border-bottom: none; }
.tableRow.thed h4 { margin-bottom: 0; }

.tableRow { 
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    padding: 0 5px;
}

.tableCol {
    float: left;
    width: 50%;
    font-size: 15px;
    padding: 6px 2px 10px;
    font-weight: 400;
}

.tableListBox {
    padding: 0 15px;
}

.regFee {
    font-size: 15px;
    font-style: italic;
    color: #086c92;
}

.trainingTableSec p {
    font-size: 15px;
    color: #000;
    margin-bottom: 1px;
    font-weight: 400;
}

.trainingBtnBox {
    padding: 0 0 50px;
    text-align: center;
}

.trainingBtnBox a {
    height: 65px;
    width: 300px;
    line-height: 68px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #14aa9f 0%, #066190 100%);
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    font-size: 25px;
}
.trainingBtnBox a:hover {
    text-decoration: none;
}




.howToApplySec {
    background-image: linear-gradient(90deg, #066190 0%, #14aa9f 100%);
    padding: 35px 0 50px;
    color: #fff;
}

.howToApplySec .title {
    color: #fff;
}




.applyProcessBox {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
}

.applyProcess {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.applyProcess:after {
    content: "";
    width: 65%;
    height: 2px;
    background: #fff;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    top: 115px;
    z-index: 0;
}
.processIco {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 13px;
}
.applyProcessBox p {
    font-size: 18px;
    font-weight: 400;
}


.applyProcess.payment .applyProcessBox {
    width: 50%;
}

.applyProcess.payment:after {
    width: 51%;
}




/* === short_term_training.html -end- === */












