@font-face {
    font-family: "Effra";
    src: url("../fonts/Effra-Medium.eot");
    src: url("../fonts/Effra-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra-Medium.woff2") format("woff2"), url("../fonts/Effra-Medium.woff") format("woff"), url("../fonts/Effra-Medium.ttf") format("truetype"),
        url("../fonts/Effra-Medium.svg#Effra-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Effra";
    src: url("../fonts/Effra-Bold.eot");
    src: url("../fonts/Effra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra-Bold.woff2") format("woff2"), url("../fonts/Effra-Bold.woff") format("woff"), url("../fonts/Effra-Bold.ttf") format("truetype"),
        url("../fonts/Effra-Bold.svg#Effra-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Effra";
    src: url("../fonts/Effra-Regular.eot");
    src: url("../fonts/Effra-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra-Regular.woff2") format("woff2"), url("../fonts/Effra-Regular.woff") format("woff"), url("../fonts/Effra-Regular.ttf") format("truetype"),
        url("../fonts/Effra-Regular.svg#Effra-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Effra";
    src: url("../fonts/EffraLight.eot");
    src: url("../fonts/EffraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/EffraLight.woff2") format("woff2"), url("../fonts/EffraLight.woff") format("woff"), url("../fonts/EffraLight.ttf") format("truetype"),
        url("../fonts/EffraLight.svg#EffraLight-Regular") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*:focus {
    outline: none !important;
}

body {
    background: #fff;
    color: #000;
    font-family: "Effra";
    font-weight: normal;
}



@media screen and (min-width: 1119px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1120px;
    }
}

@media screen and (max-width: 1118px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}


.header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000000;
    padding: 27px 0;
    z-index: 99;
    transition: all 0.2s ease-out;
}

.header .navbar {
    padding: 0;
}

.header .navbar .navbar-brand {
    padding: 0;
}

/**/
.def_slider {
    margin: 0 -20px;
}

.def_slider .slick-arrow {
    font-size: 0;
    position: relative;
    background: transparent;
    height: 48px;
    width: 48px;
    border: none !important;
    border-radius: 50%;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-out;
    z-index: 9;
}

.def_slider .slick-arrow:hover {
    border: 2px solid #fff;
}

.def_slider .slick-arrow::before {
    font-size: 18px;
    color: #000;
    transition: all 0.2s ease-out;
}

.def_slider .slick-arrow:hover::before {
    color: #5accf3;
}

.def_slider .slick-prev::before {
    content: "";
    height: 22px;
    width: 16px;
    background: url(../images/left_arrow.png) no-repeat 0 0;
    display: inline-block;
}

.def_slider .slick-next::before {
    content: "";
    height: 22px;
    width: 16px;
    background: url(../images/right_arrow.png) no-repeat 0 0;
    display: inline-block;
}

.def_slider .slick-prev {
    position: absolute;
    left: -80px;
    top: 27%;
    padding: 10px 15px;
}

.def_slider .slick-next {
    position: absolute;
    right: -80px;
    top: 27%;
    padding: 10px 18px;
}

.def_slider .slick-dots {
    margin: 50px 0 0 0;
    padding: 0;
    text-align: center;
}

.def_slider .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 11px;
}

.def_slider .slick-dots li button {
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    border: none;
    display: block;
    outline: none;
    padding: 1px;
    transition: all 0.2s ease-out;
}

.def_slider .slick-dots li button:hover,
.def_slider .slick-dots li.slick-active button {
    background: #d7e76e;
}

@media screen and (max-width: 1440px) {
    .def_slider {
        margin: 0;
        padding: 0 15px;
    }

    .def_slider .slick-prev {
        left: -15px;
    }

    .def_slider .slick-next {
        right: -15px;
    }
}

@media screen and (max-width: 480px) {
    .def_slider .slick-dots {
        margin: 30px 0 0 0;
    }
}

/**/
/**/
@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

@media (max-width: 991px) {
    .dropdown-menu>li>.submenu {
        display: block;
    }
}

/*start menu css*/
#hamburger {
    width: 30px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
    top: 0px;
}

#hamburger span:nth-child(2) {
    top: 11px;
}

#hamburger span:nth-child(3) {
    top: 22px;
}

#hamburger.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}

#hamburger.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sitenavigation ul {
    margin: 0;
    padding: 0;
    float: right;
}

.sitenavigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: -4px;
    line-height: 20px;
}

.sitenavigation li a {
    color: #758283;
    text-decoration: none;
    display: block;
    padding: 11px 14px;
    font-size: 0.9375em;
    -webkit-tap-highlight-color: transparent;
}

.sitenavigation li.clicked>ul {
    display: block;
}

.sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 275px;
    max-width: 300px;
    padding: 0;
    margin: 0;
}

.sitenavigation li ul li {
    float: none;
    display: block;
    margin: 0;
}

.sitenavigation li ul ul {
    left: 96%;
    margin-top: -46px;
}

.no-js .sitenavigation li:hover>ul {
    display: block !important;
}

.menu-icon {
    display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .sitenavigation li ul ul {
        min-width: 188px;
    }
}

@media (max-width: 991px) {
    .d_nave {
        display: none;
    }

    .navbar .menu-icon {
        width: auto;
        height: auto;
        display: block;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        background: #62b6a8;
        padding: 10px 10px 36px 10px;
        position: relative;
        margin-right: 15px;
        border-radius: 3px;
    }

    .navbar .sitenavigation ul {
        display: none;
        max-width: none !important;
    }

    .navbar .sitenavigation li {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    .navbar .sitenavigation.is-tapped>ul {
        display: block;
        position: absolute;
        margin: 15px 0 0 0;
        background-color: #fff;
        right: 0;
        left: 0;
        z-index: 100;
        padding: 0;
    }

    .navbar .sitenavigation.is-tapped>ul a {
        width: 100%;
        margin: 0;
        background-color: #201b33;
        display: block;
        font-size: 1.1875em;
        padding: 15px 20px;
        height: auto;
        color: #fff;
        float: none;
        border: none !important;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: transparent;
    }

    .navbar .sitenavigation.is-tapped>ul a:hover {
        background-color: #dfdfdf;
    }

    .navbar .sitenavigation.is-tapped>ul li {
        width: 100%;
        background-color: #f7f7f7;
        border-bottom: solid 1px #b9b9b9;
        -webkit-tap-highlight-color: transparent;
    }

    .navbar .sitenavigation.is-tapped>ul li li {
        background-color: #fff;
    }

    .navbar .sitenavigation.is-tapped>ul ul {
        display: none;
        width: 100%;
        z-index: 200;
        border: none;
        margin-left: 0;
        padding: 0;
        position: relative !important;
    }

    .navbar .sitenavigation.is-tapped>ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0;
    }

    .navbar .sitenavigation.is-tapped>ul ul li {
        border-bottom: solid 1px #f9f9f9;
    }

    .navbar .sitenavigation.is-tapped>ul ul li li a {
        background-color: #f9f9f9;
        padding-left: 30px;
    }

    .navbar .sitenavigation.is-tapped>ul ul a {
        background-color: #efefef;
        font-size: 1em;
        padding-left: 20px;
        color: #62b6a8;
    }

    .navbar .sitenavigation.is-tapped>ul ul a:before {
        content: "- ";
        display: inline-block;
        margin-right: 8px;
        color: #000;
    }

    .navbar .sitenavigation.is-tapped>ul li.nav-dropdown {
        cursor: pointer;
    }

    .navbar .sitenavigation.is-tapped>ul li.nav-dropdown>a {
        width: 80%;
    }

    .navbar .sitenavigation.is-tapped>ul li.nav-dropdown:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        color: #000;
        padding: 0;
        display: block;
        width: 20%;
        right: 0;
        margin-top: -50px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #62b6a8;
    }

    .navbar .sitenavigation.is-tapped>ul li.expanded:after {
        display: none;
    }

    .navbar .sitenavigation.is-tapped>ul li.expanded li:first-child:before {
        content: "\f106";
        font-family: FontAwesome;
        position: absolute;
        color: black;
        padding: 0;
        display: block;
        width: 20%;
        right: 0;
        margin-top: -40px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav-v2>li {
        margin-right: 25px;
    }

    .navbar-nav-v2>li>a {
        position: relative;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        padding: 5px 0;
        background-color: transparent !important;
    }

    .navbar-nav-v2>li.nav-dropdown {
        position: relative;
    }

    .navbar-nav-v2>li.nav-dropdown>ul,
    .navbar-nav-v2>li.nav-dropdown>ul ul {
        background: #ddf6ff;
        border: none;
        border-radius: 0;
        padding: 4px 10px;
    }

    .navbar-nav-v2>li.nav-dropdown>ul {
        top: 32px;
    }

    .navbar-nav-v2>li.nav-dropdown>ul ul {
        padding: 1px 0 1px 0;
    }

    .navbar-nav-v2>li.nav-dropdown>ul li a {
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.17px;
        color: #000000;
        padding: 12px 10px;
        border-bottom: 1px solid #5accf3;
        background: transparent;
        transition: all 0.2s ease-out;
    }

    .navbar-nav-v2>li.nav-dropdown>ul li:last-child a {
        border-bottom: 1px solid transparent;
    }

    .navbar-nav-v2>li.nav-dropdown>ul li a:hover,
    .navbar-nav-v2>li.nav-dropdown>ul li a:focus,
    .navbar-nav-v2>li.nav-dropdown>ul li a.active {
        color: #5accf3;
    }
}

.navbar-nav-v2>li.nav-dropdown>ul ul li a {
    padding-left: 20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .navbar-nav-v2>li {
        margin-right: 30px;
    }

    .navbar-nav-v2>li>a {
        font-size: 14px;
    }
}

/**/
li.bg-orange {
    margin-right: 20px;
}

li.bg-orange > a {
    background: #FF8C00 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #000000 !important;
    text-transform: uppercase;
    background: #d7e76e;
    border-radius: 40px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.btn_def {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #000000 !important;
    text-transform: uppercase;
    background: #d7e76e;
    border-radius: 40px;
    margin: auto;
}

.btn_def:hover {
    background: #b5c73e;
}

.btn_bl {
    background: #5accf3;
}

.btn_bl:hover {
    background: #36c3f3;
}

.btn_l_bl {
    background: #ddf6ff;
    color: #546369;
}

.btn_l_bl:hover {
    background: #b7e3f3;
}

.btn_gr {
    background: #aaaaaa !important;
    color: #fff !important;
    min-width: 140px;
}

@media screen and (min-width: 637px) {
    .frrsptbl {
        display: flex;
    }
}

@media screen and (max-width: 636px) {
    .header .navbar {
        display: block;
        text-align: center;
    }

    .header {
        padding: 10px 0 0px 0;
    }

    .header .container {
        padding: 0;
    }

    .header .navbar .navbar-brand {
        margin-bottom: 10px;
    }

    .frrsptbl {
        display: table;
        width: 100%;
    }

    .frrsptbl .btn_def {
        border-radius: 0;
        display: table-cell;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .frrsptbl .btn_def {
        font-size: 10px;
    }

    body {
        padding-bottom: 53px;
    }
}

.header_btm {
    background: #5accf3;
    padding: 9px 0;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.17px;
    color: #ffffff;
}

.header_btm a {
    text-decoration: none;
    color: #fff;
}

.header_btm img {
    margin-top: -2px;
}

.fnt21 {
    font-size: 21px !important;
    line-height: 22px;
}

.dvdr {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.33px;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 0;
    margin: 0 24px;
}

@media screen and (max-width: 767px) {
    .header_btm {
        display: block !important;
        text-align: center;
        padding: 4px 0;
        background: #717171;
    }

    .dvdr {
        display: none !important;
    }

    .header_btm a {
        display: block;
    }
}

/**/
.banner_sc {
    position: relative;
    background: url(../images/hm_bnnr.png) no-repeat 0 0;
    background-size: cover;
    min-height: 575px;
    padding: 30px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.banner_sc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.48);
}

.banner_slider {
    padding-top: 50px;
}

.banner_slider h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #ffffff;
    max-width: 747px;
    margin: 0 auto 35px auto;
}

.banner_slider p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.09px;
    color: #ffffff;
    max-width: 631px;
    margin: 0 auto 35px auto;
}

.banner_slider h6 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.13px;
    color: #ffffff;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .banner_slider {
        padding-top: 0;
    }

    .banner_slider h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .banner_slider p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 22px;
    }
}

.hm_sc_01 {
    padding: 0 15px;
}

.hm_lf_bx {
    background: #d7e76e;
    min-height: 88px;
    padding: 10px 15px;
}

.hm_lf_bx h6,
.hm_rt_bx h6 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.46px;
    color: #000000;
    margin-bottom: 0;
    margin-right: 18px;
}

.hm_rt_bx {
    background: #5accf3;
    min-height: 88px;
    padding: 10px 15px;
}

.hm_rt_bx h6 {
    color: #fff;
}

.hm_lf_bx .btn_def,
.hm_rt_bx .btn_def {
    font-size: 10px;
    border: 2px solid #000000;
    background: transparent !important;
    min-width: 115px;
}

.hm_lf_bx .btn_def:hover {
    border: 2px solid #5accf3;
    color: #5accf3 !important;
}

.hm_rt_bx .btn_def {
    border: 2px solid #fff;
    color: #fff !important;
}

.hm_rt_bx .btn_def:hover {
    border: 2px solid #d7e76e;
    color: #d7e76e !important;
}

@media screen and (max-width: 767px) {

    .hm_lf_bx,
    .hm_rt_bx {
        display: block !important;
        text-align: center;
    }

    .hm_lf_bx h6,
    .hm_rt_bx h6 {
        margin-bottom: 10px;
        font-size: 18px;
        margin-right: 0;
    }
}

.def_110 {
    padding: 100px 0;
}

.def_ttl {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #000000;
    margin-bottom: 60px;
}

.sc_02_info {
    margin-bottom: 30px;
}

.sc_2_img {
    margin-bottom: 20px;
}

.sc_02_info h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 9px;
    min-height: 40px;
}

.sc_02_info p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 auto 15px auto;
    min-height: 65px;
    max-width: 135px;
}

@media screen and (max-width: 1199px) {
    .def_110 {
        padding: 60px 0;
    }

    .def_ttl {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 40px;
    }
}

.hm_sc_03 {
    background: #e6f7fd url(../images/sc03_bg.png) no-repeat center 0;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .sc03_lft_sc {
        padding: 0 !important;
    }

    .sc03_lft_sc img {
        width: 100%;
    }
}

.sc03_rt_sc {
    padding-left: 40px;
}

.sc03_rt_sc p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.08px;
    color: #000000;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .sc03_rt_sc {
        padding-left: 15px;
        margin-top: 30px;
    }
}

.sc04_lf_sc {
    padding-right: 40px;
}

.sc04_lf_sc p,
.sc04_lf_sc h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.08px;
    color: #000000;
    margin-bottom: 25px;
}

.sc04_lf_sc h6 {
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .sc04_lf_sc {
        padding-right: 15px;
        margin-bottom: 30px;
    }
}

.hm_sc_05 {
    background: #5accf3;
    padding: 35px 0;
    text-align: center;
}

.hm_sc_05 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #ffffff;
    max-width: 840px;
    margin: 0 auto;
}

.def_60 {
    padding: 60px 0;
}

.hm_sc_07 {
    background: #00000052;
}

.def_ttl_wt {
    color: #fff;
    margin-bottom: 45px;
}

.testimonials_slider p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.08px;
    color: #ffffff;
    max-width: 895px;
    margin: 0 auto 25px auto;
}

.testimonials_slider.def_slider .slick-dots {
    margin-top: 0;
}

.certificates_slider.def_slider .slick-prev,
.certificates_slider.def_slider .slick-next {
    top: 35%;
}

/**/
.top_footer {
    background: #000000;
    padding: 60px 0;
}

.lft_ftr p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.06px;
    color: #ffffff;
    max-width: 433px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.rt_ftr h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #d7e76e;
    margin-bottom: 20px;
    margin-top: 40px;
}

.rt_ftr p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.16px;
    color: #ffffff;
    max-width: 165px;
    margin-bottom: 0;
}

.scl_lst {
    margin: 0;
    padding: 0;
}

.scl_lst li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    letter-spacing: 0.18px;
    color: #ffffff;
}

.scl_lst li a {
    color: #fff;
    text-decoration: none;
}

.scl_lst li a:hover {
    color: #d7e76e;
}

.f_img_wt {
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    width: 20px;
}

.bottom_footer {
    background: #00000052;
    padding: 10px 0;
}

.bottom_footer p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.06px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .rt_ftr .col-md-5 {
        margin-bottom: 30px;
    }

    .ftr_lg_i {
        max-height: 60px;
    }

    .top_footer {
        padding: 40px 0;
    }
}

/**/
.sticky_menu_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #000000;
    padding: 12px 15px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .sticky_menu_bottom {
        display: block !important;
    }

    body {
        padding-bottom: 56px;
    }
}

@media screen and (max-width: 360px) {
    .sticky_menu_bottom .btn_def {
        font-size: 10px;
    }
}

.sticky_menu {
    position: fixed;
    right: -370px;
    top: 0;
    height: 100vh;
    width: 370px;
    background: #000000;
    padding: 0px 45px;
    z-index: 999;
    transition: all 0.2s ease-out;
    display: none;
}

.sticky_menu.open {
    right: 0 !important;
}

@media screen and (max-width: 1024px) {
    .sticky_menu {
        display: flex !important;
    }
}

.close_menu {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #aaaaaa;
}

.sticky_menu h6 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.46px;
    color: #d7e76e;
    margin-bottom: 50px;
}

.st_menu_lst {
    margin: 0;
    padding: 0;
}

.st_menu_lst li {
    display: block;
    list-style: none;
    margin-bottom: 25px;
}

.st_menu_lst li:last-child {
    margin-top: 80px;
}

.st_menu_lst li a {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.46px;
    color: #ffffff;
}

.st_menu_lst li a.active {
    color: #d7e76e;
}

@media screen and (max-width: 414px) {
    .sticky_menu {
        width: 300px;
        right: -300px;
    }

    .st_menu_lst li {
        margin-bottom: 15px;
    }

    .st_menu_lst li a {
        font-size: 18px;
    }

    .st_menu_lst li:last-child {
        margin-top: 50px;
    }

    .close_menu {
        top: 5px;
    }
}

.btn_cntctus {
    position: fixed;
    right: -60px;
    top: 60%;
    z-index: 999;
    border-radius: 0 !important;
    min-width: 150px;
    transform: rotateZ(-90deg);
}

@media screen and (max-width: 575px) {

    .our_clients_slider .slick-slide,
    .certificates_slider .slick-slide {
        text-align: center;
    }

    .our_clients_slider .slick-slide img,
    .certificates_slider .slick-slide img {
        display: inline-block;
    }
}

/* FF */
input {
    outline: none;
}

.blue-enquiry-box {
    background-color: rgba(90, 204, 243, 0.5);
    border: 1px solid #707070;
}

.blue-enquiry-box a.btn_def {
    border: 1px solid #707070 !important;
}

.green-enquiry-box {
    background-color: rgba(215, 231, 110, 0.5);
}

#primary-menu .current-menu-item a {
    color: #5accf3;
}

.blog .banner_sc {
    opacity: 0.9;
}

.blog-featured-post {
    background-color: rgba(90, 204, 243, 0.2);
}

.blog-featured-post .btn_def {
    border: 1px solid #5ACCF3;
    background-color: rgba(90, 204, 243, 0);
}

.blog-featured-post .post-date span {
    color: #AAAAAA;
}

.blog-list h5.card-title {
    font-size: 18px;
}

.blog-list .btn_def {
    border: 1px solid #5ACCF3;
    background-color: rgba(90, 204, 243, 0);
}

.blog-list .card-title {
    min-height: 65px;
}

.blog-list .post-date {
    color: #AAAAAA;
}

.widget-area section ul {
    list-style: none;
    padding-left: 0;
}

.widget-area section {
    margin-bottom: 30px;
}

.widget-area h2 {
    font-size: 23px;
    margin-bottom: 15px;
}

.widget-area li {
    margin-bottom: 5px;
}

.widget-area li a {
    color: #000;
    font-size: 16px;
}

.widget-area li a:hover {
    text-decoration: none;
    color: #5ACCF3;
}

.widget-area .cat-item {
    color: #5ACCF3;
}

.pgntn-page-pagination {
    display: contents;
}

.pgntn-page-pagination .pgntn-page-pagination-block {
    text-align: left;
    padding-left: 15px;
}

.pgntn-page-pagination .pgntn-page-pagination-block a.page-numbers {
    font-size: 18px;
    padding-left: 0px;
    margin-left: 0px;
}

.pgntn-page-pagination .pgntn-page-pagination-block .page-numbers {
    font-size: 18px;
    padding-left: 0px;
    margin-left: 0px;
}

.wp-block-buttons {
    font-size: 12px;
}

.wp-block-button {
    width: auto;
}

.related-posts {
    background-color: rgba(90, 204, 243, 0.2);
}

.related-posts .card-body {
    background-color: rgba(90, 204, 243, 0.2);
}

.related-posts .btn_def {
    border: 1px solid #5ACCF3;
    background-color: rgba(90, 204, 243, 0);
}

.related-posts .post-date {
    color: #AAAAAA;
}

.related-posts .card-title {
    min-height: 75px;
}

/* Comments */
.comment-respond label {
    display: none;
}

#comments .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

#comments .img-circle {
    border-radius: 50%;
}

#comments textarea,
#comments input {
    border: 1px solid #e4e4e4;
}

#comments textarea {
    width: 100%;
}

#comments .comment-list {
    padding-left: 0px;
}

#comments .comment-list,
#comments .children {
    list-style: none;
}

#comments ul.children {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.comment-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}

.comment-wrap .comments-title {
    padding-top: 60px;
}

.comment-wrap .comment-img {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px;
}

.comment-author {
    text-align: left;
}

.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
    font-style: italic;
    font-size: 12px;
    padding: 5px 5px;
    background: #d7e76e;
    padding: 5px 10px;
}

.comment-reply a {
    color: #000;
}

.comment-author,
.comment-author a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.comment-date {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    display: block;
    padding-bottom: 7px;
}

.depth-2 .comment-wrap {
    padding-left: 30px;
}

.depth-3 .comment-wrap {
    padding-left: 60px;
}

.depth-4 .comment-wrap {
    padding-left: 90px;
}

.depth-5 .comment-wrap {
    padding-left: 120px;
}

.depth-6 .comment-wrap {
    padding-left: 150px;
}

.depth-7 .comment-wrap {
    padding-left: 180px;
}

.depth-8 .comment-wrap {
    padding-left: 210px;
}

.depth-9 .comment-wrap {
    padding-left: 240px;
}

.depth-10 .comment-wrap {
    padding-left: 270px;
}

#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

#commentform input[type="submit"] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #000000 !important;
    text-transform: uppercase;
    background: #d7e76e;
    border-radius: 40px;
    background-color: #d7e76e;
    padding: 10px 40px;
}

#commentform input[type="submit"]:hover {
    background: #e2fcff;
}

#comments .form-submit {
    text-align: center;
    padding-top: 30px;
}

#comments .comment-notes {
    display: none;
}

#comments .comment-reply-title {
    text-align: center;
    padding: 30px 10px;
}

#comments .logged-in-as a {
    margin-left: 10px;
}

#comments .logged-in-as {
    color: #007bff;
}

#comments #respond {
    padding-bottom: 50px;
}

.title-line {
    display: block;
    max-width: 30%;
    margin: 0 auto 50px;
}

@media (max-width: 767px) {

    .comment-list,
    .children {
        padding-left: 0px;
    }

    .comment-wrap .comment-img {
        float: none;
        margin: 0px;
        width: 100%;
        padding-bottom: 0px;
    }

    .comment-img>img {
        display: block;
        margin: 0px auto;
    }

    .comment-author,
    .comment-author a,
    .comment-date {
        text-align: center;
    }

    .depth-2 .comment-wrap,
    .depth-3 .comment-wrap,
    .depth-4 .comment-wrap,
    .depth-5 .comment-wrap,
    .depth-6 .comment-wrap,
    .depth-7 .comment-wrap,
    .depth-8 .comment-wrap,
    .depth-9 .comment-wrap,
    .depth-10 .comment-wrap {
        padding-left: 0px;
    }

    .comment-reply {
        position: relative;
        text-align: center;
        display: block;
        margin-top: 25px;
    }
}

#bookCallOutModal .modal-content {
    border: none;
    border-radius: 0;
    background-color: rgba(170, 170, 170);
}

#bookCallOutModal input,
#bookCallOutModal select {
    height: 45px;
    padding-left: 15px;
}

#bookCallOutModal input,
#bookCallOutModal select,
#bookCallOutModal textarea {
    border-radius: 0%;
}

#bookCallOutModal #frm_field_41_container span {
    font-size: 13px;
    color: #fff;
}

#bookCallOutModal .frm_form_fields {
    margin: 20px 0px;
}

#bookCallOutModal h1 {
    margin: 20px 0px;
    color: #fff;
}

#bookCallOutModal .frm_submit {
    padding-top: 15px;
    padding-bottom: 20px;
}

#bookCallOutModal .frm_submit .frm_button_submit {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #000000 !important;
    text-transform: uppercase;
    background: #d7e76e;
    border-radius: 40px;
    padding: 10px 50px;
    border-color: #d7e76e;
    box-shadow: none !important;
}

#bookCallOutModal .frm_submit .frm_button_submit:hover {
    background: #b5c73e;
    border-color: #b5c73e;
}

#bookCallOutModal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/Drop.png") white no-repeat 98.5% !important;
    background: url("../images/Drop.png") white no-repeat calc(100% - 10px) !important;
}

.get-touch .contact-info-fix {
    min-height: 205px;
    display: block;
}

.get-touch a {
    color: #000;
}

.get-touch a:hover {
    color: #d7e76e;
    text-decoration: none;
}

.get-touch .contact-info-fix-left p:first-of-type {
    margin-top: 1rem !important;
}

.get-touch .contact-info-fix-right p:nth-child(2) {
    margin-top: 0.7rem !important;
}

.get-touch .contact-info-fix p {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important;
}

.book-a-call-out {
    background-color: rgba(90, 204, 243, 0.9);
}

.book-a-call-out input,
.book-a-call-out select {
    height: 45px !important;
    padding-left: 15px;
}

.book-a-call-out input,
.book-a-call-out select,
.book-a-call-out textarea {
    border-radius: 0% !important;
    border-color: #fff !important;
    box-shadow: none !important;
}

.book-a-call-out #frm_field_56_container span {
    font-size: 13px;
    color: #fff;
}

.book-a-call-out .frm_form_fields {
    margin: 20px 0px;
}

.book-a-call-out h1 {
    margin: 20px 0px;
    color: #fff;
}

.book-a-call-out .frm_submit {
    padding-top: 35px;
    padding-bottom: 20px;
}

.book-a-call-out .frm_submit .frm_button_submit {
    font-size: 12px;
    font-weight: 700 !important;
    letter-spacing: 0.96px !important;
    color: #000000 !important;
    text-transform: uppercase;
    background: #d7e76e !important;
    border-radius: 40px !important;
    padding: 10px 50px !important;
    border-color: #d7e76e !important;
    box-shadow: none !important;
}

.book-a-call-out .frm_submit .frm_button_submit:hover {
    background: #b5c73e !important;
    border-color: #b5c73e !important;
}

.book-a-call-out select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/Drop.png") white no-repeat 98.5% !important;
    background: url("../images/Drop.png") white no-repeat calc(100% - 10px) !important;
}

.areas-covered {
    background-color: rgba(90, 204, 243, 0.6);
}

.areas-covered .location_name p:first-of-type {
    margin-top: 20px;
}

.areas-covered .location_name a {
    color: #000;
}

.areas-covered .location_name a:hover {
    text-decoration: none;
}

.areas-covered .btn_def {
    background: none;
    font-size: 10px;
    border: 2px solid #000000;
    background: transparent !important;
    min-width: 115px;
}

#breadcrumb span {
    font-size: 16px;
    color: #AAAAAA;
}

#breadcrumb a {
    font-size: 16px;
    color: #AAAAAA;
    font-weight: normal;
}

#breadcrumb i {
    padding: 0px 6px;
    font-size: x-small;
}

@media (max-width: 576px) {
    #bookCallOutModal .modal-body {
        width: 100% !important;
    }

    .book-a-call-out .book-call-out-body {
        width: 100% !important;
    }
}

/* Pagination */
.post-pagination ul {
    margin: 0;
    padding: 0;
}

.post-pagination ul li {
    font-size: 18px;
    display: inline;
    padding: 4px;
    color: #aaaaaa;
    cursor: pointer;
}

.post-pagination ul li.active:hover {
    color: #000;
}

.post-pagination ul li.selected {
    color: #5accf3;
}
