@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css?family=Calistoga:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

.h14-infobar .navbar-brand img{
    height: 80px !important;
}

.h14-infobar .navbar-social-div{
    margin-left: 25px;
}

.h14-infobar .navbar .nav-link-social{
    margin-top: 0px;
    padding: 0 20px;
}

.h14-infobar .navbar .nav-link-social:first-child{
    padding-left: 0;
}

.h14-infobar .navbar .nav-link-social i{
    font-size: 20px;
    color: #3e4555;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}

.h14-infobar .navbar-social .nav-item:nth-child(1) i:hover{
    color: #3b5998;
}

.h14-infobar .navbar-social .nav-item:nth-child(2) i:hover{
    color: #00acee;
}

.h14-infobar .navbar-social .nav-item:nth-child(3) i:hover{
    color: #c4302b;
}

.h14-infobar .navbar-social{
    padding: 0;
}

.h14-infobar .navbar-social li{
    display: inline-block;
}

.h14-navbar{
    background-color: #fff;
}

.h14-navbar .h14-nav .navbar-nav .nav-item a{
    font-size: 12px;
    font-weight: 500;
    color: #222;
    transition: all 0.5s;
}

.h14-navbar .h14-nav .navbar-nav .nav-item a:hover{
    color: #222 !important;
}

/*.h14-navbar .h14-nav .navbar-nav .nav-item.active {
    background-color: #151515;
}*/

.h14-navbar .h14-nav .navbar-nav .nav-item.active a{
    color: #fff22e !important;
}

#main-header{
    margin-top: 0;
    background-image: url("../images/main-header-image.jpg");
    background-size: 100% 100%;
    width: 100vw;
    height: 81vh;
    position: relative;
    background-repeat: no-repeat;
}

#main-header .black-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-header .main-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #f5f5f5;
    text-align: center;
}

#main-header .main-text .welcome-text{
    font-family: 'Calistoga', cursive;
    color: #f5f5f5;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 3px;
    font-weight: 300;
    display: none;
}

#main-header .main-text .welcome-text span{
    font-family: 'Calistoga', cursive;
    color: #f5f5f5;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 3px;
    font-weight: 300;
}

#main-header .main-text .lead{
    margin-top: 20px;
    font-size: 16px;
    display: none;
}

.bt-top.btn.btn-circle.btn-lg.btn-info{
    background: #222;
    color: #fff22e;
    border: none;
}

#whatIsNorm, #aboutUS, #MissionVisionValues, #services, #training, #certificates, #contactUs{
    position: relative;
}

#whatIsNorm.spacer{
    padding: 60px 0;
}

#aboutUS.spacer{
    padding: 40px 0;
}

.btn.btn-md.btn-arrow {
    color: #fff22e;
    font-size: 12px;
    font-weight: 500;
    background: #222;
    border-bottom: solid 2px #fff22e;
    box-shadow: -2px 2px 10px hsla(0, 0%, 13%, 0.5);
    border-radius: 10px 100px 100px 10px;
    background: #FFF22E;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 124% */
    text-transform: capitalize;
}

.btn.btn-md.btn-arrow.btn-md-2 {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    background: #fff22e;
    border-bottom: solid 2px #222;
    box-shadow: -2px 2px 10px hsla(0, 0%, 13%, 0.5);
}

.btn.btn-md.btn-arrow i{
    font-weight: 800;
}
div.row #txt_what {
    color: #FFF !important;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 172.222% */
}
.spacer .title {
    color: #222;
    font-weight: 500;
    color: #FFF22E;
    font-family: Roboto;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.spacer .title-span {
    color: #222;
    color: #FFF22E;
    font-family: Roboto;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.spacer .title-span {
    /* -webkit-text-stroke: 2px black; */
}

.spacer .card {
    box-shadow: 5px 10px 15px #22222222;
}

#MissionVisionValues.spacer{
    padding: 40px 0 60px 0;
}

#MissionVisionValues.spacer{
    padding: 40px 0 60px 0;
}

#MissionVisionValues .all-cards {
    /* position: absolute;
    left: 50%;
    transform: translate(-31.5%, 0); */
}

#MissionVisionValues .card-img-top {
    max-height: 300px;
}

#MissionVisionValues .values-card p {
    font-size: 15px;
    margin-bottom: 40px;
}

#MissionVisionValues .all-cards h3 {
    font-weight: 700;
}

#MissionVisionValues .values-card h5 {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 600;
}

#services.spacer{
    padding: 40px 0 60px 0;
}


#services .business-units-head{
    margin: 60px 0 20px 0;
    font-weight: 700;
}

#services .business-units-body{
    font-weight: 400;
}

#services .card-img-top {
    max-height: 309px;
    min-height: 309px;
}

#services .btn {
    font-size: 16px;
    padding: 15px 150px;
}

#training.spacer{
    padding: 30px 0 30px 0;
}

#training .list-block li i{
    color: #e4d728 !important;
    /* -webkit-text-stroke: 1px #f3e62a; */
    font-weight: 700;
}

#training .list-block li span{
    margin-right: 10px;
    font-weight: 600;
}

#training .card .card-img-top{
    height: 280px;
}

#certificates .spacer{
    padding: 40px 0 60px 0;
    background: #222;
}

#certificates h6.subtitle {
    color: #f5f5f5 !important;
}

#certificates p.subtitle {
    color: #fff22e !important;
}

#certificates .card img{
    height: 250px;
}

#contactUs.spacer {
    padding: 40px 0 60px 0;
}

#contactUs .spacer {
    padding: 4px 0 60px 0;
}

#contactUs .detail-box {
    background-color: #222 !important;
    margin-top: 15px;
}

#contactUs .detail-box img {
    margin-left: 25%;
    height: 65px;
}

#contactUs .detail-box i{
    color: #fff22e;
    font-weight: 400;
}

#contactUs .detail-box .info,  #contactUs .detail-box .info a{
    color: #f5f5f5;
    font-weight: 400;
}

#newsSection.spacer {
    padding: 40px 0 40px 0 !important;
}

.blog-home1 .title:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

#newsSection .card .card-img-top {
    height: 200px;
}

#newsSection .card a.link:hover {
    color: #222 !important;
}

.footer3{
    padding: 0;
}

.footer3.bg-dark {
    background: #000 !important;
}

.footer3 .footer-img {
position: relative;
}

.footer3 .footer-img img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.footer3 .detail-box h6 {
    color: #fff22e !important;
}

.footer3 .detail-box .general-listing li a:hover .ti-arrow-right{
    color: #d4c924;
}

.footer3 .f3-middle .general-listing li a{
    color: #fff;
        padding: 5px;
}

.footer3 .f3-middle .detail-box i{
    color: #fff22e;
    font-weight: 400;
}

.footer3 .f3-middle .info span, .footer3 .f3-middle .info a{
    font-weight: 500;
    transition: all 0.5s;
}

.footer3 .f3-middle .info a:hover{
    color: #cecece !important;
}


.footer3 .f3-middle .general-listing li a:hover{
    color: #cecece;
}

.footer3 .f3-bottom-bar{
    background-color: #D7C900;
    padding: 3px 0;
    position: relative;
}

.footer3 .f3-bottom-bar p{
    color: #f5f5f5;
    font-weight: 600;
    font-size: 16px;
    color: #000 !important;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 223.077% */
}

.footer3 .f3-bottom-bar p img{
    margin: -7px 0 0 3px;
    width: 40px;
}

#whatIsNormScroll, #aboutUSScroll, #MissionVisionValuesScroll, #servicesScroll, #trainingScroll, #certificatesScroll, #contactUsScroll, #newsScroll{
    margin: 0;
    padding: 0;
    position: absolute;
    top: -145px;
}
/************************************* INTERNAL PAGES ****************************************/
.page-wrapper-internal {
    padding-top: 147px;
}

#about-internal{
    margin-top: -30px;
}

#about-internal.spacer{
    padding: 90px 0 60px 0;
}


#about-internal h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

#about-internal .card img {
    height: 400px;
}

#services-internal{
    margin-top: -30px;
}

#services-internal h1.title{
    margin-bottom: 80px;
}

#services-internal .onsite-head{
    margin: 60px 0 30px 0;
}

#services-internal .onsite-service-head{
    font-size: 20px;
    font-weight: 700;
}

#services-internal .card-offsite{
    width: 70%;
    margin-left: 80px;
}

#training-internal{
    margin-top: -30px;
}

#training-internal .module-head span{
    font-weight: 700;
}

#training-internal p li{
    color: #222 !important;
    font-size: 20px;
}

.whatIsNorm-body p{
    text-align: justify;
}

@media only screen and (max-width: 768px) {
#about-internal .row.justify-content-center {
    DISPLAY: block;
    margin-top: 50px;
    /* float: left; */
    /* width: 100%; */
}

#about-internal h1.title.font-bold.col-md-12 {
    FONT-SIZE: 15PX !IMPORTANT;
    MARGIN: 0 !IMPORTANT;
}

div#about-internal {
    MARGIN-TOP: 0;
    PADDING: 0 !IMPORTANT;
}
    #main-header .main-text .welcome-text{
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 2px;
        font-weight: 300;
    }
    #main-header .main-text .welcome-text span{
        font-size: 45px;
        line-height: 50px;
        letter-spacing: 2px;
        font-weight: 300;
    }
    #main-header .main-text .lead{
        display: none;
    }
    #whatIsNorm .uneven-box {
        margin-top: 0;
    }

    .spacer {
       padding: 50px 0;
    }

    #services .btn {
        width: 100%;
        padding: 12px 0;
    }

    #training .list-block li {
        font-size: 12px;
    }

    #training .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-wrapper-internal {
        padding: 0;
    }

    #about-internal h1.title {
        margin-bottom: 50px;
    }
}
/*#sub_menu.active{
     color: #e6da27 !important;
}*/
/*#sub_menu:before{
     color: #e6da27 !important;

}*/

 .partner-img{
     max-height:350px;
 }

 img{
     max-width:100%;
 }
/**/
 /*.page-content{
      margin:20px 10px;
  }*/


.h14-infobar {
    background-color: #222;
    ColorsHexHexBackground colors#222222;
}
.h14-infobar *{color: #FFF22E;/* display: flex; */padding-right: 8px;/* align-content: center; *//* justify-content: center; *//* align-items: center; */}
a.navbar-brand {
    background-color: #FFF22E;
    padding: 20px;
}
div#whatIsNorm {
    background-image: url(../images/Group30.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    }


div#aboutUS  h6.subtitle {
    color: #222 !important;
    color: #FFF !important;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    max-width: 629px;
    height: 155px;
    flex-shrink: 0;
}


div#aboutUS {
    background-image: url(../images/Rectangle15.png);
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}
#certificates .spacer {
    padding: 40px 0 60px 0;
    background: #222;
    background-image: url(../images/Rectangle15.png);
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
}
div#newsSection {
    background: #222;
}div#newsSection p {
    color: #FFF !important;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
}div#training {
    background-color: #222222;
}

p#txt_train {
    color: #FFF !important;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 147.619% */
}a.navbar-brand {
    top: 1px;
    position: absolute;
    left: 0;
}

.hover-dropdown.main-menu-container {
    margin-right: 0;
}
div#MissionVisionValues {
    background-color: #222222;
}

div#MissionVisionValues .subtitle {color: #FFF !important;
text-align: center;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 31px; /* 172.222% */}

.card.mission-card.card-shadow img.card-img-top {
    float: left;
    width: 180px;
    display: inline-block;
}

.card.mission-card.card-shadow .card-body.text-center {
    width: 70%;
    float: left;
    display: inline-block;
    color: white;
}

.card.mission-card.card-shadow.aos-init.aos-animate {
    display: inline-block;
}

.card.mission-card.card-shadow.aos-init.aos-animate *{color: white !important;margin-top: 0;}

.col-md-12.wrap-feature2-box {
    display: block !important;
    width: 100%;
    float: left;
}

.card.mission-card.card-shadow.aos-init.aos-animate {
    background-color: transparent;
    border-radius: 117px 0 117px 117px;
    border: 1px dashed #FFF22E;
    background: rgba(60, 60, 60, 0.60) !important;
    min-height: 234px;
    flex-shrink: 0;
    padding: 30px;
}
.card.mission-card.card-shadow.aos-init.aos-animate .card-body {padding-left:30px;float: left;width: calc(100% - 180px);}

.card.mission-card.card-shadow.aos-init.aos-animate h3.font-medium {
    color: #FFF22E !important;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

p#txt_mission {
    margin-top: 0;
    line-height: 1.6;
    font-size: 16px !important;
}.card.mission-card.card-shadow.vision{
    border-radius: 117px 0 117px 117px;
    border: 1px dashed #FFF22E;
    background: rgba(60, 60, 60, 0.60);
}

.card.mission-card.card-shadow.vision  .card-body {
    float: left !important;
}

.card.mission-card.card-shadow.vision img.card-img-top {
    float: right;
}
p#txt_values {
    margin-top: 0;
}
div#services {
    padding: 40px 0 60px 0;
    background: #222;
    background-image: url(../images/Rectangle12d.png);
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}
.business-units *{color: #FFF;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 31px;}
div#main-wrapper .card.card-shadow.aos-init.aos-animate {
    border-radius: 117px 0 117px 117px;
    border: 2px solid #FFF;
    background: rgba(247, 247, 249, 0.70);
    padding: 20px;
}

#services .card-img-top {
    border-radius: 117px 0 117px 117px;
    border: 4px solid #FFF22E;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

#services .card-body.text-center h5 {
    color: #222;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#services .card-body.text-center {
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    .page-wrapper {
        padding-top: 0 !important;
    }
}
div#h14-info * {
    color: #FFF22E;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}
h6#txt_mob,h6#txt_mail{
    font-weight: normal;
    margin-bottom: 0 !important;}
.h14-navbar {
    padding: 6px;
}
.video-container {
  position: relative;
  width: 70%;
  max-width: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.play-btn {
  position: absolute;
  bottom: 45px;
  right: 29px;
  background: #ffeb3b; /* Ã˜Â£Ã˜ÂµÃ™ÂÃ˜Â± */
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.play-btn:hover {
  background: #fdd835;
}

#newsSection.spacer {
    padding-top: 0 !important;
}
div#newsSection .justify-content-center{margin-top: 0 !important;}

.col-lg-12.footer-img.col-md-12.m-b-30 img {
    max-width: 200px;
}
.footer3 .footer-img img {
    max-width: 200px;
}


@media (max-width: 1024px) {
.spacer .title{
    color: #222;
    font-weight: 500;
    color: #FFF22E;
    font-family: Roboto;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.card.mission-card.card-shadow img.card-img-top {
    width: 100%;
}

.card.mission-card.card-shadow.aos-init.aos-animate .card-body {
    width: 100%;
}

#MissionVisionValues .card-img-top {
    max-width: 180px;
    margin: 0 auto;
}

.card.mission-card.card-shadow.aos-init.aos-animate {
    text-align: center;
    display: flex;
}
button.navbar-toggler.navbar-main-menu-toggler.collapsed {
    color: #fff22e !IMPORTANT;
}

section#main-header {
    height: auto;
    min-height: 221px;
}

a.navbar-brand {
    position: relative;
    max-width: 100px;
    height: auto !important;
}

.h14-infobar .navbar-brand img {
    height: auto !IMPORTANT;
}.navbar-main-menu-toggler {
    color: #222 !important;
}}
ul.dropdown-menu.show a {
    color: white !important;
}
.bg-white {
    background-color: #222 !important;
}
li.nav-item.dropdown ul a {
    color: white !important;
}
.inpage strong {
    color: #FFF22E;
}
.col-lg-12.TOPTITEL {
    PADDING-TOP: 30PX;
}
.right {
    direction: rtl;
    display: block;
    text-align: right !important;
     font-family: "Cairo", sans-serif !important;

}
div#NormSolution {
  position: relative;
  background: url(../images/bk.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}

div#NormSolution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Ø·Ø¨Ù‚Ø© Ø³ÙˆØ¯Ø§Ø¡ Ø¨Ù†Ø³Ø¨Ø© Ø´ÙØ§ÙÙŠØ© 50% */
  z-index: 1;
}

div#NormSolution > * {
  position: relative;
  z-index: 2; /* ÙŠØ®Ù„ÙŠ Ø§Ù„Ù…Ø­ØªÙˆÙ‰ ÙÙˆÙ‚ Ø§Ù„Ø·Ø¨Ù‚Ø© Ø§Ù„Ø³ÙˆØ¯Ø§Ø¡ */
}
div#NormOCCURRING {
    position: relative;
    background: url(../images/bk2.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
div#NormOCCURRING {
    position: relative;
    background: url(../images/bk2.png) center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.zoom-effect {
  transition: transform 0.4s ease;
}

.zoom-effect:hover {
  transform: scale(1.4); /* ÙŠÙƒØ¨Ø± Ø§Ù„ØµÙˆØ±Ø© Ø¨Ù†Ø³Ø¨Ø© 10% */
}
div#whatIsNorm .row.text-white {padding:10px;    text-align: justify !important;}
div#MissionVisionValues strong {
    padding: 2px 0px;
    float: left;
    width: 100%;
    color: #fff22e !important;
}
.text-black {color:#222 !important}
.col-md-6.wrap-feature2-box .card-body.text-center {
    padding-top: 28px;
}
.page-content {
        margin: 103px 10px;
    }

h1.title.font-bold.col-md-12 {
    padding-bottom: 19px !important;
    margin-bottom:0 !important;
}
.feature2 h1.title.font-bold.col-md-12 {
    text-transform: uppercase;
    margin-top: 50px;
}
h6#txt_mobile {
    font-weight: normal;
    padding-top: 8px;
}



@media (max-width: 1024px) {
.spacer .title,.spacer .title-span{
    color: #222;
    font-weight: 500;
    color: #FFF22E;
    font-family: Roboto;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}}