@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif');


@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900|Open+Sans:300,400,600,700');
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, dl, dt, dd, ol, nav ul, nav 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here */
a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}/* text align right */
.txt-lt {
	text-align: left;
}/* text align left */
.txt-center {
	text-align: center;
}/* text align center */
.float-rt {
	float: right;
}/* float right */
.float-lt {
	float: left;
}/* float left */
.clear {
	clear: both;
}/* clear float */
.pos-relative {
	position: relative;
}/* Position Relative */
.pos-absolute {
	position: absolute;
}/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}/* vertical align top */
nav.vertical ul li {
	display: block;
}/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}/* horizontal menu */
img {
	max-width: 100%;
}
/*end reset*/
html, body {
	font-size: 100% !important;
	background: #fff;
	font-family: 'Noto Serif', serif !important;
	letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6, a, p, {
 font-family: 'verdana' !important;
 margin: 0;
 font-size: 100% !important;
}
ul, label {
	margin: 0;
	padding: 0;
}
body a:hover, body a {
	text-decoration: none;
}
.cursor {
	cursor: pointer;
}
ul li {
	list-style-type: none;
	line-height: 1.5;
}
ul {
	padding: 0;
}
ol, ul {
	margin-bottom: 0px !important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
}
.mt-20 {
	margin-top: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.mb {
	margin-bottom: 20px;
}
.mt-50 {
	margin-top: 50px;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb-50 {
	margin-bottom: 20px;
}
.ml-75 {
	margin-left: 75px;
}
.float {
	float: right
}
.ml-15 {
	margin-left: 15px;
}
.pd-top {
	padding-top: 100px;
}
p {
	font-size: 14px !important;
	line-height: 1.9;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600 !important;
}
/*p {
	font-family: Verdana, Geneva, sans-serif !important;
}*/
.txt-rigt {
	text-align: right;
}
/* -----top -----*/
#top {
	background-color: #252525;
	height: 25px;
}
#top span {
	color: white !important;
	font-size: 11px !important;
}
#top .social {
	text-align: right !important;
}
#top .social ul li a {
	float: left;
	padding: 0px;
	margin-right: 10px;
	color: white !important;
	font-size: 15px;
}
.logo img {
	width: 38%;
}
.contact .icon {
	float: left;
	margin-left: 25px;
}
.contact .cont-deta {
	float: left;
}
.contact .icon i {
	font-size: 25px !important;
	padding: 13px;
	color: #0a3662;
}
.contact .cont-deta span {
	color: gray !important;
	font-size: 14px;
}
.contact .cont-deta a {
	color: black !important;
	font-size: 14px;
}
/*---- MENU ----*/
.navbar-default {
	background-color: #0a3662 !important;
	border-color: #0a3662 !important;
}
.nav > li > a {
	padding: 14px 30px !important;
	font-size: 13px !important;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
	color: white !important;
}
.navbar {
	border-radius: 0px !important;
}
.navbar {
	margin-bottom: 0px !important;
}
.sub-menu-parent {
	position: relative;
}
.sub-menu {
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	top: 105%;
	left: 0;
	width: 305px;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
 .sub-menu-parent:focus .sub-menu, .sub-menu-parent:focus-within .sub-menu, .sub-menu-parent:hover .sub-menu {
 visibility: visible; /* shows sub-menu */
 opacity: 1;
 z-index: 1;
 transform: translateY(0%);
 transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.sub-menu a{
	color: #252525;
    display: block;
    padding: 0.15em 1em;
    text-decoration: none;
    font-size: 14px !important;
}
/* presentational */
nav a {
	color: #252525;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	font-size: 14px !important;
}
nav a:hover {
	color: #0a3662;
}
nav ul, nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
nav > ul {
	background: black;
	text-align: center;
}
nav > ul > li {
	display: inline-block;
	border-left: solid 1px #aaa;
}
nav > ul > li:first-child {
	border-left: none;
}
.sub-menu {
	background: white;
}
#about ul li {
    list-style: disclosure-closed !important;
}
/*--- service ---*/
.ser-cont {
	background-color: white;
	height: 200px;
	padding: 10px;
}
.ser-cont:hover{
	margin-top:-20px;
 transition: all 1s ease;
  background-color: #00355f;
}
#services {
	margin-top: -60px;
	background-color: #ecececb3;
}
.ser-cont .inner-cont {
	margin: 14px;
	background-color: #e3e3ff;
	padding: 14px;
}
.ser-cont .inner-cont i {
	font-size: 35px !important;
	margin-top: 17px;
	color: #3e4095 !important;
}
h1 {
	font-size: 17px !important;
	color: #002e5b !important;
}
#about {
	background-color: #ecececb3;
	padding-bottom:80px;
}
h2 {
	font-size: 20px !important;
	color: #002e5b !important;
}
#about p {
	color: black !important;
}
#about span {
	color: black !important;
	font-weight: 600;
}
.ts-list li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 20px;
    text-align: justify;
    font-size:.9em!important;
}
.ts-list li:before {
    font-family: fontAwesome;
    content: "\f0c8";
    font-size:12px;
    color: #002d3f;
    position: absolute;
    top: 0;
    left: 0;
}
h4 {
	font-size: 15px !important;
	color: #002e5b !important;
}
.btn-primary {
	color: #002e5b !important;
	background-color: transparent !important;
	border-color: #002e5b !important;
}
.btn {
	padding: 6px 30px !important;
	border-radius: 0px !important;
}
#slogan h3 {
	font-size: 24px;
	text-align: center;
	color: #002e5b !important;
	line-height: 1.9;
}
footer {
	background-color: #002e5a;
	height: auto;
}
footer ul li {
	clear: both;
	line-height: 2;
}
footer ul li i {
	float: left;
	font-size: 18px;
	margin-right: 10px;
	padding: 9px;
	color: white;
}
footer ul li span {
	float: left;
}
footer h3 {
	font-size: 17px !important;
	color: white !important;
}
footer ul li a, p, span {
	color: #d5d5d5 !important;
	font-size: 14px;
}
footer h6 {
	text-align: center;
	color: #d2d2d2;
}
.contact-two-area .contact-box {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
	padding-top: 20px;
	position: relative;
	padding-top: 70px;
}
.contact-two-area .contact-box .icon {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	text-align: center;
}
.contact-two-area .contact-box .icon i {
	color: #002e5b !important;
}
.contact-two-area .contact-box .icon i {
	font-size: 35px;
	width: 80px;
	height: 80px;
	background: #fff;
	line-height: 80px;
	border-radius: 50%;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.contact-two-area .contact-box .title {
	font-weight: 500;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 15px;
}
.contact-two-area .contact-box p {
	font-size: 16px;
}
.contact-two-area .contact-box ul {
	margin-top: 15px;
}
.contact-two-area .contact-box ul li {
	font-size: 15px;
	color: #4e4e4e;
}
.contact-two-area {
	padding-top: 140px;
}
.carousel-indicators li {
	background-color: #f42b25 !important;
}
.contact-box h3 {
	font-size: 20px !important;
}
.pbTraining{
	padding-bottom:40px;
}
#iso figure img {
	border-radius: 10px;
	box-shadow: 2px 2px 5px #868686;
}
#iso ul li {
	list-style-type:disc;
	line-height: 1.8;
	font-size: 14px;
	text-align:justify;
	color: #565656 !important;
    line-height: 1.6;
    margin: 0 0 10px;
}
#iso h1 {
	margin-top: 0px !important;
	text-transform:uppercase;
}
#slogan .col-md-6 {
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.inner ul li{
	font-size:14px;
 
}
.inner ul{
  padding: 0px !important;
}
.inner p {

    color: #565656 !important;
    line-height: 1.6;

}
.mang-content{
	
}
#banner h2 {

    font-size: 30px !important;
    color: #fff !important;
    text-transform:uppercase;
    text-shadow: 4px 2px #151515;
    margin-top: 40px !important;

}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
       background: #FFFFFF;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
.congratsTxt strong{
	color:#000;
}
.section-padding{
	padding:50px 0;
}
.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: Pink;
}
.scrollable-menu-container {
    display: block;
    height: calc(200px + 30px);
    background: Plum;
}