@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Titillium+Web:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");

ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0 !important;
    text-decoration: none;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
}
a:hover {
    text-decoration: none;
}
button {
    outline: 0 !important;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #000;
}

.bg-fefefe {
    background-color: #fefefe;
}
.bg-f4f9fd {
    background-color: #f4f9fd;
}
.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.btn {
    border: none;
    line-height: initial;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 25px 12px 25px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    font-size: 14px;
    transition: 0.5s;
}
.common-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    line-height: initial;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
    display: inline-block;
    background: #d61c00;
    font-weight: 600;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.light-btn.common-btn {
    background: #0985e3;
}

.common-btn:hover:before {
    -webkit-transform: translateX(0) skew(-45deg);
    -moz-transform: translateX(0) skew(-45deg);
    -o-transform: translateX(0) skew(-45deg);
    transform: translateX(0) skew(-45deg);
}
.common-btn:hover span {
    color: #000;
}
.common-btn span {
    position: relative;
    z-index: 2;
    color: #fff;
}
.orange-btn {
    background: #f90;
}
.buttons-form .orange-btn {
    width: 100%;
    height: 50px;
}
.white-btn {
    background: #fff;
    color: #000;
}
.white-text {
    color: #fff;
}
.green-btn {
    background: #0b326e;
}
.common-btn:hover {
    color: #fff;
    background: #222;
}
.dark-btn {
    background: #fa5b1b;
}

.nav-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.logo-outer img {
    width: 300px;
}
.navbar-nav {
    width: 100%;
    justify-content: center;
}

.nav-right ul {
    align-items: flex-end;
    display: flex;
}
.nav-right ul .call-btn .ph_name {
    text-transform: capitalize;
    font-size: 20px;
    color: #ca281a;
}
.nav-right li {
    margin-left: 20px;
}
.call-btn {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.call-btn img {
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 0 6px;
    text-transform: uppercase;
}

.social-fixed {
    position: fixed;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 99;
}
.social-fixed a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #fff;
}
.social-fixed .fb-icon a {
    background: #4267b2;
}
.social-fixed .in-icon a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-fixed .tw-icon a {
    background: #00acee;
}

.header-trans {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-trans .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.header-trans .call-btn {
    color: #fff;
}
.header-trans .call-btn img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.banner {
    position: relative;
    /* 	background: url(../img/banner-bg.jpg) center 0 no-repeat;
	padding: 0px 0 0 0;
	min-height: calc(100vh - 100px);
	overflow: hidden; */
}
.banner-slier {
    height: 100vh;
}
.banner-video {
    position: relative;
    width: 100%;
}

.growth-chart {
    background: rgb(255 255 255 / 16%);
}

.barchart-Wrapper {
    display: table;
    position: relative;
    margin: 20px 0;
    height: 252px;
    margin-bottom: 60px;
}
.barchart-TimeCol {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.barchart-Time {
    height: 25%;
    vertical-align: middle;
    position: relative;
}
.barchart-TimeText {
    position: absolute;
    top: -8px;
    text-align: center;
    z-index: 1;
    padding-right: 5px;
    color: #fff;
    width: 35px;
    text-align: center;
    background: #0093dd;
    font-size: 15px;
}
.barchart-Time:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0em;
}

.barChart-Container {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.barchart {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    border-bottom: 3px solid #fff;
}
.barchart-Col {
    position: relative;
    vertical-align: bottom;
    display: table-cell;
    height: 100%;
}

.html-bar {
    background-color: #307bbb;
}
.js-bar {
    background-color: #c6ff00;
}
.barchart-Bar {
    position: relative;
    height: 0;
    transition: height 0.5s 2s;
    width: 66px;
    margin: auto;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}
.barchart-Bar span {
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.barchart-Col + .barchart-Col {
    border-left: 4px solid transparent;
}

.barchart-Bar:after {
    content: attr(attr-height);
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
}

.barchart-BarFooter {
    position: absolute;
    text-align: center;
    height: 10%;
    width: 100%;
}
.barchart-BarFooter h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.growth-chart .barchart-BarFooter h3 {
    font-size: 14px;
}

.css-bar {
    background-color: #f90;
}
.form-outer {
    background: rgba(0, 147, 221, 0.85);
    padding: 30px;
    width: 400px;
    max-width: 100%;
    right: 100px;
    top: 48%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.form-outer .form-group {
    width: 100%;
    margin-bottom: 25px;
}
.g-recaptcha + .error {
    display: block;
    margin-top: -20px;
}
.form-outer .form-control {
    height: 40px;
    border-radius: 0;
}
.form-outer .common-btn {
    width: 100%;
}

.slide-1 {
    background: url(https://www.networksecuritytrainer.com/wp-content/uploads/2024/09/banner-bg.jpg) center center no-repeat;
    background-size: cover;
}
.slide-2 {
    background: url(../img/banner-slide-2.jpg) center bottom no-repeat;
    background-size: cover;
}

.banner-inner-text {
    max-width: 700px;
    margin-top: 100px;
}
.qoute-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-header h3 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}

.banner-text-center {
    display: flex;
    align-items: center;
    height: calc(100vh - 100px);
    justify-content: center;
    min-height: 750px;
}

.banner-text-center .banner-text {
    position: static !important;
    transform: none !important;
    text-align: left !important;
    width: 50%;
}
.text-middle {
    display: flex;
    margin-top: 25%;
    align-items: center;
}

.banner-video::before {
    content: "";
    height: 90%;
    width: 90%;
    background: #000;
    position: absolute;
    right: -30px;
    bottom: -30px;
}

.banner .container {
    position: relative;
    z-index: 999;
}
/* .banner::before{
    position: absolute;
    right: 33px;
    width: 200px;
    background: #000;
    height: 200%;
    content: "";
    opacity: 1;
    transform: rotate(-45deg);
    top: -308px;
    z-index: 9;
    opacity: 0;

} */

/* .banner::after{
	position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    background: #d61c00;
    height: 100%;
    content: "";
    opacity: 0;
    transform: rotate(-45deg);
    top: -184px;

} */

.banner-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    position: absolute;
    z-index: 9999;
}
.banner-slider .slick-arrow::before {
    display: none;
}
.banner-slider .slick-prev {
    background: url(../img/arrow-left.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: 20px;
}
.banner-slider .slick-next {
    background: url(../img/arrow-right.png) 0 0 no-repeat;
    background-size: 100% auto;
    right: 20px;
}
.banner-slide {
    display: block !important;
    position: relative;
    height: 100%;
}

.banner-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
}

.banner-text p {
    color: #fff;
    margin-bottom: 20px;
}
.form-af-banner {
    background: none;
    position: relative;
    margin-top: -50px;
    padding: 0;
}
.form-af-banner .form-inner {
    background: #003478;
    padding: 30px;
}

.form-inner {
    display: flex;
    justify-content: space-between;
}
.form-inner .form-control {
    height: 50px;
    border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.form-inner .form-group {
    width: calc(21.5% - 10px);
}

.form-inner .form-group:last-child {
    width: 15%;
}
.form-inner .common-btn {
    width: 100%;
}

.about-sec {
    padding: 60px 0;
}

.title-sm {
    font-size: 36px;
    margin-bottom: 36px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.title-sm:after {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 70px;
    background: #0985e3;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

h2.left-title::after {
    left: 0;
    transform: none;
}
.about-text {
    padding-right: 20px;
}
.about-text p {
    margin-bottom: 30px;
}

.duties {
    position: relative;
    background: #f1f1f1;
    padding: 60px 0;
}

.duties::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background: url(https://www.networksecuritytrainer.com/wp-content/uploads/2024/09/tech-2.jpg) center / cover;
    rotate: y 180deg;
    background-attachment: fixed;
}

.learn-section::before {
    right: 0;
    left: auto;
    background-image: url(../img/learn-image.jpg);
    background-position: 0 right;
}
.learn-section .duties-text {
    padding-left: 0;
    padding-right: 30px;
}
.duties-text {
    padding-left: 30px;
}
.duties-text h5 {
    margin-bottom: 20px;
}
.duties-text li {
    position: relative;
    padding: 8px 0 8px 25px;
    font-weight: 700;
}
.duties-text li::after {
    content: "";
    height: 10px;
    width: 10px;
    background: #d61c00;
    left: 4px;
    top: 14px;
    border-radius: 50%;

    position: absolute;
}

.duties-text li::before {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #d61c00;
    border-radius: 50%;
    left: 0px;
    top: 10px;
    position: absolute;
}

.duties-text p {
    margin-bottom: 20px;
}

.fixed-bg {
    padding: 60px 0;
    /*background: url(../img/fixed-background.jpg) center 0 no-repeat;*/
    position: relative;
    background-attachment: fixed;
}
.fixed-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 147, 221, 1);
    opacity: 1;
}

.score-inner {
    position: relative;
    z-index: 99;
}
.score-inner .barchart-Bar span {
    color: #000;
}

.bar-chart-left {
    padding-right: 15px;
}

.bar-chart-left {
    padding: 30px 20px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 25%);
    border: 1px solid #0093dd;
    background: #fff;
}
.bar-chart-left p {
    color: #000;
}
.score-inner .secton-heading h2 {
    color: #000;
    margin-bottom: 50px;
}
.score-inner .barchart {
    border-color: #ddd;
}
.score-inner .barchart-Time:after {
    border-color: #ddd;
}
.score-inner .barchart-BarFooter h3 {
    color: #000;
}

.mt-box {
    padding: 30px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 25%);
    height: 100%;
    background: #fff;
    border: 1px solid #0093dd;
}
.mt-inner ul {
    border: 1px solid #ddd;
}
.mt-inner ul {
    padding-left: 0;
    list-style-type: none;
}
.mt-inner ul li {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}
.mt-box p {
    color: #000;
    margin-top: 20px;
}

.mt-inner ul li span {
    padding: 10px;
    color: #000;
}
.full.bold-text {
    width: 100%;
    text-align: center;
}

span.full.bold-text {
    width: 100%;
    text-align: center;
}
.mt-inner ul li span a {
    color: #0093dd;
}
.mt-inner p {
    color: #fff;
}

.score-inner h5 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.score-inner .title-sm {
    color: #fff;
}

.testimonials {
    padding: 70px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.testimonials .container {
    position: relative;
    z-index: 999;
}

.testimonial-slider {
    margin: auto;
}
.test-inner {
    padding: 0 20px;
}
.test-inner p {
    line-height: 1.6;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rating {
    display: flex;
}
.rating li {
    color: gold;
    margin-right: 4px;
}

.testimonials {
    position: relative;
}

.testimonial-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0;
    top: 30%;
    font-size: 0;
    position: absolute;
}
.testimonial-slider .slick-arrow::before {
    display: none;
}
.testimonial-slider .slick-prev {
    background: url(../img/arrow-left.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: -50px;
}
.testimonial-slider .slick-next {
    background: url(../img/arrow-right.png) 0 0 no-repeat;
    background-size: 100% auto;
    right: -50px;
}

.test-header {
    margin-bottom: 50px;
}

footer {
    padding: 50px 0 0 0;
    background: #000;
    position: relative;
}

.ft-links li {
    margin-bottom: 25px;
}
.ft-links p {
    color: #fff;
    margin-bottom: 22px;
}
footer .container {
    z-index: 999;
    position: relative;
}
.form-footer p {
    color: #fff;
}
.ft-links li a {
    color: #fff;
}
.form-footer .form-control {
    height: 45px;
    border: 0;
    margin-bottom: 10px;
}
.form-footer .common-btn {
    width: 100%;
}
.copy-right {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 40px;
}
.copy-right p {
    margin: 0;
    color: #fff;
}
.add-list a {
    color: #fff;
}
.footer-box {
    padding: 20px 0;
}
.footer-box h4 {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
}
/* .address-box{
	padding: 20px;
	background: #fff;} */
.add-list {
    padding-left: 20px;
}
.add-list h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.add-list p {
    color: #fff;
}
.add-list h5::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #0985e3;
    left: -20px;
    top: 5px;
}
.add-list {
    padding-bottom: 25px;
}
.sub-header {
    color: #0985e3;
}

.get-qoute-tabs {
    padding: 60px 0;
}

.insurance-container {
    max-width: 1000px;
    margin: auto;
}
.boxed-form {
    border: 1px solid #ddd;
    padding: 50px 30px 30px 30px;
    -webkit-box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 12%);
}
.boxed-form .get-qoute-inner {
    padding-left: 0;
}
.get-qoute-inner .nav-pills {
    justify-content: center;
    margin-bottom: 30px !important;
    margin-top: 20px;
}
.get-qoute-inner .nav-link {
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    border-radius: 0;
    margin: 0 20px;
}
.ins-bar h4 {
    font-size: 20px;
}
.pro-top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.label-style {
    color: #003478;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.price {
    color: #0985e3;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.get-qoute-inner .nav-link.active {
    background: none;
    color: #003478;
    border-color: #003478;
}
.get-qoute-inner .form-control {
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.get-qoute-inner .form-control {
    margin-bottom: 30px;
}
.progress {
    margin-bottom: 30px;
}
.get-qoute-inner .common-btn {
    height: 55px;
    width: 100%;
}
.progress {
    height: 10px;
    border: 0;
    border-radius: 0;
    background: #eef1ff;
    overflow: inherit;
}

.progress-bar {
    background: #003478;
    position: relative;
    overflow: inherit;
}
.progress-bar:after {
    content: "";
    height: 26px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    background: #0985e3;
    position: absolute;
}

.get-qoute-inner {
    padding-left: 40px;
}

.two-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two-list li {
    width: 50%;
}

.social-footer ul {
    display: flex;
}
.social-footer ul a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
/* index-v2 */

.service-header {
    margin-bottom: 50px;
}
.service-icon-box {
    text-align: center;
    border: 1px dotted #0985e3;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f1f1f1;
    position: relative;
}
.service-icon-box::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 10px;
    left: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-icon-box::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    right: 10px;
    bottom: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-icon-box:hover {
    background: #003478;
    transform: translateY(-10px);
}
.service-icon-box:hover:before {
    width: 70px;
    height: 70px;
}
.service-icon-box:hover:after {
    width: 70px;
    height: 70px;
}

.service-icon-box:hover h4 {
    color: #fff;
}
.service-icon-box:hover p {
    color: #fff;
}
.service-icon-box:hover a {
    color: #0985e3;
}
.service-icon img {
    width: 70px;
}

.service-icon-box:hover .service-icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.service-icon-box:hover .read-link {
    color: #fff;
}

.sv-detail h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-icon-box {
    margin-bottom: 30px;
}
.service-icon-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.6;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-orient: vertical;
}

/* about-us */
.inner-page-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 70px 0;
}

.about-top {
    background-image: url(https://www.networksecuritytrainer.com/wp-content/uploads/2024/09/ab-bg.jpg);
}
.col-wrapper.duties-text .dot_bullets li {
    margin: 8px 0;
    color: #000;
    padding-left: 35px !important;
    padding: 0;
}
.inner-top-box {
    padding: 45px;
    background: rgba(0, 147, 221, 0.75);
}
.inner-middle.sec_a7_7 .text p a {
    color: #0093dd;
    font-weight: 700;
    text-decoration: underline;
}
.inner-top-box p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.inner-top-box h2,
.inner-top-box p {
    color: #fff;
}
.inner-top-box h2:after {
    background: #fff;
}
.inner-middle {
    padding: 60px 0;
}
.inner-bottom::before {
    background-attachment: inherit;
    width: 50%;
    background-position: center 0;
}
.about-bottom::before {
    background-image: url(../img/about-bottom.jpg);
}
.job-outlook-top {
    background-image: url(../img/job-top.jpg);
}

.contact-banner {
    background: url(/../img/contact-banner.jpg) 0 center no-repeat;
    background-size: cover;
}
.inner-banner {
    background: rgba(0, 0, 0, 0.75);
    padding: 100px 0;
    text-align: center;
}
.inner-banner h2 {
    color: #fff;
    text-transform: uppercase;
}

.contact-page {
    padding: 70px 0;
}
.contact-form {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.29);
}
.contact-form .form-control {
    height: 50px;
    border-radius: 0;
}
.contact-form .form-group {
    margin-top: 20px;
}
.contact-form textarea.form-control {
    height: 120px !important;
}
.contact-form h2 {
    margin-bottom: 20px;
}

.contact-card {
    padding: 20px;
    background: #0093dd;
    height: 100%;
}
.card-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 0.6);
}
.card-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.contact-card h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.social-right {
    display: flex;
    flex-wrap: wrap;
}
.social-right a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid #fff;
}
.contact-card p {
    color: #fff;
}
.contact-card a {
    color: #fff;
    font-weight: 700;
}
.map-section {
    padding-top: 50px;
}

.map {
    -webkit-box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 29%);
    padding: 10px;
    border: 1px solid #ddd;
    background: #f1f1f1;
}
.map iframe {
    display: block;
}
.testimonial-banner {
    background-image: url(../img/testimonials-banner.jpg);
}
.testimonials-page {
    padding: 50px 0;
}
.testimonials-page .col-md-6 {
    margin: 15px 0;
}
.test-box {
    -webkit-box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 29%);
    padding: 20px 20px 70px 20px;
    border: 1px solid #ddd;
    height: 100%;
    position: relative;
}
.test-box h5 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.test-box .rating {
    margin-bottom: 10px;
}
.inner-top-box li {
    color: #fff;
}
.inner-top-box li:after {
    background: #fff;
}
.inner-top-box li::before {
    border-color: #fff;
}
.sec_title h2 {
    font-size: 30px;
    text-transform: capitalize;
}
.duties-top-image {
    background-image: url(../img/duties-top.jpg);
}

.banner .banner-slider .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: url(../img/arrow-left.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: 20px;
}

p:empty {
    display: none;
}


.home_about .about-image img {
    height: 550px;
    object-fit: cover;
    width: 100%;
}
section.duties.duties-single.inner-bottom.about-bottom::before {
    background-image: url(/wp-content/uploads/2022/05/appointments-img.jpg);
}
.home-mobile-sec {
    display: none;
}
html body div.wprm-wrapper {
    overflow: auto !important;
}
.bg-filled {
    background-color: #ca281a;
}
.blue-bg {
    background-color: #11387f;
}
.bg-filled *,
.blue-bg * {
    color: #fff;
}
.blue-bg .dot_bullets.btn-styles_new1 li:after {
    background-color: #ca281a;
}
.sec_a2_2 {
    background: #ca281a;
    padding-block: 40px;
}
section.inner-middle .con,
.page-id-20 .cta-section .con,
.page-id-2653 .cta-section .con {
    gap: 10px;
    margin-right: 15px;
    margin-left: 0px;
    border: 1px solid #ca281a;
    padding: 10px 20px;
}
.con {
    display: flex;
    align-items: center;
    margin-left: 25px;
}
section.inner-middle .con .text strong {
    display: block;
    line-height: 1.4;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    font-size: 24px;
}
.dot_bullets.btn-styles_new1 {
    --column: 2;
    display: flex;
    gap: var(--gap);
    --gap: 15px;
    margin-bottom: 30px;
}
.dot_bullets li {
    font-size: 16px;
    margin-bottom: 2px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}
.dot_bullets.btn-styles_new1 li:before {
    border: none;
    background: #ffffff;
    border-radius: 0;
    inset: 0;
    width: auto;
    height: auto;
    z-index: 0;
    /* transform: skew(355deg, 0deg); */
}
.dot_bullets.btn-styles_new1 li:after {
    content: "";
    background: #11387f;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 60px;
    height: auto;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    opacity: 1;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    border-radius: 0;
    justify-content: center;
    /* transform: skew(355deg, 0deg); */
}
.dot_bullets.btn-styles_new1 li {
    float: none;
    flex-basis: calc((100% / var(--column) - var(--gap)));
    background: #fff;
    padding: 5px 20px 5px 80px;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
}
.dot_bullets.btn-styles_new1 li a {
    font-weight: 600;
}
.columns_2 li {
    min-width: 600px;
}
.dot_bullets li {
    margin: 8px 0;
    color: #000;
}
.dot_bullets.btn-styles_new1 li span {
    position: absolute;
    top: 50%;
    left: 0px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    text-align: left;
    font-size: 28px;
    color: #bdddf5;
    font-weight: 700;
    opacity: 1;
    bottom: auto;
    margin: auto;
    display: inline-flex;
    background: transparent;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    z-index: 2;
}
.dot_bullets.btn-styles_new1 li span img {
    height: auto;
    width: 30px;
}
.dot_bullets.btn-styles_new1 li a {
    position: relative;
    color: #11387f !important;
    text-align: left;
}
.columns_2 {
    flex-wrap: wrap;
    margin-block-start: 2rem;
    justify-content: center;
}

.sec_a2_text h2 {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    text-transform: capitalize;
}
.sec_a2_text h2 a {
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
    text-transform: capitalize;
    display: inline-block;
    margin-inline: 8px;
}
.sec_a1_text p a,
.sec_a4_text p a,
.sec_a5_text p a,
.sec_a3_text p a,
.sec_a4_text .dot_bullets li a {
    font-weight: bold;
    color: #ca281a;
}
.bg-filled .duties-text {
    padding: 0;
}
.bg-filled .duties-text li::before {
    border-color: #fff;
}
.bg-filled .duties-text li::after {
    background-color: #fff;
}
.tp_c_text {
    text-align: center;
    max-width: 850px;
    margin-inline: auto;
}
.sec_a5_text ol.list_num {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    background: #fff;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 60px;
}
ol.list_num {
    counter-reset: li;
    padding: 0;
}
ol.list_num li {
    list-style: none;
    position: relative;
    margin: 0;
    width: 100%;
    color: #000;
    font-weight: 600 !important;
    text-align: left;
    background: #fffcfc;
    padding: 5px 20px 5px 80px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    min-height: 60px;
}
.sec_a5_text ol.list_num li {
    flex: 0 0 calc(100% / 3 - 25px);
}
ol.list_num li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    box-sizing: border-box;
    width: 60px;
    height: auto;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    opacity: 1;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    background: #11387f;
    border-radius: 0;
    justify-content: center;
    transform: skew(355deg, 0deg);
    box-shadow: 200px 0px 0 140px rgba(68, 68, 68, 0.1);
}
ol.list_num li:after {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    left: 5px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    text-align: left;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    opacity: 1;
    bottom: auto;
    margin: auto;
    display: inline-flex;
    background: transparent;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
ol.list_num li:nth-child(even):before {
    background: #ca281a;
    color: #11387f;
}

.sec_a6_6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-image: url(https://www.networksecuritytrainer.com/wp-content/uploads/2024/01/CTA-bg.jpg);
    padding: 80px 0;
    background-attachment: fixed;
}
.sec_a6_6 * {
    color: #fff;
}
.sec_a6_6 ul.dot_bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 2rem;
}
.sec_a6_6 .dot_bullets li {
    color: #fff;
}
.sec_a6_6::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
}
.dot_bullets li:before {
    height: 20px;
    width: 20px;
    left: 0;
    top: 2px;
    border: 2px solid #ca281a;
}
.dot_bullets li:after {
    height: 10px;
    width: 10px;
    left: 5px;
    top: 7px;
    background-color: #ca281a;
}
.dot_bullets li:before,
.dot_bullets li:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.btn.btn-primary {
    background: #11387f !important;
    border: 1px solid #11387f !important;
    color: #fff !important;
}

.cta-section {
    background: #ca281a;
}
.cta-loc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-section .phone-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-section .phone-btn * {
    margin-bottom: 0;
}
.cta-section .con {
    gap: 10px;
    margin-right: 15px;
    border: 1px solid #fff !important;
    margin-left: 0px;
    padding: 10px 20px;
}
.cta-section span,
.cta-section-s2 span {
    font-size: 24px;
    color: #fff;
    display: inline-block;
}
.cta-section span {
    font-weight: 600;
}
.cta-section .con a {
    color: white;
}
section.cta-section .con .icon span img {
    filter: brightness(0) invert(1);
}
.cta-section .con .text {
    text-align: left;
}
.cta-section .con .text span {
    font-size: 18px;
}
.cta-section .con .text strong {
    display: block;
    line-height: 1.4;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}
.cta-section .con .text strong {
    font-size: 24px;
}
.cta-content {
    text-align: center;
}
.cta-content * {
    color: #fff;
}
.cta-section .phone-btn span {
    margin-right: 15px;
    margin-bottom: 0;
}
.cta-section .mid-text,
.cta-section-s2 .mid-text {
    color: #fff;
    display: inline-block;
    margin: 0 25px;
}

.cta-section .btn {
    padding: 9px 12px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn span {
    font-size: 16px !important;
    line-height: 1;
    margin-left: 10px;
}

.service-section-s2 {
    padding: 90px 0 0px 0px;
}
.reason_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    width: 100%;
    max-width: 350px;
}
.reason_list {
    color: #fff;
    font-size: 16px;
}
.reason_list ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    margin-bottom: 50px;
}
.reason_list li {
    margin: 15px 0;
    width: 100%;
    color: #000;
    text-align: left;
    background: white;
    padding: 15px;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #11387f;
    font-weight: 500;
    font-size: 16px;
}
.reason_list span {
    font-size: 50px;
    color: #ca281a;
    font-weight: 700;
    opacity: 0.75;
    margin-right: 10px;
}
.service_img_bx .row {
    position: relative;
    overflow: hidden;
    min-height: 450px;
}
.section-title-s2 span {
    font-size: 18px;
    color: #11387f;
    font-weight: 700;
    text-transform: capitalize;
}
.section-title-s2 h2 {
    font-size: 36px;
    color: #ca281a;
}
.get-started {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-image: url(https://www.networksecuritytrainer.com/wp-content/uploads/2024/01/f_a.jpg);
    padding: 90px 0;
    background-attachment: fixed;
}
.get-started * {
    color: #fff;
}
.get-started::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
}
.slide-1 {
    background: linear-gradient(to top, #000, transparent), no-repeat url(https://www.networksecuritytrainer.com/wp-content/uploads/2024/10/stufents-Large.jpg) center / cover;
}

.portfolio-section .grid .img-holder {
    overflow: hidden;
    position: relative;
}
.grid .img-holder img {
    opacity: 1;
    display: block;
    transition: all 0.3s ease;
    margin: 0 auto;
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
}
.portfolio-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #4fc7e6 !important;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
}
.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.portfolio-section .slick-arrow:hover {
    background-color: #4fc7e6 !important;
}
.portfolio-section .slick-arrow.slick-prev {
    left: 0;
}
.portfolio-section .slick-arrow.slick-next {
    right: 0 !important;
    left: auto !important;
}
.portfolio-section .slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*---- menu dropdown  -----*/

li.menu-item-has-children.dropdown.menu-item a,
li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children button.sub-menu-toggle {
    display: none;
}
li.menu-item-has-children a:after {
    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    content: "\f078";

    padding-left: 7px;
}

li.menu-item-has-children .sub-menu a:after {
    display: none;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;

    justify-content: space-evenly;

    display: flex;

    width: 100%;

    padding-right: 0px;
}

li.menu-item-has-children ul.sub-menu {
    display: block;

    position: absolute;

    left: 0px;

    top: calc(100% + 10px);

    margin: 0;

    padding: 0 0;

    z-index: 1024;

    opacity: 0;

    visibility: hidden;

    background: #fff;

    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

    transition: 0.3s;
}

li.menu-item-has-children ul.sub-menu li {
    max-width: 360px;

    min-width: 175px;
}

li.menu-item-has-children ul.sub-menu a.nav-link {
    padding: 10px 20px;

    font-size: 16px;

    text-transform: none;

    font-weight: 400;

    display: block;

    border-bottom: 1px solid rgb(17 72 135 / 25%);
}

li.menu-item-has-children ul.sub-menu a i,
li.menu-item-has-children ul.sub-menu a svg {
    font-size: 12px;
}

li.menu-item-has-children ul.sub-menu a:hover,
li.menu-item-has-children ul.sub-menu .active:hover,
li.menu-item-has-childrenul.sub-menu li:hover > a {
    color: #11387f;
}

li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;

    top: calc(100% + 10px);

    visibility: visible;

    background: #fff;
    border: 8px solid rgb(2 130 195);
}

li.menu-item-has-children ul.sub-menu:before {
    content: "";

    display: block;

    width: 28px;

    height: 28px;

    transform: rotate(45deg);

    position: absolute;

    z-index: -1;

    border: 1px solid #fff;

    top: -15px;

    right: auto;

    background: #fff;

    border-bottom: none;

    border-right: none;

    left: 6px;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;

    top: 0;

    left: 100%;

    visibility: visible;
}
.banner-bottom-form span.error {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.banner-bottom-form form.qoute-form {
    display: block;
}
.banner-bottom-form {
    background: rgba(0, 147, 221, 0.85);
    padding: 50px 0;
    width: 100%;
    max-width: 100%;
}
.banner-bottom-form .form-header h3 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.banner-bottom-form .qoute-form .form-group {
    margin-bottom: 15px;
}
.banner-bottom-form .form-group input,
.banner-bottom-form .form-group select,
.banner-bottom-form .form-group textarea {
    height: 40px;
    border-radius: 0;
}
.banner-bottom-form .textarea-text i {
    display: block;
    color: #fff;
}
.banner-bottom-form .form-btn {
    flex: 0 0 15%;
}
.banner-bottom-form .form-btn button {
    width: 100%;
}
.banner-bottom-form .form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-bottom-form .common-btn {
    padding: 9px 30px;
}
/*---- menu dropdown  -----*/

.bg-accent {
    background-color: #f2f2f2;
}


.qoute-form .form-group {
    margin: 0;
}
.qoute-form .form-group:not(:last-child) {
    margin-block-end: 0.5rem;
}
.contact-card p a:hover {
    color: #000;
}
.contact-card .social-right a:hover {
    background-color: #000;
}
.add-list a:hover {
    color: #0093dd;
}

.social-footer ul li a:hover {
    background-color: #0093dd;
}

#contact_form .col-md-12 select {
    background-image: url(https://www.networksecuritytrainer.com/wp-content/uploads/2024/11/arrow.png);
    background-repeat: no-repeat;
    background-position: 98% 51%;
}








@media only screen and (max-width: 1440px) {
    header .container {
        max-width: 100%;
    }
    .banner .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .banner-form {
        padding-right: 60px;
    }

    .banner-text-inner {
        width: 650px;
    }
    .banner-text-inner h2 {
        font-size: 30px;
    }
    .container {
        max-width: 100%;
    }
    .insurance-container {
        padding-right: 30px;
    }
    .banner-video {
        padding-right: 40px;
    }
    .banner-video::before {
        right: 10px;
    }
    .text-middle {
        padding-left: 100px;
    }
}
@media screen and (max-width: 1200px) {
    .call-btn {
        font-size: 16px;
        letter-spacing: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0 10px;
    }
    .nav-right li {
        margin-left: 0px;
    }
    .call-btn img {
        margin-left: 0px;
        width: 16px;
    }
    .about-sec,
    .duties,
    .fixed-bg,
    .testimonials {
        padding: 40px 0;
    }
    .row {
        margin: auto;
    }
    .barchart-BarFooter h3 {
        font-size: 14px;
    }
    .text-middle {
        padding-left: 0px;
    }
    .form-outer {
        right: 65px;
    }
    .duties-text li {
        padding: 4px 0 4px 25px;
    }
    .section-title-s2 h2.title-sm {
        font-size: 30px;
        margin-bottom: 25px;
        letter-spacing: 0;
    }
	.title-sm {
		font-size: 30px;
	}
	.banner-text h2 {
		font-size: 30px;
	}
    .learn-section:before,
    .duties:before {
        background-position: center;
        background-size: cover;
    }
    footer {
        padding: 30px 0 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .about-text p {
        margin-bottom: 20px;
    }
    .score-inner .secton-heading h2 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 992px) {
    .banner-slider .slick-track,
    .banner-slider .slick-slide,
    .banner-text-center .banner-text {
        width: 100% !important;
    }
    .text-middle {
        padding-left: 0;
        align-items: start;
    }
    .form-outer {
        right: 0;
        top: 0;
        left: 0;
        transform: translate(0);
        position: relative;
        display: block;
        margin: 40px auto;
    }
    .banner {
        min-height: auto;
        overflow: hidden;
    }
    .banner-text-center {
		height: auto;
		min-height: auto;
	}
    .section-title-s2 h2.title-sm {
        font-size: 24px;
    }
	.banner-text h2 {
		font-size: 24px;
	}
	.title-sm {
		font-size: 24px;
	}
    .duties-text h5,
    .score-inner h5 {
        font-size: 16px;
    }
    .score-inner .secton-heading h2 {
        font-size: 20px;
    }
    /* .banner-slider.slick-initialized.slick-slider, .banner:after, .banner:before, nav.navbar.navbar-expand-lg.navbar-light {display: none;} */
    nav.navbar.navbar-expand-lg.navbar-light {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .duties::before {
        width: 100% !important;
        display: none;
    }
    .testimonial-slider {
        text-align: center;
    }
    .rating {
        justify-content: center;
    }
    .testimonial-slider .slick-prev {
        background-size: 60% auto;
        left: 0px;
        filter: brightness(0.1);
        top: 50%;
        z-index: 99999;
    }
    .testimonial-slider .slick-next {
        background-size: 60% auto;
        right: -12px;
        filter: brightness(0.1);
        top: 50%;
        z-index: 99999;
    }
    .testimonial-slider .slick-prev:hover,
    .testimonial-slider .slick-prev:focus,
    .testimonial-slider .slick-next:hover,
    .testimonial-slider .slick-next:focus {
        filter: brightness(0.1);
        z-index: 99999;
    }
    footer .col-md-5,
    .add-list h5::before,
    .home_about .about-image img,
    section.duties,
    section.fixed-bg,
    section.duties.learn-section {
        display: none;
    }
    .add-list {
        padding-left: 0px;
    }
    footer .col-md-3 {
        background: #d61c00;
        padding: 20px 20px;
    }
    footer .container {
        padding: 0px;
    }
    .copy-right {
        margin-top: 0px;
    }
    .footer-box h4 {
        margin-bottom: 20px;
    }

    .home-mobile-sec {
        display: block !important;
        background: #f3f3f3;
        padding: 40px 0 20px;
    }
    section.inner-page-top.about-top,
    .job-outlook-top,
    section.inner-page-top.duties-top-image {
        background: #0695de;
        padding: 30px 0;
    }
    .inner-middle {
        padding: 40px 0;
    }
    .contact-form {
        padding: 20px;
    }
    .inner-banner {
        padding: 50px 0;
    }
    section.duties.duties-single.inner-bottom.about-bottom {
        display: block;
    }
    .inner-top-box {
        background: rgba(0, 147, 221, 0.85);
        padding: 0px;
    }
    section.banner {
        background: transparent;
    }
    section.home-mobile-sec .container {
        display: flex;
        flex-wrap: wrap;
    }
    .mobile_info img {
        width: 70px;
        margin-bottom: 10px;
    }
    section.testimonials {
        background: #e7e7e7;
    }
    .form-outer {
        margin: 30px auto 0px;
    }
    .mobile_info {
        width: 43%;
        margin: 10px;
        text-align: center;
        box-shadow: 0px 0px 5px #a1a1a1;
        padding: 0px 10px 10px 10px;
    }
    section.about-sec.home_about {
        padding: 40px 0 20px;
    }
    #wprmenu_bar .bar_logo {
        height: 46px !important;
        margin-top: 0px !important;
    }
    #wprmenu_bar div.hamburger {
        margin-top: 5px !important;
    }
    #mg-wprm-wrap.cbp-spmenu-left,
    #mg-wprm-wrap.cbp-spmenu-right,
    #mg-widgetmenu-wrap.cbp-spmenu-widget-left,
    #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
        top: 58px !important;
    }
    .social-footer ul {
        display: flex;
        justify-content: center;
    }
    .footer-box {
        padding: 0px 0;
        text-align: center;
    }
    html body div#wprmenu_bar {
        height: 60px;
        border-bottom: 1px solid #c9c9c9;
    }
    .abt-text.text-center {
        text-align: left !important;
    }
    .abt-text.text-center p br {
        display: none;
    }
}
@media (max-width: 370px) {
    .mobile_info {
        width: calc((100% / 2) - 16px);
        margin: 8px;
    }

    .banner .container {
        padding: 0 10px;
    }
}

@media (max-width: 991.95px) {
    .banner-bottom-form .form-bottom {
        flex-wrap: wrap;
        gap: 15px;
    }
    .reason_img {
        max-width: none;
        position: relative;
    }
    .reason_img img {
        height: 550px;
        width: auto;
        object-fit: contain;
    }
    .fluid-block .row > *:not(:is(.fluid-image, .fluid-content)) {
        order: 2;
    }

    .fluid-block :is(.fluid-image, .fluid-content) {
        order: 1;
        margin-bottom: 24px;
    }

    .fluid-block .fluid-image img {
        border-radius: 10px;
        box-shadow: var(--elevation-3);
    }
    /* .about-top {
		background: #0695de !important;
	} */
    .sec_a5_text ol.list_num {
        gap: 5px;
        margin-bottom: 40px;
    }
    .sec_a5_text ol.list_num li {
        flex: 100%;
        max-width: 500px;
        margin-bottom: 10px;
    }
    ol.list_num li:before {
        font-size: 26px;
        box-shadow: 240px 0px 0 240px rgba(68, 68, 68, 0.1);
    }
    .cta-section .con {
        justify-content: center;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
    .cta-loc {
        display: block;
        width: 260px;
        margin: auto;
    }
    .con {
        margin-bottom: 1rem;
    }
    section.sec_a4_4 li,
    section.sec_a1_1.blue-bg ul li {
        min-width: 100%;
    }
    .dot_bullets.btn-styles_new1 li {
        float: none;
        flex-basis: calc((100% / var(--column) - var(--gap)));
        background: transparent;
        padding: 5px 20px 5px 80px;
        text-align: center;
        position: relative;
        align-items: center;
        display: flex;
    }
}

@media (min-width: 992px) {
    .fluid-block {
        padding-block: 0;
    }

    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }

    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fluid-block .container-fluid .row > *:not(:is(.fluid-image, .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }

    .fluid-block .container-fluid .row > *:first-child:not(:is(.fluid-image, .fluid-content)) {
        margin-left: auto;
    }

    .fluid-block .row > *:first-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-start: 2rem !important;
    }

    .fluid-block .row > *:last-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-end: 2rem !important;
    }
}


@media (max-width: 991.98px) {
    .ab-inner .about-text.duties-text {
        padding-inline: 0;
    }
    .ab-inner .row {
        row-gap: 1.5rem;
    }
}








@media (max-width: 1024px) and (min-width: 768px) {
    .inner-page-top .col-md-6 {
        width: 100%;
    }
    .logo-outer img {
        width: 147px;
    }
    #contact_form .col-md-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .fixed-bg .score-inner .col-md-6 {
        width: 100% !important;
        margin-bottom: 12px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0 0;
    }
    .nav-right ul .call-btn .ph_name {
        margin-right: 2px;
        font-size: 16px !important;
    }
    .header-bottom .navbar-light .navbar-brand {
        margin-right: 0rem;
    }
    .call-btn a {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav {
        justify-content: center;
        gap: 14px;
    }
}
@media (max-width: 769px) and (min-width: 768px) {
    #wprmenu_bar .bar_logo {
        height: 58px !important;
    }
    html body div#wprmenu_bar {
        height: 68px;
    }
    #wprmenu_bar .menu_title {
        top: 6px;
    }
    #wprmenu_bar div.hamburger {
        margin-top: 9px;
    }
    #contact_form .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .error {
        position: relative !important;
        max-width: 100% !important;
    }
    .max-characters-section {
        float: none !important;
    }
    .fixed-bg .score-inner .col-md-6 {
        width: 100% !important;
        margin-bottom: 12px;
    }
}
