@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap");
@import url("/ui/assets/LaBelleAurore-Regular.woff2");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Space Grotesk", sans-serif !important;
    text-decoration: none;
    list-style: none;
}

a,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
pre,
span,
tbody,
tfoot,
thead,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    list-style: none;
    text-decoration: none;
}

.intel_panel {
    overflow: hidden;
    width: 100%;
}

.clear,
.clearall,
.clearfix {
    clear: both;
}

.intel_topbar_main {
    display: block;
    margin: 0 auto;
    width: auto;
    position: relative;
}

.intel_topbar_inner {
    position: relative;
}

.p-70 {
    padding: 70px 0;
}

.intel_topbar {
    background: #a27f2c;
    font-size: 14px;
    color: #fff;
    display: block;
    position: relative;
    padding: 0;
    line-height: 40px;
    border-bottom-style: solid;
}

.intel_store {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.intel_css_transition,
.intel_css_transition a,
.intel_css_transition input {
    transition-duration: 0.3s;
    transition-property: all;
}

.intel_contents .intel_left,
.intel_contents .intel_right {
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.intel_right {
    float: right;
}

.intel_contents .intel_left::before,
.intel_contents .intel_left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px;
}

.intel_topbar ul {
    margin: 0;
    float: left;
}

.intel_contents ul {
    list-style: disc outside none;
}

.intel_contents ul li:first-child {
    margin-left: 0;
}

.intel_contents ul li {
    display: inline-block;
    list-style: none;
    margin: 0 38px 0 0;
    padding: 0;
}

.intel_left a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-out;
    max-width: 100%;
    font-family: "Open Sans", sans-serif;
}

.intel_contents ul li span i {
    margin-right: 10px;
    color: #fff;
    font-weight: 400;
}

.intel_contents .intel_left::after {
    left: 9px;
    opacity: 0.2;
}

.intel_left .left_element a img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.intel_topbar .intel_store::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-100% + 50px);
    height: 100%;
    display: block;
    z-index: 0;
    width: 100%;
}

.intel_topbar .intel_right .intel_apply {
    padding: 0 0 0 25px;
    float: right !important;
    position: relative;
}

.intel_right ul li {
    margin: 0 0 0 35px;
}

.apply_element a {
    color: #fff;
}

.blink_button {
    background-color: #c6142e;
    border: none;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing {
    0% {
        background-color: #49e819;
        box-shadow: 0 0 5px #49e819;
    }
    50% {
        background-color: #c6142e;
        box-shadow: 0 0 20px #c6142e;
    }
    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.blink_button {
    animation: glowing 1300ms infinite;
}

.intel_socials li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: center;
    display: block;
}

.intel_socials li a {
    display: block;
    color: #fff;
}

.intel_socials li a i {
    margin: 0;
    font-size: 14px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.social-icons ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    vertical-align: top;
    list-style: none;
    background-color: #fff;
    border-radius: 50%;
}

.social-icons ul li a {
    background: #fff0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
}

.social-icons ul li a:hover {
    transition: 0.4s;
    color: #c6c0a8 !important;
}

.social-icons ul li a:hover:before {
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #c6c0a8 !important;
}

.social-icons ul li a:before {
    display: block;
    transition: 0.8s;
    font-family: FontAwesome;
    font-size: 15px;
    text-align: center;
}
.social-icons ul li a[title="facebook"]:before {
    content: "\f09a";
    color: #3b5998; /* Facebook's official blue */
}

.social-icons ul li a[title="twitter"]:before {
    content: "\f099";
    color: #1da1f2; /* Twitter's official blue */
}

.social-icons ul li a[title="google"]:before {
    content: "\f0d5";
    color: #db4437; /* Google's red (commonly used for icons) */
}

.social-icons ul li a[title="skype"]:before {
    content: "\f17e";
    color: #00aff0; /* Skype's official blue */
}

.social-icons ul li a[title="instagram"]:before {
    content: "\f16d";
    color: #e1306c; /* Instagram's gradient pink/red */
}

.social-icons ul li a[title="linkedin"]:before {
    content: "\f0e1";
    color: #0077b5; /* LinkedIn's official blue */
}

.social-icons ul li a[title="youtube"]:before {
    content: "\f167";
    color: #ff0000; /* YouTube's official red */
}


.social-icons ul li a {
    border: 3px solid #c6c0a8;
}

.footer .social-icons ul li a {
    border: 2px solid #c6c0a8;
}

@media (max-width: 767px) {
    .social-icons ul li a {
        border: 2px solid #c6142e;
    }
}

.social-icons ul li a:before {
    color: #c6c0a8;
}

.intel_bdy_wrap {
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

.intel_header_box {
    background: #f7f5ef;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    position: relative;
}

.intel_header {
    border-top-style: solid;
    text-align: right;
    top: 0;
    display: flex;
}

.intel_header_logo {
    display: table;
    float: left;
    z-index: 3;
    background: #f4f4f4;
    margin: 10px 0;
    width: 190px;
    text-align: center;
    height: 105px;
    border-radius: 50%;
    border: solid 2px #4b5b50;
}

.intel_logo {
    max-width: 200px;
    display: table-cell;
    vertical-align: middle;
}

.intel_button_search {
    float: right;
    display: flex;
    margin: 30px 0;
    vertical-align: middle;
    position: relative;
    margin-left: 7px;
    z-index: 3;
}

.intel_btn_wrap {
    padding-left: 0;
    padding-right: 15px;
}

.intel_btn_wrap button {
    line-height: 40px;
    padding: 0 20px;
    border-radius: 50px;
    animation-name: getQuoteButtonPalette;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    background: #0f2c58;
    color: #fff;
    border: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.intel_bnt_wrap,
.intel_logo {
    display: table-cell;
    vertical-align: middle;
}

.intel_sidepnl {
    z-index: 11;
    float: right;
    display: table-cell;
}

.sidepnl_box {
    display: block;
    cursor: pointer;
    height: 14px;
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 100%;
    padding: 9px 0 0 9px;
    border-color: #4b5b50;
}

.sidepnl_box .sidepnl_box_inner {
    height: 2px;
    position: absolute;
    width: 16px;
    transition: all 0.15s ease;
    background-color: #4b5b50;
}

.sidepnl_box .sidepnl_box_inner i {
    font-size: 16px;
    font-weight: 600;
    color: #4b5b50;
}

.intel_menu_wrap {
    margin: auto;
    margin-right: 0;
}

.intel_menu_nvi {
    display: block;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
}

.intel_navi_inner {
    display: grid;
}

#intel_mobi_nav_icon {
    display: none;
}

.primary_nav_menu {
    padding: 0;
    margin: 0;
    float: none;
    z-index: 5;
    display: inline-block;
    text-align: center;
    display: inline-block;
}

.primary_nav_menu > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 100px;
    text-align: -webkit-match-parent;
}

.primary_nav_menu > li > a {
    color: #4b5b50;
    font-size: 15px;
    text-transform: uppercase;
}

.primary_nav_menu > li > a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    position: relative;
    display: block;
    color: #4b5b50;
    font-size: 15px;
    margin: 0 12px;
    text-transform: uppercase;
}

.primary_nav_menu > li > a > span {
    display: inline-block;
    position: relative;
    clear: both;
    padding: 0;
    line-height: normal;
    font-size: 14px;
}

.primary_nav_menu > li:hover > a > span::before {
    width: 16px;
}

.primary_nav_menu > li > a > span:before {
    background: #4b5b50;
    transition-duration: 0.3s;
    transition-property: all;
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    width: 0;
    height: 2px;
    display: block;
}

.side-open {
    margin-left: 0;
}

.closeThes {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -32px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    background: #0f2c58;
    color: #fff !important;
}

.sidemnu {
    height: 100%;
    background-color: #fafafa;
}

.sticky-side-menu {
    height: 100%;
    position: fixed;
    background: #fff;
    width: 280px;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
    box-shadow: -8px 0 16px #000;
    transition: all 0.3s ease;
    animation: rotateMenu 600ms ease-in-out;
    transform-origin: top left;
}

.bk-color {
    background-image: linear-gradient(110deg, #4f309d, #a34bdd);
    color: #fff;
}

@keyframes rotateMenu {
    0% {
        transform: rotateY(-90deg);
    }
    350% {
        transform: rotateY(-45deg);
    }
    70% {
        transform: rotateY(9deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

.cs-vis {
    visibility: visible;
}

.vis_toc {
    position: fixed;
    visibility: hidden;
    background-color: rgb(0 0 0 / 0.4);
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

.vis_toc_after {
    visibility: visible !important;
    animation-delay: 0.1s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

#bg_filter {
    display: none;
}

:link img,
:visited img,
a img,
img,
img a {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    image-rendering: auto;
}

.mob_subnav_menu {
    display: none;
}

.features-lock .lock-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.features-lock .lock-wrap li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.features-lock .lock-wrap li .lock-item {
    display: block;
    margin: 0 15px 15px;
    background: #fff0;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    box-shadow: 0 7px 18px rgb(47 133 42 / 14%);
    border: 3px solid rgb(211 217 237 / 35%);
    cursor: pointer;
}

.hero-slider .slide-inner::before {
    position: absolute;
    content: "";
    background: rgba(1, 12, 41, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.features-lock .lock-wrap li .lock-item img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.features-lock .lock-wrap li .lock-item span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-family: "Space Grotesk", sans-serif;
}

.features-lock .lock-wrap li .lock-item .lock-icon i {
    font-size: 40px;
    color: #06d001;
}

.work-title {
    /*padding: 40px 0;*/
    text-align: center;
}

.work-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c6c0a8;
    font-family: "Space Grotesk", sans-serif;
}

.work-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin: 4px 10px;
}

.work-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4b5b50;
    font-family: "Space Grotesk", sans-serif;
}

.work .work-item {
    margin-bottom: 30px;
}

.work #work-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.work #work-flters li {
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    font-family: "Space Grotesk", sans-serif;
    transition: all 0.3s ease-in-out;
}

.work #work-flters li:hover,
.work #work-flters li.filter-active {
    color: #fff;
    background: #a27f2c;
}

.work #work-flters li:last-child {
    margin-right: 0;
}

.ws-relative {
    position: relative;
}

.ws-item {
    margin-bottom: 30px;
}

.ws-item .item {
    background: #fff;
    height: 350px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 0.05);
    border: solid 2px #4b5b50;
    border-radius: 10px;
    overflow: hidden;
}

.ws-item .item a {
    color: #000316;
    outline: 0;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    display: inline;
}

.ws-item .item .ws-icon {
    background: #ddd;
    width: 100%;
    color: #000316;
    text-align: center;
    transition: 0.3s ease-in-out;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ws-icon {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.ws-icon img {
    max-width: 100%;
    padding: 5px;
}

.ws-item .item .ws-title {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    color: #000316;
    line-height: 42px;
    font-family: "Space Grotesk", sans-serif;
    padding: 10px 20px;
    font-weight: 700;
}

.ws-desc {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    color: #000316;
    padding: 12px 40px 40px;
    display: inline-block;
    width: 100%;
}

.ws-item .item .ws-more {
    padding: 0 40px 40px;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.ws-item .item a:hover .ws-icon {
    /* background: #fff; */
    transition: 0.3s ease-in-out;
    color: #fff;
}

@media (min-width: 320px) and (max-width: 480px) {
    .ws-bucket {
        max-width: 100%;
        flex: 0 0 100%;
        overflow: auto;
        margin: 0;
        flex-wrap: nowrap;
    }
}

.ws-item:hover {
    transform: scale(1.05);
}

.ws-item {
    transition: 0.3s;
    cursor: pointer;
}

.intel_testimonial_wrap {
    background-image: linear-gradient(
        to right top,
        #c6c0a8,
        #888562,
        #647559,
        #446453,
        #4b5b50
    );
}

.testimonial_wrap_left {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.testimonial_wrap_left .testimonial_title {
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    margin: 25px 0;
}

.testimonial_wrap_left .testimonial_desc {
    margin: 40px 0;
}

.testimonial_wrap_left .testimonial_desc p {
    color: #fff;
    text-align:justify;
    font-size: 20px;
    line-height: 1.4em;
}

.explore_btn {
    text-decoration: none;
    user-select: none;
    -moz-user-select: none;
    background: #a27f2c none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 18px 18px 18px 22px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.explore_btn::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: 45px;
}

.explore_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #c6c0a8;
    border-radius: 30px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.explore_btn:hover::before {
    width: 100%;
}

.explore_btn:hover {
    color: #fff;
}

.intel-footer {
    position: relative;
    background-color: #fff;
    color: #fff;
}

.intel-footer .footer-top-cta .row {
    align-items: center;
}

.intel-footer .footer-top-cta h4 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 8px;
    line-height: 20px;
    font-weight: 600;
}

.intel-footer .footer-top-cta h3 {
    font-size: 44px;
    color: #fff;
    margin: 0;
    line-height: 50px;
    font-weight: 700;
}

.intel-footer .footer-top-cta a {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid rgb(255 255 255 / 0.2);
    padding: 15px 35px 12px;
    color: #fff;
    display: inline-block;
    margin-top: 0;
    line-height: 20px;
}

.intel-footer .footer-top-cta a svg {
    width: 18px;
}

.intel-footer .footer-top-cta a:hover {
    background: #fff;
    color: #0f1216;
}

.intel-footer .footer-top {
    padding: 100px 0 93px;
}

.intel-footer .footer-top .footer-menu li {
    margin-bottom: 2px;
}

.intel-footer .footer-top .footer-menu li a {
    color: #4b5b50;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

.intel-footer .footer-top .footer-menu li a:hover {
    color: #4b5b50;
    margin-left: 5px;
}

.intel-footer .footer-top .footer-menu li a:hover:after {
    width: 100%;
}

.intel-footer .footer-top .footer-menu li:last-child {
    margin-bottom: 0;
}

.intel-footer .footer-top .footer-desc p {
    margin-bottom: 0;
}

.intel-footer .footer-top .footer3__form p {
    font-size: 16px;
    line-height: 24px;
}

.intel-footer .footer-top .footer3__form input {
    padding: 15px 80px 16px 30px;
    border: none;
    outline: 0;
    background: #fff;
    border-radius: 4px;
    width: 100%;
}

.intel-footer .footer-top .footer3__form input::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #4b4b57;
}

.intel-footer .footer-top .footer3__form input:focus {
    -webkit-box-shadow: 0 20px 30px 0 rgb(8 0 42 / 0.14);
    -moz-box-shadow: 0 20px 30px 0 rgb(8 0 42 / 0.14);
    box-shadow: 0 20px 30px 0 rgb(8 0 42 / 0.14);
    z-index: 1;
}

.intel-footer .footer-top .footer3__form-1 {
    position: absolute;
    width: 60px;
    bottom: 0;
    border-radius: 0 4px 4px 0;
    background-color: #3270fc;
    color: #fff;
    top: 0;
    right: 0;
    border: none;
}

.intel-footer .footer-top .footer3__form-1:hover {
    opacity: 0.9;
}

.intel-footer .footer-top .footer-subtitle {
    color: #4b5b50;
    margin-top: 25px;
    line-height: 24px;
    font-size: 20px;
}

.intel-footer .footer-top .footer-widget-1 {
    margin-top: -10px;
}

.intel-footer .footer-top .footer-widget-3 {
    margin-left: 50px;
}

.intel-footer .footer-top .footer-widget.footer-widget-2 {
    padding-left: 100px;
}

.intel-footer .footer-top .footer-widget .footer-title {
    margin-bottom: 30px;
    position: relative;
    color: #4b5b50;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.intel-footer .footer-top .footer-widget .footer-address {
    margin-bottom: 30px;
}

.intel-footer .footer-top .footer-widget .footer-address li {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-flex;
    color: #4b5b50;
    font-weight: 600;
}

.intel-footer .footer-top .footer-widget .footer-address li a {
    color: #b7b7b9;
    margin-left: 10px;
    line-height: 24px;
    font-size: 18px;
}

.intel-footer .footer-top .footer-widget .footer-address li a:hover {
    color: #3270fc;
}

.intel-footer .footer-top .footer-widget .footer-address li svg {
    position: relative;
    top: 0;
    color: #fff;
    width: 21px;
}

.intel-footer .footer-top .footer-widget .footer-address li:last-child {
    margin-bottom: 0;
}

.intel-footer .footer-top .footer-widget .footer-address li.intel-address svg {
    margin-right: 10px;
    width: 22px;
    position: relative;
    top: 1px;
}

.intel-footer.intel-footer-two .footer-top .footer3__form-1 {
    background: #3270fc;
}

.intel-footer.intel-footer-two .footer-top .footer3__form-1:hover {
    opacity: 0.9;
}

.intel-footer.intel-footer-two .footer-top .footer-menu li a::after {
    background: #3270fc;
}

.intel-footer .copyright {
    text-align: center;
}

.intel-footer .copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.intel-footer .copyright .follow {
    font-size: 16px;
    line-height: 20px;
    color: #b7b7b9;
    font-weight: 700;
    margin-right: 20px;
}

.intel-footer .copyright .intel-copy-left {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}

.intel-footer .copyright .intel-copy-left a {
    color: #3270fc;
    transition: all 0.7s ease;
}

.intel-footer .copyright .intel-copy-left a:hover {
    color: #3270fc;
}

.intel-footer .copyright .intel-copy-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.intel-footer .copyright .intel-copy-right ul li {
    padding-left: 6px;
}

.intel-footer .copyright .intel-copy-right ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.intel-footer .copyright .intel-copy-right ul li a:hover {
    color: #fff;
}

.intel-footer.home-main .copyright .intel-copy-left a,
.intel-footer.home-main .footer-top .footer-menu li a:hover,
.intel-footer.home-main .footer-top .footer-widget .footer-address li a:hover {
    color: #4b5b50;
}

.social-links li {
    display: inline-block;
    margin-right: 6px;
}

.social-links li a {
    border: 2px solid rgb(255 255 255 / 0.1);
    color: #fff;
    background: 0 0;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 43px;
    text-align: center;
    transition: all 0.7s ease 0s;
    font-size: 13px;
    border-radius: 50%;
}

.social-links li:last-child {
    margin-right: 0;
}

#intel__preloader {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.intel__loader_logo {
    position: absolute;
}

.intel__loader_logo img {
    width: 40px;
}

#intel__circle_loader {
    width: 100px;
    height: 100px;
    border-style: solid;
    border-width: 5px;
    border-color: #465fe9 #465fe9 #d5eaff #d5eaff;
    border-radius: 50%;
    -webkit-animation: spinLoader 2s linear infinite;
    animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.copyright {
    border-top: solid 2px #c6c0a8;
}

.testimonials {
    text-align: center;
    max-width: 600px;
}

.testimonials-item i {
    line-height: 1;
    font-size: 50px;
    color: #2042e3;
    display: block;
    margin-bottom: 30px;
}

.testimonials-item p {
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}
.page-item:not(:first-child) .page-link{
    background: #a27f2c !important;
    color:#fff !important;
    border: 1px solid #a27f2c  !important;
}
.page-item:not(:first-child) .page-item{
    background: #a27f2c !important;
    color:#fff !important;
    border: 1px solid #a27f2c  !important;
}
.owl-nav{
    display:none;
}
.testimonials-img-item {
    display: flex;
    place-content: center;
    padding: 15px 0;
    margin-bottom: 10px;
}

.testimonials-img-item img {
    max-width: 40%;
    border-radius: 50%;
    border: 4px solid #fff;
}

.testimonials-item h3 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.testimonials-item h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.category-card {
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.07);
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.07);
    margin-bottom: 30px;
    border: 1px solid #fff0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.category-card i {
    font-size: 50px;
    color: #c6c0a8;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 1;
}

.category-card h3 {
    margin-bottom: 10px;
    color: #4b5b50;
    font-family: "Space Grotesk", san-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}

.category-card p {
    margin-bottom: 0;
    color: #4b5b50;
}

.category-card:hover {
    border: 1px solid #c6c0a8;
    margin-top: -5px;
}

.why-choose {
    background-image: linear-gradient(
        to right top,
        #c6c0a8,
        #888562,
        #647559,
        #446453,
        #4b5b50
    );
    position: relative;
}

.why-choose-text {
    padding-left: 25px;
    padding-right: 25px;
}

.why-choose-text .section-title {
    margin-bottom: 50px;
}

.why-choose-text .section-title h2 {
    color: #fff;
}

.why-choose-text .section-title p {
    color: #fff;
    max-width: 500px;
}

.why-choose-text .media {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-choose-text .media i {
    background: #4b5b50;
    font-size: 30px;
    color: #c6c0a8;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.why-choose-text .media .media-body {
    padding-left: 15px;
}

.why-choose-text .media .media-body h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.why-choose-text .media .media-body p {
    color: #fff;
    font-size: 15px;
    max-width: 260px;
}

.counter-area .counter-text {
    text-align: center;
    margin-bottom: 30px;
}

.counter-area .counter-text h2 {
    color: #4b5b50;
    font-size: 45px;
    font-weight: 700;
}

.counter-area .counter-text p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.why-choose-img img {
    background-position: center center;
    background-size: cover;
    height: 100%;
}

@media (min-width: 768px) {
    .banner_home {
        height: 672px;
    }
    .category-card {
        height: 440px;
    }

    .intel_button_search {
        display: none;
    }

    .banner_overlay {
        background-color: #fff0;
        bottom: 0;
        color: #fff;
        left: 0;
        padding-bottom: 0;
        padding-top: 5rem;
        position: absolute;
        right: 0;
        top: 50%;
    }
}

.banner {
    position: relative;
}

.banner_home video {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%;
    outline: none;
}

.video_wrapper_content {
    text-align: center;
}

.video_wrapper_content h1 {
    font-family: Roboto, san-serif;
    font-weight: 200;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.video_wrapper_content h1 strong {
    font-weight: 600;
}

@media (min-width: 768px) {
    .page_title {
        font-size: 3.5rem;
    }

    .page_subtitle {
        font-size: 2rem;
    }

    .banner_home .page_title {
        text-shadow: 0 0 20px rgb(11 24 62 / 50%);
    }

    .banner_content {
        max-width: 1200px;
        position: relative;
        z-index: 2;
    }
}

.banner_home .page_title {
    color: #fff;
    margin-bottom: 1.6rem;
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    font-weight: 900;
    margin-top: 0;
}

.banner_overlay {
    color: #0d1e4c;
    padding-bottom: 20px;
    padding-top: 20px;
}

.banner_home .page_subtitle {
    color: #fff;
    margin-bottom: 1.6rem;
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
}

.banner_content {
    -webkit-animation: headerFadeIn 0.7s forwards;
    animation: headerFadeIn 0.7s forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.5s ease;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.slick-arrow:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.slick-arrow:hover i {
    color: white !important;
}

.arrow-wrap {
    transition: transform 0.5s;
    position: relative;
}

.prev-c {
    color: #999;
    position: absolute !important;
    top: -225px;
    left: 0;
    font-size: 1.5em;
}

.prev-c:hover {
    cursor: pointer;
    color: #000;
}

.next-c {
    color: #999;
    position: absolute !important;
    top: -225px;
    right: 0;
    font-size: 1.5em;
}

.next-c :hover {
    cursor: pointer;
    color: #000;
}

.swiper_box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    height: 100%;
}

.swiper_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper_slide {
    flex-shrink: 0;
    pointer-events: none;
    transition-property: opacity;
    width: 100%;
    height: 100%;
    position: relative;
}

.home_swiper .header_copy .header_heading {
    position: relative;
    z-index: 10;
}

.home_swiper .header_copy .header_heading .h1.highlight,
.home_swiper .header_copy .header_heading h1.highlight {
    background-color: #fff0;
    position: relative;
    padding: 0;
}

.h1.home_title {
    max-width: 80rem;
    width: 100%;
}

.h1.highlight,
h1.highlight {
    display: inline-block;
    color: #fff;
    transition: background-color 0.15s linear, color 0.2s linear,
        padding 0.05s linear;
}

.h1.home_heading:not(.dummy) span {
    white-space: nowrap;
}

.home_swiper .header_copy .header_heading + .header_subheading {
    margin-top: 1rem;
    background-color: #fff;
    padding: 5px 15px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 25%);
}

.home_swiper .header_copy .header_link,
.home_swiper .header_copy .header_subheading {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.25s ease-out, opacity 0.4s linear;
}

.home_swiper .header_copy .header_subheading h4 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    line-height: 3rem;
}

.home_swiper .swiper_image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section_heading {
    margin-bottom: 5rem;
}

h2.underline {
    line-height: 4.2rem;
    font-size: 3.2rem;
    color: #2f3d45;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}

h2.underline span {
    border-bottom: 0.4rem solid #2863ad;
    padding: 0.7rem 0;
}

.slick-dots {
    max-width: 128rem;
    bottom: 0;
    right: 0;
    display: flex;
    height: 1.7rem;
    padding: 0 2rem;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    transition: 0.3s;
    transform: translateZ(0);
    z-index: 10;
}

.slick-dots li button {
    border-radius: 0;
    background-color: #ededed;
    width: 5rem;
    height: 0.5rem;
    opacity: 1;
    margin: 0;
    outline: none;
    border: none;
    font-size: 0;
    padding: 3px;
    margin: 0 3px;
}

.slick-active button {
    background-color: #2863ad !important;
    opacity: 2;
}

.slick-active .swiper_image {
    animation-name: fadeFromLeft;
    animation-duration: 2s;
    opacity: 1;
}

.slick-active .header_heading .home_title {
    animation-name: fadeFromRight;
    animation-duration: 2s;
    opacity: 1;
    width: 100%;
}

.slick-active .header_subheading {
    animation-name: fadeFromBottom;
    animation-duration: 2s;
    opacity: 1;
    width: 100%;
}

@-webkit-keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeFromLeft {
    -webkit-animation-name: fadeFromLeft;
    animation-name: fadeFromLeft;
}

.fadeFromRight {
    -webkit-animation-name: fadeFromRight;
    animation-name: fadeFromRight;
}

.fadeFromBottom {
    -webkit-animation-name: fadeFromBottom;
    animation-name: fadeFromBottom;
}

.mob_primary_nav {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.mob_primary_nav > li:first-child {
    border-top: 0;
}

.mob_primary_nav > li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.mob_primary_nav li {
    margin-left: 0;
    position: relative;
    font-size: 14px;
    text-transform: none;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

.menu-arrow {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    cursor: pointer;
    font-family: "Font Awesome";
    text-align: center;
}
.mob_subnav_item a span {
    color: #c6c0a8;
}

.menu-arrow i {
    color: #0f2c58;
    line-height: 48px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.mob_primary_nav li a {
    text-align: left;
    width: 100%;
    border-bottom: 0;
    padding: 14px;
    line-height: 20px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    color: #4b5b50;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

.nav_submenu {
    top: 100px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: rgb(9 50 131 / 0.2) 0 3px 8px 0;
    font-size: 14px;
    border-top: solid 4px #4b5b50;
}

.nav_submenu li .item {
    text-decoration: none;
    color: #4b5b50;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 20px;
    text-align: left;
    padding: 10px 5px 10px 14px;
}
.nav_submenu li .item:hover{
    color:white !important;
}
.nav_submenu li:hover {
    background-color: #a27f2c;
}

.hero-slider {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .slide-inner {
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100%;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    background: 0 0;
    width: 45px;
    height: 45px;
    line-height: 40px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    content: "\f060";
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    content: "\f061";
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: 0.2s;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-btns,
.hero-style .slide-text,
.hero-style .slide-title {
    max-width: 690px;
}

.slide-btns a span {
    width: 70px;
    height: 25px;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding: 0;
    background: #fafafa;
    color: #4b5b50;
}

.hero-style .slide-title h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 30px 0;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 45px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 40px;
    transition: 0.4s;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 2px;
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.theme-btn,
.theme-btn-s2 {
    background-color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    line-height: initial;
    transition: 0.4s;
}

.hero-slider .swiper-button-next:before,
.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next:before {
    content: "\f061";
}

.ws-item .item .ws-tag {
    margin: 0 10px 10px 10px;
}

.ws-item .item .ws-tag .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.ws-item .item .ws-tag .tags-wrapper span {
    padding: 5px 16px;
    background: #fff;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #1c2539;
    font-size: 14px;
    font-weight: 500;
    border: solid 1px #4b5b50;
    transition: 0.3s;
    box-shadow: 0 7px 18px #1810100d;
}

.ws-item .item .ws-tag .tags-wrapper span:hover {
    background: #4b5b50;
    color: #fff;
    transform: translateY(-3px) scale(1.09);
}

.page-title {
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page-title::before {
    position: absolute;
    content: "";
    background: rgba(1, 12, 41, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-title h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.page-title ul {
    margin: 0;
    display: inline-block;
    padding: 10px;
    border: 1px solid rgba(132, 137, 152, 0.5);
    border-radius: 30px;
}

.page-title ul li {
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin: 0 15px;
    text-transform: capitalize;
}

.page-title ul li::before {
    position: absolute;
    content: "\ea50";
    right: -28px;
    top: 1px;
    font-family: "boxicons";
    font-size: 22px;
    line-height: 1;
}

.page-title ul li:last-child::before {
    display: none;
}

.page-title ul li a {
    color: #ffffff;
    font-weight: 500;
}

.page-title.title-bg1 {
    background-image: linear-gradient(
        to right top,
        #c6c0a8,
        #888562,
        #647559,
        #446453,
        #4b5b50
    );
}

.blog-widget {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
    margin-bottom: 30px;
}

.blog-widget h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.blog-widget h3::before {
    position: absolute;
    content: "";
    background: #c6c0a8;
    width: 2px;
    height: 20px;
    left: -30px;
    top: 4px;
}

.blog-widget.blog-search form .form-group {
    position: relative;
    margin-bottom: 0;
}

.blog-widget.blog-search form .form-group .form-control {
    height: 50px;
    padding: 5px 20px;
    background: #fdf5f5;
    border-radius: 0;
}

.blog-widget.blog-search form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    background: #c6c0a8;
    color: #ffffff;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-widget.blog-search form .form-group button:hover {
    background: #4b5b50;
}

.blog-widget .popular-post {
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d2b7b7;
}

.blog-widget .popular-post .blog-thumb {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 14px;
}

.blog-widget .popular-post .info {
    padding: 5px 0px 0 0;
    line-height: 1;
}

.blog-widget .popular-post .info time {
    font-size: 14px;
}

.blog-widget .popular-post .info h4 {
    line-height: 1;
}

.blog-widget .popular-post .info h4 a {
    font-size: 15px;
    color: #c6c0a8;
}

.blog-widget .popular-post .info h4 a:hover {
    color: #4b5b50;
}

.blog-widget .popular-post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-widget.blog-category ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.blog-widget.blog-category ul li {
    list-style: circle;
    margin-bottom: 5px;
}

.blog-widget.blog-category ul li a {
    color: #c6c0a8;
}

.blog-widget.blog-category ul li a:hover {
    color: #4b5b50;
}

.blog-widget.blog-category ul li span {
    float: right;
}

.blog-widget.blog-tags ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-widget.blog-tags ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog-widget.blog-tags ul li a {
    border: 1px dashed #c6c0a8;
    color: #c6c0a8;
    font-size: 15px;
    padding: 5px 15px;
}

.blog-widget.blog-tags ul li a:hover {
    background: #4b5b50;
    color: #ffffff;
    border: 1px dashed transparent;
}

.blog-dedails-text .blog-details-img {
    margin-bottom: 20px;
}

.blog-dedails-text .blog-details-img img {
    width: 100%;
}

.blog-dedails-text .blog-meta ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.blog-dedails-text .blog-meta ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}

.blog-dedails-text .blog-meta ul li i {
    color: #4b5b50;
    margin-right: 2px;
}

.blog-dedails-text .post-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.blog-dedails-text p {
    margin-bottom: 15px;
}

.blog-dedails-text .details-inner-img {
    margin-bottom: 25px;
    margin-top: 15px;
}

.blog-dedails-text .details-tag {
    background: #f3eeee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.blog-dedails-text .details-tag ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-dedails-text .details-tag ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    font-weight: 500;
    color: #c6c0a8;
}

.details-tag ul li a {
    color: #c6c0a8;
    padding: 5px 15px;
    border: 1px solid #ccb2b2;
    border-radius: 20px;
    font-weight: 400;
    background: #ffffff;
    font-size: 14px;
}

.blog-dedails-text .comment-form {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 10px;
}

.blog-dedails-text .comment-form h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.blog-dedails-text .comment-form h3::before {
    position: absolute;
    content: "";
    background: #c6c0a8;
    width: 2px;
    height: 20px;
    left: -30px;
    top: 4px;
}

.blog-dedails-text .comment-form .form-group {
    margin-bottom: 20px;
}

.blog-dedails-text .comment-form .form-group label {
    color: #c6c0a8;
    margin-bottom: 10px;
}

.blog-dedails-text .comment-form .form-group .form-control {
    height: 50px;
    padding: 5px 20px;
    background: #c6c0a8;
}

.blog-dedails-text .comment-form .form-group .comment-box {
    height: 100%;
    padding: 10px 20px;
}

.blog-dedails-text .comment-form .comment-btn {
    background: #a27f2c;
    padding: 15px !important;
    border-radius: 0px;
    color: #ffffff;
    border: none;
    margin-top: 14px;
    color: #ffffff;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    width: 150px;
    font-weight: 700;
    border-radius: 50px;
}

.blog-dedails-text .comment-form .comment-btn:hover {
    background: #c6c0a8;
}

.blog-card {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.blog-card .blog-img {
    overflow: hidden;
}

.blog-card .blog-img img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-card .blog-text {
    padding: 25px;
}

.blog-card .blog-text ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.blog-card .blog-text ul li {
    list-style: none;
    display: inline-block;
    margin: 6px;
    font-size: 14px;
}

.blog-card .blog-text ul li i {
    color: #4b5b50;
    margin-right: 2px;
}

.blog-card .blog-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-card .blog-text h3 a {
    color: #c6c0a8;
}

.blog-card .blog-text h3 a:hover {
    color: #4b5b50;
}

.blog-card .blog-text p {
    margin-bottom: 10px;
}

.blog-card .blog-text .blog-btn {
    color: #4b5b50;
    font-size: 16px;
}

.blog-card .blog-text .blog-btn:hover {
    color: #c6c0a8;
}

.blog-card .blog-text .blog-btn i {
    top: 2px;
    position: relative;
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.course-widget .overview h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 20px;
    margin-bottom: 0;
}

.course-widget .overview {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    background-color: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    border-radius: 0 0 30px 0;
    margin-top: -7px;
}

.course-widget .overview li {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.course-widget .overview li:last-child {
    margin-bottom: 0;
}

.course-widget .overview li span {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 165px;
}

/* Why Choose Section CSS Start */
.choose-card {
    border: 1px dashed #4b5b50;
    padding: 36px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-card i {
    font-size: 40px;
    color: #c6c0a8;
    background: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    right: -5px;
    border: 1px dashed #4b5b50;
    margin-bottom: 25px;
}

.choose-card h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    font-weight: 700;
}

.choose-card p {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-card:hover {
    background: #4b5b50;
}

.choose-card:hover i {
    border: 1px dashed #c6c0a8;
}

.choose-card:hover h3,
.choose-card:hover p {
    color: #ffffff;
}

.sub-title h5 {
    /*max-width: 750px;*/
        text-align: justify !important;
    margin: 0 auto;
    font-size: 20px;
    color: #4b5b50;
    text-align: center;
    line-height: 1.8;
}

/* Why Choose Section CSS End */

.our-team {
    padding-top: 50px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team:hover .social li {
    display: block;
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.our-team .picture {
    display: inline-block;
    height: 150px;
    width: 150px;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #4b5b50;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team .picture::before {
    height: 100%;
}

.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 5%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team .picture img {
    box-shadow: 0 0 0 10px #f7f5ec;
    transform: scale(0.7);
}

.our-team .title {
    display: block;
    font-size: 15px;
    padding-bottom: 50px;
    color: #4b5b50;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #1369ce;
}

.our-team .social li {
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.5s ease 0s;
}

.terms-conditions {
    max-width: 1280px;
    margin: auto;
}

.terms-conditions .conditions-content {
    margin-bottom: 30px;
}

.terms-conditions .conditions-content p {
    margin-bottom: 10px;
}

/* Max width 1700px */
@media only screen and (min-width: 1700px) {
    .faq-accordion {
        max-width: 625px;
        margin-left: auto;
    }
}

.faq-area {
    overflow: hidden;
}

.faq-area .container-fluid {
    padding-left: 50px;
    padding-right: 0;
}

.faq-area.faq-area-three {
    background-image: linear-gradient(to bottom, #f1f0f9, #cef4e9);
}

.faq-area.faq-area-three .faq-accordion .accordion .accordion-title {
    background-color: #dbf3ef;
}

.faq-area.faq-area-three .faq-accordion .accordion .accordion-title.active {
    background-color: #f0f0fa !important;
}

.faq-area.faq-area-about-page .faq-accordion .accordion .accordion-title {
    background-color: #ffffff; /* white-color */
}

.faq-area.faq-area-about-page
    .faq-accordion
    .accordion
    .accordion-title.active {
    background-color: #f0f0fa;
}

.faq-area.faq-area-about-page .faq-accordion .accordion .accordion-content {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* box-shadow */
    border-radius: 0 0 30px 0;
}

.faq-accordion .faq-title {
    margin-bottom: 40px;
    margin-top: -15px;
}

.faq-accordion .faq-title h2 {
    font-size: 50px;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 25px;
    background-color: #ffffff; /* white-color */
    border-radius: 20px 0 20px 0;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    color: #333333; /* heading-color */
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    background-color: #f7f7fb;
    padding-left: 20px;
    padding-right: 40px;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 25px;
    transition: all 0.3s ease; /* transition */
    color: #007bff; /* main-color */
}

.faq-accordion .accordion .accordion-title.active {
    background-color: #f0f0fa;
    padding: 20px 20px;
    padding-right: 40px;
    border-radius: 20px 0 0 0;
    color: #007bff; /* main-color */
}

.faq-accordion .accordion .accordion-title.active i {
    transform: rotate(180deg);
    top: 21px;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8"; /* Unicode character */
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 20px 20px;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.courses-listing-area .courses-single-listing {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px 3px rgba(230, 233, 249, 0.9);
    transition: all ease 0.5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.courses-listing-area .courses-single-listing .hot-jobs-img {
    box-shadow: none;
}

.courses-listing-area .courses-single-listing .hot-jobs-img img {
    border-radius: 20px 0 20px 0;
}

.courses-listing-area .courses-single-listing .featured {
    position: absolute;
    top: 15px;
    left: -72px;
    background-color: #2042e3;
    color: #ffffff;
    padding: 1px 40px;
    transform: rotate(-45deg);
    font-size: 14px;
    width: 200px;
    text-align: center;
}

.courses-listing-area .courses-single-listing .featured.red {
    background-color: #ed1d24;
}

.courses-listing-area .courses-single-listing .courses-cv-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.courses-listing-area .courses-single-listing .courses-cv-content .sub-title {
    display: inline-block;
    margin-bottom: 8px;
    text-align: justify;
}

.courses-listing-area .courses-single-listing .courses-cv-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.courses-listing-area .courses-single-listing .courses-cv-content ul li {
    font-size: 16px;
    margin-bottom: 8px;
}

.courses-listing-area
    .courses-single-listing
    .courses-cv-content
    ul
    li:last-child {
    margin-bottom: 0;
}

.courses-listing-area .courses-single-listing .courses-cv-content ul li span {
    font-weight: bold;
    color: #1a1a1a;
}

.courses-listing-area .courses-single-listing .default-btn {
    float: right;
}

.courses-listing-area .courses-single-listing:hover {
    transform: translateY(-5px);
}

.courses-listing-area .time-and-hour .nice-select {
    width: 300px;
    border-radius: 0;
    height: 40px;
    margin-bottom: 30px;
    border-color: #cccccc;
}

.courses-listing-area .time-and-hour .nice-select .current {
    position: relative;
    top: -2px;
}

.courses-listing-area .time-and-hour .nice-select::after {
    width: 8px;
    height: 8px;
}

.courses-listing-area .time-and-hour .rated {
    float: left;
}

.courses-listing-area .time-and-hour .rated p {
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 16px;
}

.courses-listing-area .time-and-hour .show-page {
    position: relative;
}

.courses-listing-area .time-and-hour .show-page .nice-select {
    width: 75px;
    float: right;
}

.courses-single-listing a {
    cursor: pointer;
}

.courses-listing-area .time-and-hour .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px;
}

.courses-listing-area .courses-listing-sidebar .courses-listing-widget {
    margin-bottom: 35px;
}

.courses-listing-area .courses-listing-sidebar .courses-listing-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 20px;
    margin-bottom: 0;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .search-form {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 5px 20px 3px rgba(230, 233, 249, 0.9);
    position: relative;
    border-radius: 0 0 30px 0;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .search-form
    .form-control {
    box-shadow: 0 5px 20px 3px rgba(230, 233, 249, 0.9);
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .search-form
    .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 29px;
    right: 31px;
    font-size: 20px;
    color: #2042e3;
    transition: all ease 0.5s;
    background-color: transparent;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .search-form
    .search-button:hover {
    color: #2042e3;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-title {
    position: relative;
    display: block;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-title
    i {
    position: absolute;
    top: 17px;
    right: 22px;
    font-size: 25px;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-content {
    background-color: #ffffff;
    box-shadow: 0 5px 20px 3px rgba(230, 233, 249, 0.9);
    padding: 30px;
    margin: 0;
    list-style-type: none;
    border-radius: 0 0 30px 0;
    margin-top: -7px;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-content
    li {
    margin-bottom: 15px;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-content
    li:last-child {
    margin-bottom: 0;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-content
    li
    .single-check {
    padding-left: 25px;
    font-size: 18px;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-content
    li
    .single-check
    .checkmark {
    top: 8px;
    height: 15px;
    width: 15px;
    border: 1px solid #454545;
    background-color: #ffffff;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-content
    li
    .single-check
    .checkmark::after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #2042e3;
}

.courses-listing-area
    .courses-listing-sidebar
    .courses-listing-widget
    .accordion-widget
    .accordion-item
    .accordion-widget-content
    li
    .single-check
    .count {
    float: right;
}

.courses-details-area {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(230, 233, 249, 0.9);
    transition: all ease 0.5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
}

.courses-details-area .courses-cv {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(230, 233, 249, 0.9);
    transition: all ease 0.5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
}

.courses-details-area .courses-cv .hot-jobs-img {
    box-shadow: none;
}

.courses-details-area .courses-cv .hot-jobs-img img {
    border-radius: 20px 0 20px 0;
    position: relative;
    top: -3px;
}

.courses-details-area .courses-cv .courses-cv-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.courses-details-area .courses-cv .courses-cv-content .sub-title {
    display: inline-block;
    margin-bottom: 8px;
}

.courses-details-area .courses-cv .courses-cv-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.courses-details-area .courses-cv .courses-cv-content ul li {
    font-size: 16px;
    margin-bottom: 8px;
}

.courses-details-area .courses-cv .courses-cv-content ul li:last-child {
    margin-bottom: 0;
}

.courses-details-area .courses-cv .courses-cv-content ul li span {
    font-weight: bold;
    color: #1a1a1a;
}

.courses-details-area .courses-cv .default-btn {
    float: right;
}

.courses-details-area .courses-details-content {
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(230, 233, 249, 0.9);
    padding: 30px;
    padding-bottom: 40px;
    border-radius: 30px 0 30px 0;
}

.courses-details-area .courses-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.courses-details-area .courses-details-content h4 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 25px;
}

.courses-details-area .courses-details-content ul {
    padding-left: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    list-style-type: none;
}

.courses-details-area .courses-details-content ul li {
    margin-bottom: 15px;
}

.courses-details-area .courses-details-content ul li.arts {
    font-size: 20px;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.courses-details-area .courses-details-content ul li.university {
    color: #2042e3;
    font-size: 16px;
}

.courses-details-area .courses-details-content h4 {
    margin-bottom: 40px;
}

.courses-details-area .courses-details-content .skill-bar {
    margin-bottom: 50px;
    padding-left: 150px;
}

.courses-details-area
    .courses-details-content
    .skill-bar
    .progress-title-holder {
    position: relative;
}

.courses-details-area .courses-details-content .skill-bar .progress-title {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: -150px;
    top: -10px;
}

.courses-details-area
    .courses-details-content
    .skill-bar
    .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #ffffff;
}

.courses-details-area
    .courses-details-content
    .skill-bar
    .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #1a1a1a;
    padding: 0 8px;
    position: absolute;
    bottom: 15px;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
}

.courses-details-area .courses-details-content .skill-bar .down-arrow {
    border: 1px solid #2042e3;
    position: absolute;
    left: 50%;
    top: 120%;
    height: 35px;
    transform: translateX(-50%);
}

.courses-details-area
    .courses-details-content
    .skill-bar
    .progress-content-outter {
    height: 6px;
    background-color: #f5f5f5;
}

.courses-details-area .courses-details-content .skill-bar .progress-content {
    height: 6px;
    background-color: #2042e3;
    width: 0%;
}

.courses-details-area .courses-details-sidebar .courses-widget {
    margin-bottom: 35px;
}

.courses-details-area .courses-details-sidebar .courses-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 24px;
    margin-bottom: 0;
}

.courses-details-area .courses-details-sidebar .courses-widget .social-icon {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(230, 233, 249, 0.9);
    background-color: #ffffff;
    border-radius: 0 0 30px 0;
}

.courses-details-area .courses-details-sidebar .courses-widget .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.courses-details-area
    .courses-details-sidebar
    .courses-widget
    .social-icon
    li
    a
    i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333333;
    color: #333333;
    border-radius: 5px;
    font-size: 20px;
    transition: all ease 0.5s;
}

.courses-details-area
    .courses-details-sidebar
    .courses-widget
    .social-icon
    li
    a:hover
    i {
    border-color: #2042e3;
    background-color: #2042e3;
    color: #ffffff;
}

.courses-details-area
    .courses-details-sidebar
    .courses-widget
    .social-icon
    li:last-child {
    margin-right: 0;
}

.courses-details-area .courses-details-sidebar .courses-widget .overview {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(230, 233, 249, 0.9);
    background-color: #ffffff;
    border-radius: 0 0 30px 0;
}

.courses-details-area .courses-details-sidebar .courses-widget .overview li {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.courses-details-area
    .courses-details-sidebar
    .courses-widget
    .overview
    li:last-child {
    margin-bottom: 0;
}

.courses-details-area
    .courses-details-sidebar
    .courses-widget
    .overview
    li
    span {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 165px;
}

.courses-details-area
    .courses-details-sidebar
    .courses-widget
    .overview.download
    li
    i {
    font-size: 40px;
    color: #2042e3;
    font-weight: normal;
}

.courses-details-area
    .courses-details-sidebar
    .courses-widget
    .overview.download
    li
    a {
    font-size: 16px;
    position: relative;
    top: -8px;
    margin-left: 10px;
}

.coverage-title {
    padding: 40px 0;
    text-align: center;
}

.coverage-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
}

.coverage-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin: 4px 10px;
}

.coverage-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #151515;
}

.coverage .coverage-item {
    margin-bottom: 30px;
}

.coverage .coverage-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.4);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: solid #ffffff 8px;
}

.coverage .coverage-wrap::before {
    content: "";
    background: rgba(21, 21, 21, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.coverage .coverage-wrap img {
    transition: all ease-in-out 0.3s;
}

.coverage .coverage-wrap .coverage-info {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px;
}

.coverage .coverage-wrap .coverage-info h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.coverage .coverage-wrap:hover::before {
    opacity: 1;
}

.coverage .coverage-wrap:hover img {
    transform: scale(1.2);
}

.coverage .coverage-wrap:hover .coverage-info {
    opacity: 1;
}
.accord-content {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.main-contact-area h3 {
    background-color: #f0f0fa;
    font-size: 24px;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
}
.main-contact-area #contactForm {
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    padding: 30px;
    border-radius: 0 0 30px 0;
}
.main-contact-area .form-group {
    margin-bottom: 10px;
}
.main-contact-area .form-group label {
    font-size: 16px;
    margin-bottom: 12px;
}
.main-contact-area .form-group .form-control {
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
}
.main-contact-area .form-group .form-control::-moz-placeholder {
    color: #cccccc;
}
.main-contact-area .form-group .form-control::placeholder {
    color: #cccccc;
}
.main-contact-area .form-group.checkboxs {
    position: relative;
}
.main-contact-area .form-group.checkboxs #chb2 {
    position: absolute;
    top: 8px;
    left: 0;
}
.main-contact-area .form-group.checkboxs p {
    padding-left: 20px;
}
.main-contact-area .form-group.checkboxs p a {
    color: #2042e3;
}
.main-contact-area .form-group.checkboxs p a:hover {
    color: #1a1a1a;
}
.main-contact-area .contact-info .address {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    border-radius: 0 0 30px 0;
}
.main-contact-area .contact-info .address .location {
    position: relative;
    padding-left: 70px;
}
.main-contact-area .contact-info .address .location i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #2042e3;
    color: #2042e3;
    font-size: 30px;
    text-align: center;
    border-radius: 8px 0 8px 0;
}
.main-contact-area .contact-info .address .location span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #454545;
}
.main-contact-area .contact-info .address li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 70px;
}
.main-contact-area .contact-info .address li a {
    color: #454545;
    display: block;
}
.main-contact-area .contact-info .address li a:hover {
    color: #2042e3;
}
.main-contact-area .contact-info .address li:last-child {
    margin-bottom: 0;
}
.main-contact-area .contact-info .address li i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #2042e3;
    color: #2042e3;
    font-size: 30px;
    text-align: center;
    border-radius: 8px 0 8px 0;
}
.main-contact-area .contact-info .address li span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #454545;
}

.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px;
}

.hidden {
    display: none;
}

#msgSubmit {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
}

.map-area iframe {
    height: 480px;
    width: 100%;
    border: none !important;
    display: block;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #a27f2c;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #4b5b50;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #4b5b50;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 87%;
}

.go-top.go-top-two {
    background-color: #e74c3c;
}

.go-top.go-top-two:hover {
    background-color: #e74c3c !important;
}
.intel-footer{
    background-color: #a27f2c;
}
.bg-sn-cst{
    background-color: #a27f2c;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:hover{
    background-color: #c6c0a8 !important;
}
.form-group{
    padding: 10px;
}
.form-group .form-control{
    background-color: #c6c0a8;
}
.sn-slogan{
    color: #4b5b50;
    margin-bottom: 10px;
    display: block;
}
.intel-footer .footer-top {
    background-color: #f7f5ef !important;
}
.category-card p{
    text-align: justify;
}

/* .sn-admission-btn{
    background-color: #4b5b50;
} */
.sn-admission-btn a span{
    display: inline-block;
    background: #a27f2c;
    padding: 20px !important;
    border-radius: 50px;
    color: #ffffff;
}
.sn-courseExp{
    opacity: 0;
    padding: 10px;
    text-overflow: ellipsis;
}
.ws-item .item:hover{
    background-color: #a27f2c;
}
.ws-item .item:hover > .link .sn-courseExp{
    opacity: 1;
    transition: all 1s;
    color: #c6c0a8 !important;
}
.ws-item .item:hover > .link .sn-courseExp *{
    color: #fff !important;
}
.ws-item .item:hover > .link .ws-icon{
    height: 0;
    transition: all 1s;
}
.ws-item .item:hover > .link .ws-title{
    color: #fff !important;
}
.ws-item .item:hover > .link .ws-tag .tags-wrapper span{
    background-color: #c6c0a8;
    color: #4b5b50;
    box-shadow: 0 0 10px #c6c0a8;
}
.ws-item .item:hover > .link .ws-tag .tags-wrapper span:hover{
    background-color: #4b5b50;
    color: #c6c0a8;
}
.forpracical li{
    color: #4b5b50;
    font-size: 20px;
    text-align: left;
}