@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');


body {
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    max-width: 1500px;
    margin: 0 auto;
}



/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: inherit;
}

h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
}

h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

h3,
h3 a {
    color: #454545;
}

p {
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}



/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #F26522;
    outline: none;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background: transparent
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
}

.section-title {
    padding-bottom: 20px;
}

.section-title h2 {
    margin: 0;
}

.section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    position: relative;
    padding: 100px 0;
}

#team,
#menu,
#testimonial {
    text-align: center;
}

.about-image img,
.team-thumb img {
    width: 100%;
}

#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
}



/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}



/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}



/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.custom-navbar .navbar-brand span {
    color: #ce3232;
}

.top-nav-collapse {
    background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
}

.custom-navbar .nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }
*/
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}


.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
        color: #454545;
    }

    .top-nav-collapse .nav li a {
        color: #323232;
        font: Semibold 25px/30px Open Sans;
    }

    .top-nav-collapse .nav .section-btn a {
        color: #ffffff;
    }
}



/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
    padding: 0;
}

#home h1 {
    color: #ffffff;
    padding-bottom: 30px;
}

#home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 768px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}

.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
}

.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
}

.slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
}

.slider .item-first {
    background-image: url(../images/slider-image1.jpg);
}

.slider .item-second {
    background-image: url(../images/slider-image2.jpg);
}

.slider .item-third {
    background-image: url(../images/slider-image3.jpg);
}

.slider .item-second .section-btn {
    background: #292929;
}

.slider .item-second .section-btn:hover {
    background: #ffffff;
}

.slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
}



/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
    padding-bottom: 0;
}

.about-info {
    padding: 0 6em 5em 0;
}

.about-info .section-title {
    padding-bottom: 20px;
}

.about-image {
    position: absolute;
}



/*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
    background: #f9f9f9;
}

.team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.team-info {
    padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
}

.team-thumb img {
    transition: 0.5s 0.2s;
}

.team-thumb:hover img {
    transform: scale(1.2);
}

.team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-item h4 {
    color: #ffffff;
}

.team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}



/*---------------------------------------
     MENU              
  -----------------------------------------*/

#menu {
    padding-bottom: 0;
}

#menu .container {
    width: 100%;
}

#menu .col-md-4 {
    margin: 0;
    padding: 0;
}

.menu-thumb img {
    width: 100%;
    transition: 0.5s;
}

.menu-thumb:hover img {
    transform: scale(1.15);
}

#menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
}

.menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
}

.menu-info .menu-item {
    float: left;
}

.menu-info .menu-price {
    float: right;
}

.menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
}

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.menu-thumb .menu-info h3 {
    margin-top: 0;
}

.menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
}

.menu-thumb:hover .menu-info {
    background: rgba(0, 0, 0, 0.8);
}



/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
    background: url('../images/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
}

#testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
}

#testimonial h2 {
    color: #ffffff;
}

#testimonial p,
.tst-author h4,
.tst-author span {
    display: inline;
}

#testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
}

.tst-author {
    margin-top: 20px;
}

.tst-author h4,
.tst-author span {
    color: #b2b2b2;
}

.tst-author span {
    margin-left: 5px;
}



/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact .section-title {
    padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
    display: none;
}

#contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
    border-bottom-color: #c9c9c9;
}

#contact input {
    height: 55px;
}

#contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
}

#contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
}



/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    padding-bottom: 30px;
    background: #032b60
}

footer .section-title {
    padding-bottom: 10px;
}

footer h2 {
    font-size: 20px;
}

footer a,
footer p {
    color: #909090;
}

footer strong {
    color: #d9d9d9;
}

footer address p {
    margin-bottom: 0;
}

.footer-info,
footer .social-icon {
    margin-top: 20px;
}

.footer-open-hour {
    background: #ce3232;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
}

.footer-open-hour::after {
    background: rgba(29, 29, 29, 0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
}

.footer-open-hour h2 {
    color: #ffffff;
}

.footer-open-hour p {
    color: #d9d9d9;
}

.footer-open-hour strong {
    color: #f9f9f9;
}



/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    border-top: 1px solid #fff
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.social-icon li a {
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: left;
    transition: all 0.4s ease-in-out;
    position: relative;
}





/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}


@media only screen and (max-width: 1200px) {
    .about-info {
        padding-right: 0;
    }

    .about-image {
        position: relative;
    }
}


@media only screen and (max-width: 992px) {
    section {
        padding: 60px 0;
    }

    .custom-navbar .section-btn {
        margin-left: 1em;
    }

    .slider .item {
        background-position: center;
    }

    .about-info {
        padding: 0;
    }

    .team-info {
        margin-bottom: 50px;
    }

    #menu .menu-thumb {
        width: 103%;
    }

    #testimonial {
        background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
        margin-bottom: 50px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }

    h1,
    h2,
    h3 {
        line-height: normal;
    }

    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }

    .custom-navbar .nav li a {
        line-height: normal;
        padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #252525;
        font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
        display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
        display: block !important;
        width: 50%;
        margin: 10px auto 10px auto;
        padding: 10px;
    }

    .custom-navbar .section-btn a {
        color: #ffffff !important;
    }

    .slider .caption {
        padding: 0;
    }

    .menu-thumb .menu-info {
        top: 80%;
    }

    footer {
        padding: 60px 0;
        padding-bottom: 30px;
    }

    .footer-open-hour {
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }
}


@media only screen and (max-width: 580px) {
    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.8em;
    }

    .menu-thumb .menu-info {
        top: 60%;
    }
}

.navbar-brand {
    padding: 0px 15px
}

.navbar-brand img {
    width: 170px;
    margin-top: -10px;
}

@media (min-width: 1200px) {
    .container1 {
        width: 1370px;
        margin: 0 auto
    }
}

.rightlogo {
    width: 160px
}

.navbar-nav-first {
    margin-top: 15px
}

.highlightbtn {
    background: #F26522 !important;
    color: #fff !important;
    border-radius: 5px;
}

.topbar {
    background: #002C60;
    padding: 3px 20px 5px 20px;
    margin-top: -12px;
    margin-bottom: 12px;
    color: #fff
}

.marquee {
    background: #00387A;
    padding: 3px 5px;
    border-radius: 5px
}

.firsttopblock,
.lasttopblock {
    line-height: 28px
}

.firsttopblock a,
.lasttopblock a {
    color: #fff !important
}

.headerimages {
    width: 100%;
    display: none
}

.headerimages.active {
    display: block
}

.navigationitems span {
    display: block
}

.navtitle {
    font-size: 16px;
    font-weight: bold;
    color: #323232;
    padding: 6px 0px 3px 0px;
}

.navigationitems img {
    width: 40px;
    height: 40px
}

.navigationbanner {
    padding: 30px 15px;
    background: #F2F2F2
}

.navactive .navtitle {
    color: #F26522
}

.navigationitems.navactive:before {
    content: "";
    position: absolute;
    border-top: 17px solid #b4b4b4;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    margin-top: -30px;
}

.navigationitems {
    cursor: pointer
}

.pagetitles {
    color: #F26522;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase
}

p {
    color: #323232;
    font-size: 16px
}

#certification {
    background: url(../images/background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.white {
    color: #fff
}

h2.white {
    padding-bottom: 5px
}

h3.white {
    margin-top: 0px
}

#certification {
    margin-top: 100px
}

.ytdclass {
    background: #00387A;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px 6px 10px;
    border-radius: 5px;
}

#certification::before {
    background: rgba(0, 44, 96, 0.7058823529411765);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pt-1 {
    padding-top: 10px
}

.number-left {
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.numberleft-caption {
    font-family: 'Lato', sans-serif;
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.mt-0 {
    margin-top: 0px
}

.mt-10 {
    margin-top: 10px
}

.py-0 {
    padding: 0px
}

.pt-5 {
    padding-top: 50px
}

.pt-8 {
    padding-top: 80px
}

.pt-2-5 {
    padding-top: 5px
}

.pt-25 {
    padding-top: 100px
}

.pt-2 {
    padding-top: 20px
}

.py-4 {
    padding: 40px
}

.mt-55 {
    margin-top: 55px
}

.mt-40 {
    margin-top: 40px
}

.mt-75 {
    margin-top: 75px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-0 {
    margin-bottom: 0px
}

.mb-25 {
    margin-bottom: 90px
}

.mt-2 {
    margin-top: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.imgdottedafter::after,
.imgdottedbefore::after {
    content: "";
    height: 80px;
    width: 6px;
    position: absolute;
    border: 4px dashed #b4c0d1;
}

.imgdottedafter::after {
    margin-left: 28px;
    margin-top: -38px;
}

.imgdottedbefore::after {
    margin-left: 28px;
    margin-top: 14px;
}

.infographicicon {
    max-width: 60px
}

.oicon {
    color: #F26522;
    font-weight: 600
}

.bicon {
    color: #00387A;
    font-weight: 600
}

.margin-65 {
    margin-left: 65px
}

.margin--65 {
    margin-left: -65px
}

.grey {
    color: #707070;
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.image-gallery {
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137254902);
    transition: all 0.3s
}

.image-gallery:hover {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.34)
}

.gallerycaption {
    background: #E5EEF5;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    min-height: 195px;
}

.gallerytitle {
    font-size: 16px;
    font-weight: 600
}

.gallery-captiontext {
    color: #707070;
    font-size: 14px
}

.gallerylabel {
    font-size: 13px
}

#awards {
    background: url(../images/multicolor-bg.png);
    background-repeat: repeat;
}

#awards_1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(230, 240, 247, 1) 25%, rgba(230, 240, 247, 1) 100%);
    margin-top: 20px;
}

#futureskill {
    background: url(../images/bg-futureskills.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.awrdsimgwrap {
    background: #00387A;
    min-height: 328px
}

.awardscaption {
    background: rgba(242, 101, 34, 0.9019607843137255);
    padding: 0px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    min-height: 103px
}

.awardscaption_1 {
    padding: 8px 20px;
    position: absolute;
    bottom: -116px;
    width: calc(100% - 10px);
    left: 0;
    min-height: 126px
}

.bgblue {
    background: #06397b;
}

.bgorange {
    background: #ef6537
}

.whiteseperator {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    font-weight: 600;
}

.pageseperator {
    border-top: 1px dashed #cacaca;
    margin-bottom: 20px;
}

.pl-0 {
    padding-left: 0px
}

.pr-0 {
    padding-right: 0
}

.skilllogowrap {
    background: #fff;
    padding: 78px 0px;
    margin-top: 22em
}

.sectionbtnsupport {
    padding: 5px 30px;
    margin-top: 5px;
    display: inline-block;
}

.wbkitcenter {
    text-align: -webkit-center;
    padding: 57px 20px
}

.awrdsimgwrap .highlightbtn {
    padding: 5px 30px;
    font-family: 'Lato', sans-serif;
}

.event-gallery {
    border-radius: 10px;
    position: relative;
    cursor: pointer
}

.event-gallery img {
    border-radius: 10px;
}

.eventlabel {
    position: absolute;
    top: 20px;
    padding: 4px 20px 5px 20px;
    min-width: 140px;
    color: #fff;
    font-weight: bold;
    left: -10px;
    border-radius: 5px 5px 5px 2px;
}

.eventorange::after,
.eventblue::after {
    content: "";
    border-left: 16px solid transparent;
    top: 28px;
    position: absolute;
    left: 0px;
    z-index: -1;
}

.eventorange {
    background: #ef6537;
}

.eventblue {
    background: #00387A;
}

.eventorange::after {
    border-top: 17px solid #ef6437;
}

.eventblue::after {
    border-top: 17px solid #00387A;
}

.blue {
    color: #00387A;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.hovermask {
    background: rgba(0, 56, 122, 0.7176470588235294);
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    border-radius: 5px;
    padding-top: 60px;
    opacity: 0;
    transition: all 0.3s
}

.event-gallery:hover .hovermask {
    opacity: 1
}

.hoveractive {
    transform: translate(-15px, -15px)
}

.hoveractive1 {
    transform: translate(15px, -15px)
}

.hoveractive2 {
    transform: translate(-15px, 15px)
}

.hoveractive3 {
    transform: translate(15px, 15px)
}

#Path_117,
#Path_121,
#Path_120,
#Path_116,
#Path_118,
#Path_119,
#Path_123,
#Path_122 {
    transition: all 0.3s
}

.galleryicon,
.skillicon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 26px;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    margin-top: -50px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}

.skillicon {
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
    padding: 20px
}

.galleryicon img {
    border-radius: 50%;
}

.skiilswrapper {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0px 0px 6px #00000029;
    min-height: 120px
}

.skiilswrapper h3 {
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.m-all {
    margin-top: 70px;
    margin-bottom: 70px
}

.footerseperator {
    border-bottom: 1px solid #fff
}

#footer h5,
#footer h4 {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.footermenu {
    list-style: none;
    padding: 0
}

.footermenu a {
    color: #fff
}

.copyrightbar {
    background: #00387A;
    padding: 8px
}

.chatwindow {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    background: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    cursor: pointer
}

.chatbubble {
    width: 350px;
    position: fixed;
    right: 21px;
    bottom: 105px;
    background: #fff;
    line-height: 33px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    padding: 30px;
    border-radius: 6px;
    cursor: auto;
    display: none;
    text-align: center
}

.message {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    color: #05387a;
    font-weight: bold;
    border: 1px solid #ddd;
    border-left: 5px solid #032b60;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 20px
}

.closechat {
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 999;
    font-weight: bold;
    color: #828282;
    cursor: pointer;
}

.chatbubble .highlightbtn {
    padding: 5px 15px;
}

.chatbubble .form-check {
    line-height: 25px;
    color: #707070
}

.chatbubble .form-check,
.username,
.msg {
    display: none
}

.username,
.msg {
    border: 0px;
    box-shadow: none !important;
    border-bottom: 1px solid #a1a1a1;
    border-radius: 0;
    margin-bottom: 20px;
}

.navbar-nav li a:hover {
    color: #F26522
}

.chevronmenu {
    margin-top: 4px
}

.highlightbtn {
    border: 1px solid #F26522 !important;
}

.highlightbtn:hover {
    background: #fff !important;
    color: #F26522 !important;
    border: 1px solid #F26522 !important;
}

.parentmenu .dropdown-menu {
    border: 0px;
    padding: 20px 0px !important
}

.parentmenu .dropdown-menu a {
    display: block;
    padding: 5px 10px !important
}

.animateslide {
    animation-name: slideanimation;
    animation-duration: 2s;
}

@keyframes slideanimation {
    from {
        opacity: 0.4
    }

    to {
        opacity: 1
    }
}




#headerbg,
#headerbg1 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0px 50px 0px;
}

#headerbg {
    background: url(../images/background.png);
}

#headerbg1 {
    background: url(../images/Image-48.png);
    background-size: cover !important;
    background-position: 0px 636px
}

#headerbg1::before {
    background-color: rgba(15, 54, 97, 0.6392156862745098);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.smalllabel {
    color: #707070;
    font-family: 'Lato', sans-serif;
}

.section-title {
    margin: 0px
}

#textsection {
    padding: 40px 0px;
}

#textsection-1 {
    padding: 0px 0px 40px 0px
}

#textsection-1 img,
#textsection-4 img {
    margin-bottom: 10px
}

.morebtn {
    padding: 6px 10px;
    background: #707070;
    color: #fff;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    border: 1px solid #707070
}

#textsection-3 {
    padding: 10px 0px
}

#textsection-4,
#textsection-5,
#textsection-6 {
    padding: 30px 0px
}

#section-6 {
    background: url(../images/section6bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#section-6:before {
    content: "";
    position: absolute;
    background: rgba(0, 44, 96, 0.7058823529411765);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.titlespage {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.joinbtn {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.morebtn:hover {
    border: 1px solid #707070;
    background: #fff;
    color: #707070
}

.pl-5 {
    padding-left: 20px
}

.apprenticeship li {
    list-style: none;
    position: relative
}

.apprenticeship li:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ef6637;
    position: absolute;
    top: 5px;
    left: -15px;
}

.wrapperblue {
    background: #0F3661;
    padding: 30px;
}

.wrapperblue p {
    color: #fff
}

.greybtn {
    border: 1px solid #707070 !important;
    background: #707070 !important;
    color: #fff !important;
    border-radius: 5px;
}

.cardwrapper {
    padding: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2784313725490196);
    border-radius: 5px;
    transition: all 0.3s
}

.cardwrapper:hover .pagetitles {
    color: #002C60;
}

.cardwrapper:hover {
    background: #E5EEF5
}

hr {
    border-top: 1px solid #c1c1c1 !important
}

.btncards {
    padding: 6px 20px;
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}


.grids {
    column-count: 2;
    column-gap: 30px;
}

.grids .col-md-6_1 {
    margin-bottom: 15px;
    padding: 10px 0px;
    break-inside: avoid;
}

@media(max-width:768px) {
    .grids {
        column-count: 1;
        column-gap: 30px;
    }

    .cardwrapper {
        margin: 0px 15px
    }

}

.tabsnavigation {
    list-style: none;
    padding: 0
}

.tabsnavigation li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
    font-size: 18px
}

.tabsnavigation li.navactive {
    color: #ef6537;
    font-weight: 600
}

.left-heading {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.listanchor {
    list-style: none;
    padding-left: 20px;
}

.listanchor li {
    padding-bottom: 10px
}

.listanchor li a:hover {
    color: #F26522
}

.orangetxt,
.orangetxt:hover {
    color: #F26522
}

.mailwrapper {
    background: #E5EEF5;
    display: inline-block;
    padding: 30px;
    border-radius: 4px;
}

.mailtext {
    padding: 0;
    margin: 0;
    color: #0F3661;
    font-size: 15px;
}

.owl-prev {
    position: absolute;
    left: -15px;
    top: 41%;
}

.owl-next {
    position: absolute;
    right: -15px;
    top: 41%;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #032c60;
    line-height: 24px;
    text-align: center;
    color: #032c60;
    background: #fff
}

.playbtn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer
}

.mediatabs {
    display: none;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mediatabs.active {
    display: block
}

.mediagrid {
    column-count: 3;
    column-gap: 30px;
}

.mediagrid .imgcolumn {
    margin-bottom: 15px;
    padding: 10px 0px;
    break-inside: avoid;
}

span.mediatitlt {
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

#logocarousal .owl-item {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.containerskills {
    width: 1000px;
    height: 900px;
    margin: 0 auto;
    position: relative
}

.containerskillstable {
    width: 1000px;
    margin: 0 auto;
}

.innerdivs {
    width: 250px;
    height: 860px;
    float: left
}

.dotcontainer {
    width: 250px;
    height: 250px;
    float: left;
    position: relative
}

.dotrow {
    width: 100%;
    height: 83.3333333px;
    float: left;
}

.dotcolumn {
    width: 83.3333333px;
    height: 83.3333333px;
    float: left;
}

.circledot {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    position: absolute;
    z-index: 9;
    border: 3px solid #fff;
    cursor: pointer
}

#svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#line {
    stroke-width: 3px;
    stroke: #0f3761;
}

.circledot:hover {
    border-color: #0f3761
}

.circledot:hover .circledot {
    z-index: auto
}

.circledot:hover {
    z-index: 99;
    opacity: 1
}

.circledot:hover .dottooltip {
    display: block
}

.circledotactive {
    border-color: #0f3761
}

.dottooltip {
    width: max-content;
    position: absolute;
    background: #0f3761;
    color: #fff;
    top: 70px;
    padding: 7px 10px 8px 10px;
    transition: all 0.3s;
    max-width: 200px;
    font-size: 16px;
    display: none
}

span.dottooltip:after {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #0e3761;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 16px;
    top: -9px;
}

.lowopacity {
    opacity: 0.5;
    z-index: 2
}

.dottooltip p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding-top: 7px;
    border-top: 1px solid #fff;
    margin-top: 5px;
    display: none
}

.showalways {
    display: block !important
}

.tooltiplink {
    color: #0e3761;
    font-size: 12px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 7px;
}

.dotdivlabel {
    font-size: 17px;
    padding: 20px;
    text-align: center;
    clear: both;
}

.dotdivlabelrow {
    position: absolute;
    left: -87px;
    transform: rotate(-90deg);
    bottom: 110px;
    font-size: 19px;
}

.networkmap {
    margin-left: 72px;
    display: flex;
    margin-right: 72px;
}

.networkmap li {
    margin-right: 0px;
    width: 25%;
    font-weight: 600;
    padding: 00px 0px 10px 30px;
    border-bottom: 1px solid #000;
}

.networkmap li.active,
.networkmap li:hover {
    border-color: #ef6537;
    color: #ef6537;
}

/* Common */

p.highlight {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.listwithicons li {
    display: block;
    min-height: 100px;
    border-bottom: 1px dotted #ccc;
}

.listwithicons li:last-child {
    border-bottom: none;
}

.shadowdiv {
    min-height: 620px;
}

.shadowdiv > p {
    display: block;
    min-height: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-140 {
    padding-top: 140px;
}

.box-management-team .innsershadow {
    min-height: 440px;
}

.carheadertop {
    margin-top: -34px;
    background: #fff;
    max-width: 200px;
    margin: -35px auto 30px;
    font-size: 32px;
}

.listtophead {
    list-style: none;
    font-size: 16px
}

.listtophead li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.listtophead li:before {
    content: url(../images/list-nav.png);
    position: absolute;
    left: -3px;
}

.meta {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    margin: 20px 0px;
    background-color: #f9f9f9;
}

.secondmenuparent {
    position: relative
}

.secondmenu {
    left: 160px;
    top: 0
}

@media(max-width:768px) {
    .lasttopblock {
        display: none
    }

    .navbar-brand img {
        width: 130px;
        margin-top: -7px;
    }

    .noalign {
        float: none !important
    }

    .noalign .highlightbtn {
        border-radius: 0px !important;
    }

    .mobileopened {
        position: absolute;
        z-index: 999;
        background: #002c60 none repeat scroll 0 0;
        width: 90%;
        top: 120px;
        text-align: left;
        padding: 0px;
    }

    .mobileopened a {
        color: #eeeded !important;
        padding: 10px 20px !important;
        margin: 0px !important
    }

    .mainmenuitem {
        border-bottom: 1px solid #bdbdbd;
    }

    .mobileopened .fa {
        float: right;
        font-size: 18px
    }

    .parentmenu .dropdown-menu {
        padding: 4px 25px !important
    }

    .noalign .open > a {
        background: transparent;
        color: #f26522 !important
    }

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background: transparent;
        color: #f26522 !important
    }
}

@media (max-width: 991.98px) {
    .desktopmap-only {
        display: none
    }
    .topbar .firsttopblock, .topbar .lasttopblock {
        display: none;
    }
    .marquee {
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .footer-copyright, .footer-terms {
        text-align: center;
    }

}

@media (min-width: 991.99px) {
    .mobilemap-only {
        display: none;
    }
    .footer-copyright {
        text-align: left;
    }
    .footer-terms {
        text-align: right;
    }
}
		.noarrow{margin-bottom: 10px!important}
		.noarrow::after,.noarrow::before{display: none}