@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('../fonts/Azonix.otf');

body {
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

nav.navbar.navbar-collapse-md.navbar-dark {
    justify-content: end;
    height: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    text-align: center;
}

/* Base */

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-gray-1 {
    color: #f7f7f7;
}

.font-gray-2 {
    color: #e9e9e9;
}

.font-gray-3 {
    color: #d9d9d9;
}

.font-gray-4 {
    color: #c9c9c9;
}

.font-gray-5,
.block-heading-1 span {
    color: #b8b8b8;
}

.font-gray-6 {
    color: #a8a8a8;
}

.font-gray-7,
body {
    color: #939393;
}

.font-gray-8 {
    color: #7b7b7b;
}

.font-gray-9 {
    color: #636363 #4d4d4d;
}

.font-gray-10 {
    color: #353535;
}

.border-gray-1 {
    border-color: #f7f7f7;
}

.border-gray-2 {
    border-color: #e9e9e9;
}

.border-gray-3 {
    border-color: #d9d9d9;
}

.border-gray-4 {
    border-color: #c9c9c9;
}

.border-gray-5 {
    border-color: #b8b8b8;
}

.border-gray-6 {
    border-color: #a8a8a8;
}

.border-gray-7 {
    border-color: #939393;
}

.border-gray-8 {
    border-color: #7b7b7b;
}

.border-gray-9 {
    border-color: #636363 #4d4d4d;
}

.border-gray-10 {
    border-color: #353535;
}

.bg-gray-1 {
    border-color: #f7f7f7;
}

.bg-gray-2 {
    border-color: #e9e9e9;
}

.bg-gray-3 {
    border-color: #d9d9d9;
}

.bg-gray-4 {
    border-color: #c9c9c9;
}

.bg-gray-5 {
    border-color: #b8b8b8;
}

.bg-gray-6 {
    border-color: #a8a8a8;
}

.bg-gray-7 {
    border-color: #939393;
}

.bg-gray-8 {
    border-color: #7b7b7b;
}

.bg-gray-9 {
    border-color: #636363 #4d4d4d;
}

.bg-gray-10 {
    border-color: #353535;
}

.letter-spacing-1 {
    letter-spacing: 0.1em;
}

.letter-spacing-2 {
    letter-spacing: 0.2em;
}

.border-w-1 {
    border-width: 1px;
}

.border-w-2 {
    border-width: 2px;
}

.border-w-3 {
    border-width: 3px;
}

.border-w-4 {
    border-width: 4px;
}

.border-w-5 {
    border-width: 5px;
}

.primary-black--hover {
    background: #ae5a3d;
    color: #fff;
}

.primary-black--hover:hover {
    background: #000;
    color: #fff;
}

.primary-dark--hover {
    background: #ae5a3d;
    color: #fff;
}

.primary-dark--hover:hover {
    background: gray;
    color: #fff;
}

.primary-primary-outline--hover {
    background: #ae5a3d;
    color: #fff;
}

.primary-primary-outline--hover:hover {
    border-color: #ae5a3d;
    background: transparent;
}

.primary-outline-primary--hover {
    background: transparent;
    border-color: #ae5a3d;
}

.primary-outline-primary--hover:hover {
    color: #fff;
    background: #ae5a3d;
}

body {
    line-height: 1.7;
    font-weight: 400;
    font-size: 1rem;
}

body:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 399;
}

body.offcanvas-menu {
    position: relative;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.border-2 {
    border-width: 2px;
}

.text-black {
    color: #000 !important;
}

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

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-outline-white:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.line-height-1 {
    line-height: 1 !important;
}

.bg-black {
    background: #000;
}

.form-control {
    height: 55px;
    background: #fff !important;
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
    border-color: #ae5a3d;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.boiler_plant_resp_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price_tag_img {
    width: 279px;
    height: 169px;
}

.boiler_h3_p_div {
    margin-top: 30px;
}

.site-section {
    padding: 2.5em 0;
}

@media (max-width: 1200px) {
    .price_img {
        top: 413px !important;
        left: 489px;
        width: 190px;
    }

    .price_img_2 {
        width: 190px !important;
        /* height: 155px; */
        position: absolute !important;
        top: 198px !important;
        right: 0 !important;
        height: auto !important;
    }

    .price_img_3 {
        width: 190px !important;
        /* height: 155px; */
        position: absolute !important;
        top: 250px !important;
        right: 0 !important;
        height: auto !important;
    }

    .boiler_p {
        line-height: 1.8 !important;
    }
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.bottom-bar {
    background-color: #be0008;
    padding: 20px 0px;
}

.bottom-bar p {
    padding: 0px 0;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0
}

.site-footer {
    padding: 4em 0;
    background: #000000;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 3em 0;
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
}

.footer-address ul {
    list-style: none;
}

.footer-address ul li {
    color: #fff;
    font-size: 14px;
}

.footer-address ul li img {
    float: left;
    margin-right: 15px;
    width: 20px;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.5);
}

.site-footer a:hover {
    color: white;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    color: white;
    font-weight: bold;
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }

    .back_btn_div {
        position: absolute !important;
        right: 75px !important;
        top: 74px !important;
        max-width: 100px !important;
        width: 100% !important;
    }
}

.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover > div,
.hover-bg-enlarge:focus > div,
.hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }

    .login_forget_div {
        padding-left: 0px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image.overlay {
    position: relative;
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.bg-image > .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1,
    .display-3 {
        font-size: 3rem;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-single-big:hover {
    width: 120px;
    height: 120px;
}

.overlap-to-top {
    margin-top: -150px;
}

.ul-check {
    margin-bottom: 50px;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}

.ul-check.white li:before {
    color: #fff;
}

.ul-check.success li:before {
    color: #71bc42;
}

.ul-check.primary li:before {
    color: #ae5a3d;
}

.select-wrap,
.wrap-icon {
    position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.top-bar {
    border-bottom: 1px solid #e9ecef !important;
}

/* Navbar */

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    /* position: relative; */
    width: 100%;
    /* padding: 1rem; */
}

.icon-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .site-navbar {
        /* padding-top: 3rem;
        padding-bottom: 3rem; */
    }
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.site-navbar .site-logo img {
    width: 72px;
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }

    .resp_nav_h3 {
        font-size: 18px;
    }

    .resp_nav_text {
        text-align: center;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    border-bottom: 3px solid #ae5a3d;
    color: #000 !important;
    padding: 5px;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #ae5a3d;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #ae5a3d;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #ae5a3d !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #ae5a3d;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #ae5a3d;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #ae5a3d;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 100px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

/* .sticky-wrapper .site-navbar ul li a {
                color: rgba(255, 255, 255, 0.7) !important;
            }
             */
/*
            .sticky-wrapper .site-navbar ul li a.active {
                color: #fff !important;
            } */

.sticky-wrapper.is-sticky .site-navbar {
    position: absolute !important;
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #ae5a3d;
}

/* .sticky-wrapper.is-sticky .site-navbar ul li a {
                    color: #000 !important;
                }
                 */
/* .sticky-wrapper.is-sticky .site-navbar ul li a.active {
                    color: #ae5a3d !important;
                }
                 */

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

/* Blocks */

.site-section-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-section-cover,
.site-section-cover .container {
    position: relative;
    z-index: 2;
}

.site-section-cover,
.site-section-cover .container > .row {
    height: calc(100vh - 196px);
    min-height: 577px;
}

@media (max-width: 991.98px) {
    .site-section-cover,
    .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 400px;
    }
}

.site-section-cover.overlay {
    position: relative;
}

.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.site-section-cover h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-section-cover h1 {
        font-size: 2rem;
    }
}

.site-section-cover p {
    font-size: 18px;
    color: #fff;
}

.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 3rem 0;
    }
}

.block-heading-1 span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold;
}

.block-heading-1 h2 {
    font-size: 2rem;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
}

.block-heading-1 h2 span {
    font-size: 2rem;
    color: #5D3455;
}

.block-heading-2 h4 {
    font-size: 20px;
    color: #000;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 700;
}

.block-heading-2 p {
    padding: 20px 0;
    color: #333;
    line-height: 25px;
    font-size: 14px;
}

.block-heading-2 h4:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #ae5a3d;
    display: table-cell;
    width: 70px;
}

.block-heading-contact h2 {
    font-size: 35px;
    color: #5d3455;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
}

.block-heading-contact h2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 45%;
    display: inline-block;
    width: 100px;
    border-bottom: #ae5a3d solid 3px;
}

@media (max-width: 991.98px) {
    .block-heading-1 h2 {
        font-size: 2rem;
    }
}

.block-feature-1-wrap {
    margin-bottom: 7rem;
}

.block-feature-1-wrap > .container > .row {
    margin-left: -18px;
    margin-right: -18px;
}

.block-feature-1-wrap > .container > .row > .col,
.block-feature-1-wrap > .container > .row > [class*="col-"] {
    padding-right: 36px;
    padding-left: 36px;
}

.block-feature-1 {
    background: #f2f2f2;
    padding: 30px 30px 30px 50px;
    position: relative;
}

.block-feature-1 h2 {
    font-size: 18px;
}

.block-feature-1 .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 50%;
    border: 4px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.block-feature-1 .icon > span {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-img-video-1-wrap .block-img-video-1 {
    position: relative;
    margin-top: -10rem;
}

@media (max-width: 991.98px) {
    .block-img-video-1-wrap .block-img-video-1 {
        margin-top: -6rem;
    }
}

.block-img-video-1 > a {
    display: block;
    position: relative;
    cursor: pointer;
}

.block-img-video-1 > a .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.block-img-video-1 > a .icon > span {
    position: absolute;
    top: 50%;
    font-size: .8rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}

.block-img-video-1 > a:hover .icon {
    background: #fff;
    width: 90px;
    height: 90px;
}

.block-counter-1 {
    text-align: center;
}

.block-counter-1 .number,
.block-counter-1 .caption {
    display: block;
    line-height: 1;
}

.block-counter-1 .number {
    color: #ae5a3d;
    font-size: 4rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .block-counter-1 .number {
        font-size: 2rem;
    }
}

.block-counter-1 .number:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(52, 58, 64, 0.3);
}

.block-counter-1 .caption {
    font-size: 14px;
    letter-spacing: .05em;
}

.block-team-member-1 {
    padding: 30px;
    border: 1px solid #e9ecef;
    background: #fff;
    position: relative;
    top: 0;
    -webkit-transition: .15s all ease-in-out;
    -o-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
}

.block-team-member-1 figure img {
    max-width: 130px !important;
    margin-left: auto;
    margin-right: auto;
}

.block-social-1 > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}

.block-social-1 > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-testimony-1 {
    padding: 20px;
    position: relative;
}

.block-testimony-1 blockquote {
    background: #fff;
    padding: 30px;
    font-style: italic;
    font-size: 18px;
    color: #000;
    font-family: 'Georgia', Times, serif;
    position: relative;
}

.block-testimony-1 figure {
    position: relative;
    padding-top: 20px;
}

.block-testimony-1 figure:before {
    position: absolute;
    content: "";
    width: 50px;
    left: 50%;
    display: none;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ae5a3d;
    height: 2px;
}

.block-testimony-1 figure img {
    max-width: 60px;
}

.block-testimony-1 h3 {
    font-size: 18px;
}

.block-13 .owl-nav {
    display: none;
}

.block-13 .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

.block-13 .owl-dots .owl-dot {
    display: inline-block;
}

.block-13 .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.block-13 .owl-dots .owl-dot.active span {
    background: #ae5a3d;
}

.post-entry {
    background: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.post-entry:hover {
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
}

.post-entry h2 {
    font-size: 20px;
}

.post-entry *:last-child {
    margin-bottom: 0;
}

.by {
    color: #000;
    border-bottom: 1px dotted #ccc;
}

.by:hover {
    border-bottom: 1px dotted #ae5a3d;
}

.form-control {
    border: none;
    border: 1px solid #e6e6e6;
    height: 50px;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    border: 1px solid #666666;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    color: #000;
    font-style: italic;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
    color: #000;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
    color: #000;
    background: #e3e3e3;
}

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slide {
    height: 100vh;
    min-height: 900px;
    background-size: cover;
}

.btn-md {
    padding: 8px 20px;
}

.border-w-2 {
    border-width: 2px !important;
}

.block__73694 .block__73422 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .block__73694 .block__73422 {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
        display: none;
    }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.4);
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
    color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slide-one-item .owl-dots .owl-dot {
    display: inline-block;
}

.slide-one-item .owl-dots .owl-dot > span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active > span {
    width: 20px;
    background: #fff;
}

.top-bar {
    padding: .5rem 0;
    background: #eee;
}

.top-bar a {
    color: #666666;
}

.block__35630 {
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: #fff;
}

.block__35630 .icon > span {
    font-size: 3rem;
    color: #ae5a3d;
}

.block__35630 h3 {
    color: #000;
    font-size: 1.4rem;
}

.block__35630:hover {
    background-color: #fff;
    border-color: #ae5a3d;
}

.footer-suscribe-form .form-control {
    color: #000;
}

.footer-suscribe-form .form-control:hover,
.footer-suscribe-form .form-control:active,
.footer-suscribe-form .form-control:focus {
    color: #000 !important;
}

.footer-suscribe-form .btn {
    color: #fff;
}

.pricing {
    background: #fff;
    padding: 30px;
}

.pricing .price > span {
    color: #cccccc;
}

.pricing .price > span > span {
    font-size: 3rem;
    color: #ae5a3d;
}

.pricing ul li {
    margin-bottom: 20px;
}

/*PRELOADING------------ */

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-blocks-cover-1 .ftco-service-image-1 {
    margin-top: -210px;
    position: static;
}

.ftco-cover-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ftco-cover-1,
.ftco-cover-1 .container > .row {
    height: auto;
    min-height: 420px;
}

.ftco-cover-1 > .container {
    position: relative;
}

.ftco-cover-1.overlay {
    position: relative;
}

/*.ftco-cover-1.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .95;
  background: #377aff;
  background: -moz-linear-gradient(45deg, #377aff 0%, #00d9ff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #377aff), color-stop(100%, #00d9ff));
  background: -webkit-linear-gradient(45deg, #377aff 0%, #00d9ff 100%);
  background: -o-linear-gradient(45deg, #377aff 0%, #00d9ff 100%);
  background: -ms-linear-gradient(45deg, #377aff 0%, #00d9ff 100%);
  background: linear-gradient(45deg, #377aff 0%, #00d9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377aff', endColorstr='#00d9ff', GradientType=1);
}*/

.ftco-cover-1.overlay h1 {
    color: #fff;
}

.ftco-cover-1.overlay p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.ftco-cover-1.overlay p a:hover {
    text-decoration: none;
}

.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay form .btn {
    height: 55px;
    border-radius: 4px;
}

.ftco-cover-1.overlay form .form-control {
    padding-left: 20px;
    padding-right: 20px;
    border-color: transparent;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #a4a4a4;
    height: 45px;
    border-radius: 0
}

.ftco-cover-1.overlay form .btn {
    border-color: transparent;
}

.ftco-service-image-1 .service img {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.ftco-service-image-1 .service h3 {
    font-size: 1.4rem;
}

.ftco-service-image-1 .service p {
    color: #999999;
}

.theme-color {
    color: #ae5a3d;
}

.f-weight-b {
    font-weight: 700;
}

.banner-head {
    padding: 13px 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.banner-head h3 {
    color: #5D3455;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
}

.banner-body {
    background-color: rgba(253, 253, 253, 0.4);
}

.banner-body a {
    color: #fff;
    text-decoration: underline;
}

#licence-section {
    background-image: url(../images/agreement-bg.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 0;
}

#contact-section {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 0;
}

@media (max-width: 768px) {
    .price_img_3 {
        width: 130px !important;
        top: -280px !important;
        left: 444px;
    }

    .price_img_2 {
        width: 130px !important;
        top: -280px !important;
        left: 444px;
    }

    .price_img {
        top: -250px !important;

        left: 444px !important;
        width: 130px !important;
    }

    .login_sec_bg_ul {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        color: white;
        font-weight: bold;
    }

    a.login_div_p {
        font-size: 11px !important;
    }

    .email_box_book {
        max-width: 373px !important;
    }

    .price_tag_div {
        position: absolute;
        top: -140px !important;
        left: 321px !important;
    }

    .price_tag_div {
        width: 30%;
    }

    .row.mt-5 {
        margin-top: 0px !important;
    }

    .boiler_p {
        margin-top: 0px !important;
    }

    .boiler_h3_p_div {
        margin-top: 20px;
    }

    .boiler_plant_resp_1 {
        display: flex;
        justify-content: center;
    }

    .main_book_div {
        background-color: #D9D9D9;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .login_icon_back {
        height: 40px !important;
        padding-left: 11px !important;
    }

    .login_div {
        height: 40px !important;
    }

    .login_forget_div {
        padding-left: 0px !important;
    }

    .member_login_div_inner {
        padding-top: 40px;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column !important;
    }

    .member_name_input_div {
        max-width: 420px;
        width: 100%;
        padding-left: 15px;
        /* margin-top: 20px !important; */
        padding: 30px 0;
        height: auto !important;
    }

    .next_btn_div {
        margin-top: 0px !important;
        max-width: 115px;
        width: 100%;
    }

    .member_login_div_inner {
        padding-top: 45px !important;
    }
}

@media (min-width: 992px) {
    .ftco-service-image-1 .service:hover img {
        top: -5px;
        -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 830px) {
    .boiler_p {
        line-height: 1.4 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .margin_resp {
        /* margin-top: 50px; */
    }

    .book_title {
        text-align: center;
        color: #003568;
        font-weight: bold;
        font-size: 15px;
    }

    .price_img_2 {
        width: 150px !important;
        /* height: 155px; */
        position: absolute !important;
        top: 235px !important;
        right: 0 !important;
        height: auto !important;
    }

    .price_img {
        top: 458px !important;
        left: 369px;
        width: 150px;
    }

    .login_div_p {
        justify-content: start !important;
        font-size: 15px !important;
    }

    li.nav-item.mr-4 {
        margin-right: 0px !important;
    }

    li.nav-item {
        width: 150px !important;
    }

    .ftco-blocks-cover-1 .ftco-service-image-1 {
        margin-top: auto;
        position: static;
    }

    .site-navbar .site-logo img {
        width: 62px;
    }
}

.owl-all .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-all .owl-dots .owl-dot {
    display: inline-block;
}

.owl-all .owl-dots .owl-dot > span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
    margin: 5px;
    border-radius: 50%;
}

.owl-all .owl-dots .owl-dot.active > span {
    background: #ae5a3d;
}

@media (min-width: 992px) {
    .owl-all .owl-nav,
    .owl-all .owl-dots {
        display: none;
    }

    .owl-all .owl-stage {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 120% !important;
        padding-top: 10px;
    }

    .owl-all .owl-carousel .owl-stage-outer {
        width: 100%;
        overflow: visible;
    }

    .owl-all .owl-stage-outer > .owl-stage > .owl-item {
        display: inline-grid;
        float: none;
        margin-bottom: 30px;
    }
}

.blog-entry .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
}

.blog-entry .blog-thumbnail img {
    border-radius: 4px;
}

.blog-entry .blog-excerpt a {
    color: #000;
}

.blog-entry .blog-excerpt a:hover {
    color: #ae5a3d;
}

::placeholder {
    color: #eee;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.new_nav_bg {
    background-color: #003568;
    /* width: 100px; */
    height: 100px;
}

.login_sec_bg {
    background-color: rgba(20, 52, 82, 0.8);
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.login_div {
    width: 100%;
    max-width: 150px;
    height: 50px;
    color: white;
    font-size: 15px;
    margin: 0 aut;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
}

.login_icon {
    height: 50px;
}

.login_icon_size {
    max-width: 57px;
    height: 50px;
    width: 100%;
}

@media (max-width: 576px) {

    nav.navbar.navbar-expand-lg.h-100.navbar-dark {
        width: 100px;
        margin: 0 auto;
    }

    .login_sec_bg {
        height: 200px;
    }

    .login_sec_bg_h3 {
        font-size: 17px !important;
    }

    .price_img {
        top: -250px !important;
        left: 420px !important;
        width: 100px !important;
    }

    .price_img_2 {
        top: -250px !important;
        left: 420px !important;
        width: 100px !important;
    }

    .price_img_3 {
        top: -250px !important;
        left: 420px !important;
        width: 100px !important;
    }

    .price_tag_div {
        width: 27%;
    }

    .price_tag_div {
        position: absolute;
        top: -173px !important;
        left: 402px !important;
    }

    .row.mt-5 {
        margin-top: 0px !important;
    }

    .boiler_p {
        margin-top: 0px !important;
    }

    .boiler_h3_p_div {
        margin-top: 20px;
    }

    .boiler_plant_resp_1 {
        display: flex;
        justify-content: center;
    }

    .main_book_div {
        background-color: #D9D9D9;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .login_icon_back {
        height: 40px !important;
        padding-left: 11px !important;
    }

    .login_div {
        height: 40px !important;
    }

    .login_forget_div {
        padding-left: 0px !important;
    }

    .member_login_div_inner {
        padding-top: 69px !important;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column !important;
    }

    .member_name_input_div {
        max-width: 420px;
        width: 100%;
        padding-left: 15px;
        margin-top: -50px;
        padding: 30px 0;
    }

    .next_btn_div {
        margin-top: 0px !important;
        max-width: 115px;
        width: 100%;
    }

    .back_btn_div {
        position: absolute !important;
        right: 35px !important;
        top: 130px !important;
        max-width: 100px !important;
        width: 100% !important;
    }

    .login_icon_size {
        max-width: 37px;
        height: 50px;
        width: 100%;
    }

    .login_div_p {
        font-size: 12px;
    }

    .resp_margin {
        margin-top: 10px;
    }

    .login_sec_bg_ul {
        padding-top: 30px !important;
        /* text-align: center; */
    }

    .powerdby {
        width: 130px !important;
        height: 55px !important;
    }

    .resp_powerd {
        font-size: 13px;
    }

    .resp_indust {
        font-size: 13px;
    }

    .our_mission_sec_main {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .resp_enter_email {
        text-align: center;
    }

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

    .request_btn {
        margin-top: 10px !important;
    }

    .our_mission_div {
        font-size: 16px;
    }

    .prof_pic_div {
        width: 210px;
    }

    #contact-section {
        padding-top: 0px !important;
    }

    .resp_footer_logo {
        text-align: center !important;
    }

    .resp_footer_about {
        padding-top: 50px;
    }

    .footer-heading {
        font-size: 18px;
    }

    .footer-address {
        padding-top: 50px;
    }
}

@media (max-width: 560px) {
    .price_tag_div {
        position: absolute;
        top: -206px !important;
        left: 342px !important;
    }

    .price_img {
        top: -250px !important;
        left: 3800px !important;
        width: 100px !important;
    }

    .price_img_2 {
        top: -250px !important;
        left: 380px !important;
        width: 100px !important;
    }

    .price_img_3 {
        top: -250px !important;
        left: 380px !important;
        width: 100px !important;
    }
}

@media (max-width: 470px) {
    .price_tag_div {
        position: absolute;
        top: -170px !important;
        left: 335px !important;
    }

    .price_tag_div {
        width: 20%;
    }

    .price_img {
        top: -368px !important;
        left: 316px !important;
        width: 70px !important;
    }

    .price_img_2 {
        top: -368px !important;
        left: 316px !important;
        width: 70px !important;
    }

    .price_img_3 {
        top: -368px !important;
        left: 316px !important;
        width: 70px !important;
    }
}

@media (max-width: 422px) {
    .price_tag_div {
        position: absolute;
        top: -192px !important;
        left: 283px !important;
    }

    .price_tag_div {
        width: 20%;
    }

    .price_img {
        top: -368px !important;
        left: 300px !important;
        width: 70px !important;
    }
}

.login_div_p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: white;
    justify-content: center;
    align-items: center;
    color: white;
}

.login_div_p:hover {
    color: red !important;
    text-decoration: underline;
}

ul.navbar-nav {
    margin-left: auto !important;
}

.login_sec_bg_h3 {
    padding-top: 80px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.login_sec_bg_ul {
    padding-top: 80px;
    color: white;
    font-weight: bold;
}

.login_sec_bg_li {
    position: relative;
    margin-left: 50px;
}

.login_sec_bg_li::before {
    content: "";
    position: absolute;
    border-top: 4px solid white;
    width: 50px;
    left: -72px;
    top: 12px;
}

.powerdby {
    width: 200px;
    height: 65px;
    background-color: white;
    color: black;
    position: absolute;
    top: 669px;
    right: 12px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.our_mission_sec_main {
    background-color: #D9D9D9;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    height: auto;
    width: 100%;
}

.email_box_style {
    /* max-width: 410px; */
    border: none;
    width: auto;
    padding: 7px 0px 7px 0px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 82px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.email_box_style:focus {
    border: none;
    outline: none;
}

.email_box_main {
    display: flex;
    align-items: center;
}

.email_box {
    max-width: 435px;
    height: 50px;
    background-color: white;
    position: relative;
    width: 100%;
}

.email_box_style::placeholder {
    color: black;
    margin-left: 50px;
}

.enter_name_box::placeholder {
    color: black;
    margin-left: 50px;
    font-style: italic;
}

.request_btn {
    height: 37px;
    display: flex;
    width: 100%;
    color: white;
    align-items: center;
    justify-content: center;
    max-width: 175px;
    color: white;
    background: #003568;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    color: white !important;
    margin-left: 20px;
}

.enroll .request_btn {
    height: 50px;
    display: flex;
    max-width: 150px !important;
    font-size: 20px;
    width: 100%;
    color: white;
    align-items: center;
    justify-content: center;
    max-width: 175px;
    color: white;
    background: #b5000a;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    color: white !important;
    margin-left: 20px;
}

.email_logo_class {
    position: absolute;
    left: 9px;
    top: 7px;
}

.our_mission_div {
    text-align: center;
    color: #003568;
    font-weight: bold;
    position: relative;
}

.vertical_line {
    width: 50px;
    height: 5px;
    background-color: #003568;
    display: block;
    margin-bottom: 9px;
}

.circel {
    width: 15px;
    height: 15px;
    background-color: #003568;
    border-radius: 50%;
    display: block;
    margin-bottom: 9px;
}

.our_mission_div_design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_mission_div_design_boiler {
    display: flex;
    align-items: center;
}

/* .our_mission_div::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #003568;
    top: 13px;
    left: 537px;
}

.our_mission_div::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #003568;
    top: 13px;
    left: 769px;
} */

.our_mission_p_main_div {
    width: 100%;
}

.our_mission_p {
    color: black;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}

.featured_div {
    text-align: center;
    color: #003568;
    font-weight: bold;
    position: relative;
}

.featured_div::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #003568;
    top: 13px;
    left: 477px;
}

.featured_div::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #003568;
    top: 13px;
    left: 830px;
}

.featured_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.our_featured_p {
    color: black;
    font-weight: bold;
    text-align: justify;
}

.prof_pic_div {
    text-align: end;
}

.member_login_div {
    width: 100%;
    height: 700px;
    background-color: #D9D9D9;
}

.back_btn_div {
    position: absolute;
    right: 150px;
    top: 74px;
    max-width: 226px;
    width: 100%;
}

.login_icon_back {
    height: 50px;
    padding-left: 9px;
}

.member_login_div_inner {
    padding-top: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.member_name_input_div {
    max-width: 420px;
    width: 100%;
    padding-left: 15px;
    margin-top: -50px;
    height: 65px;
}

.show_pass {
    /* margin-top: -20px; */
}

.member_name_input_div_2 {
    max-width: 420px;
    width: 100%;
    padding-left: 15px;
    /* margin-top: -50px; */
    height: 65px;
}

.member_name_p {
    margin-bottom: 0px !important;
}

#email_not_correct {
    color: red;
    margin: auto;
}

.member_enter_name_input {
    margin-top: -20px;
}

.member_enter_name {
}

.enter_name_box {
    max-width: 400px;
    width: 100%;
    border: none;
    padding: 5px 0px 5px 10px;
    outline: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px;
}

.next_btn_div {
    margin-top: -29px;
    max-width: 115px;
    width: 100%;
}

.next_btn_div_2 {
    margin-top: 19px;
    max-width: 115px;
    width: 100%;
}

.login_forget_div {
    padding-left: 130px;
}

.main_book_div {
    background-color: #D9D9D9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.boiler_h3 {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.book_title {
    text-align: center;
    color: #003568;
    font-weight: bold;
}

.boiler_p {
    margin-top: 16px;
    line-height: 2.2;
    color: black;
    font-weight: 700;
    text-align: justify;
    position: relative;
}

.price_img {
    position: absolute;
    top: 340px;
    right: 0;
}

.price_img_2 {
    width: 303px;
    height: 155px;
    position: absolute;
    top: 165px;
    right: 0;
}

.price_img_3 {
    width: 303px;
    height: 155px;
    position: absolute;
    top: 214px;
    right: 0;
}

.boiler_img {
    width: 272px;
    height: 324px;
}

.email_box_book {
    max-width: 635px;
    height: 50px;
    background-color: white;
    position: relative;
    width: 100%;
}

.price_tag_div {
    position: absolute;
    top: -75px;
    left: -57px;
}

.modal_z_index {
    z-index: 9999999999;
}

.send_button {
    /* margin-top: -25px; */
}

#forgotModal {
    z-index: 999999 !important;
    overflow-y: hidden !important;
}


@font-face {
    font-family: Fontlogo;
    src: url(../fonts/Death.ttf);
}

@font-face {
    font-family: Fo;
    src: url(../fonts/x.ttf);
}

@font-face {
    font-family: Fontlogoo;
    src: url(../fonts/FFF.ttf);
}

@font-face {
    font-family: DINAlternate-Bold;
    src: url(../fonts/DINAlternate-Bold.ttf);
}

@font-face {
    font-family: Azonix;
    src: url(../fonts/Azonix.otf);
}

.copyright_bg {
    background-color: #00488e !important;
    padding: 30px 0 !important;
    color: white !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.footer-logo a img {
    width: 100px;
}

.footer-menu {
    padding: 30px 0px;
}

.footer-menu ul {
    list-style-type: '|';
}

.footer-menu ul > li:nth-child(1) {
    list-style-type: none !important;
}

.footer-menu ul li {
    padding: 0px 20px;
}

#contactform .col-lg-12 {
    margin-bottom: 2rem !important;
}

.nav-link {
    padding: 0.5rem 5rem;
}

.enroll .manager_bg h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'azonix';
    font-weight: normal;
    font-style: normal;
}

.courses_btn {
    height: 50px;
    width: 100%;
    max-width: 180px;
    color: #fff;
    background: #003568;
    border: none;
    font-size: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: azonix;
    font-weight: 400;
    font-style: normal;
}

.sticky-wrapper, .mobile-header {
    display: none;
}

.main-top-header {
    background-color: #eeeeee;
    background: linear-gradient(to right, #eeeeee 50%, #01407d 50%);
}

.top-header {
    display: flex;
}

.heder-logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 18px 0px;
    width: 20%;
}

.heder-logo img {
    max-width: 200px;
    width: 100%;
}

.header-contact {
    background-image: url(../images/header-contact-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 18px 0px;
    width: 60%;
}

.header-contact a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    padding: 0px 30px 0px 60px;
}

.header-contact a img {
    width: 14px;
    margin-right: 5px;
}

.header-sign-btn {
    background-image: url(../images/header-contact-user.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #003568;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 20%;
}

.header-sign-btn a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.course_bg {
    background-color: #003568;
    margin: 50px 0;
    padding: 16px 0;
    color: #fff;
}


.course_bg h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
    font-family: azonix;
    font-weight: 400;
    font-style: normal;
}

.header-sign-btn a img {
    width: 20px;
}

.desktop-nav {
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 99;
    top: 60px;
    right: 0;
    padding-right: 5%;
}

.desktop-nav .nav {
    background-color: transparent !important;
}

.desktop-nav .nav-link:last-child {
    padding-right: 0px !important;
}

.hero-section {
    background-color: #00488e;
}

.hero-content {
    display: flex;
    flex-direction: column;
    padding: 50px 0px;
}

.hero-content h1 {
    font-size: 29px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.hero-content h2 {
    font-size: 43px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    padding-top: 25px;
}

.hero-content p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    padding-top: 50px;
}

.hero-content .enroll-btn {
    background-color: #be0008;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 40px;
    width: 148px;
    height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content img {
    height: 60px;
    text-align: end;
    padding-top: 10px;
    margin: 0 0 0 auto;
    display: block;
}

.hero-image {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.hero-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-image .overlay {
    position: absolute;
    top: 0;
    width: 85px;
    height: 100%;
    background-color: #7895bc;
    opacity: 0.5;
    pointer-events: none;
}

.hero-image .overlay.left {
    left: 0;
}

.hero-image .overlay.right {
    right: 0;
}

.welcome-text {
    padding: 60px 0px 0px;
}

.welcome-text p {
    font-size: 28px;
    color: #484848;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
}

.courses {
    padding: 60px 0px 0px;
}

.courses-card .card-body {
    padding: 15px !important;
    display: flex;
    flex-direction: column;
}

.courses-card {
    filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
}

.courses-card .card-body img {
    height: 200px;
}

.courses-card .card-body h3 {
    font-size: 24px;
    color: #003568;
    font-weight: 600;
    font-family: "Poppins";
    padding-top: 30px;
}

.courses-card .card-body p {
    font-size: 16px;
    color: #484848;
    font-weight: 400;
    font-family: "Poppins";
    padding-top: 20px !important;
}

.course-action {
    display: flex;
    justify-content: center;
}

.course-action .course-btn {
    margin: 0px 15px;
}

.studying-material {
    padding: 60px 0px 0px;
}

.course-image-main {
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-image img {
    width: 350px;
}

.course-buy {
    padding: 40px 30px;
}

.course-buy h3 {
    font-size: 35px;
    color: #003568;
    font-weight: 600;
    font-family: "Poppins";
}

.course-buy p {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins";
}

.course-buy .course-stock {
    color: #508046;
    padding: 20px 0px 0px 0px;
}

.course-buy .course-stock-out {
    color: #ffb100;
    padding: 20px 0px 0px 0px;
}

.course-buy .course-stock-sold {
    color: #fff;
    padding: 10px 0px 0px 0px;
}

.course-buy .course-qty {
    color: #000000;
    padding: 10px 0px 0px 0px;
}

.course-buy .course-qty span {
    color: #6c6c6c;
}

.course-buy .course-price {
    color: #be0008;
    font-weight: 500;
    font-family: 'Azonix';
    padding: 10px 0px 0px 0px;
}

.course-buy .course-description {
    font-size: 14px;
    color: #000000;
    padding: 20px 0px 40px 0px;
}

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

.about-us .about-content p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

.choose-option {
    padding: 60px 0px;
}

.choose-option p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 27.57px;
    font-style: normal;
    color: #003568;
}

.choose-btn {
    padding: 60px 0px;
    display: flex;
    justify-content: center;
}

.choose-btn a {
    color: #003568 !important;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0px 15px;
    width: 286px;
    height: 87px;
    border-radius: 10px;
    background-color: #f3f3f3;
    border: 2px solid #003568;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-back-btn, .contact_btn, .course-buy-btn, .course-btn {
    background-color: #00488e;
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    width: 167px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.choose-back-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.contact-us {
    padding: 60px 0px;
    background-color: #f3f3f3;
    background-image: url(../images/contact-left.png), url(../images/contact-hard-hat.png);
    background-position: 20px 40px, calc(100% - -50px) calc(100% - 80px);
    background-repeat: no-repeat, no-repeat;
    background-size: 200px, 300px;
}

.section-title {
    padding-bottom: 60px;
}

.section-title h3 {
    font-size: 48px;
    text-transform: uppercase;
    color: #003568;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

.section-title hr {
    width: 116px;
    border: 4px solid #be0008;
}

.section-title p {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    padding: 30px 0px 0px;
}

.contact-us .form-group {
    margin-bottom: 40px;
}

.contact_us .form-control,
.contact_us textarea {
    width: 70%;
    margin: auto;
    background-color:  #00356824 !important;
}

.contact-us .form-control,
.contact-us textarea {
    margin: auto;
    padding: 0px !important;
    background-color: transparent !important;
    font-size: 18px;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
    border: none;
    border-bottom: 1px solid #484848;
    border-radius: 0px;
}

.contact-us .form-control::placeholder,
.contact-us textarea::placeholder {
    color: #9e9e9e !important;
}

.contact_question {
    margin-top: 16px;
    font-size: 22px;
    line-height: 24px;
    color: #003568;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    font-family: DINAlternate-Bold;
    font-weight: 400;
    font-style: normal;
}

.break {
    background-color: #b2000a;
    height: 20px;
    margin-bottom: 50px;
}

@font-face {
    font-family: fofofo;
    src: url(../fonts/fofofo.otf);
}

a {
    text-decoration: none;
    color: #ededec;
}

a:hover {
    text-decoration: none;
    color: #ededec;
}

a:link {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #ededec;
}

#contactform input::placeholder,
#contactform textarea::placeholder {
    color: #fff;
    font-family: DinAlternate-bold;
    font-weight: 400;
    font-style: normal;
}

#contactform input::selection {
    color: #fff;
}

#contactform input.form-control,
#contactform textarea.form-control {
    color: #000;
    font-family: DinAlternate-bold;
    font-weight: 400;
    font-style: normal;
}

.btn-info:focus {
    background: #000;
    border: 1px solid #000;
}

.logo_resp {
    width: 60px;
}

.nav_menu {
    display: flex;
}

.nav_menu_a {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
}

.menu {
    padding: 10px 20px 10px 20px;
    background: #000;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    margin: 0 60px;
    list-style: none;
    background-color: #bb000a;
    border-radius: 50px;
    font-family: DinAlternate-bold;
    font-weight: 400;
    font-style: normal;
}

.nav_menu a {
    margin: auto;
}

.resp_nav_h3 {
    font-weight: 700;
    color: #003568;
}

.site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

footer {
    background-color: #303030;
    padding: 7px;
    padding-bottom: 0;
}

.col-md-3 {
    text-align: center;
}

.request_btn {
    border-radius: 50px !important;
    max-width: 120px !important;
    font-family: azonix;
    font-weight: 400;
    font-style: normal;
}

#contactform {
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .desktop-nav {
        top: 65px;
        width: 100%;
        padding-right: 0%;
    }
    .header-contact a {
        font-size: 10px;
    }
    .header-contact a img {
        width: 12px;
        margin-right: 5px;
    }
    .hero-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .desktop-nav, .main-top-header {
        display: none !important;
    }

    .sticky-wrapper, .mobile-header {
        display: inline-block;
    } 

    .mobile-header {
        background-color: #eeeeee !important;
        padding: 15px 30px;
    }

    .mobile-header hr {
        border: 2px solid #b5000a;
    }

    .mobile-header-logo img {
        width: 200px;
    }

    .header-mobile-sign-btn a {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        font-family: "Poppins";
        background: #00488e !important;
        border: 1px solid #00488e !important;
        padding: 5px 10px;
    }

    .header-mobile-contact {
        display: flex;
        flex-direction: column;
    }

    .header-mobile-contact a {
        font-size: 10px;
        color: #00488e;
        font-weight: 400;
        font-family: "Poppins";
    }

    .header-mobile-contact img {
        width: 10px;
        margin-right: 5px;
    }

    .header-mobile-menu .collapse  {
        height: 0px !important;
    }

    .header-mobile-nav {
        background: #00488e !important;
        border: 1px solid #00488e !important;
        float: right !important;
        padding: 0 !important;
        z-index: 999;
    }

    .nav-item:nth-child(1)::after {
        content: "" !important;
        display: block !important;
        border-bottom: 4px solid #d9d9d9 !important;
        width: 90% !important;
        margin: auto !important;
    }

    .navbar-toggler {
        padding: 0 !important;
        font-size: 1.5rem !important;
    }

    ul.nav {
        display: block;
        margin-left: auto;
        border-radius: 5px;
        background-color: #00488e;
        position: absolute;
        right: 25px;
    }

    .nav-item a {
        font-size: 1rem !important;
        padding: 0.5rem 1rem !important;
    }

    .nav-item::after {
        content: "" !important;
        display: block !important;
        border-bottom: 2px solid #d9d9d9 !important;
        width: 90% !important;
        margin: auto !important;
    }

    .navbar-dark .navbar-toggler {
        border: none !important;
        outline: 0;
    }

    .nav-item:nth-child(6)::after {
        content: "" !important;
        display: block !important;
        border-bottom: 0 solid #d9d9d9 !important;
        width: 90% !important;
        margin: auto !important;
    }
}

@media (max-width: 768px) {
    .welcome-text p {
        font-size: 22px;
    }

    .section-title {
        padding-bottom: 50px;
    }
    
    .section-title h3 {
        font-size: 40px;
    }

    .section-title hr {
        width: 100px;
    }

    .courses-card .card-body img {
        height: auto;
    }

    .copyright_bg {
        font-size: 12px;
    }

    .footer-menu ul li {
        padding: 0px 15px;
    }

    .contact-us .form-group .col-md-6:first-child {
        margin-bottom: 40px;
    }

    .enroll .manager_bg {
        margin: 20px 0 40px 0 !important;
        background-color: #003568 !important;
    }

    .contact-us textarea {
        width: 80% !important;
    }

    .break {
        background-color: #b2000a;
        height: 20px;
        margin-bottom: 20px;
    }

    .courses_btn {
        height: 42px !important;
        max-width: 180px !important;
        font-size: 18px !important;
    }

    .break {
        margin-bottom: 20px !important;
    }

    .contact_question {
        margin-top: 10px !important;
        line-height: 22px !important;
        margin-bottom: 20px !important;
        font-size: 18px !important;
    }

    .welcome_bg {
        display: none !important;
    }

    .contact-us .form-control,
    .contact-us textarea {
        width: 100% !important;
    }

    .signin {
        height: 120px !important;
    }

    .col-md-3 .btn-info {
        margin: 0 0 30px 0;
    }

    .course_bg {
        margin: 20px 0 !important;
    }

    .course_bg h3 {
        font-size: 2.5rem !important;
    }
    .contact_us .form-control,
    .contact_us textarea {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .sign .copyright_bg {
        bottom: 0;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .welcome-text p {
        font-size: 20px;
    }

    .section-title {
        padding-bottom: 30px;
    }

    .hero-content h2 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 14px;
        padding-top: 40px;
    }

    .course-buy h3 {
        font-size: 28px;
    }

    .choose-btn a {
        width: 200px;
        height: 75px;
    }

    .contact-us .form-group, .contact-us .form-group .col-md-6:first-child  {
        margin-bottom: 30px;
    }

    .footer-menu ul li {
        padding: 0px 10px;
    }
}

@media (max-width: 489px) { 
    .header-mobile-sign-btn a {
        font-size: 14px;
    }

    .navbar-dark .navbar-toggler-icon {
        height: 30px;
    }

    .hero-content h1 {
        font-size: 24px;
    }

    .hero-content h2 {
        font-size: 30px;
    }

    .welcome-text p {
        font-size: 18px;
    }

    .section-title h3 {
        font-size: 30px;
    }

    .course-buy h3 {
        font-size: 24px;
    }

    .choose-btn a {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    .header-mobile-contact {
        display: none;
    }
}

@media (man-width: 1024px) {
    .panel-default .table-bordered th,
    .panel-default td {
        font-size: large;
    }

    .choose-btn {
        padding: 40px 0px;
    }

    .choose-btn a {
        font-size: 14px;
        height: 60px;
    }
}

.panel-default .col-md-8 h4,
.panel-default .col-md-12 h4 {
    color: #003568;
    font-size: 28px;
    font-family: DINAlternate-Bold;
    font-style: normal;
}

.panel-default .col-md-12 .form-group {
    color: #003568;
    font-family: DINAlternate-Bold;
    font-style: normal;
}

.panel-default .table-bordered th,
.panel-default td {
    color: #003568;
    font-family: DINAlternate-Bold;
    font-style: normal;
}

.panel-default .col-md-12 .form-group .form-control {
    border: 1px solid #003568;
    color: #003568;
    height: 50px;
    font-family: DINAlternate-Bold;
    font-style: normal;
}

.panel-default .col-md-12 .form-group .form-control::placeholder {
    color: #003568;
    opacity: 0.8;
    font-family: DINAlternate-Bold;
    font-style: normal;
}

.panel-default .col-md-12 #payNow {
    color: #fff;
    font-size: 22px;
    font-family: DINAlternate-Bold;
    font-style: normal;
}


.success img {
    width: 125px;
    margin: auto;
    display: block;
}

.success h3 {
    font-size: 42px;
    margin-bottom: 0;
    text-align: center;
    color: #003568;
    font-family: DINAlternate-Bold;
    font-style: normal;
}

.success p {
    line-height: 18px;
    font-size: 20px;
    color: #003568;
    font-family: DINAlternate-Bold;
    font-style: normal;
}

.success .info {
    padding: 0px 0 20px 0;
    width: 70%;
    margin: auto;
}

.success .courses_btn {
    max-width: 180px;
}
.out_stock_btn {
    height: 80px;
    width: 100%;
    max-width: 200px;
    background: #c70000d6;
    border: none;
    border-radius: 20px;
    font-family: azonix;
}


@media (max-width: 768px) {
    .success .courses_btn {
        max-width: 160px !important;
    }
}

@media (max-width: 1024px) {
    .nav-link {
        padding: 0.5rem 2.5rem !important;
    }
}

@media (max-width: 1220px) {
    .nav-link {
        padding: 0.5rem 3.5rem !important;
    }
}