/* Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.6.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&display=swap');

/*================ Var ====================*/
:root {
    --black_color: #2D2D2D;
    --blue_color: #0062B4;
    --dark_blue: #003267;
    --light_blue: #F2F8FD;
    --white_color: #FFFFFF;
    --gray_color: #4D4942;
    --body_color: #222222;
    --nunito_sans_font: 'Nunito Sans';
    --bitter_font: 'Bitter', serif;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --desktop-pd-100: 100px;
    --mobile-pd-50: 50px;
    --large-device-pd-80: 80px;
}
/*=============================================
= Body CSS
=============================================]*/
* {
    outline: none !important;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    z-index: 1;
    background-color: var(--white_color);
}
p, .listbox li {
    color: var(--body_color);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
}
p {
    letter-spacing: 0.04em;
}
a{
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease 0s;
    color: var(--body_color);
}
a:hover {
    color: var(--blue_color);
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body,a,p,li{
    font-family: var(--nunito_sans_font);
    margin-bottom: 0;
}
body,h1,h2,h3,h4,h5,h6 {
    font-family: var(--bitter_font);
    color: var(--black_color);
    display: inline-block;
    width: 100%;    
    margin-top: 0;
    margin-bottom: 0;
}
body p:not(:last-of-type) {
    margin-bottom: 12px;
}
p a, li a {
    word-break: break-word;
    white-space: normal;
    display: inline-block;
}
@media only screen and (max-width: 991px) {
    body p, .listbox li {
        font-size: 16px;
    }
}
body .plr-0{
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row>*, .container, .container-fluid,
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 576px){
   body .container,
   .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 650px){
   body .container,
   .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 920px;
    }
}
@media only screen and (min-width: 992px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1300px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1270px;
    }
}
@media only screen and (min-width: 1700px){
    body .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1340px;
    }
}
@media only screen and (max-width: 991px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.default-cta {
    font-size: 16px;
    background: var(--blue_color);
    border: 2px solid var(--blue_color);
    color: var(--white_color);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
    border-radius: 40px;
    transition: all 0.4s;
    padding: 13px 26px 13px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    margin-top: 35px;
}
.default-cta:hover {
    color: var(--blue_color);
    background: transparent;
}
.border-cta {
    background: var(--white_color);
    border: 2px solid var(--white_color);
    color: var(--blue_color);
}
.border-cta:hover{
    color: var(--white_color);
    background: var(--blue_color);
    border: 2px solid var(--blue_color);
}
.default-btn.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn-group .default-cta:not(:last-child) {
    margin-right: 14px;
}
.default-btn {
    margin: 48px 0 0;
}
.white_cta {
    background: var(--white_color);
    border-color: var(--white_color);
    color: #1F1F1F;
}
.white_cta:hover {
    color: var(--white_color);
}
@media only screen and (max-width: 1024px){
    .default-btn, .more-link {
        margin: 20px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .default-cta{
        margin-top: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .default-cta span {
        display: none;
    }
    .default-cta {
        width: 100%;
        padding: 9px 14px 13px;
    }
    .btn-group .default-cta:not(:last-child) {
        margin: 0 0 14px;
    }
}
a:not([href]):not([tabindex]) {
    color: var(--blue_color);
}
a.default-cta:not([href]):not([tabindex]):focus,
a.default-cta:not([href]):not([tabindex]):hover {
    color: var(--white_color);
}
body .plr-0 {
    padding-left: 0;
    padding-right: 0;
}
.section_padding {
    padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
    .section_padding{
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section_padding{
        padding: 50px 0;
    }
}
body{
    color: 
}
.wi-100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.light_blue {
    color: var(--blue_color);
}
a.light_blue:hover {
    color: var(--dark_blue);
}
.image-left img {
    width: 100%;
}
.image-left, .about-section .lp-about-text-main {
    padding: 0 40px 0 0;
}
.image-border-radius {
    border-radius: 20px;
}
.site-title h1 {
    font-weight: 700;
    font-size: 48px;
}
.site-title h2 {
    font-size: 30px;
    line-height: 1.34;
    padding: 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: var(--dark_blue);
}
.site-title h3 {
    font-size: 22px;
    line-height: 1.34;
    padding: 0;
    margin: 0 0 25px 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: var(--dark_blue);
}
@media only screen and (max-width: 1199px) {
    .site-title h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .site-title h1 {
        font-size: 32px;
    }
    .site-title h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .site-title h2{
        margin-bottom: 30px;
    }
    .site-title h3{
        margin: 0 0 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .site-title h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .site-title h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }   
}
@media only screen and (max-width: 575px) {
    .image-left, .image-right {
        padding: 0;
        margin: 0 0 25px 0;
    }
}
/*===============================================
= Start Elementor Section CSS
===============================================*/
.last_widget_mb_0.elementor-widget {
    margin-bottom: 0px;
}
.elementor-section-boxed .elementor-inner-section > .elementor-container{
    padding: 0px;
}
.elementor-section > .elementor-container .elementor-widget-spacer {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .elementor-column.col_plr .elementor-widget-wrap {
        padding: 0px 30px 0px 30px !important;
    }
    .elementor-section.mobile_plr > .elementor-container {
        padding: 0px 15px 0px 15px;
    }
}
@media only screen and (max-width: 374px){
    .elementor-section-full_width.section_padding.banner_sec h1.elementor-heading-title {
        font-size: 35px;
    }
}
/*===============================================
= End Elementor Section CSS
===============================================*/
/*=============================================
= Body CSS
=============================================*/
/*===============================================
= Start Header CSS
===============================================*/
.header-bg {
    background-color: var(--white_color);
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    transition: all 0.5s;
}
.site-branding {
    max-width: 160px;
    width: 100%;
}
.site-navigation-main .menu{
    margin-bottom: 0;
}
#site-header .header-bottom .container {
    max-width: 1650px;
}
.site-header-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bottom {
    background-color: var(--dark_blue);
    width: 100%;
    z-index: 999;
    padding: 24px 0;
}
.header-bottom .default-cta {
    margin-top: 0px;
}
.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    transition: ease-in-out 2s linear;
    background: var(--white_color);
}
.header-bottom.sticky {
    background-color: var(--dark_blue);
    box-shadow: rgb(100 100 111 / 10%) 0 7px 29px 0;
}
.sticky .header-top.sticky-top-header {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.sticky .header-bottom {
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    transition: all 0.5s;
}
.site-navigation-main{
   -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
}
.header-btn .header-btn-info:last-child:hover{
    color: var(--white_color);
    border-color: var(--white_color);
}
body .site-navigation{
    flex-grow: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
body .site-navigation ul.menu li a{
    font-size: 16px;
    line-height: 1.17;
    color: var(--white_color);
    font-weight: var(--font-weight-regular);
    transition: all 0.3s;
    padding: 12px 15px;
}
body .site-navigation ul.menu li.menu-item-has-children {
    position: relative;
}
body .site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}
/* submenu design */
body .site-navigation ul.menu li ul.sub-menu {
    background: var(--white_color);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    min-width: 250px;
}
body .site-navigation ul.menu li ul.sub-menu li{
    margin: 0;
}
body .site-navigation ul.menu li ul.sub-menu li a {
    font-size: 15px;
    line-height: 1.17;
    color: #6E717C;
    font-weight: var(--font-weight-medium);
    transition: all 0.3s;
    padding: 12px 12px;
    width: 100%;
}
.header-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-btn .default-cta:not(:last-child){
    margin-right: 15px;
}
.border-cta.header-btn-info:not(:hover) {
    color: #1F1F1F;
}
.header-top{
    background: #4E8CC7;
    padding: 16px 0;
}
.header-top p{
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
    color: var(--white_color);
    text-transform: uppercase;
}
.header-top p a{
    color:var(--white_color);
    font-weight: var(--font-weight-semibold);
    transition: all 0.4s;
    text-decoration: underline !important;
}
.header-top p a:hover{
    color: #204265;
}
body .site-navigation ul.menu li.menu-item-has-children i {
    color: #6E717C;
}
body .site-navigation ul.menu>li.current-menu-item>a,
body .site-navigation ul.menu li ul.sub-menu li.current-menu-item > a {
    color: #56B9EE !important;
}
body .site-navigation ul.menu li.menu-item a:hover,
body .site-navigation ul.menu li.menu-item a:hover + i {
    color: #56B9EE;
}
body .site-navigation ul.menu>li.current-menu-item>i,
body .site-navigation ul.menu li ul.sub-menu>li.current-menu-item>i {
    color: #56B9EE !important;
}
.site-header-wrap .site-navigation .header-mrg{
    margin: 0 20px;
    justify-content: center !important;
}
@media only screen and (min-width: 1200px){
    body .site-navigation ul.menu li.menu-item-has-children i {
        padding: 13px 0px;
        font-weight: var(--font-weight-medium);
        font-weight: 900;
    }
    body .site-navigation .menu .sub-menu .menu-item-has-children i{
        transform: rotate(-90deg);
    }
    body .site-navigation ul.menu>li.menu-item-has-children>i {
        color: #ffffff;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1647px){
    .site-navigation ul.menu li.menu-item-has-children {
        padding-right: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .header-bottom {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 1199px){
    .site-navigation-main {
        flex: inherit;
    }
    .site-main-header .col-12,
    body .site-navigation{
        position: unset;
        flex-grow: inherit;
    }
    .site-navigation-main{
        flex: inherit;
    }
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        display: inline-block;
        transition: height 0.3s;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    #navbarSupportedContent.menu-active {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
    .site-navigation .menu-primary-menu-header-menu-container > ul.menu > li > a {
        color: #6E717C;
        font-weight: 600;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i{
        color: #6E717C!important;
    }
    #navbarSupportedContent .menu-primary-menu-header-menu-container{
        border-top: 1px solid #6E717C;
    }
    #navbarSupportedContent .menu-primary-menu-header-menu-container {
        background: var(--white_color);
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
    }
    body .site-navigation ul.menu li{
        width: 100%;
    }
    .site-navigation .navbar-toggler {
        width: 40px;
        padding: 8px;
        line-height: 0;
        border: 2px solid var(--white_color);
        margin: 0 15px;
    }
    .bar-icon {
        display: inline-block;
        background: var(--white_color);
        height: 2px;
        width: 100%;
        line-height: 0;
        vertical-align: top;
        margin: 2px 0;
        transition: all 0.3s;
    }
    .site-navigation .menu-active ~ .header-btn ~ .navbar-toggler span.icon1{
        transform: translate(0, 6px) rotate(225deg);
    }
    .site-navigation .menu-active ~ .header-btn ~ .navbar-toggler span.icon2{
        opacity: 0;
    }
    .site-navigation .menu-active ~ .header-btn ~ .navbar-toggler span.icon3{
        transform: translate(0, -6px) rotate(-225deg);
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon1,
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon3{
        transform: translate(0, 0) rotate(0);
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon2{
        opacity: 1;
    }
    body .site-navigation ul.menu{
        margin: 0;
    }
    body .site-navigation ul.menu li{
        margin: 0;
        display: inline-block;
    }
    body .site-navigation ul.menu li a{
        width: 100%;
        padding: 10px 25px;
        font-weight: var(--font-weight-regular);
    }
    body .site-navigation ul.menu li.current-menu-item{
        background: #F0F1F4;
        color: #515153;
    }
    body .site-navigation ul.menu li ul.sub-menu{
        position: unset;
        width: 100%;
        box-shadow: none;
        display: none;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i {
        content: '';
        position: absolute;
        right: 13px;
        top: 11px;
        transform: translateX(-50%);
        transition: all 0.3s;
        color:#4E8CC7 !important;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i.sub-menu-active{
        transform: rotate(180deg);
        right: 17px;
    }
    body .site-navigation ul.menu li.menu-item-has-children{
        padding: 0;
    }
    body .site-navigation ul.menu li ul.sub-menu li{
        padding: 0;
    }
    body .site-navigation ul.menu li ul.sub-menu li a{
        padding: 12px 30px;
        width: auto;
    }
    body .site-navigation ul.menu li{
        color:#6E717C;
        width: 100%;
    }
    body .site-navigation ul.menu li > a {
        width: auto;
        padding: 10px 15px;
        display: inline-block;
    }
    body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a {
        color: #6E717C;
        width: auto;
        display: inline-block;
        background: transparent;
    }
    .toggle-menu-open {
        overflow: hidden;
    }
    .header-bottom{
        position: relative;
        padding: 10px 0;
    }
    .home header#site-header .site-branding img {
        filter: unset !important;
    }
}
@media only screen and (max-width: 991px){
    .header-btn .header-btn-info{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .header-top p {
        font-size: 14px;
    }
    .header-top p a span{
        display: none;
    }
}
@media only screen and (max-width: 640px){
    .site-navigation .navbar-toggler{
        margin: 0 0 0 10px;
    }
}
@media only screen and (max-width: 450px){
    body .header-btn .default-cta:first-child{
        margin-right: 10px!important;
    } 
}
/*===============================================
= End Header CSS
===============================================*/
/*===============================================
= Start Footer CSS
===============================================*/
@media only screen and (min-width: 1441px) {
    body .site-main-footer .container {
        max-width: 1290px;
    }
}
footer.site-main-footer {
    background-color: var(--dark_blue);
    position: relative;
}
.footer-logo {
    margin: 0 0 40px;
}
.footer-bottom-main p {
    font-size: 14px;
}
.site-footer-content p,
.site-footer-content a,
.site-footer-bottom p,
.site-footer-bottom a,
.site-footer-content li {
    color: var(--white_color);
}
.site-footer-content a:hover,
.site-footer-bottom a:hover {
    color: #56B9EE;
}
.footer-content,
.footer-content>* {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.site-footer-content {
    padding: 65px 0 55px;
    border-bottom: 3px solid rgb(34 107 147 / 20%);
    margin: 0 0 40px;
}
.site-footer-content .footer-content.footer-content-info {
    padding-right: 73px;
}
.menu-footer-menu-container ul li:not(:last-child) {
    margin: 0 0 14px;
}
.site-footer-content h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
    color: var(--white_color);
}
.hours li:not(:last-child) {
    margin: 0 0 5px;
}
.footer-bottom-main {
    background-color: #226B93;
    padding: 23px 0;
}
.site-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-content-info p,
.footer-bottom-info p,
.footer-bottom-info a {
    font-family: var(--bitter_font);
}
@media only screen and (max-width: 1366px) {
    .site-footer-content .footer-content.footer-content-info {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1240px) {
    .site-footer-content .footer-content.footer-content-info {
        padding-right: 20px;
    }
    .hours li:not(:last-child) {
        margin: 0 0 10px;
    }
}
@media only screen and (max-width: 991px) {
    .default-cta {
        font-size: 15px;
    }
    .site-footer-content {
        padding: 50px 0 40px;
    }
    .footer-logo {
        margin: 0 0 30px;
    }
    .site-footer-content>.row>*:first-child .footer-content.footer-content-info, ul.hours {
        padding: 0 0 30px;
    }
    .footer-bottom-info p, .footer-bottom-info a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-bottom-info {
        width: 100%;
        text-align: center !important;
    }
    .footer-bottom-info:not(:last-child) {
        margin: 0 0 10px;
    }
    .footer-bottom-info .float-left {
        float: none !important;
    }
}
@media only screen and (max-width: 575px) {
    .site-footer-content>*>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-footer-content h3 {
        margin: 0 0 12px;
    }
    .menu-footer-menu-container {
        margin: 0 0 30px;
    }
    .menu-footer-menu-container li:not(:last-child) {
        margin: 0 12px 5px;
    }
    .footer-btn .default-cta {
        width: 100%;
    }
    .footer-content, .footer-content>*, figure.wp-block-image.size-large {
        text-align: center;
    }
    .menu-footer-menu-container ul li {
        display: inline-block;
        margin: 0 12px !important;
    }
    ul.hours, .site-footer-content h3 {
        text-align: center !important;
    }
}
/*===============================================
= End Footer CSS
===============================================*/
/*===============================================
= 404 Page CSS
===============================================*/
body.error404 .header-bottom {
    background: var(--blue_color);
}
.error-404 {
    padding: 100px 0;
    text-align: center;
}
.error-404 .page-header .page-title{
    font-size: 15.7vw;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: rgba(26, 33, 90, 0.08);
    font-weight: 600;

}
.error-404 .page-header h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
    padding: 0;
    margin: 20px 0 14px;
}
.error-404 .page-content p {
    font-size: 18px;
    line-height: 1.55;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}
.error-404 .page-content .error-btn{
    font-size: 16px;
    background: var(--blue_color);
    color: #ffffff;
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
    border: 1px solid var(--blue_color);
    border-radius: 60px;
    transition: all 0.4s;
    padding: 14px 24px;
    line-height: 1;
    display: inline-block;
    margin-top: 25px;
}
.error-404 .page-content .error-btn:hover{
    color: var(--blue_color);
    background: transparent;
}
.error-404.not-found .page-header {
    padding-top: 90px;
}
@media only screen and (max-width: 1440px){
    .error-404 .page-header .page-title{
        font-size: 270px;
    }
    .error-404 .page-header h2{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1366px){
    .error-404{
        padding: 90px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 250px;
    }
    .error-404 .page-header h2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px){
    .error-404{
        padding: 80px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 220px;
    }
    .error-404 .page-header h2{
        font-size: 34px;
    }
    .error-404 .page-content p {
        font-size: 17px;
        max-width: 460px;
    }
    .error404 header#masthead nav.navbar #main-nav{
        top: calc(100% + 12px);
        box-shadow: 0px 8px 30px rgb(30 43 143 / 10%);
    }
    .error-404.not-found .page-header {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 991px){
    .error-404{
        padding: 70px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 190px;
    }
    .error-404 .page-header h2{
        font-size: 32px;
    }
    .error-404 .page-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    .error-404{
        padding: 60px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 160px;
    }
    .error-404 .page-header h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px){
    .error-404{
        padding: 50px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 130px;
    }
    .error-404 .page-header h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 480px){
    .error-404{
        padding: 40px 0;
    }
    .error-404 .page-header .page-title{
        font-size: 100px;
    }
    .error-404 .page-header h2 {
        font-size: 26px;
    }
}
/*===============================================
= 404 Page CSS
===============================================*/
/*===============================================
= Start Home Page CSS
===============================================*/
/* lp banner start */
.lp-banner-section{
    background: url('/wp-content/uploads/2022/12/invisalign-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
    min-height: 525px;
    display: flex;
    position: relative;
}
.lp-banner-text{
    max-width: 750px;
}
.lp-banner-text.lp-inner-text-main p{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.30;
    margin: 0 0 30px;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
}
.lp-banner-text.lp-inner-text-main .lp_defult_btn{
    background: #fff;
    color: #183663;
}
.lp-banner-text.lp-inner-text-main .lp_defult_btn:hover{
    background: #222;
    color: #fff;
}
.lp-banner-section p {
    font-size: 26px;
    color: #2D2D2D;
    line-height: 1.5;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.banner-info-img {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 867px){
    .lp-banner-text {
        max-width: 350px;
    }
}
@media only screen and (max-width:991px){
	.lp-banner-section h1 br{
		display: none;
	}
}
@media only screen and (max-width: 767px){
    .lp-banner-section p{
        font-size: 20px;
        text-align: center;
    }
    .lp-banner-section h1{
        text-align: center;
    }
    .banner-info-img {
        display: block;
        margin-bottom: 20px;
    }
    .lp-banner-section {
        display: block;
    }
    .lp-banner-section::before {
        content: "";
        position: absolute;
        background-color: #ebfbff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    .lp-banner-section {
        background-image: none;
        min-height: auto;
        padding-bottom: 50px;
    }
    .lp-banner-text {
        text-align: center;
    }
}
/* lp banner end */
/* why do start */
.why-do-section .lp-text-list{
    max-width: 840px;
    margin: 0 auto;
}
.why-do-section .lp-inner-text-main h2{
    margin: 0 0 40px;
}
.lp-text-list {
    padding: 0;
}
.lp-text-list li::before {
    content: '';
    background: url('/wp-content/uploads/2023/01/check-icon-new.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-text-list li {
    font-size: 16px;
    line-height: 1.7;
    color: var(--body_color);
    padding: 0 0 0 34px;
    list-style-type: none;
    position: relative;
    font-weight: 400;
}
.lp-text-list li:not(:last-child) {
    margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px){
    .why-do-section .lp-inner-text-main h2{
        margin-bottom: 25px;
    }
}
/* why do end */
/* offer-section start */
.lp-offer-section .container .row {
    background: #003267;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 50px;
    border: 6px solid #0C7EBA;
    text-align: center;
    color: #fff !important;
}
/* .lp-offer-content{
    max-width: 580px;
    margin: 0 auto 0 60px;
} */
.lp-offer-img{
    margin: 0 0 30px;
}
.lp-offer-section .container{
    max-width: 1485px;
}
.lp-offer-content h2{
    color: #fff;
}
.lp-offer-content h3,.lp-offer-content p{
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 15px;
    font-weight: 700;
}
.lp-offer-content p{
    font-weight: 400;
}
.lp-offer-content .lp_defult_btn{
    background: #Fff;
    color: #0C426C;
    border: 2px solid transparent;
}
.lp-offer-content .lp_defult_btn:hover{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
.lp-offer-img img {
    max-width: 495px;
}
@media only screen and (max-width: 1440px){
    .lp-offer-img img{
         max-width: 350px;
    }
    .lp-offer-section .container{
        max-width: 80%;
    }
}
@media only screen and (max-width: 1199px){
    /* .lp-offer-content {
        margin: 0 auto 0 30px;
    } */
    .lp-offer-section .container{
        max-width: 90%;
    }
}
@media only screen and (max-width: 767px){
    .lp-offer-res-img{
        margin: 0 0 30px;
    }
    .lp-offer-section .container .row{
        background: #022150;
        padding: 20px;
    }
}
@media only screen and (max-width: 575px){
    .lp-offer-img img {
        max-width: 250px;
    }
    .lp-offer-content{
        margin: 0;
    }
    .lp-offer-content h3, .lp-offer-content p{
        font-size: 16px;
    }
}
/* offer-section end */
/* about_section with img start */
.lp_about_section h3 {
    margin-bottom: 35px;
}
.lp_about_section h3 {
    color: var(--body_color);
    margin-bottom: 10px;
}
.about-image-video{
    margin-left: auto;
    margin-right: 0;
}
/* .about-responsive-video {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
} */
.about-responsive-video iframe,
.about-responsive-video video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.lp_about_section .lp-inner-text-main h2 {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .image_mb {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px){
    .about-image-video , .lp_about_section h3{
        margin-bottom: 25px;
    }
}
/* about_section end */
/* about_section without img start  */

.about-section .site-title h3 {
    font-family: var(--nunito_sans_font);
    color: var(--body_color);
}
.about-section .site-title p {
    max-width: 899px;
    margin: auto;
}
/* about_section without img end */
/* why do start */
/* .why-do-section .lp-text-list{
    max-width: 660px;
    margin: 0 auto;
}
.why-do-section .lp-inner-text-main h2{
    margin: 0 0 40px;
} */
/* why do end */
/*==============================================
= End Home Page CSS
===============================================*/

/*=============================================
=About Us Css
=============================================*/
.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
.about_us_cnt_width .elementor-element-populated{
    width: 100%;
    max-width: 760px;
    margin: 0px auto;
}
.doctor_video_slider .slick-slide{
    padding: 0px 15px;
}
.doctor_video_slider  .video_cnt{
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.doctor_video_slider .video_cnt iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slick-dots li button::before{
    font-size: 12px;
    opacity: 1;
    color: #D9D9D9;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    background-color: transparent !important;
}
.slick-dots .slick-active button::before{
    color: #002C5D;
}
.slick-dots{
    bottom: -40px;
}
.advantages_faq_cnt{
    border: 1px solid #56ACC6;
}
.advantages_faq_cnt .faqs_content_area{
    margin-bottom: 0px;
}
.advantages_faq_cnt .faqs_content_area:not(:last-child){
    border-bottom: 1px solid #56ACC6;
}
.map_address_full {
    line-height: 0 !important;
}

@media only screen and (max-width: 990px){
	.doctor_video_slider .slick-slide{
		padding: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .about_us_cnt_width .elementor-element-populated {
        width: 100%;
        max-width: 100%;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 980px){
    .map_address_full iframe {
        height: 300px;
    }
}
/* Start FAQ Section CSS */
.faqs_content_area .faqs_desctiptiion{
    display: none;
}
.lp_faq_section{
    background: #f1f6f9;
    padding: 80px 0;
}
.accordion-card {
    margin-bottom: 20px;
}
.faqs_content_area h3{
    padding: 20px 20px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
    color: #003267;
    text-align: left;
    border: none;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    font-family: 'Bitter';
}
.faqs_content_area h3:before{
    content: "\f067";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #003267;
    transition: all 0.4s;
}
.faqs_content_area.active h3:before {
    content: "\f068";
}
.faqs_content_area .faqs_desctiptiion{
    padding: 12px 20px 20px;
}
@media only screen and (max-width: 767px) {
    #accordion {
        padding: 0;
    }
    .faqs_content_area::before {
        left: 0;
    }
    .faqs_content_area {
        font-size: 16px;
    }
    .faqs_content_area h3:before{
        right: 10px;
    }
}
/* End FAQ Section CSS */
/*=============================================
=About Us Css
=============================================*/

/*===============================================
= Review Section CSS
============================================*/
.review-rating ul {
    padding: 0;
    margin: 0;
}
.review-rating ul li {
    list-style: none;
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(77 73 66 / 40%);
    margin-top: 40px;
    position: relative;
    margin-bottom: 70px;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li a {
    font-size: 18px;
    line-height: 1.66;
    color: #4D4942;
    font-weight: 400;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.review-tab-navigation ul li a.active {
    font-weight: 500;
    border-color: #4D4942;
    background: none;
}
.review-tab-navigation ul li:not(:last-child) {
    margin-right: 30px;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-slider-content {
    background-color: #EFEDE9;
    box-shadow: unset;
    padding: 40px 30px 110px;
    margin: 20px 15px;
    height: inherit;
    position: relative;
}
.review-slider-content h3 {
    font-size: 18px;
   color: #4D4942;
    font-weight: 700;
    margin-bottom: 10px;
}
.review-slider-content h3 span{
    width: 100%;
    display: block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5px;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.review-rating ul li:not(:last-child) {
    margin-right: 8px
}
.review-description p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
   color: #4D4942;
    padding: 0 20px 0 0!important;
}
.review-description p a{
    color: #4D4942;
    font-weight: 600;
    display: inline-block;
}
.review-description p .more-text{
    display: none;
}
.review-description .read-more-scroll{
    padding-bottom: 24px!important;
}
.google-review {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
}
.morecontent span {
    display: none;
}
.morelink {
    color: #0397D6;
    text-transform: uppercase;
    text-decoration: underline !important;
}
.review-btn {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}
.review-btn .default-cta {
    margin: 0 0 0 42px;
    text-transform: uppercase;
}
.lp_testimonial_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonial_arrow_prev {
    margin-right: 30px;
}
.lp_testimonial_arrow:hover, .lp_testimonial_arrow:focus {
    background: transparent;
    border: none;
}
.review-description .scrollbar-active {
    max-height: 120px!important;
}
.review-description a {
    color: #4D4942;
    font-weight: 600;
    display: inline-block;
}
.review-slider .slick-dots .slick-active button::before {
    color: #4089C7;
}
.review-description p {
/*    max-height: 182px !important;*/
    padding: 0 15px 0 0 !important;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #3D3E3F;
}
.morecontent span {
    display: none;
}
/*.scroll-wrapper.review-description {
    height: 115px;
}*/
.more-text {
    display: none !important;
}
@media screen and (min-width: 1441px) {
    .review-section > .container-fluid {
        max-width: 1782px;
    }
}
@media screen and (min-width: 1441px) {
    .review-section-content > .container {
        max-width: 1620px;
    }
}
@media screen and (max-width: 1440px) {
    .review-section-content > .container {
        max-width: 1260px;
    }
    .review-tab-navigation ul li a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .review-section {
        padding: 80px 0;
    }
    .review-slider-content {
        padding: 30px 30px 90px;
    }
    .google-review {
        padding: 30px 0;
    }
    .review-tab-navigation ul {
        border: none;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .review-tab-navigation ul li {
        display: none;
        width: 100%;
        padding: 8px 0;
        margin: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .review-tab-navigation ul li a {
        padding-bottom: 0;
        width: 100%;
        font-size: 16px;
    }
    .review-tab-navigation ul li a.active {
        border: none;
    }
    .review-tab-navigation ul.open li {
        display: block;
    }
    .review-tab-navigation ul li.active {
        display: block;
    }
    .responsive-tabs > i {
        position: absolute;
        top: 14px;
        right: 20px;
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .review-slider-content {
        padding: 20px 20px 110px;
    }
    .review-section > .container-fluid {
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .review-slider .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .review-slider .slick-arrow::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .review-section {
        padding: 60px 0;
    }
    .review-slider-content{
        margin: 0px 2px;
    }
    .review-btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .testimonial_arrow_prev {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}

.map_address_full {
    line-height: 0 !important;
}
/*===============================================
= End Review Section CSS
============================================*/

/*===============================================
= about doctor Section CSS
===============================================*/
.para_txt h2 {
    font-weight: var(--font-weight-bold);
    color: var(--dark_blue);
}
.doctor_about_row .para_txt h3 {
    color: #56ACC6;
    margin: 0 0 24px;
    font-family: var(--bitter_font);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25;
    margin: 0 0 24px;
}
.doctor_img img , .doctor_img{
    width: 100%;
}
.doctor_block {
    width: 100%;
    max-width: 760px;
    margin: 0px auto;
    padding-left: 50px;
    padding-right: 15px;
}
.doctor_profile_main {
    display: flex !important;

}
.doctor_link {
    font-weight: 600;
    color: #003267;
}
.doctor_about_row .para_txt h3 {
    color: #56ACC6;
}
.main_txt h2 {
    font-size: 38px;
}
.doctor_about_row {
    width: 100%;
    margin: 0;
}
.doctor_about_row .slick-list.draggable {
    padding: 0;
}
.doctor_section .doctor_block {
    left: 0;
    right: -75px;
    z-index: 1;
}
.doctor_section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #56ACC6;
}
.doctor_section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #56ACC6;
}
.doctor_section .slick-dots button:focus,
.doctor_section .slick-dots button:hover {
    background: transparent !important;
}
.doctor_section .slick-dots li button:before {
    font-size: 12px;
}
.doctor_section .slick-arrow {
    position: absolute;
    font-size: 25px;
    /* left: 8%; */
    bottom: 3%;
    color: #ffffff !important;
    background: var(--blue_color) !important;
    border-radius: 60px;
    padding: 10px;
    width: fit-content;
    z-index: 10;
    border-color: var(--blue_color);
}
.doctor_section .pull-right.slick-arrow {
    margin-left: 60px;
}
.doctor_section .fa-arrow-right:before,
.doctor_section .fa-arrow-left:before {
    font-family: 'Font Awesome 6 Pro';
}
.doctor_section .slick-arrow:hover,
.doctor_section .slick-arrow:focus {
    background: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1780px) {
    .doctor_section .slick-arrow {
        bottom: -13%;
    }
}
@media only screen and (max-width: 1199px) {
    .main_txt h2 {
        font-size: 34px;
    }
    .doctor_profile_main {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .doctor_img img, .doctor_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .doctor_block {
        width: 100%;
        max-width: 100%;
        margin: 0px auto;
    }
    .doctor_block {
        padding: 0px 30px 0px 30px;
    }
    .arrow_row {
        display: none;
    }
    .doctor_about_row .para_txt h3{
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .main_txt h2 {
        font-size: 30px;
    }
    .doctor_about_row .para_txt h3 {
        font-size: 20px;
        margin: 0 0 16px;
    }
    
}
/*===============================================
= End about doctor Section CSS
===============================================*/
/* Patient Story Section CSS */
.patient_story_section {
    background-color: #F2F8FD;
}
.patient_story_container {
    max-width: 1680px !important;
}
.row.patient_story_row {
    display: block;
}
.patient_story_col_one {
    margin-bottom: 40px;
}
.patient_story_heading_txt {
    text-align: center;
}
.patient_story_heading_txt span {
    font-size: 19px;
    font-weight: 400;
    color: #6C675C;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 19px;
    font-family: var(--nunito_sans_font);
}
.patient_story_heading_txt h2 {
    color: var(--dark_blue);
    font-weight: var(--font-weight-bold);
    margin: 0;
    font-size: 38px;
    line-height: 1.5;
}
.patient_story_video_blocks {
    display: flex;
    justify-content: center;
}
.center-slider .slick-slide {
    color: #FFF;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}
.center-slider .slick-current.slick-active {
    transform: scale(1.1);
}
.patient_testi_story_video {
    padding: 66.66% 0 0 0;
    position: relative;
    opacity: 0.5;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.slick-current.slick-active .patient_testi_story_video {
    opacity: 1 !important;
}
.patient_testi_story_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #959595;
}
.patient_story_video_blocks .slick-dots {
    bottom: -45px;
}
.slick-dots li, .slick-dots li button {
    background-color: transparent !important;
    border: transparent !important;
}
.slick-dots li, .slick-dots li button, .slick-dots li button::before {
    padding: 0;
    width: 10px;
    height: 10px;
    line-height: 12px;
}
.slick-dots li button::before {
    font-size: 12px !important;
    opacity: 1;
    color: #C0C0C0 !important;
}
.slick-dots li.slick-active button::before {
    color: #4089C7 !important;
}
.patient_slider_arrows {
    text-align: center;
    margin: 30px 0 0;
}
button.patient_arrow {
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #0063B4;
    border: 2px solid #0063B4;
    margin: 0 3px;
}
button.patient_arrow:hover,
button.patient_arrow:focus {
    background-color: #0063B4;
    color: #ffffff;
}
button.patient_arrow i {
    line-height: 34px;
}
@media screen and (max-width: 1280px) {
    .patient_story_video_blocks {
        margin: 0 auto;
    }
    .patient_story_heading_txt h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1140px) {
    .patient_story_video_blocks {
        max-width: -webkit-fill-available;
    }
}
@media screen and (max-width: 980px) {
    .patient_story_heading_txt span {
        margin-bottom: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .patient_story_video_blocks {
        display: block;
    }
    .patient_story_col_one {
        margin-bottom: 20px;
    }
    .patient_story_heading_txt h2 {
        font-size: 25px;
    }
    .patient_testi_story_video {
        padding: 56.66% 0 0 0;
    }
    .center-slider .slick-slide {
        margin: 0 !important;
    }
}
@media screen and (max-width: 374px) {
    .patient_story_container {
        padding: 0 20px!important;
    }
}
/* Patient Story Section CSS */
/*===============================================
= service section CSS
============================================*/
.service_box > div {
    box-shadow: 0 2px 18px #d1dae5;
    padding: 25px 20px;
    border-radius: 15px 15px 15px 15px;
}
.service_box h4 {
    color: #56ACC6 !important;
    margin-bottom: 15px;
    font-weight: 700;
}
.service_sec .site-title {
    margin-bottom: 40px;
}
.service_sec .site-title h3 {
    margin-bottom: 15px;
}
.service_slider .service_main {
    background-color: var(--white_color);
    padding: 12px 12px 15px 12px;
}
.service_slider .slick-track {
    display: flex;
}
@media only screen and (min-width: 768px){
    .service_slider .slick-track {
        display: flex;
    }
    .service_box > div, .service_slider .service_main {
        height: 100%;
    }
    .service_slider .slick-track > div {
    height: auto;
        display: flex;
    }
}
/*@media only screen and (max-width: 991px){
    .service_sec .row .col-md-6:not(:nth-last-child(-n+2)) {
        margin-bottom: 25px;
    }
}*/
@media only screen and (max-width: 767px){
    .service_box h4{
        font-size: 20px;
    }
}
/*===============================================
= end service section CSS
============================================*/

/*=============================================
= Awards Section  CSS
=============================================*/
.awards-sec {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}
.awards-heading {
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.awards-heading::before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: rgba(255 255 255 / 20%);
    z-index: -1;
}
.awards-heading h2 {
    color: #ffffff;
}
.awards-logo {
    padding: 20px;
    text-align: center;
}
.awards-logo {
    background: #e0ebf7;
    border-radius: 10px;
    margin: 0px 10px;
}
.awards-logo img {
    width: 170px;
    height: 80px;
    object-fit: contain;
}
.logo_row {
    justify-content: center;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1024px){
    .awards-sec{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px){
    .awards-heading{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767px){
    .awards-sec, .awards-heading{
        padding-bottom: 40px;
    }
    .awards-logo{
        padding: 10px 0;
    }
}
@media only screen and (max-width: 575px){
    .awards-logo{
        padding: 5px 0;
    }
}
/*=============================================
= Awards Section  CSS
=============================================*/

ul.hours {
    text-align: end;
}
.site-footer-content h3 {
    text-align: end;
}

div#navbarSupportedContent, a.navbar-toggler {
    display: none !important;
}