
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif;}

body{margin:0; padding:0; color:#111; font-size:14px; line-height:30px; font-weight:400;
 background-color:#fff; box-sizing: border-box; font-family: 'Montserrat', sans-serif;}

a{-webkit-transition:.3s all ease-in-out;
-moz-transition:.3s all ease-in-out; transition:.3s all ease-in-out;}



a, a:hover{color:inherit; text-decoration:none;}
ol, ul{margin:0; padding:0; list-style-type:none; }
button, select, input, textarea{font-weight:500;}

img{max-width: 100%; height: auto;}

button{cursor:pointer;}

h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif; font-weight: 800;}

strong{font-weight:bold;}

input:focus{outline:none;}


/*banner*/

.logo{max-height: 60px;}

.homebanner{padding: 100px 0; background-color: #fff; background-image: url(../images/banner-img.jpg);     background-position: 92% 100%;
    background-repeat: no-repeat;
    background-size: contain; overflow: hidden;
    
    margin-top: 0;
    margin-bottom: 0;}


.banner-caption{max-width: 720px; width: 100%;}
.banner-caption h1{font-size: 12px; font-weight: 600; letter-spacing: 5px; margin-bottom: 40px;}


.banner-caption p{
    font-size: 32px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.2em; color: #1a1818; margin-bottom: 40px; max-width: 700px;

}

.btn-cta{font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 3px;
    padding: 10px 20px; background-color: #0a636b; color: #fff; border: 1px solid #0a636b;}

.btn-cta:hover{background-color: #71a332;
    border-color: #71a332; color: #fff;}

.industry-credit{padding: 100px 0; background-color: #fff;}
.sec-heading{max-width: 800px; margin: 0 auto; text-align: center;}
.sec-heading p{font-size:16px; line-height: 30px; color: #1a1818; font-weight: 400; margin-bottom: 15px;}

.crd-row{display: flex; flex-wrap: wrap;}
.crd-img {
    flex: 0 0 auto;
    width: 20%;
    text-align: center;
}
.crd-img img{max-width: 60%;}

.what-we-do{padding: 100px 0; background-color: #f9f9f9;}

.sec-heading h2{font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px; color: #0a636b; margin-bottom: 20px;}


.ser-dtls{margin-top: 40px;}
.serv-mn{position: relative; margin-bottom: 12px;}
.serv-cnts {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}


.serv-cnts p{
	text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    line-height: 1.1em; font-weight:800; margin-bottom: 20px;

}
.btn-learn{font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 20px;
    background-color: #0a636b;
    color: #fff;
    border: 1px solid #0a636b;}

.btn-learn:hover{background-color: #71a332;
    border-color: #71a332;
    color: #fff;}

/*online course section*/
.online-courses{padding: 100px 0;}

.course-contents {
    max-width: 513px;
    margin-left: auto;
}
.course-contents h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 5px; margin-bottom: 15px;
}
.course-contents h2{
font-size: 20px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.2em; margin-bottom: 15px; color: #0a636b;
}
.course-contents p{font-size:16px; line-height: 30px; font-weight: 400; margin-bottom: 30px;}

.course-contents ul{margin-bottom: 40px;}
.course-contents ul li{padding-left: 30px; font-size: 15px; letter-spacing: .015em;  line-height: normal; font-weight: 600; margin-bottom: 15px; position: relative;}
.course-contents ul li:before{content: "\f0a4";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: normal;
    color: #0a636b;
    position: absolute;
    left: 0;}


.online-courses .row{align-items: center;}

.mr-auto{margin-right: auto; margin-left: 0;}

.pad200{padding-top: 200px;}

/*ceo speech*/

.ceo-speech{padding: 60px 0; background-color: #f9f9f9;}

.ceo-cnts{}
.ceo-speech .row{align-items: center;}
.ceo-cnts h4{font-size:26px; line-height: 1.3em; font-style: italic; font-weight: 600; margin-bottom: 30px; color: #0a636b;}
.ceo-cnts p{font-size:16px; line-height: 30px; font-weight: 400;}



.section-row{display: flex; flex-wrap: wrap; align-items: center;}
.sec-lft{width: 35.308%;}
.sec-mid{width: 37.776%;}
.sec-rgt{width: 26.915%;}

.all-hdr{padding-left: 10%; padding-right: 30%;}
.all-hdr p{font-size: 12px; line-height: 1.4em; text-transform: uppercase; letter-spacing: 5px; margin-bottom: 30px;}
.all-hdr h2 {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 800;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.all-hdr h2:after{content: ''; width: 15%; height: 1px; background-color: #0a636b; position: absolute; bottom: 0px; left: 0;}


.wrks-dtls {
    margin-bottom: 20px;
    max-width: 610px;
}
.wrks-dtls h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 1px;
}

.wrks-dtls p{
font-size: 14px;
    font-weight: 300;
    line-height: 2em;
}

/*TESTIMONIALS SECTION*/


.testimonials{padding:100px 0;}

.testi-sldr{margin: 50px auto 0; max-width: 1140px;}

.test-cnts {
    max-width: 665px;
    margin: 0 auto;
}
.test-cnts p{font-size: 16px;
    font-weight: 400;
    line-height: 30px; font-style: italic; text-align: center;}

.clnt-dtls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px; align-items: center;
}
.clnt-img{width: 100%; max-width: 80px; height: 80px; border-radius: 50%; margin-right: 8px;}
.clnt-img img{border-radius: 50%;}

.clnt-cnts h4{
font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px; color:#0a636b;
}

.clnt-cnts p {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.6px;
    word-spacing: 0px;

    line-height: 20px;
}

.our-courses{padding: 75px 0;}

.our-courses h2{font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px; color: #0a636b;}


.course-dtls-sec{margin-top: 50px;}
.crs-thumb {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.crs-cnts H2{FONT-SIZE:20PX; line-height:20px; letter-spacing:-0.4px; margin-bottom:10px;}
.crs-cnts {
    padding: 30px 20px;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -100%; background-color: #fff; transition: .3s all ease-in-out;
}

.crs-thumb:hover .crs-cnts{bottom: 0px;}

.crs-cnts p{font-size:14px; line-height:20px; font-weight:400; margin-bottom:15px;}

.crs-cnts a{
color:#0a636b;
font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 2px;
}

.crs-dtls {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer{padding:60px 0; background-color: #000;}
.ftr-sec img{max-width:180px;}
.ftr-sec ul{}
.ftr-sec ul li{font-size:16px; line-height:20px; font-weight:500; color:#fff; margin-bottom:20px;}
.ftr-sec ul li a{color:#fff;}
.ftr-sec ul li:last-child{margin-bottom:0px;}


.ftr-sec ul.social{display:flex; flex-wrap:wrap; justify-content:center;}
.ftr-sec ul.social li {
  margin-right: 25px;
  font-size: 28px;
}
.ftr-sec ul.social li:last-child{margin-right:0px;}
.ftr-sec ul.social li a{color:#fff;}
.footer .row{align-items:center;}


.navbar-brand{font-weight: 800;}

.onln-cour-mn{display: flex; flex-wrap: wrap; margin-left: -15px; margin-right:-15px; align-items: center;}
.onln-cour-grd{flex: 0 0 auto;
    width: 50%; padding-left:15px; padding-right:15px;}


.wrks-mns{background-image: url(../images/wors-bg.jpg); background-size: cover; background-attachment: fixed; padding: 100px 0; color: #fff;}
.wrks-mns .sec-heading h2{color:#fff;}

.wrks-mns .sec-heading p{color:#fff;}

.wrks-grds{margin-top: 60px;}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0a636b;
}

.nav-link{font-weight: 500; font-size:16px; line-height: normal;}


.clnt-cnts {
    max-width: 100%;
    width: 100%;
    text-align: center; margin-bottom: 20px;
}

.navbar-toggler{border: none;}
.ser-sldr-mob{display: none;}
.clients-mob{display: none;}


.inner-pg-banner {
    position: relative;
    line-height: 1;
}
.brdcrm{position: absolute; top: 50%; transform: translateX(-50%); transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; max-width: 750px; text-align: center;}

.brdcrm ul{display: flex; justify-content: center;}
.brdcrm ul li{font-size:18px; line-height: normal; margin-right: 15px; padding-right: 30px; position: relative; color: #fff;}
.brdcrm ul li:last-child{margin-right: 0px; padding-right: 0px;}
.brdcrm ul li a{color: #fff; font-weight: 500;}

.brdcrm ul li:after{content: "\f105"; font-size:23px; line-height: normal; color: #fff; font-family: FontAwesome; position: absolute; right: 0;}
.brdcrm ul li:last-child:after{content: '';}

.brdcrm h2{font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;}



.training-pg{padding: 100px 0;}

.trng-dtls{margin-top: 60px;}

.similar-courses{padding: 100px 0; background-color: #f9f9f9;}
.similar-courses h2{    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    color: #0a636b;
    margin-bottom: 20px;}





.con-pg {
    padding-bottom: 100px;
}
.con-form {
    max-width: 580px;
    /*margin: 0 auto;*/
	margin-bottom: 40px;
}


.form-txt{
    border: none;
    border-bottom: 1px solid #D1CFCF;
    font-family: ' FontAwesome', sans-serif;
    width: 100%;
    font-size: 20px;
    line-height: normal;
    padding: 8px 17px;
    margin-bottom: 80px;
    color: black;
}



.msg-text {
    border: none;
    border-bottom: 1px solid #D1CFCF;
    font-family: ' FontAwesome', sans-serif;
    width: 100%;
    font-size: 20px;
    line-height: normal;
    padding: 8px 17px;
    height: 80px;
    resize: none;
    color: black;
}

.map {
    margin-bottom: 30px;
}
.add-dtls ul li {
    padding-bottom: 20px;
}

.submit{font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 20px;
    background-color: #0a636b;
    color: #fff;
    border: 1px solid #0a636b;
margin-top: 30px; text-transform: uppercase;}


.submit:hover{background-color: #71a332;
    border-color: #71a332;
    color: #fff;}



.map iframe {
    width: 100%;
    height: 450px;
}

.add-dtls ul li a i {
    color: #0a636b;
    margin-right: 5px;
    font-size: 24px;
    line-height: normal;
	padding-right: 10px;
}
.add-dtls ul li i {
    color: #0a636b;
    margin-right: 5px;
    font-size: 24px;
    line-height: normal;
	padding-right: 10px;
}

.add-dtls ul li {
    
    font-family: ' FontAwesome', sans-serif;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    color: black;
}

.add-dtls ul li p {
   font-family: ' FontAwesome', sans-serif;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    color: black;
}



.faq h2{    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    color: #0a636b;
    margin-bottom: 20px;
text-align: center;}

.card-header a {
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    color: black;
}

.mob-on{display: none;}

.mob-off{display: block;}
.faq-design {
    background-color: transparent;
    border-bottom: 1px solid #B3B1B1;
    margin-bottom: 10px;
}

.faq #accordion {
    max-width: 800px;
    margin: 30px auto 0;
}

.faq-design .card-body{padding-left:0.75rem; padding-right: 0.75rem;}

.btn:focus, .btn:focus-within, .btn:focus-visible, .btn:visited{outline: none !important; border: none !important;}







