html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
}

a {
    color: #33c9dc;
    transition: all 0.5s ease 0s;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

p {
    font-family: 'Noto Sans', sans-serif;
    word-break: break-word;
}

/* Main wrapper */

.main-wrapper,
.inner-wrapper {
    position: relative;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    overflow: hidden;
}

.content-wrapper {
    min-height: 650px;
}

.inner-wrapper .content-wrapper section:nth-child(1) {
    margin-top: -100px;
    position: relative;
    z-index: 3;
}

.content-wrapper .foot-sec-bg {
    margin-top: 150px;
}

.main-wrapper .content-wrapper .foot-sec-bg {
    margin-top: 0px;
}

/* Maximum width for main section */

.max-cntr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 50px;
}

.scrolltop {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 90px;
    right: -80px;
    border-radius: 100%;
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(0, 188, 212, 1) 0%, rgba(0, 188, 212) 81.3%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: 300ms;
    z-index: 99;
}

.scrolltop ion-icon {
    margin-top: 7px;
}

.scrolltop:hover ion-icon {
    animation-name: rotate1;
    animation-duration: 300ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes rotate1 {
    from {
        margin-top: 15px
    }
    to {
        margin-top: 5px
    }
}

.scrvisible {
    right: 30px;
    transition: all 400ms;
    transform: rotate(360deg)
}

.hidescroll {
    transition: opacity 0.6s ease-out;
}

.inactive {
    opacity: 0;
}

/* Header Section */

.header-wrapper {
    position: relative;
}

/* .banner-bg::before{position: absolute; content: ''; background: url(../images/banner-bg.jpg) no-repeat; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; background-position-x: center; background-position-y: center; min-height: 1015px;} */

.mnu-tpbr {
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color:#ffffff;
    top: 0px;
    box-shadow: 20px 0px 25px rgba(0, 0, 0, 0.5);
}

/* Topbar Section */

.top-bar {
    font-size: 14px;
    color: #666;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    z-index: 3;
}

.top-bar a {
    color: #ffffff;
}

.tpbr {
    margin-bottom: 5px;
    position: relative;
    z-index: 6;
}

.tp1 {
    text-align: right;
    position: relative;
    padding: 15px 0px 10px;
    display: flex;
    justify-content: flex-end;
}

.tp1 ion-icon {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #00a450;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
}

.tp-phone {
    margin-right: 30px;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 300;
}

.tp-email {
    margin-left: 0;
    font-size: 16px;
}

.tp-email a {
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    font-weight: 300;
}

.tp-email a:hover {
    color: #00a450;
}

.tp1 span {
    display: flex;
    align-items: center;
}

/* Navbar Section */

.nav-cntlr {
    width: 100%;
}

.nav-lft {
    margin-top: 0px;
    width: 20%;
}

.nav-lft .navbar-brand {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: 0.4s;
}

.nav-lft .navbar-brand img {
    max-height: 90px;
        padding: 0px 12px 0px 35px;
}

.nav-cnt {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.nav-cnt .navbar-collapse {
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.nav-cnt .nav-item a {
    position: relative;
    transition: all 0.5s ease 0s;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #2a67b7;;
    padding: 0px 30px 0px !important;
    margin: 0px 0px;
    line-height: 23px;
     height:50px;
    display: flex;
    align-items: center;
}

.nav-cnt .nav-item a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: -1;
}

.nav-cnt .nav-item a ion-icon {
    font-size: 20px;
    margin-top: 2px;
}

.nav-cnt .nav-item a:hover {
    color:black;
    transition: all 0.5s ease 0s;
}

.nav-cnt .nav-item a:hover::before {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.nav-cnt .nav-item a:hover.dropdown-toggle::after {
    background: url(../images/menu-down.png) no-repeat;
    width: 18px;
    height: 8px;
    background-size: contain;
    margin-left: 10px;
    vertical-align: 0px;
    border: none;
    transition: all 0.5s ease 0s;
}

.nav-item .active {
    font-weight: 600 !important;
    color: #2a67b7  !important;
}

.nav-item a.active::before {
    width: 100%;
    height: 100%;
}

.nav-item .active.dropdown-toggle::after {
    background: url(../images/menu-down.png) no-repeat;
    width: 18px;
    height: 8px;
    background-size: contain;
    margin-left: 10px;
    vertical-align: 0px;
    border: none;
    transition: all 0.5s ease 0s;
}

.nav-item .active ion-icon {
    font-weight: 600 !important;
}

.nav-cnt .navbar-collapse .navbar-nav {
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

.navbar-expand-lg {
    margin: 0px 0px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}

.nav-cnt .nav-item {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}

.nav-cnt .nav-item::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 188, 212, 1);
    z-index: -1;
}

.nav-cnt .nav-item:hover::before {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.nav-rht {
    width: 15%;
    display: flex;
    justify-content: flex-end;
}

.nav-rht .mob-nav-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 45px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    transition: 0.4;
}

.nav-rht .mob-nav-top a:hover {
    transition: 0.4;
    background-color: #0094de;
    cursor: pointer;
}

.nav-rht .mob-nav-top a.xbutton {
    margin-left: 0px !important;
    border: none;
}

.nav-cnt .nav-item:nth-child(1) a {
    padding: 0px 40px !important;
}

.xbutton {
    display: flex;
    font-size: 32px;
    color: #000;
    width: 45px;
    height: 45px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    padding: 0px !important;
    transition: all 0.5s ease 0s;
    margin-left: 15px !important;
}

.xbutton:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
    border: 1px solid #fff;
}

.xbutton span:hover {
    color: #fff;
    width: auto;
    transition: all 0.5s ease 0s;
}

.mnln1 {
    content: "";
    width: 15px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
    position: relative;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
}

.mnln1::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    left: 0px;
    top: -7px;
    transition: all 0.5s ease 0s;
}

.mnln1::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    left: 0px;
    bottom: -8px;
    transition: all 0.5s ease 0s;
}

.xbutton:hover .mnln1::before {
    background-color: #fff;
    width: 20px;
    transition: all 0.5s ease 0s;
}

.xbutton:hover .mnln1::after {
    background-color: #fff;
    width: 20px;
    transition: all 0.5s ease 0s;
}

.xbutton:hover .mnln1 {
    background-color: #fff;
    width: 20px;
    transition: all 0.5s ease 0s;
    margin-left: 2px;
}

.mega-dropdown-menu {
    padding: 20px 10px 20px;
    width: 273px;
    top: 70px;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    
    background-color: rgb(3 73 173);
    border-radius: 0;
    border: 0 none;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    margin-left: 0px;
}

.megalink:last-child {
    border-right: 0 none;
}

.mega-dropdown-menu>li ul {
    padding: 0;
    margin: 0;
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 5px 20px;
    min-height: 40px;
}

.megalink li:first-child {
    border-top: 0 none;
}

.mega-dropdown-menu>li ul>li {
    list-style: none;
    margin: 0px 5px 5px 5px;
    padding: 0 !important;
    border-left: none !important;
}

.nav-cnt .nav-item .mega-dropdown-menu>li ul>li>a {
    display: block;
    color: #ffffff !important;
    padding: 0px 0px 12px 0px !important;
    position: relative;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 0px 0px !important;
    line-height: 15px !important;
    height: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #fff !important;
}

.nav-cnt .nav-item .mega-dropdown-menu>li ul>li>a:hover {
    color: rgba(0, 188, 212, 1) !important;
    border-bottom: 1px solid rgba(0, 188, 212, 1);
}

.megalink:last-child {
    border-right: 0 none;
}

.mega-dropdown-menu>li ul>li>a small {
    display: none;
    width: 125px;
    height: 125px;
    margin: 10px 0px;
}

/* .megalink li {border-bottom:1px solid rgba(20, 20, 20, 0.09);}  */

.dropdown-toggle::after {
    margin-left: 10px;
    vertical-align: 0px;
    border: none;
    background: url(../images/menu-down.png) no-repeat;
    width: 18px;
    height: 8px;
    background-size: contain;
    transition: all 0.5s ease 0s;
}

.mega-dropdown-menu>li ul>li>a::before {
    display: none;
}

.nav-cnt .navbar-collapse .navbar-nav li:nth-child(1) {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0px 0px;
}

.nav-cnt .navbar-collapse .navbar-nav li:nth-child(1) .mega-dropdown-menu {
    width: 200px;
    margin: 0px auto;
    left: -40px;
}

.nav-cnt .navbar-collapse .navbar-nav li:nth-child(1) .mega-dropdown-menu>li ul {
    grid-template-columns: repeat(1, 1fr);
}

.nav-cnt .navbar-collapse .navbar-nav li:nth-child(1) .mega-dropdown-menu>li ul>li a {
    text-align: center;
}

.nav-cnt .navbar-collapse .navbar-nav li:nth-child(1) .mega-dropdown-menu>li ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.full-link {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
}

.full-link .drpcol {
    width: 100%;
}

.full-link .drpcol h2.drp-tit {
    font-size: 16px;
    display: flex;
    align-items: center;
    background-color: #0093dd;
    height: 50px;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    line-height: 16px;
    margin: 5px 0px 15px;
}

.full-link .drpnoflex {
    margin-bottom: 0px;
}

.full-link .drpnoflex li a:hover::after {
    left: -5px !important;
}

.mob-btn-sec {
    display: none;
}

/* Sidebar Overlay */

.noscroll {
    overflow: hidden;
}

.preview-open {
    overflow: hidden !important;
}

.eoverlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease 0s;
    left: 0;
    top: 0;
}

.eoverlay.active {
    display: block;
    opacity: 1;
}

.js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg)
}

.js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: .4;
    background: var(--color-link);
    animation: loaderAnim .7s linear infinite alternate forwards
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(.5, .5, 1)
    }
}

.ovelay-hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none
}

.overlay-close .icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
    cursor: pointer;
}

.codrops-icon {
    display: inline-block;
    margin: .15em;
    padding: .25em;
}

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
    background-color: rgba(51, 201, 220, 1);
    overflow-x: hidden;
    transform: translateX(0%);
    transform: translateY(0%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s;
    visibility: hidden;
}

.menu-overlay-open {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.menu-oly .overlay-item {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(51, 201, 220, 1) 50%);
    opacity: 0;
    padding: 0px;
    text-align: left;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 0;
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 #fff;
    background-size: cover;
}

::-webkit-scrollbar .menu-oly .overlay-item {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    opacity: 0;
    padding: 0px;
    text-align: left;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 0;
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 #fff;
}

.menu-oly .overlay-item[style="opacity: 1;"] {
    z-index: 99;
    transition: all ease-in 0.2s;
    animation-name: fadeIn;
}

.menu-oly .overlay-item .item-pad {
    padding: 0px;
    width: 100%;
    transition: all ease-in 0.4s;
    border-radius: 10px;
}

.menu-oly .overlay-close {
    position: fixed;
    cursor: pointer;
    top: 12px;
    right: 15%;
    color: rgba(255, 255, 255, 0.7);
    border: 0;
    opacity: 0;
    z-index: 999;
    background-color: transparent !important;
    transition: all ease-in 0.5s;
    font-size: 40px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-oly .overlay-close:hover {
    color: rgba(255, 255, 255, 1);
    transition: all ease-in 0.5s;
    transform: rotate(180deg);
}

.menu-oly .overlay-close:focus {
    outline: 0
}

/* Mobile Menu */

.mob-rht-clr {
    width: 100%;
    position: relative;
    height: 100vh;
}

.mob-rht-clr::before {
    position: absolute;
    content: '';
    width: 45%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 201, 220, 1);
    z-index: 111;
}

.mbl-menu-btm {
    width: 100%;
}

.mbl-menu {
    width: 100%;
    position: relative;
}

.mbl-menu .mbl-menu-box {
    width: 100%;
    display: flex;
    height: 100%;
    margin-top: 80px;
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
}

.mbl-head-slct {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    background: rgba(77, 77, 77, 1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.mbl-menu .mbl-head-slct .top-lks {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
    /* border-bottom: 1px solid #eee; */
}

.mbl-menu .mbl-head-slct .top-lft {
    width: 10%;
}

.mbl-menu .mbl-head-slct .top-rht {
    width: 85%;
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}

.mbl-menu .mbl-head-slct .top-lks span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mbl-menu .mbl-head-slct .top-lks span a {
    display: flex;
}

.mbl-menu .mbl-head-slct .top-lks span a img {
    max-height: 60px;
}

.mbl-menu .mbl-head-slct .top-lks .top-rht a {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    background-color: #ed1c24;
    border: 2px solid #ed1c24;
    transition: all ease-in 0.5s;
}

.mbl-menu .mbl-head-slct .top-lks .top-rht a:hover {
    background: transparent;
    border: 2px solid #ed1c24;
    transition: all ease-in 0.5s;
}

.mbl-menu .mbl-head-slct .top-lks .top-rht span a {
    background-color: transparent;
    font-weight: 400;
    border: none;
    text-transform: none;
}

.mbl-menu .mbl-head-slct .top-lks .top-rht span a:hover {
    color: rgba(255, 255, 255, 0.3);
    border: none;
}

.mbl-menu .mbl-head-slct .top-lks .top-rht span i {
    color: #fff;
}

.mbl-menu-box .menu-rht {
    width: 45%;
    position: relative;
    background-color: rgba(51, 201, 220, 1);
}

.mbl-menu-box .menu-rht .top-lks {
    width: 100%;
}

.mbl-menu-box .menu-rht .top-menu-lnk {
    width: 100%;
    background-color: rgba(10, 93, 172, 0.1);
    padding: 25px 35px 25px;
    text-align: center;
    border-radius: 30px;
}

.mbl-menu-box .menu-rht h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
    color: #848484;
    text-align: center;
    margin-bottom: 20px;
}

.mbl-menu-box .menu-rht .top-menu-lnk ul {
    padding: 0px 0px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.full-list-box span ul li {
    width: 100%;
    display: flex;
    justify-content: left;
    position: relative;
    transition: all ease-in 0.5s;
    padding: 5px;
    align-items: center;
}

.full-list-box span ul li :last-child {
    border-bottom: 0 none;
}

.full-list-box span ul li a {
    color: #3d3e3e;
    padding: 0px 0px 0 0;
    position: relative;
    transition: all ease-in 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 18px;
}

.full-list-box span ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 1px;
    width: 0%;
    background-color: #5bd3e3;
    font-size: 11px;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.full-list-box span ul li a:hover::after {
    -webkit-animation: fline 1s linear 0s;
    animation: fline 1s linear 0s;
    opacity: 1;
}

@-webkit-keyframes fline {
    0% {
        left: -10%;
        width: 5%;
    }
    25% {
        left: 25%;
        width: 25%;
    }
    50% {
        left: 50%;
        width: 50%;
    }
    75% {
        left: 75%;
        width: 25%;
    }
    100% {
        left: 100%;
        width: 0%;
    }
}

@keyframes fline {
    0% {
        left: -10%;
        width: 5%;
    }
    25% {
        left: 25%;
        width: 25%;
    }
    50% {
        left: 50%;
        width: 50%;
    }
    75% {
        left: 75%;
        width: 25%;
    }
    100% {
        left: 100%;
        width: 0%;
    }
}

.full-list-box span ul li a:hover {
    color: #33c9dc;
}

.full-list-box span ul li .active {
    position: relative;
    transition: all ease-in 0.5s;
}

.sctn-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0px 30px 0px;
}

.sctn-box .dtls-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
}

.sctn-box .dtls-box:nth-child(1) {
    border-bottom: none;
}

.sctn-box .dtls-box:nth-child(3) {
    width: 45%;
}

.sctn-box .dtls-box:nth-child(4) {
    width: 45%;
}

.sctn-box .dtls-box h6 {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sctn-box .dtls-box .box-lt {
    min-width: 34px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin-right: 15px;
}

.sctn-box .dtls-box .box-lt ion-icon {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.sctn-box .dtls-box .box-rht {
    position: relative;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.sctn-box .dtls-box .box-rht span {
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    width: 100%;
}

.sctn-box .dtls-box .box-rht p {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.sctn-box .dtls-box .box-rht a {
    color: #fff;
    font-size: 18px;
    transition: all ease 0.4s;
}

.sctn-box .dtls-box .box-rht a:hover {
    opacity: 0.5;
    transition: all ease 0.4s;
}

.sctn-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0px 0px 0px 50px;
}

.sctn-btn p {
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.sctn-btn a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #33c9dc;
    font-weight: 400;
    padding: 8px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}

.sctn-btn a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.ftcontact {
    width: 100%;
    padding: 30px 30px;
    background: rgba(12, 3, 107, 0.05);
    border-radius: 30px;
}

.ftcontact .full-ft-ads {
    display: flex;
    flex-wrap: wrap;
}

.ftcontact .full-ft-ads h3 {
    font-size: 28px;
    color: #33c9dc;
    font-weight: 800;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ftcontact .full-ft-ads h3 b {
    color: #ed1c24;
    font-weight: 800;
}

.ftcontact .full-ft-ads small {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 16px;
}

.ftcontact i {
    display: flex;
    align-items: center;
    justify-content: left;
    font-style: normal;
    color: #333;
    font-size: 16px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    padding: 5px 0;
}

.ftcontact i span.lnr {
    color: rgba(10, 93, 172, 0.4);
    padding-right: 15px;
}

.ftcontact i a {
    color: #555;
}

.ftcontact i a:hover {
    color: #33c9dc;
}

.ftcontact i:last-child {
    border: 0 none;
}

.mbl-menu-box .menu-lft {
    width: 55%;
    position: relative;
    padding: 50px 0px 50px 0px;
}

.mbl-main-links h2 {
    font-size: 24px;
    font-weight: 800;
    color: #848484;
    text-transform: capitalize;
}

.mbl-main-links .full-sctn {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 100%;
}

.mbl-main-links .full-list-box:nth-child(2) {
    margin-bottom: 0;
    border-right: 0;
}

.mbl-main-links .full-list-box:first-child {
    padding: 0;
}

.mbl-main-links .full-list-box h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #33c9dc;
    text-transform: uppercase;
}

.mbl-main-links .full-list-box span b {
    width: 100%;
}

.mbl-main-links .full-list-box span b a {
    color: #33c9dc;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.mbl-main-links .full-list-box span b a:hover {
    color: #111;
}

.mbl-main-links .full-list-box span {
    display: flex;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    padding: 10px 0px 0px;
    flex-wrap: wrap;
}

.mbl-main-links .full-list-box span:last-child {
    border-bottom: 0;
}

.mbl-main-links .full-list-box span ul {
    list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 30px;
    width: 100%;
    padding-left: 0px;
    position: relative;
}

.mbl-main-links .full-list-box span ul li {
    margin-bottom: 15px;
}

.mbl-main-links .full-list-box:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}

.mbe-fil-mnu {
    width: 100%;
    margin: 25px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.mbe-fil-mnu .drpcol {
    padding: 25px;
    background-color: #f0f0f0;
    border-radius: 20px;
    width: 100%;
}

.mbe-fil-mnu .drpcol h2.drp-tit {
    font-size: 18px;
    font-weight: 800;
    color: #6c6c6c;
    text-transform: capitalize;
    background-color: rgb(255, 255, 255);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 30px 0px;
}

.mbe-fil-mnu .drpcol ul.drpnoflex {
    list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    width: 100%;
    padding-left: 0px;
    position: relative;
    margin-top: 20px;
}

.mbe-fil-mnu .drpcol ul.drpnoflex li {
    margin-bottom: 10px;
}

.mbe-fil-mnu .drpcol ul.drpnoflex li a {
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.4s;
}

.mbe-fil-mnu .drpcol ul.drpnoflex li a:hover {
    transition: 0.4s;
    color: #111;
}

.full-list-box span ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 16px;
}

.full-list-box span ul li a:hover {
    color: #1a1a1a;
}

.full-list-box span ul li a .lnr {
    font-size: 12px;
    color: #777;
    padding-right: 5px;
}

.mbl-main-links {
    padding-bottom: 25px;
}

.fll-ftr-btm {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    bottom: 0;
}

.fll-ftr-btm a {
    text-transform: uppercase;
    color: #2b318e;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-right: 30px;
    font-weight: 400;
    position: relative;
}

.fll-ftr-btm a::before {
    position: absolute;
    width: 1px;
    height: 12px;
    content: "";
    right: -8px;
    background-color: rgba(92, 23, 165, 0.15);
    top: 3px;
    right: -15px;
}

.fll-ftr-btm a:last-child::before {
    content: none;
}

.fll-ftr-btm a:last-child {
    margin-right: 0;
}

.fll-ftr-btm a:hover {
    color: #ed1c24;
}

.fll-ftr-btm .fll-ftr-rht a:hover {
    color: #ed1c24;
}

.fll-ftr-btm .fll-ftr-rht a {
    color: #888;
    text-transform: initial;
}

/* Top links sticky menu styles */

.top-links .topflex {
    justify-content: flex-end;
    position: relative;
    display: none;
}

.top-links {
    position: relative;
}

.top-links.sticky {
    position: fixed;
    background: #ffffff;
    top: 0;
    padding: 5px 0px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 9999;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.20);
    width: 100%;
}

.top-links.sticky .mega-dropdown-menu {
    top: 52px;
}

.top-links.sticky .topflex {
    display: block;
}

.top-links.sticky .topflex {
    max-width: 100%;
    margin: auto;
    padding: 0px 0px;
}

.top-links.sticky .topflex .navbar {
    padding: 0px 0px;
    align-items: center;
}

.top-links.sticky .topflex .navbar img {
    max-height: 70px;
    position: relative;
    top: 0;
}

.top-links.sticky .stklogo {
    display: unset;
}

.top-links.sticky .nav-rht {
    align-items: center;
    width: 50%;
}

.top-links.sticky .nav-rht .nav-link {
    color: #777373;
    padding: 8px 0px 0px !important;
}

.top-links.sticky .nav-rht li.nav-item:last-child .nav-link {
    padding: 0px 0px 0px !important;
    margin-left: 0px !important;
}

.top-links.sticky .mnln1 {
    background-color: #2a67b7;
}

.top-links.sticky .mnln1::before {
    background-color: #2a67b7;
}

.top-links.sticky .mnln1::after {
    background-color: #2a67b7;
    width: 25px;
}

.top-links.sticky .nav-rht .xbutton {
    border: 1px solid #2a67b7;
    width: 45px;
    height: 45px;
}

.top-links.sticky .nav-rht .nav-item .active {
    font-weight: 600;
    border-bottom: 2px solid #ff276f;
    color: #034fad !important;
}

.top-links.sticky .nav-rht .nav-item a::before {
    background-color: #034fad;
}

.top-links.sticky .navbar-expand-lg {
    margin: 0;
}

.top-links.sticky .nav-lft {
    width: 50%;
    height: unset;
    border-radius: 0;
    margin-top: 0;
    background-color: transparent;
}

.top-links.sticky .nav-lft .navbar-brand {
    border-radius: 0;
    display: unset;
}

.top-links.sticky .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.top-links.sticky .xbutton:hover .mnln1::after {
    width: 20px;
}

.top-links.sticky .xbutton:hover .mnln1 {
    margin-left: 0;
}

.top-links.sticky .nav-lft a.navbar-brand:hover {
    box-shadow: none;
}

/* Animate */

.xhidden {
    opacity: 0;
}

.xvisible {
    opacity: 1;
}

.xanimated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.xanimated2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Footer Section */

.foot-sec-bg {
    width: 100%;
}

.foot-log-bg {
    background-color: #fff;
}

/* Footer Section styles */

.footer-wrapper {
    background-color: #ffffff;
}

.footer-bg {
    position: relative;
}

.foot-main {
    width: 100%;
    display: flex;
    position: relative;
    padding: 0px;
    align-items: flex-start;
}

.foot-main-lft {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0px 40px 0px;
}

.ft-logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-logo span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ft-logo span img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 100px;
}

.ft-add-cont {
    width: 80%;
    display: flex;
    justify-content: center;
}

.ft-add-cont div:nth-child(1) {
    width: 40%;
}

.ft-add-cont div:nth-child(2) {
    width: 60%;
    display: flex;
}

.ft-add-cont h3 {
    font-weight: 700;
    font-size: 18px;
    color: #2352af;
    text-align: center;
    width: 100%;
}

.ft-add-cont p {
    color: #2352af;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.ft-phone {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2352af;
    font-weight: 400;
}

.ft-phone i {
    width: 35px;
    height: 35px;
    padding: 0px;
    margin-right: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-phone i ion-icon {
    font-size: 24px;
    color:#2352af ;
}

.ft-email {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-email a {
    font-size: 18px;
    color: #2352af;
    font-weight: 400;
}

.ft-email a:hover {
    color: rgba(0, 188, 212, 1);
}

.ft-email i {
    width: 35px;
    height: 35px;
    padding: 0px;
    margin-right: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-email i ion-icon {
    font-size: 24px;
    color: #2352af;
}

.foot-main-rht {
    width: 100%;
    display: flex;
    padding: 30px 0px 30px 0px;
    align-items: center;
}

.ft-link {
    width: 75%;
}

.ft-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ft-link ul li {
    min-width: 5%;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #777777;
    line-height: 16px;
    margin-bottom: 0px;
}

.ft-link ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.ft-link ul li a {
    font-size: 16px;
    color: rgb(21 82 175);
    font-weight: 700;
    transition: 0.4s;
}

.ft-link ul li a:hover {
    color: rgba(0, 188, 212, 1);
    transition: 0.4s;
}

.ft-clt-log {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.ft-clt-log span {
    background-color: #fff;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    height: 100px;
    align-items: center;
}

.ft-clt-log span img {
    object-fit: contain;
    width: 100%;
}

.ft-clt-log span:nth-child(1) img {
    height: 75px;
}

.ft-clt-log span:nth-child(2) img {
    height: 50px;
}

.ft-socl-link {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.ft-socl-link h5 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 10px;
}

.socl-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.socl-link span {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0px 10px;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.5s ease 0s;
}

.socl-link span a {
    color: rgba(255, 255, 255, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
}

.socl-link span a ion-icon {
    font-size: 20px;
    transition: all 0.5s ease 0s;
}

.socl-link span:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.socl-link span:hover a {
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.cop-rht-bdr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #333333;
}

.coy-rgt {
    display: flex;
    justify-content: space-between;
    
    flex-wrap: wrap;
    align-items: center;
}

/* .coy-rgt div:last-child{display: none;} */

.coy-rgt span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #777;
    line-height: 14px;
    font-size: 14px;
    color:#2352af;
}

.coy-rgt small span:last-child {
    border-right: none;
}

.coy-rgt span a {
    transition: 0.4s;
    color: #fff;
}

.coy-rgt span a:hover {
    transition: 0.4s;
    color: rgba(0, 188, 212, 1);
}

.coy-rgt p {
    margin-bottom: 0;
    color: #2352af;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-top: 3px;
    line-height: 18px;
}

.error {
    color: #f00 !important;
}

.wts-icon {
    position: fixed;
    right: 25px;
    bottom: 40%;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 999;
    background: #00e676;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.wts-icon a {
    display: flex;
    text-align: center;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.wts-icon a i {
    color: #fff;
    font-size: 36px;
    margin-top: 0px;
    animation: beatHeart 1s 1s both infinite;
}

.wts-icon a img {
    max-width: 100%;
    height: auto;
}

.wts-icon:hover {
    background: #00cf6a;
    transition: all ease 0.4s;
}

@keyframes beatHeart {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* SiteMap */

.sitemap-page {
    width: 100%;
}

.sitemap-part {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 188, 212, 1);
    background: rgba(17, 17, 17, 0.9);
    z-index: 1;
}

.site-map-sctn {
    width: 100%;
}

.sitemap-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sitemap-header .lft {
    width: 20%;
}

.sitemap-header .lft a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sitemap-header .lft a img {
    max-height: 75px;
}

.sitemap-header .rht {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}

.sitemap-header .rht .rht-lnk {
    display: flex;
    align-items: center;
}

.sitemap-header .rht .rht-lnk span {
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sitemap-header .rht .rht-lnk span a {
    font-size: 18px;
    font-weight: 400;
    color: #6e6d72;
    transition: 0.4s;
}

.sitemap-header .rht .rht-lnk span a:hover {
    transition: 0.4s;
    color: rgba(0, 188, 212, 1);
}

.sitemap-header .rht .rht-lnk span ion-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 16px;
    color: rgba(0, 188, 212, 1);
}

.sitemap-cnt {
    width: 100%;
    padding: 185px 0px 0px;
    z-index: 0;
}

.site-map-cnt {
    width: 100%;
}

.site-map-box {
    width: 100%;
    border-bottom: 2px dotted #cdcdcd;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.site-map-box:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

.site-map-box .tit {
    width: 100%;
}

.site-map-box .tit h1 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 188, 212, 1);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.site-map-box .tit h1 ion-icon {
    font-size: 22px;
    margin-right: 15px;
    color: #aaa;
}

.site-map-lst {
    width: 100%;
    margin: 10px 0px 25px;
}

.site-map-lst:last-child {
    margin-bottom: 20px;
}

.site-map-lst h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
    color: #333;
    display: flex;
    align-items: center;
}

.site-map-lst h2 a {
    color: #333;
}

.site-map-lst ul {
    padding-left: 35px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px 25px;
}

.site-map-lst ul li {
    list-style: none;
}

.site-map-lst ul li a {
    font-size: 17px;
    display: flex;
    align-items: center;
    line-height: 18px;
    color: #6d6c72;
    transition: 0.4s;
}

.site-map-lst ul li a:hover {
    color: rgba(0, 188, 212, 1);
    transition: 0.4s;
}

/* Extra large devices (large desktops, 1368px and up) */

@media (max-width: 1366px) {
    .menu-oly .overlay-item {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 54%, rgba(51, 201, 220, 1) 46%);
    }
    .sctn-box {
        padding: 50px 0px 30px 50px;
    }
    .menu-oly .overlay-close {
        right: 3%;
    }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1200px) {
    .nav-lft {
        width: 25%;
    }
    .nav-cnt {
        width: 75%;
    }
    .sctn-box .dtls-box h6 {
        font-size: 28px;
    }
    .sctn-btn p {
        line-height: 28px;
    }
    .ft-add-cont div:nth-child(1) {
        width: 60%;
    }
    .ft-add-cont div:nth-child(2) {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
    }
    .ft-phone {
        justify-content: flex-start;
    }
    .ft-email {
        justify-content: flex-start;
    }
}

/* iPads (portrait and landscape)  @media only screen and (min-device-width : 970px) and (max-device-width : 1024px) */

@media (max-width: 1024px) {
    .nav-cnt .nav-item a {
        padding: 0px 25px 0px !important;
    }
    .mega-dropdown-menu {
        width: 643px;
        right: -174px;
    }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 992px) {
    .mob-btn-sec {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .navbar-expand-lg {
        margin: 15px 0px;
    }
    .nav-lft .navbar-brand img {
        max-height: 75px;
    }
    .xbutton {
        color: #fff;
        border: 1px solid #fff;
    }
    .xbutton .mnln1 {
        background-color: #fff;
    }
    .xbutton .mnln1::before {
        background-color: rgba(255, 255, 255, 1);
    }
    .xbutton .mnln1::after {
        background-color: rgba(255, 255, 255, 1);
        width: 25px;
    }
    .xbutton:hover .mnln1 {
        margin-left: 0;
    }
    .top-links.sticky .nav-rht .collapse:not(.show) {
        display: flex;
    }
    .top-links.sticky .topflex .navbar {
        padding: 10px 0px;
    }
    .foot-main-rht {
        flex-wrap: wrap;
    }
    .ft-link {
        width: 100%;
        margin-bottom: 35px;
    }
    .ft-link ul {
        justify-content: center;
    }
    .ft-clt-log {
        width: 100%;
        justify-content: center;
    }
    .ft-logo {
        width: 25%;
    }
    .ft-add-cont h3 {
        text-align: left;
        font-size: 24px;
    }
    .ft-add-cont p {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
    }
    .ft-logo span img {
        max-height: 125px;
    }
    .ft-add-cont {
        flex-wrap: wrap;
        width: 75%;
        padding-left: 50px;
    }
    .ft-add-cont div:nth-child(1) {
        width: 100%;
        margin-bottom: 15px;
    }
    .ft-add-cont div:nth-child(2) {
        width: 100%;
    }
    .menu-oly .overlay-item {
        background: linear-gradient(0deg, rgb(255, 255, 255)100%, rgb(255, 255, 225) 0%);
    }
    .mbl-main-links .full-list-box span ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .mbl-menu-box .menu-lft {
        width: 100%;
        padding: 50px 0px 0px 0px;
    }
    .mbl-menu-box .menu-rht {
        width: 100%;
    }
    .sctn-box {
        padding: 50px;
    }
    .sctn-btn {
        padding: 0px 50px 50px 50px;
    }
    .site-map-lst ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 768px) {
    .nav-lft {
        width: 35%;
    }
    .nav-cnt {
        width: 65%;
    }
    .foot-main-lft {
        flex-wrap: wrap;
    }
    .ft-logo {
        width: 100%;
        margin-bottom: 25px;
    }
    .ft-add-cont {
        width: 100%;
        padding-left: 0;
    }
    .ft-logo span img {
        max-height: 100px;
    }
    .ft-add-cont h3 {
        text-align: center;
    }
    .ft-add-cont p {
        text-align: center;
    }
    .ft-phone {
        justify-content: center;
    }
    .ft-email {
        justify-content: center;
    }
    .ft-link ul li {
        margin-bottom: 10px;
    }
    .wts-icon {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 30%;
    }
    .wts-icon a {
        width: 40px;
        height: 40px;
    }
    .wts-icon a i {
        font-size: 20px;
    }
    .site-map-lst ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .sitemap-header .rht .rht-lnk {
        flex-wrap: wrap;
    }
    .sitemap-header .rht .rht-lnk span {
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }
    .coy-rgt div {
        width: 100%;
        text-align: center;
    }
    .coy-rgt p {
        margin-bottom: 10px;
    }
}

@media (max-width: 658px) {}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 576px) {
    .max-cntr {
        padding: 0px 30px;
    }
    .mbl-menu-box .menu-lft {
        padding: 35px 0px 0px 0px;
    }
    .sctn-box {
        padding: 30px;
    }
    .sctn-box .dtls-box {
        justify-content: flex-start;
        margin-bottom: 5px;
    }
    .sctn-box .dtls-box h6 {
        font-size: 20px;
        text-align: center;
        line-height: 22px;
    }
    .sctn-box .dtls-box .box-rht p {
        line-height: 18px;
        font-size: 15px;
    }
    .sctn-box .dtls-box:nth-child(3) {
        width: 100%;
    }
    .sctn-box .dtls-box:nth-child(4) {
        width: 100%;
    }
    .sctn-box .dtls-box .box-rht span {
        font-size: 14px;
    }
    .sctn-box .dtls-box .box-rht a {
        font-size: 14px;
    }
    .sctn-btn p {
        font-size: 17px;
        line-height: 20px;
    }
    .wts-icon {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 30%;
    }
    .wts-icon a {
        width: 40px;
        height: 40px;
    }
    .wts-icon a i {
        font-size: 20px;
    }
    .sitemap-cnt {
        padding: 150px 0px 0px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 480px) {
    .nav-lft {
        width: 50%;
    }
    .nav-cnt {
        width: 50%;
    }
    .nav-lft .navbar-brand img {
        max-height: 55px;
    }
    .ft-link ul li {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 15px;
        min-width: 100%;
        text-align: center;
    }
    .ft-link ul li:last-child {
        margin-bottom: 0;
    }
    .ft-add-cont h3 {
        font-size: 20px;
    }
    .ft-add-cont p {
        font-size: 13px;
        line-height: 16px;
    }
    .ft-logo span img {
        max-height: 75px;
    }
    .ft-phone {
        font-size: 18px;
    }
    .ft-phone i ion-icon {
        font-size: 20px;
    }
    .ft-phone i {
        margin-right: 5px;
    }
    .ft-email {
        font-size: 18px;
    }
    .ft-email i ion-icon {
        font-size: 20px;
    }
    .ft-email i {
        margin-right: 5px;
    }
    .sctn-box .dtls-box .box-rht p {
        line-height: 16px;
        font-size: 13px;
    }
    .sctn-box .dtls-box .box-rht a {
        font-size: 13px;
    }
    .site-map-lst ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .sitemap-header .rht .rht-lnk span a {
        font-size: 14px;
    }
}

@media (max-width: 380px) {}