:root {
    --primary-color: #141C66;
    --secondary-color: #6500FF;
    --accent-color: #00EAB5;
    --accent-dark: #00D1A2;
    --white: #ffffff;
    --black: #000000;
    --gray-light: #F9F9F9;

}

body {
    font-family: 'Almarai', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-color);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

h4 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
}

h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3rem;
}

h6 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
}

p {
    line-height: 1.6rem;
    font-weight: 300;
    /* color: var(--primary-color); */
    color: #36384D;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: var(--accent-color);
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

section {
    padding: 6rem 0;
}

.btn {
    outline: none;
    padding: .65rem 1.5rem;
    font-weight: 300;
    font-size: .875rem;
    border-radius: 24px !important;

}

*/ .btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    outline: none;
    font-weight: 700;
    border: var(--accent-color);
}

.btn-primary:hover {
    color: var(--white);
    background: transparent;
    border-color: var(--primary-color);
}


.btn-primary:active {
    color: var(--white);
    background-color: var(--primary-color);
}

.btn-primary:focus {
    color: var(--white);
    background-color: var(--primary-color);
}

.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: var(--white);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-secondary {
    outline: none;
    background-color: var(--accent-color);
    border: none;
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
}

.btn-secondary:active {
    outline: none;
}

.btn-outline-primary {
    color: var(--white);
    border-color: #E1E5E2;
    padding: .5rem 1.5rem;
}

.btn-outline-primary:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
}

.nav-item a {
    font-size: .875rem;
    color: var(--primary-color);
}

.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    border-bottom: 4px solid var(--accent-dark);
    border-image: linear-gradient(to right, #00EAB5, #6500FF) 1;
    /* font-weight: bold; */
}


.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    border-radius: 2rem;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--primary-color)
}

.navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: none;
    border: none;
    padding: 0;
}

.plight {
    color: #fff;
}

.pdark {
    color: var(--primary-color);
}

.consultmain {
    border-bottom: 1rem solid #fff;
}

.consultmain .ssingle {
    border: 1px solid rgba(20, 28, 102, .25);
}

.consultmain .ssingle:hover {
    border: 1px solid #f9f9f9;
}

.ssingleinfo h4 {
    font-size: 2rem;
    font-weight: 400;
    width: 80%;
    line-height: 1.3;
}

.servmaininfo h4 {
    font-size: 2rem;
    font-weight: 400;
    width: 80%;
    line-height: 1.3;
}

.subhead {
    font-size: 2rem;
    font-weight: 400;
    width: 80%;
    line-height: 1.3;
}

.servmain1 {
    background-image: url("../images/professionalserv.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 340px;

}



.servmain2 {
    background-image: url("../images/managedserv.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 340px;
}

.servmain3 {
    background-image: url("../images/trainingserv.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 340px;
}

.servmain4 {
    background-image: url("../images/consultserv.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 340px;
}

.servmain1 {
    border-radius: 1rem 1rem 0 1rem;
}

.servsingle {
    border-radius: 1rem;
}

.servmain4 {
    border-radius: 0rem 1rem 1rem 1rem;
}

.servmain2 {
    border-radius: 0rem 1rem 1rem 0;
}

.servmain3 {
    border-radius: 1rem 0rem 0rem 1rem;
}

.servsingle {
    border-radius: 1rem;
}

.ssingleinfo img {
    max-width: 100%;
}

.consultmain .ssingle img {
    width: 70px;
}

.nopad {
    padding-left: 0;
}

.nopadleft {
    padding-right: 0;
}

footer {
    background-color: #F7F8FC;
    padding: 4rem 0;
    border-bottom: 1rem solid var(--primary-color);
}

.accordion-button {
    color: var(--primary-color);
    font-size: .9375rem;
    font-weight: 700;
}

.sigradient {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .875rem;
    padding-left: .875rem;
    line-height: 3;
    border-bottom: 4px solid white;
    /* margin-bottom: 4px; */
}

/* li.nav-item {
    border-bottom: 4px solid white;
} */



.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--primary-color);
}

.fixed-top {
    padding: 0;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px -5px rgb(0 0 0 / 20%);
}

.hero1,
.hero2,
.hero3,
.herov {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

.hero1 {
    background-image: url("../images/hero1.jpg");
}

.hero2 {
    background-image: url("../images/hero2.jpg");
}

.hero3 {
    background-image: url("../images/hero3.jpg");
}

.carousel-caption {
    text-align: left;
    left: auto;
    right: auto;
    top: 40px;
    bottom: auto;
    /* width: 550px; */
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}

.special {
    background: -webkit-linear-gradient(287.24deg,
            #6500FF -17.35%,
            #00EAB5 106.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accent {
    font-size: .875rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: .5rem;
}

.accentlight {
    color: var(--accent-color);
}

.accentdark {
    color: var(--accent-dark);
}

.accentdark:hover {
    color: var(--accent-color);
}

.accentdarker {
    color: var(--secondary-color);
    font-weight: bold;
}

.accentdarker:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.about {
    background-color: var(--gray-light);
}

.servicebox {
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 1rem;
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    text-align: center;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}


.servicebox:hover {
    background: linear-gradient(290.41deg, #6500FF -17.29%, #00EAB5 109.11%);
    cursor: pointer;
    scale: 1.01;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
}

.servicebox img {
    margin-bottom: 2.5rem;
    width: 54px;
}

.servicebox:hover img {
    filter: brightness(100);
}

.eccouncil {
    background-image: url("../images/silines.svg");
    background-size: cover;
    background-position: center center;
    background-color: var(--primary-color);
    color: var(--white);


}

.services {
    background-color: var(--gray-light);
}

.clientbox,
.partnerbox {
    padding: 1rem;
    text-align: center;
    padding-bottom: 3rem;
}

.partnerbox img {
    max-width: 62%;
}

.partnerbox .iso-badge {
    width: 42%;
}

.cloudmain .ssingle img {
    width: 70px;
}

.managedmain .ssingle img {
    width: 70px;
}

.clientbox img {
    max-width: 60%;
}

.siblue {
    /* background: var(--primary-color); */
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    color: #fff;
}

.sibluedark {
    background-color: var(--primary-color);
    color: #fff;
}

.sigray {
    background: #f9f9f9;
    color: var(--primary-color);
}

.siwhite {
    background: #fff;
    color: var(--primary-color);
}



footer a {
    color: rgba(20, 28, 102, 0.75);
}

footer a:hover {
    color: rgba(20, 28, 102, 1);
}

footer p {
    font-size: .875rem;
    font-weight: 400;
    color: var(--primary-color);
}

footer li {
    font-size: .875rem;
    padding: .5rem 0;
}

footer h6 {
    font-size: 1rem;
    font-weight: 700;
}

footer li img {
    margin-right: .8rem;
    padding-bottom: 2px;
    width: 22px;
}

.ctalearn {
    background-image: url("../images/learn.jpg");
    background-size: cover;
    background-position: center center;
    /* min-height: 100vh; */
    color: var(--white);
}


.ctascore {
    background: #f9f9f9;
    /* background-image: url("../images/cyberlines.jpg"); */
    background-size: cover;
    background-position: center center;
    /* min-height: 100vh; */
    color: var(--primary-color)
}

.ctascore img {
    max-width: 100%;
    border-radius: 1rem;

}

.card {
    border: none;
    border-radius: 1rem;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 4px 10px 0 rgb(189 208 223 / 25%);
}

.card:hover {
    scale: 1.01;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 10px 0 rgb(189 208 223 / 25%);
}

.card-body {
    padding: 1.4rem 1rem .8rem 1rem;
    border-radius: 0 0 1rem 1rem;
    min-height: 150px;
}

.card:hover .card-body {
    color: var(--white);
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);

}

.card:hover a {
    color: var(--primary-color);
}

.card img {
    border-radius: 1rem 1rem 0 0;
}

.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.courses h6 {
    margin: .8rem 0rem;
}

.carousel-indicators [data-bs-target] {
    margin-bottom: 2rem;
}

.copyright {
    font-size: .8rem;
    color: rgba(20, 28, 102, .9);
    margin-bottom: .5rem;
}

.contactmain {
    background: #f9f9f9;
    border-radius: 1rem;
    padding: 4rem;
}

.mainbox {
    background: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid rgba(20, 28, 102, 0.2);
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.mainbox:hover {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    cursor: pointer;
    scale: 1.01;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border: 1px solid #f9f9f9;
}

.mainbox:hover .btn-primary {
    background: #fff;
    color: var(--primary-color)
}

.mainbox:hover .btn-outline-primary {
    background: #fff;
    color: var(--primary-color)
}

.mainbox:hover .btn-outline-dark {
    background: var(--primary-color);
    color: var(--accent-color);
}




.mainbox h5 {
    margin: 1rem 0;
    font-size: 1.875rem;
    line-height: 1.1;
}

.mainbox img {
    margin-bottom: 2rem;
    width: 54px;
}

.mainbox:hover img {
    filter: brightness(100);
}

.solutions p {
    margin-bottom: 2rem;
}

.btninside:hover {
    background: #fff;
}

.mainhead {
    margin-top: 3rem;
}

.solutionhead {
    /* background-color: var(--secondary-color); */
    background-image: url(../images/solution.jpg);
    background-size: cover;
}

.security .btn-outline-primary {
    color: var(--primary-color);
}

.mainhead h3 {
    color: #fff;
    display: block;
    margin-top: 1rem;
}

.traininghead {
    /* background-color: var(--secondary-color); */
    background-image: url(../images/training.jpg);
    background-size: cover;
}

.training .btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    border-color: white;
}

.testibox .btn:hover {
    border-color: var(--primary-color);
}


.trainbox {
    text-align: left;
    background-color: var(--primary-color);
    color: #fff;
}

.trainbox h5,
.trainbox p {
    margin-bottom: 2rem;
}

.trainicon {
    position: relative;
}

.trainicon img {
    position: absolute;
    bottom: 0;
    width: 80%;
    margin-bottom: 0;
}

.contactform {
    margin-top: -2rem;
}

.testimonialbox {
    background: var(--accent-color);
    color: var(--primary-color);
}

.testimonialbox:hover {
    color: #fff;
}


.testimonialbox p,
.testimonialbox h5 {
    color: var(--primary-color) !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: var(--primary-color);
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    border-bottom: 1px solid var(--primary-color);
    outline: 0;
    box-shadow: none;
}


.coursebox {
    border-radius: 1rem;
    border: 1px solid rgba(20, 28, 102, 0.2);
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    color: #fff;
    padding: 0 0 0 12px;
    border: none;


}


.coursebox:hover {
    /* -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03); */
    transition: transform .3s ease-in-out;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.coursebox h5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.coursebox p {
    margin-bottom: 2rem;
}

.coursebox button {
    margin-right: 1rem;
}

.coursebox img {
    max-width: 100%;
    border-radius: 1rem;
}

.courseimg {
    /* background-color: var(--secondary-color); */
    background-image: url(../images/course.jpg);
    background-size: cover;
    border-radius: 1rem 0 0 1rem;
}

.card:hover a {
    color: #fff;
}

.servicehead {
    /* background-color: var(--secondary-color); */
    background-image: url(../images/service.jpg);
    background-size: cover;
}

.coursehead {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
}


.awarehead {
    background-image: url(../images/awarehead.jpg);
}

.ssingle {
    border: 1px solid #fff;
}


.ssingle {
    background: #F7F8FC;
    padding: 2.5rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid #fff;

}

.ssingle:hover {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    color: #fff;
}

.ssingle:hover p {
    color: #fff;
}

.ssingle:hover img {
    filter: brightness(100);
}

.ssingle h5 {
    margin: 1rem 0;
    font-size: 1.5rem;
    line-height: 1.1;
}

.ssingle img {
    margin-bottom: 1.5rem;
    width: 54px;
}

.abouthead {
    /* background-color: var(--secondary-color); */
    background-image: url(../images/about.jpg);
    background-size: cover;
}

.vision {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    color: #fff;
}

.vision img {
    width: 180px;
    margin: 2rem 0;
}

.contactform {
    background: #fff;
}



.contactinside {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    padding: 3rem;
    color: #fff;
    border-radius: 1rem;
    height: 100%;
}

.contactinside img {
    width: 30px;
    margin-left: -1rem;
}

.careers,
.partners,
.courseinfo {
    padding-top: 9rem;
}



.ssingle img {
    width: 80px;
}

.coursedata {
    background: #fff;
    padding: 3rem 3rem 3rem 3rem;
    /* margin-top: 1rem; */
    border-radius: 0.4rem;
    border: 1px solid rgba(20, 28, 102, .25);
}

.coursedata img {
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

.coursedata p {
    font-weight: 400;
    font-size: 0.9375rem;
    color: #36384D;
    line-height: 1.6;
}

.coursedata h6 {
    font-weight: bold;
    margin-top: 3rem;
}

.regdata {
    padding: 3rem;
}

.syllabus {
    line-height: 2.6;
}

.testimonialdata {
    border: 1px solid rgba(20, 28, 102, .25);
    background: #fff;
    color: var(--primary-color);
    padding: 2rem;
    border-radius: 1rem;

}

.testimonialdata p {
    margin-bottom: 1rem;
    /* margin-top: 2rem; */
    font-weight: 300;
}


.testimonialdata h6 {
    font-weight: bold;
    color: var(--primary-color);
}

.userpic img {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.card h6 {
    color: var(--primary-color);
}

.card:hover h6 {
    color: #fff;
}


.icon {
    position: relative;
}

/* .icon img {
    position: absolute;
    bottom: 80px;
} */

.mainbox h5,
.mainbox p {
    color: var(--primary-color);
}

.mainbox p {
    margin-bottom: 2rem;
}

.mainbox:hover h5 {
    color: #fff;
}

.mainbox:hover p {
    color: #fff;
}

.trainbox h5,
.trainbox p {
    color: #fff;
}

.coursebox h5 {
    color: #fff;
}

.contactform {
    padding-top: 0;
}

.form-label {
    font-size: .937rem;
}

.text-left {
    margin-top: 4rem;
    text-align: left;
    padding: 4rem;
    border: 1px solid var(--accent-color);
    border-radius: 1rem;

}

.awarefeature {
    background-color: #f9f9f9;
    /* border-bottom: 16px solid #fff; */
}

.intlpartner,
.awarefeature h4 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;

}

.awarefeature img {
    border-radius: 1rem;
}

.awareboxes h5 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

.awarebox {
    border: 1px solid rgba(20, 28, 102, .25);
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 1rem;
    text-align: center;
    height: 200px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.awarebox:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}

.awareborder {
    border-bottom: 1rem solid #fff;
}

.awarebox p {
    font-size: 0.875rem;
}

.awarebox h6 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.awarecta {
    margin-top: 4rem;
}

.awaresingle {
    background: #ffffff;
}

/* .awarefeature img {
    width: 75%;
} */

.text-left img {
    width: 30%;
    display: block;
    text-align: center;
    margin: 2.5rem auto;
}

.dropdown-toggle::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z" /></svg>');
    border: none;
    width: 10px;
    height: auto;
    margin-bottom: -2px;
    margin-left: 0.4rem;
    vertical-align: middle;
}

#coursep {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    border: none;
    color: var(--white);
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    border-radius: 2rem;
}


.dropdown-menu {
    --bs-dropdown-item-padding-y: 0.5rem;
    border: none;
    --bs-dropdown-padding-x: 1rem;
    --bs-dropdown-padding-y: 1rem;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    --bs-dropdown-border-radius: 1rem;
    --bs-dropdown-border-color: rgba(20, 28, 102, .25);
    --bs-dropdown-spacer: 0.5rem;
}


.phishpoints {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.phishpoints li {
    padding: 0.4rem 0;
    padding-left: .5rem;
    line-height: 1.6rem;
    font-weight: 300;
}

.coursepoints {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.coursepoints li {
    padding: 0.4rem 0;
    padding-left: .5rem;
    line-height: 1.6rem;
    font-weight: 400;
    font-size: .9375rem;
    color: #36384D;
}


.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #F7F8FC;
}

.accordion {
    margin: 2rem 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.values {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.values li {
    padding: 0.2rem 0;
    padding-left: .5rem;
    line-height: 1.6rem;
    font-weight: 300;
}

#saudivision {
    border-radius: 0;
    margin-bottom: 2rem;
}

/* .whatsapp.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: var(--white);
    background-color: #fff;
    border-color: #fff;
} */

.sifeature h6 {
    margin-top: 1.5rem;
}

.it .ssingle {
    padding: 2rem;
}

.enterprise .ssingle {
    padding: 2rem;
    color: #fff;
    background: none;
    border: none;
}

.enterprise .ssingle h5 {
    font-size: 1.25rem;
}

.enterprise {
    background: var(--primary-color);
    background-image: url("../images/siabstract.jpg");
    background-size: cover;
    background-position: center center;
}

.ssingle:hover .btn-primary {
    background: #fff;
    color: var(--primary-color)
}

.ssingle:hover .btn-outline-primary {
    background: #fff;
    color: var(--primary-color)
}

.ssingle:hover .btn-outline-dark {
    background: var(--primary-color);
    color: var(--accent-color);
}

.silock1 {
    width: 40%;
}

.silock2 {
    width: 80%;
}

.awarepic {
    width: 75%;
}

.systems {
    padding: 6rem 0 0rem 0;
}

.systemslast {
    padding-bottom: 6rem;
}

.systems h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.aramco h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.systems .ssingle img {
    width: 66px;
}

.ssingleinfo img {
    border-radius: 1rem;
}

.solutionabout {
    padding: 8rem 0;
}

.enrollbox {
    background: #F7F8FC;
    /* background: var(--secondary-color); */
    padding: 3rem;
    border-radius: 0.4rem;
    /* margin-top: 2rem; */
    text-align: center;
    /* margin-left: 2rem; */
}

.enrollbox p {
    font-size: .9735rem;
    margin-bottom: 2rem;
}

.enrollbox h6 {
    font-size: 1.75rem;
}

.coursefeatures {
    background: #fff;
    /* padding: 2rem; */
    /* border: 1px solid rgba(20, 28, 102, .25); */
    border-radius: 1rem;
    margin-top: 2rem;
    margin-left: 2rem;
}

.coursefeatures p {
    margin-bottom: 2.5rem;
}

.coursefeatures img {
    width: 36px;
    margin-bottom: 1rem;
}

.whatsapp {
    /* padding: 1.5rem 0.5rem; */
    padding: 1rem 1.5rem;
}

.whatsapp:hover {
    background: var(--primary-color);
}

#whatsbtn {
    border-radius: 48px !important;
}

#whatsbtn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);

}

.modal-title {
    font-size: 1.5rem;
}

.modal-header {
    padding: 2rem !important;
}

.modal-body {
    padding: 2rem !important;
}

.recognition img {
    width: 93%;
}

.recognition h6 {
    font-size: 1.625rem;
}

.notfound {
    padding: 10rem 0 12rem 0;
}


.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    z-index: -1;
}

.bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



@media only screen and (max-width: 767px) {

    .carousel-caption {
        width: 80%;
    }

    .container {
        width: 90%;
    }

    .hero1 {
        background-image: url("../images/hero1m.jpg");
    }

    .card-img-top {
        height: 36vw;
    }

    .carousel-control-prev-icon {
        display: none;
        visibility: hidden;
    }

    .carousel-control-next-icon {
        display: none;
        visibility: hidden;
    }

    .text-left {
        padding: 2rem;
    }

    .awarepic {
        width: 100%;
    }

    .contactinside {
        padding: 1.5rem 1.5rem 3rem 1.5rem;
        margin-top: 2rem;
    }

    .contactinside img {
        margin-top: 1rem;
        margin-left: 0;
    }

    .contactmain {
        padding: 2rem;
    }

    .coursedata {
        padding: 0.5rem 1rem 1rem 1rem;
        margin-bottom: 2rem;
    }

    .regdata {
        padding: 1.5rem 1rem 1rem 1.5rem;
    }

    .mainbox {
        padding: 1.5rem;
    }

    .silock1 {
        width: 35%;
    }

    .silock2 {
        width: 60%;
    }

    .awarepi {
        width: 100%;
    }

    .fixed-top {
        padding: 0.5rem 0;
    }

    .ssingleinfo h4 {
        margin-top: 2.5rem;
    }


    .intlpartner,
    .awarefeature h4 {
        margin-top: 2.5rem;
    }

    .servmain1,
    .servmain2,
    .servmain3,
    .servmain4 {
        margin-bottom: 2.5rem;
        min-height: 220px;
        border-radius: 1rem;
    }

    .servmaininfo {
        margin-bottom: 2.5rem;
    }

    .nopad {
        padding-left: 15px;
    }

    .nopadleft {
        padding-right: 15px;
    }

    .navbar .megamenu {
        padding: 1rem;
    }
}









.navbar .megamenu {
    padding: 4rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: #F7F8FC;
        border-bottom: 4px solid var(--secondary-color);
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

.courselist li {
    padding: 0.6rem 0.4rem;
    border-bottom: 1px solid #ebebeb;
}

.courselist li:hover a {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* .courselist li:hover {
    background-color: #f3f3f3;
} */

.nav-link:focus,
.nav-link:hover {
    color: var(--secondary-color) !important;
}



.contactpagea {
    color: white;
}

.contactpagea:hover {
    color: var(--primary-color);
}

.newhub {
    padding: 2rem;
    text-align: left;
}


/* #google_translate_element {
    display: none;
} */

body>.skiptranslate {
    display: none;
}



.filterDiv {
    /* float: left;
    background-color: #2196F3;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px; */
    display: none;
    transition: opacity 1s ease-out;
    /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
    transition: opacity 1s ease-out;
}

#myBtnContainer {
    margin-bottom: 2rem;
}

.btfilter {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    border-radius: 24px !important;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

.btfilter:hover {
    background-color: #ddd;
}

.btfilter.activate {
    background: linear-gradient(287.24deg, #6500FF -17.35%, #00EAB5 106.07%);
    color: white;
}



.goog-logo-link {
    display: none !important;
    visibility: hidden;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-combo {
    margin-top: 1rem;
    border-radius: 16px;
    border-color: white;
    padding: 0.5rem;
}

.iso-badge {
    align-items: center;
}

.badge-image {
    margin-right: 1rem;
}

.badge-image img {
    width: 100px;
}

.iso-info h6,
h5 {
    margin-bottom: 0;
}

.iso-info {
    padding: 1.5rem 0;
}

.iso-info h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.iso-info h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}