
body {
    font-family: 'Livvic', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    overflow-x: hidden;
    letter-spacing: 0.5px
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1, .h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

h2, .h2 {
    font-size: 27px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3, .h3 {
    font-size: 27px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

h4, .h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

h5, .h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

h6, .h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 9;
    position: relative;
}

section {
    padding: 30px 0 30px;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #2363d5;
}

.text-hover {
    color: #1c2431;
}

.text-black {
    color: #1f2632;
}

.text-grey {
    color: #454545;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff;
}

.dark-bg {
    background-color: #002e31;
}

.light-bg {
  background-color: #e07c32;
    padding: 2px 0px;
}

.theme-bg {
    background-color: #2363d5;
}

.transparent-bg {
    background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 750px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item {
    height: 100%;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    width: 100%;
}

.countdown > li {
    list-style-type: none;
    text-align: center;
}

.countdown > li span {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 60px;
    font-weight: 500;
    display: inline-block;
    color: #2363d5;
}

.countdown > li p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    color: #ffffff;
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-media a {
    color: #ffffff;
}

.contact-media a:hover {
    color: #2363d5;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #1f2632
}

.form-control {
    font-size: 14px;
    height: 50px;
    color: #454545;
    border: 1px solid #e9eaed;
    border-radius: 0;
}

textarea.form-control {
    height: 120px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1c2431;
}

select.form-control {
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.form-control::-webkit-input-placeholder {
    color: #454545;
}

.form-control::-moz-placeholder {
    color: #454545;
}

.form-control:-ms-input-placeholder {
    color: #454545;
}

.form-control:-moz-placeholder {
    color: #454545;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    width: 100%;
    font-size: 0.8rem;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    width: 100%;
    font-size: 0.8rem;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #1f2632 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.map {
    height: 400px;
    z-index: 999;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.video-btn .play-btn {
    width: 80px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.video-btn .play-btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #2363d5;
    left: 0px;
    top: 0px;
    transform: scale(.6);
    transition: .5s ease;
    border-radius: 50%;
    opacity: 0;
}

.video-btn .play-btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.video-btn .play-btn i {
    z-index: 1;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #2363d5;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .2s ease-out !important;
    transform: translate3d(-50%, -50%, 0);
}

.video-btn .play-btn:hover i {
    transform: translate3d(-50%, -50%, 0) scale(.75);
    color: #ffffff
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    left: inherit;
    right: 0;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.list-icon li i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    background: #1c2431;
}

/* ------------------------
    Icon Size
------------------------*/
.ic-1x {
    font-size: 1em;
}

.ic-2x {
    font-size: 2em;
}

.ic-3x {
    font-size: 3em;
}

.ic-5x {
    font-size: 5em;
}

.ic-7x {
    font-size: 7em;
}

/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
    border: none;
    overflow: hidden;
}

.product-link {
    padding: 20px 15px;
    opacity: 0;
    right: 0;
    top: 2rem;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.product-card:hover .product-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-link button {
    color: #1f2632;
    font-size: 20px;
    border: none;
    padding: 0.50rem 0.75rem;
    background: #ffffff;
    display: block;
}

.product-link button:hover {
    background: #2363d5;
    color: #ffffff
}

.product-card .card-body {
    padding: 20px;
    position: relative;
    text-align: center;
    background: #fff
}

.product-title a {
    color: #1f2632;
    font-size: 18px;
    font-weight: 500
}

.product-title a:hover {
    color: #2363d5;
}

.product-price {
    color: #000000a6;
    font-size: 22px;
    font-weight: 600;
}

.product-price del {
    font-size: 0.9rem
}

.product-list.product-card {
    padding: 0;
}

.product-list.product-card .card-body {
    text-align: left;
}

.star-rating {
    color: #FDCC0D
}

.form-check-input:checked {
    background-color: #2363d5;
    border-color: #2363d5;
}

input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    color: #1f2632;
    vertical-align: middle;
}

.btn-product {
    background: none;
    color: #1f2632;
    border: 1px solid #e9eaed;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-filter a.active {
    color: #2363d5;
}

.view-filter a {
    color: #1f2632;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}

.cart-table thead th {
    padding: 10px;
    vertical-align: middle;
    color: #1f2632;
    font-size: 18px;
    font-weight: 600;
}

.cart-table td {
    padding: 10px;
    color: #1f2632;
    vertical-align: middle;
}

/* ------------------------
Service Sidebar
------------------------*/
.sidebar-links li {
    margin-bottom: 15px
}

.sidebar-links li:last-child {
    margin-bottom: 0;
}

.sidebar-links li a {
    background-color: #ffffff;
    color: #1f2632;
    display: block;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-left: 3px solid transparent;
}

.sidebar-links li.active a, .sidebar-links li a:hover {
    color: #2363d5;
    padding-left: 25px;
    border-left: 3px solid #2363d5;
}

/* ------------------------
Extra
------------------------*/
.img-border {
    border: 10px solid #ffffff
}

.bg-effect:after {
    background: #ffffff1c;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
    border-radius: .25rem
}

.bg-effect.right:after {
    left: inherit;
    right: 0
}

.shape-1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.shape-1.bottom {
    top: inherit;
    bottom: -1px
}

.round-anim {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 700px;
    height: 700px;
    border: 50px solid #dafeff;
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-anim.right {
    right: -10%;
    left: inherit;
}

.round-anim.center {
    left: 50%;
    margin-left: -350px
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }

}

@media (max-width:992px) {
    h1, h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2, h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .custom-mt-0 {
        margin-top: 0 !important
    }

    /*Header*/
    #header-wrap {
        padding: 2px 0;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #454545
    }

    .navbar-nav ul {
        position: static;
    }

    .navbar-nav > .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #454545;
    }

    .navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link.show {
        background: #f1f1f1;
        color: #000000;
        margin-bottom: 12px;
    }

    .navbar-collapse {
        background: #ffffff;
        max-height: 400px;
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #2363d5;
    }

    .navbar-nav .dropdown-toggle::after {
        content: '+';
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        right: 10px;
        margin: -0.5em 0.5em 0 0;
        border-radius: .25rem;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
    }

    .navbar-nav .dropdown > .dropdown-toggle.show::after {
        content: '-';
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .navbar {
        padding: 0;
    }

    /*Banner*/
    .fullscreen-banner {
        min-height: inherit;
        height: auto !important;
    }

    .fullscreen-banner .align-center {
        position: inherit;
        transform: inherit;
        padding: 150px 0 150px !important
    }

    /*Side Image*/
    .image-column {
        left: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .image-column-h {
        min-height: 300px;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 60px;
        line-height: 70px;
    }

    .countdown > li p {
        font-size: 18px;
    }

}

@media (max-width:767px) {
    h1, h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2, h2 {
        /* font-size: 34px; */
        /* line-height: 44px; */
    }

    .section-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 27px;
        line-height: 39px;
    }

    /*Header*/
    .logo img {
        max-width: 140px !important;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown > li p {
        font-size: 16px;
    }

}

@media (max-width:576px) {
    h1, h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2, h2 {
        /* font-size: 30px; */
        /* line-height: 40px; */
    }

    h3, .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4, .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .logo img {
        /* max-width: 204px; */
    }

    /*Banner*/
    .fullscreen-banner p br, .section-title br {
        display: none;
    }

    .breadcrumb-item {
        line-height: 30px;
    }

    /*Banner*/
    .tab .nav-tabs .nav-link {
        display: block;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

}
.probg{
    padding:25px 0px;
}
.pro_para{
    color: white;
}
.pro_name{
    font-size: 17px;
    color: black;
    line-height: 26px;
    margin: 0px;
}
.counter{
    justify-content: center;
    border: 1px solid #2196f314;
    padding: 15px 9px;
    background: #0056c80f;
    border-radius: 5px;
    box-shadow: 1px 3px 20px 0px #00000021;
}
.plusnix{
    
}
.contact_form{
    background: #ffffff2e;
    padding: 20px;
    border-radius: 2px;
}
.accordion{
    padding-right: 10px;
}
.bgcolrw{
    background-color: #0056c899;
    z-index: auto;
    position: relative;
    display: block;
    height: 100%;
    opacity: 11111;
    width: 100%;
    padding: 40px 0px;
}
.card-body{
     box-shadow: 1px 3px 20px 0px #00000021;
}
/*#0056c8*/
.footer{
    background: #000000e3;
    padding: 25px 0px 13px;
}
.footer .primary-footer .container h4{
    color: #ffffff;
    margin-bottom: 14px !IMPORTANT;
    border-bottom: 1px solid white;
    width: fit-content;
    padding-right: 23px;
    padding-bottom: 5px;
}
.footer .primary-footer .container p{
    color: white;
}

.footer .primary-footer .social-icons .list-inline a{
    color: white;
    border: 1px solid white;
}

.footer .primary-footer .social-icons .list-inline i{
    
}

.footer .primary-footer .footer-list .list-unstyled li{
    
}

.footer .primary-footer .footer-list .list-unstyled a{
    color: white;
}
.footer .primary-footer .footer-cntct .media-icon li{
    
}

.footer .primary-footer .footer-cntct .media-icon i{
    
}

.footer .primary-footer .footer-cntct .media-icon p{
    
}
.footer .primary-footer .footer-cntct .media-icon a{
    color: white;
}
.copyright{
    color: white;
}
@media(min-width:991px){
    .mslg-1{
    margin-left:-22px;
}
.mslg-2{
    margin-left:-40px;
}
}
.bottom_footer{
    border-top: 1px solid #ffffff24;
    padding: 9px 0px 0px;
}
@media(max-width:768px){
    .header-top{
        display:none;
    }
    section {
    padding: 26px 0;
}
.footer .primary-footer .container h4 {
    color: #ffffff;
    margin-bottom: 10px ! IMPORTANT;
    margin-top: 22px;
}
.footer .primary-footer .container p {
    color: white;
    margin-top: 0px ! IMPORTANT;
}
.footer {
    background: #04122a;
    padding: 0px 0px 13px;
}
.accordion {
    padding-right: 0px;
    margin-bottom: 15px;
}
.service-item.style-2 {
    border: 2px solid #ffffff;
}
}
.breadcrumb_bg{
    background: #02173bb3;
}
.contact-main{
    
}
.contact_details{
    padding: 20px 20px;
}
.pro_dise{
    display:flex;
    align-items:center;
    height:100%;
}
.enwuirt_now{
    
}
.whatsapp_now{
    background: #0d8012 ! IMPORTANT;
}
.blog_para{
    
}
.whatsapp_now{
    /*margin-bottom: 10px;*/
}
.enwuirt_now{
    
}
.detailssec .pro_dise .product-details li{
}

.detailssec .pro_dise .product-details ul{
    margin: 2px 30px 10px;
}

.detailssec .pro_dise .product-details p{
    margin: 0px;
}
.sub_details .container .row p{
    margin-bottom: 0px;
    font-size: 17px;
}
.sub_details .container .row ul{
     margin: 2px 30px 10px;
}
.sub_details .container .row li{
    
}
.lSPager{
    margin:0px !important;
}
.lslide{
    height:100% !important;
    height: 350px !important;
    display: flex;
    align-items: center;
    border: 1px solid #0000000f;
    width: 100%;
}
.lSSlideOuter{
    /* height: 370px; */
    border: 1px solid #00000014;
    padding: 0px;
    border-radius: 10px;
}
.lSSlideOuter .lSSlideWrapper .lightSlider .lslide img{
    height:100% !important;
    object-fit: fill;
}
.lightSlider{
    height:100% !important;
}
@media(max-width:768px){
.lSSlideOuter{
    height: 100% !important;
}
.product-details{
    margin-top :10px;
}
.detailssec .pro_dise .product-details ul {
    margin: 2px 2px 6px;
}
.product-price {
    color: #000000a6;
    font-size: 18px;
    font-weight: 600;
}
.smallbox{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}.whatsapp_now {
    margin-bottom: 10px;
    font-size: 14px;
}
.enwuirt_now {
    margin: 0px ! IMPORTANT;
    font-size: 14px;
}
.p-3 {
    padding: 0rem !important;
}.page-title {
    display: block;
    position: relative;
    padding: 18px 0;
}
.breadcrumb-item {
    display: inline-block;
    font-size: 13px;
    line-height: normal !important;
}
.btn {
    z-index: 1;
    background: none;
    color: #1f2632;
    padding: 6px 15px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
}
}
.align-items-baseline{
      align-items: baseline;
}
.newfooterul{
    display: inline;
}
.new-footer-list{
    display: inline;
    line-height: 30px;
}
.footer .primary-footer .new-footer-list .newfooterul li{
    display: inline;
}

.footer .primary-footer .new-footer-list .newfooterul a{
    
}
.newtagline{
    display: inline;
    margin-left: 3px;
}
/*#imageGallery {*/
/*  width: 100% !important;*/
/*  height: auto !important;*/
/*  margin: 0 auto;*/
/*}*/

/*#imageGallery li img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  object-fit: contain;*/
/*}*/
.gallery_imgbox{
    border: 1px solid #00000040;
    border-radius: 10px;
    height: 250px;
    overflow: hidden;
}
@media(max-width:768px){
    .pro_dise {
    display: block;
    align-items: center;
    height: 100%;
}
.gallery_imgbox{
    border: 1px solid #00000040;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
}
}
.gallery_img{
    height: 100%;
    object-fit: contain;
    min-height: 100%;
}
.mfp-title{
    display:none !important;
}
.mfp-close{
    color:white !important;
}


/* ------------------------
    Section Title
------------------------*/
.section-title {
  margin-bottom: 20px;
  position: relative;
}

.section-title p {
  font-size: 17px;
  margin-bottom: 18px;
}

.dark-bg .title, .theme-bg .title, .dark-bg .title span, .theme-bg .title span{
  color: #ffffff
}


.section-title h2 {
  margin-bottom: 15px;
}


.dark-bg .title.text-black {
  color: #1f2632
}

.dark-bg .title span.text-theme {
  color: #2363d5
}

/* ------------------------
    Button
------------------------*/
.btn {
  z-index: 1;
  background: none;
  color: #1f2632;
  padding: 8px 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
}

.btn-sm {
  padding: 10px 25px;
  color: #1f2632
}

.btn
.btn.focus, .btn:focus {
  box-shadow: none;
  color: #ffffff;
}

.btn + .btn {
  margin-left: 15px
}

.btn.btn-theme {
  background: #198754;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.btn.btn-theme:hover {
  background: #1c2431;
  color: #ffffff
}

.btn.btn-white {
  background: #ffffff;
  color: #1f2632;
}

.btn.btn-white:hover {
  color: #ffffff;
}

.btn.btn-dark {
  background: #0a1426;
  color: #ffffff;
}

.btn.btn-dark:hover {
  background: #2363d5;
  color: #ffffff;
}

.btn.btn-outline {
  border: 1px solid #1c2431;
}

.btn.btn-outline:hover {
  border-color: #2363d5;
  background: #2363d5
}

.btn.btn-outline.white {
  border: 1px solid #ffffff;
  color: #ffffff
}

.btn.btn-outline.white:hover {
  border-color: #2363d5;
  background: #2363d5
}

.btn span {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.btn span:before {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 20px;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
  z-index: 1;
  content: ""
}

.btn.btn-white span:before {
  background: #0a1426;
}

.btn.btn-white:hover span:before {
  background: #ffffff;
}

.btn:before, .btn:after {
  z-index: -1;
  content: '';
  background: #1c2431;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn:before {
  top: 0;
  left: 0;
  right: auto;
}

.btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}

.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn:hover span:before {
  width: 30px
}

/* ------------------------
    Accordion
------------------------*/
.accordion .accordion-item {
  background: none;
  position: relative;
}

.accordion .accordion-item .accordion-button {
  text-transform: capitalize;
  font-size: 1.125rem;
  padding: .5rem 1rem;
  border: none;
  background-color: #f5f8fd
}

.accordion .accordion-item .accordion-button[aria-expanded="true"] {
  color: #ffffff;
  background-color: #046d73;
}

.accordion .accordion-item .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}

.accordion .accordion-item .accordion-button:after {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #046d73;
  content: "\f067";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 0.9rem;
  top: 50%;
  position: absolute;
  right: 0.5rem;
  margin-top: -10px;
  color: #ffffff
}

.accordion .accordion-item .accordion-button[aria-expanded="true"]:after {
  color: #2363d5;
  content: "\f068";
  background: #ffffff;
}

.accordion .accordion-body {
  padding: 15px;
  line-height: 2;
  background: white;
}

/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}

.social-icons li a {
  background: #f3f5f8;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  border: 0;
  color: #1f2632;
  overflow: hidden;
}

.social-icons li:hover a {
  background: #2363d5;
  color: #ffffff
}

/* ------------------------
    Team
------------------------*/
.team-member {
  position: relative;
  overflow: hidden;
}

.team-member .team-description {
  bottom: 0;
  background: #ffffff;
  padding: 15px 25px;
}

.team-social-icon {
  background: #f5f8fd;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.team-member:hover .team-social-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-member .team-description h5 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: #454545;
}

.team-member .team-description h5 a:hover {
  color: #2363d5
}

.team-member .team-description span {
  font-size: 14px
}

.team-social-icon li {
  float: left;
  margin-right: 1px;
}

.team-social-icon li a {
  background: #ffffff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #454545;
  display: inline-block;
  text-align: center;
}

.team-social-icon li a:hover {
  background: #1c2431;
  color: #ffffff;
}

.team-member img {
  width: 100%;
}

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
  border: none;
}

.tab .nav-tabs .nav-link {
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  color: #1f2632;
  position: relative;
  padding: 15px 20px;
  background: #ffffff
}

.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
  background: #2363d5;
  color: #ffffff;
}

/* ------------------------
    Counter
------------------------*/
.counter {
  position: relative;
  z-index: 9;
}

.counter span {
  font-size: 43px;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
  margin: 0 4px 4px;
  color: #000000 ! IMPORTANT;
}

.counter h6 {
  display: block;
  color: #000000;
  font-size: 20px;
  position: relative;
  margin: 0;
}

.counter-icon i {
  font-size: 40px;
  line-height: 50px;
  display: inline-block;
  font-weight: normal;
  color: #198754;
  margin-bottom: 17px;
}

/* ------------------------
    Blog - Post
------------------------*/
.post-card .link-btn {
  font-size: 26px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #046d73;
  color: #ffffff
}

.post-card .link-btn:hover {
  background: #1c2431;
}

.post-card ul li + li:before {
  display: inline-block;
  padding-right: .5rem;
  color: #1f2632;
  content: "\f1ce";
  font-family: 'Line Awesome Free';
  font-weight: 700;
}

/*** Blog Single ***/
.pagination {
  display: inline-block;
}

.pagination > li {
  margin: 0 6px;
  display: inline-block;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.pagination > li > a {
  color: #1f2632;
  font-weight: 600;
  border-color: #e9eaed
}

.pagination > li.active .page-link, .page-link:hover, .page-link:focus {
  box-shadow: none;
  background: #2363d5;
  color: #ffffff;
  border-color: #2363d5
}

/*widget-tags*/
.widget-tags a {
  border: 1px solid #e9eaed;
  color: #1f2632;
  padding: 10px 15px;
}

.widget-tags a:hover {
  background: #2363d5;
  color: #ffffff;
}

/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
}

.testimonial .testimonial-caption h5 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}

/* ------------------------
    Featured Box
------------------------*/
.featured-item {
  padding: 30px 10px 10px;
  position: relative;
  z-index: 10000000000;
  box-shadow: 1px 1px 20px 0px #00000029 !important;
  border: 1px d#00000038;
  margin: 11px;
}

.owl-carousel .featured-item {
  margin: 30px 0;
}

.featured-item .featured-icon {
  font-size: 30px;
  line-height: 1;
  color: #198754;
  display: inline-block;
}

.featured-desc p {
  margin-bottom: 0;
}

.featured-title h5 {
  margin: 20px 0 8px;
  text-transform: capitalize;
}

.dark-bg .featured-title h5, .dark-bg .featured-desc, .theme-bg .featured-title h5, .theme-bg .featured-desc, .theme-bg .featured-icon i {
  color: #ffffff
}

.featured-item.style-1 {
  border: 1px solid #e9eaed;
  padding: 40px;
}

.featured-item.style-1:hover {
  background: #1c2431;
  border-color: #1c2431;
}

.featured-item.style-1:hover:after {
  opacity: 0.2;
}

.featured-item.style-1:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  background: url(../images/pattern/01.png) no-repeat 0 0;
  background-size: auto;
  background-size: cover;
}

.featured-item.style-1:hover .featured-icon i, .featured-item.style-1:hover h5, .featured-item.style-1:hover p {
  color: #ffffff;
}

/* ------------------------
    Price Table
------------------------*/
.price-table {
  padding: 50px 30px;
  z-index: 9
}

.price-value h2 {
  color: #1f2632;
  margin-bottom: 0;
}

.price-value h2 span {
  font-size: 18px;
  line-height: 18px;
  color: #454545;
  font-weight: normal;
}

.price-list ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.price-list ul li:last-child {
  margin-bottom: 0;
}

.price-list li i {
  color: #1f2632;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}

.text-white .price-list ul li, .text-white .price-list li i {
  color: rgba(255, 255, 255, 0.7);
}

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar h4 {
  color: #1f2632;
  font-weight: 500;
  font-size: 18px;
}

.ht-progress-bar .progress {
  height: 6px;
  background: #dafeff;
  overflow: visible;
  align-items: center;
  position: relative;
}

.light-bg .ht-progress-bar .progress {
  background: #ffffff;
}

.ht-progress-bar .progress .progress-bar {
  height: 6px;
  background-color: #2363d5;
  overflow: visible;
  position: relative;
}

.ht-progress-bar .progress-parcent {
  position: absolute;
  right: 0;
  top: -35px;
  color: #1f2632;
  font-size: 16px;
  font-weight: 600
}

/* ------------------------
Project
------------------------*/
.cases-title {
  width: 100%;
  padding: 20px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.cases-item:hover .cases-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-item .cases-title span {
  color: #ffffff;
  padding: 3px;
  font-weight: 500;
  position: relative;
  z-index: 1
}

.cases-item h4 a {
  color: #ffffff;
  padding: 2px 4px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 1
}

.cases-item h4 a:hover {
  /* color: #2363d5; */
}

.cases-item h4 a:before, .cases-item .cases-title span:before {
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  content: "";
  background: #0a1426;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1
}

.cases-item:hover h4 a:before, .cases-item:hover .cases-title span:before {
  width: 100%;
}

.popup-img {
  background: #0a1426;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 500;
}

.cases-item .popup-img:hover {
  background: #2363d5;
  color: #ffffff
}

.popup-img:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  border: 3px dashed #ffffff;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
}

.cases-item:hover .popup-img:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

.cases-item:hover .popup-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-item:hover img {
  transform: scale(1.05);
  /* -webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%); */
}


/* ------------------------
Services
------------------------*/
.service-item {
  position: relative;
  z-index: 1;
}

.owl-carousel .service-item {
  margin: 22px 0 0;
}

.service-desc {
  padding: 4px 0px 4px;
  position: relative;
  text-align: center;
  border: 1px solid #2363d563;
  border-top: none;
}

.service-desc p {
  margin-bottom: 0;
}

.service-title h5 {
  margin: 20px 0 15px;
  text-transform: capitalize;
}

.service-item.style-1 .service-icon {
  font-size: 50px;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #1c2431;
  color: #ffffff
}

.service-item.style-1:hover .service-icon, .service-item.style-1.active .service-icon {
  left: 0
}

.service-item.style-1 .link-btn, .service-item.style-2 .link-btn {
  font-size: 30px;
  display: inline-block;
  transform: scale(0);
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #046d73;
  color: #ffffff
}

.service-item.style-1 .link-btn:hover, .service-item.style-2 .link-btn:hover {
  background: #1c2431;
}

.service-item:hover .link-btn, .service-item.active .link-btn {
  transform: scale(1) translateY(50%);
}

.service-item.style-1:hover .service-desc, .service-item.style-1.active .service-desc {
  padding-bottom: 50px
}

.service-item.style-2 {
  border: 0px solid #ffffff;
  margin-top: 18px;
  box-shadow: 2px 2px 20px 0px #00000021;
  
  
  
  
  
  
  
  
  
  icon
  {color:var(--icon-css);
  transform:scale(0.7);
  position:relative;
  margin:-5px -2px -5px -4px;
  user-select:none;
  vertical-align:baseline;
  cursor:pointer;&:
  hover{color:var(--icon-css-hover)}}
/*# sourceURL=devtools://devtools/bundled/ui/legacy/components/inline_editor/cssShadowSwatch.css */2px 2px 20px 20px #00000030;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  icon{color:var(--icon-css);
  transform:scale(0.7);
  position:relative;
  margin:-5px -2px -5px -4px;
  user-select:none;
  vertical-align:baseline;
  cursor:pointer;&:
  hover{color:var(--icon-css-hover)}}
/*# sourceURL=devtools://devtools/bundled/ui/legacy/components/inline_editor/cssShadowSwatch.css */2px 2px 20px 20px #00000030;
}

.service-item.style-2 .service-icon {
  font-size: 80px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1c2431
}

.service-item.style-2 .link-btn {
  right: 50%;
  bottom: inherit;
  top: 50%;
  margin-top: -40px;
  margin-right: -20px
}

.service-item.style-2:hover .service-desc, .service-item.style-2.active .service-desc {
  /* padding-bottom: 0px; */
}

.service-item.style-3 .service-icon {
  z-index: 9;
  font-size: 40px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: #1c2431
}
.service-img {
    height: 280px;
    border: 1px solid #0000001a;
    display: flex;
    align-items: center;
    justify-content: center; /* center the image horizontally */
    overflow: hidden;
    width: 100%;
}

.pro_img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: fill;
    display: block;
}
.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.me-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ms-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.me-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ms-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.me-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ms-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.me-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ms-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 0.5rem !important;
}

.me-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ms-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.me-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ms-5, .mx-5 {
	margin-left: 3rem !important
}

.m-6 {
	margin: 4rem !important
}

.mt-6, .my-6 {
	margin-top: 4rem !important
}

.me-6, .mx-6 {
	margin-right: 4rem !important
}

.mb-6, .my-6 {
	margin-bottom: 4rem !important
}

.ms-6, .mx-6 {
	margin-left: 4rem !important
}

.m-7 {
	margin: 5rem !important
}

.mt-7, .my-7 {
	margin-top: 5rem !important
}

.me-7, .mx-7 {
	margin-right: 5rem !important
}

.mb-7, .my-7 {
	margin-bottom: 5rem !important
}

.ms-7, .mx-7 {
	margin-left: 5rem !important
}

.m-8 {
	margin: 6rem !important
}

.mt-8, .my-8 {
	margin-top: 6rem !important
}

.me-8, .mx-8 {
	margin-right: 6rem !important
}

.mb-8, .my-8 {
	margin-bottom: 6rem !important
}

.ms-8, .mx-8 {
	margin-left: 6rem !important
}

.m-9 {
	margin: 7rem !important
}

.mt-9, .my-9 {
	margin-top: 7rem !important
}

.me-9, .mx-9 {
	margin-right: 7rem !important
}

.mb-9, .my-9 {
	margin-bottom: 7rem !important
}

.ms-9, .mx-9 {
	margin-left: 7rem !important
}

.m-10 {
	margin: 8rem !important
}

.mt-10, .my-10 {
	margin-top: 8rem !important
}

.me-10, .mx-10 {
	margin-right: 8rem !important
}

.mb-10, .my-10 {
	margin-bottom: 8rem !important
}

.ms-10, .mx-10 {
	margin-left: 8rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pe-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.ps-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pe-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.ps-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pe-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.ps-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pe-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.ps-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pe-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.ps-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pe-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.ps-5, .px-5 {
	padding-left: 3rem !important
}

.p-6 {
	padding: 4rem !important
}

.pt-6, .py-6 {
	padding-top: 4rem !important
}

.pe-6, .px-6 {
	padding-right: 4rem !important
}

.pb-6, .py-6 {
	padding-bottom: 4rem !important
}

.ps-6, .px-6 {
	padding-left: 4rem !important
}

.p-7 {
	padding: 5rem !important
}

.pt-7, .py-7 {
	padding-top: 5rem !important
}

.pe-7, .px-7 {
	padding-right: 5rem !important
}

.pb-7, .py-7 {
	padding-bottom: 5rem !important
}

.ps-7, .px-7 {
	padding-left: 5rem !important
}

.p-8 {
	padding: 6rem !important
}

.pt-8, .py-8 {
	padding-top: 6rem !important
}

.pe-8, .px-8 {
	padding-right: 6rem !important
}

.pb-8, .py-8 {
	padding-bottom: 6rem !important
}

.ps-8, .px-8 {
	padding-left: 6rem !important
}

.p-9 {
	padding: 7rem !important
}

.pt-9, .py-9 {
	padding-top: 7rem !important
}

.pe-9, .px-9 {
	padding-right: 7rem !important
}

.pb-9, .py-9 {
	padding-bottom: 7rem !important
}

.ps-9, .px-9 {
	padding-left: 7rem !important
}

.p-10 {
	padding: 8rem !important
}

.pt-10, .py-10 {
	padding-top: 8rem !important
}

.pe-10, .px-10 {
	padding-right: 8rem !important
}

.pb-10, .py-10 {
	padding-bottom: 8rem !important
}

.ps-10, .px-10 {
	padding-left: 8rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important
}

.me-n1, .mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important
}

.ms-n1, .mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important
}

.me-n2, .mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important
}

.ms-n2, .mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important
}

.me-n3, .mx-n3 {
	margin-right: -1rem !important
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important
}

.ms-n3, .mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important
}

.me-n4, .mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important
}

.ms-n4, .mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important
}

.me-n5, .mx-n5 {
	margin-right: -3rem !important
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important
}

.ms-n5, .mx-n5 {
	margin-left: -3rem !important
}

.m-n6 {
	margin: -4rem !important
}

.mt-n6, .my-n6 {
	margin-top: -4rem !important
}

.me-n6, .mx-n6 {
	margin-right: -4rem !important
}

.mb-n6, .my-n6 {
	margin-bottom: -4rem !important
}

.ms-n6, .mx-n6 {
	margin-left: -4rem !important
}

.m-n7 {
	margin: -5rem !important
}

.mt-n7, .my-n7 {
	margin-top: -7rem !important;
}

.me-n7, .mx-n7 {
	margin-right: -5rem !important
}

.mb-n7, .my-n7 {
	margin-bottom: -5rem !important
}

.ms-n7, .mx-n7 {
	margin-left: -5rem !important
}

.m-n8 {
	margin: -6rem !important
}

.mt-n8, .my-n8 {
	margin-top: -6rem !important
}

.me-n8, .mx-n8 {
	margin-right: -6rem !important
}

.mb-n8, .my-n8 {
	margin-bottom: -6rem !important
}

.ms-n8, .mx-n8 {
	margin-left: -6rem !important
}

.m-n9 {
	margin: -7rem !important
}

.mt-n9, .my-n9 {
	margin-top: -7rem !important
}

.me-n9, .mx-n9 {
	margin-right: -7rem !important
}

.mb-n9, .my-n9 {
	margin-bottom: -7rem !important
}

.ms-n9, .mx-n9 {
	margin-left: -7rem !important
}

.m-n10 {
	margin: -8rem !important
}

.mt-n10, .my-n10 {
	margin-top: -8rem !important
}

.me-n10, .mx-n10 {
	margin-right: -8rem !important
}

.mb-n10, .my-n10 {
	margin-bottom: -8rem !important
}

.ms-n10, .mx-n10 {
	margin-left: -8rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.me-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ms-auto, .mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}

	.me-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}

	.ms-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important
	}

	.me-sm-1, .mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ms-sm-1, .mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important
	}

	.me-sm-2, .mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ms-sm-2, .mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}

	.me-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ms-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}

	.me-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ms-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}

	.me-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ms-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}

	.m-sm-6 {
		margin: 4rem !important
	}

	.mt-sm-6, .my-sm-6 {
		margin-top: 4rem !important
	}

	.me-sm-6, .mx-sm-6 {
		margin-right: 4rem !important
	}

	.mb-sm-6, .my-sm-6 {
		margin-bottom: 4rem !important
	}

	.ms-sm-6, .mx-sm-6 {
		margin-left: 4rem !important
	}

	.m-sm-7 {
		margin: 5rem !important
	}

	.mt-sm-7, .my-sm-7 {
		margin-top: 5rem !important
	}

	.me-sm-7, .mx-sm-7 {
		margin-right: 5rem !important
	}

	.mb-sm-7, .my-sm-7 {
		margin-bottom: 5rem !important
	}

	.ms-sm-7, .mx-sm-7 {
		margin-left: 5rem !important
	}

	.m-sm-8 {
		margin: 6rem !important
	}

	.mt-sm-8, .my-sm-8 {
		margin-top: 6rem !important
	}

	.me-sm-8, .mx-sm-8 {
		margin-right: 6rem !important
	}

	.mb-sm-8, .my-sm-8 {
		margin-bottom: 6rem !important
	}

	.ms-sm-8, .mx-sm-8 {
		margin-left: 6rem !important
	}

	.m-sm-9 {
		margin: 7rem !important
	}

	.mt-sm-9, .my-sm-9 {
		margin-top: 7rem !important
	}

	.me-sm-9, .mx-sm-9 {
		margin-right: 7rem !important
	}

	.mb-sm-9, .my-sm-9 {
		margin-bottom: 7rem !important
	}

	.ms-sm-9, .mx-sm-9 {
		margin-left: 7rem !important
	}

	.m-sm-10 {
		margin: 8rem !important
	}

	.mt-sm-10, .my-sm-10 {
		margin-top: 8rem !important
	}

	.me-sm-10, .mx-sm-10 {
		margin-right: 8rem !important
	}

	.mb-sm-10, .my-sm-10 {
		margin-bottom: 8rem !important
	}

	.ms-sm-10, .mx-sm-10 {
		margin-left: 8rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}

	.pe-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}

	.ps-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important
	}

	.pe-sm-1, .px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important
	}

	.ps-sm-1, .px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important
	}

	.pe-sm-2, .px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important
	}

	.ps-sm-2, .px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important
	}

	.pe-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important
	}

	.ps-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pe-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.ps-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-5, .px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-5, .px-sm-5 {
		padding-left: 3rem !important
	}

	.p-sm-6 {
		padding: 4rem !important
	}

	.pt-sm-6, .py-sm-6 {
		padding-top: 4rem !important
	}

	.pe-sm-6, .px-sm-6 {
		padding-right: 4rem !important
	}

	.pb-sm-6, .py-sm-6 {
		padding-bottom: 4rem !important
	}

	.ps-sm-6, .px-sm-6 {
		padding-left: 4rem !important
	}

	.p-sm-7 {
		padding: 5rem !important
	}

	.pt-sm-7, .py-sm-7 {
		padding-top: 5rem !important
	}

	.pe-sm-7, .px-sm-7 {
		padding-right: 5rem !important
	}

	.pb-sm-7, .py-sm-7 {
		padding-bottom: 5rem !important
	}

	.ps-sm-7, .px-sm-7 {
		padding-left: 5rem !important
	}

	.p-sm-8 {
		padding: 6rem !important
	}

	.pt-sm-8, .py-sm-8 {
		padding-top: 6rem !important
	}

	.pe-sm-8, .px-sm-8 {
		padding-right: 6rem !important
	}

	.pb-sm-8, .py-sm-8 {
		padding-bottom: 6rem !important
	}

	.ps-sm-8, .px-sm-8 {
		padding-left: 6rem !important
	}

	.p-sm-9 {
		padding: 7rem !important
	}

	.pt-sm-9, .py-sm-9 {
		padding-top: 7rem !important
	}

	.pe-sm-9, .px-sm-9 {
		padding-right: 7rem !important
	}

	.pb-sm-9, .py-sm-9 {
		padding-bottom: 7rem !important
	}

	.ps-sm-9, .px-sm-9 {
		padding-left: 7rem !important
	}

	.p-sm-10 {
		padding: 8rem !important
	}

	.pt-sm-10, .py-sm-10 {
		padding-top: 8rem !important
	}

	.pe-sm-10, .px-sm-10 {
		padding-right: 8rem !important
	}

	.pb-sm-10, .py-sm-10 {
		padding-bottom: 8rem !important
	}

	.ps-sm-10, .px-sm-10 {
		padding-left: 8rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important
	}

	.me-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ms-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important
	}

	.me-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ms-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important
	}

	.me-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ms-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.me-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ms-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important
	}

	.me-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ms-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-n6 {
		margin: -4rem !important
	}

	.mt-sm-n6, .my-sm-n6 {
		margin-top: -4rem !important
	}

	.me-sm-n6, .mx-sm-n6 {
		margin-right: -4rem !important
	}

	.mb-sm-n6, .my-sm-n6 {
		margin-bottom: -4rem !important
	}

	.ms-sm-n6, .mx-sm-n6 {
		margin-left: -4rem !important
	}

	.m-sm-n7 {
		margin: -5rem !important
	}

	.mt-sm-n7, .my-sm-n7 {
		margin-top: -5rem !important
	}

	.me-sm-n7, .mx-sm-n7 {
		margin-right: -5rem !important
	}

	.mb-sm-n7, .my-sm-n7 {
		margin-bottom: -5rem !important
	}

	.ms-sm-n7, .mx-sm-n7 {
		margin-left: -5rem !important
	}

	.m-sm-n8 {
		margin: -6rem !important
	}

	.mt-sm-n8, .my-sm-n8 {
		margin-top: -6rem !important
	}

	.me-sm-n8, .mx-sm-n8 {
		margin-right: -6rem !important
	}

	.mb-sm-n8, .my-sm-n8 {
		margin-bottom: -6rem !important
	}

	.ms-sm-n8, .mx-sm-n8 {
		margin-left: -6rem !important
	}

	.m-sm-n9 {
		margin: -7rem !important
	}

	.mt-sm-n9, .my-sm-n9 {
		margin-top: -7rem !important
	}

	.me-sm-n9, .mx-sm-n9 {
		margin-right: -7rem !important
	}

	.mb-sm-n9, .my-sm-n9 {
		margin-bottom: -7rem !important
	}

	.ms-sm-n9, .mx-sm-n9 {
		margin-left: -7rem !important
	}

	.m-sm-n10 {
		margin: -8rem !important
	}

	.mt-sm-n10, .my-sm-n10 {
		margin-top: -8rem !important
	}

	.me-sm-n10, .mx-sm-n10 {
		margin-right: -8rem !important
	}

	.mb-sm-n10, .my-sm-n10 {
		margin-bottom: -8rem !important
	}

	.ms-sm-n10, .mx-sm-n10 {
		margin-left: -8rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}

	.me-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}

}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}

	.me-md-0, .mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}

	.ms-md-0, .mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important
	}

	.me-md-1, .mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important
	}

	.ms-md-1, .mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important
	}

	.me-md-2, .mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important
	}

	.ms-md-2, .mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important
	}

	.me-md-3, .mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important
	}

	.ms-md-3, .mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important
	}

	.me-md-4, .mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ms-md-4, .mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}

	.me-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}

	.ms-md-5, .mx-md-5 {
		margin-left: -1rem !important;
	}

	.m-md-6 {
		margin: 4rem !important
	}

	.mt-md-6, .my-md-6 {
		margin-top: 4rem !important
	}

	.me-md-6, .mx-md-6 {
		margin-right: 4rem !important
	}

	.mb-md-6, .my-md-6 {
		margin-bottom: 4rem !important
	}

	.ms-md-6, .mx-md-6 {
		margin-left: 4rem !important
	}

	.m-md-7 {
		margin: 5rem !important
	}

	.mt-md-7, .my-md-7 {
		margin-top: 5rem !important
	}

	.me-md-7, .mx-md-7 {
		margin-right: 5rem !important
	}

	.mb-md-7, .my-md-7 {
		margin-bottom: 5rem !important
	}

	.ms-md-7, .mx-md-7 {
		margin-left: 5rem !important
	}

	.m-md-8 {
		margin: 6rem !important
	}

	.mt-md-8, .my-md-8 {
		margin-top: 6rem !important
	}

	.me-md-8, .mx-md-8 {
		margin-right: 6rem !important
	}

	.mb-md-8, .my-md-8 {
		margin-bottom: 6rem !important
	}

	.ms-md-8, .mx-md-8 {
		margin-left: 6rem !important
	}

	.m-md-9 {
		margin: 7rem !important
	}

	.mt-md-9, .my-md-9 {
		margin-top: 7rem !important
	}

	.me-md-9, .mx-md-9 {
		margin-right: 7rem !important
	}

	.mb-md-9, .my-md-9 {
		margin-bottom: 7rem !important
	}

	.ms-md-9, .mx-md-9 {
		margin-left: 7rem !important
	}

	.m-md-10 {
		margin: 8rem !important
	}

	.mt-md-10, .my-md-10 {
		margin-top: 8rem !important
	}

	.me-md-10, .mx-md-10 {
		margin-right: 8rem !important
	}

	.mb-md-10, .my-md-10 {
		margin-bottom: 8rem !important
	}

	.ms-md-10, .mx-md-10 {
		margin-left: 8rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}

	.pe-md-0, .px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}

	.ps-md-0, .px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important
	}

	.pe-md-1, .px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important
	}

	.ps-md-1, .px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important
	}

	.pe-md-2, .px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important
	}

	.ps-md-2, .px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important
	}

	.pe-md-3, .px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important
	}

	.ps-md-3, .px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important
	}

	.pe-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.ps-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-5, .px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-5, .px-md-5 {
		padding-left: 3rem !important
	}

	.p-md-6 {
		padding: 4rem !important
	}

	.pt-md-6, .py-md-6 {
		padding-top: 4rem !important
	}

	.pe-md-6, .px-md-6 {
		padding-right: 4rem !important
	}

	.pb-md-6, .py-md-6 {
		padding-bottom: 4rem !important
	}

	.ps-md-6, .px-md-6 {
		padding-left: 4rem !important
	}

	.p-md-7 {
		padding: 5rem !important
	}

	.pt-md-7, .py-md-7 {
		padding-top: 5rem !important
	}

	.pe-md-7, .px-md-7 {
		padding-right: 5rem !important
	}

	.pb-md-7, .py-md-7 {
		padding-bottom: 5rem !important
	}

	.ps-md-7, .px-md-7 {
		padding-left: 5rem !important
	}

	.p-md-8 {
		padding: 6rem !important
	}

	.pt-md-8, .py-md-8 {
		padding-top: 6rem !important
	}

	.pe-md-8, .px-md-8 {
		padding-right: 6rem !important
	}

	.pb-md-8, .py-md-8 {
		padding-bottom: 6rem !important
	}

	.ps-md-8, .px-md-8 {
		padding-left: 6rem !important
	}

	.p-md-9 {
		padding: 7rem !important
	}

	.pt-md-9, .py-md-9 {
		padding-top: 7rem !important
	}

	.pe-md-9, .px-md-9 {
		padding-right: 7rem !important
	}

	.pb-md-9, .py-md-9 {
		padding-bottom: 7rem !important
	}

	.ps-md-9, .px-md-9 {
		padding-left: 7rem !important
	}

	.p-md-10 {
		padding: 8rem !important
	}

	.pt-md-10, .py-md-10 {
		padding-top: 8rem !important
	}

	.pe-md-10, .px-md-10 {
		padding-right: 8rem !important
	}

	.pb-md-10, .py-md-10 {
		padding-bottom: 8rem !important
	}

	.ps-md-10, .px-md-10 {
		padding-left: 8rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important
	}

	.me-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ms-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important
	}

	.me-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ms-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important
	}

	.me-md-n3, .mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ms-md-n3, .mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important
	}

	.me-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ms-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important
	}

	.me-md-n5, .mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ms-md-n5, .mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-n6 {
		margin: -4rem !important
	}

	.mt-md-n6, .my-md-n6 {
		margin-top: -4rem !important
	}

	.me-md-n6, .mx-md-n6 {
		margin-right: -4rem !important
	}

	.mb-md-n6, .my-md-n6 {
		margin-bottom: -4rem !important
	}

	.ms-md-n6, .mx-md-n6 {
		margin-left: -4rem !important
	}

	.m-md-n7 {
		margin: -5rem !important
	}

	.mt-md-n7, .my-md-n7 {
		margin-top: -5rem !important
	}

	.me-md-n7, .mx-md-n7 {
		margin-right: -5rem !important
	}

	.mb-md-n7, .my-md-n7 {
		margin-bottom: -5rem !important
	}

	.ms-md-n7, .mx-md-n7 {
		margin-left: -5rem !important
	}

	.m-md-n8 {
		margin: -6rem !important
	}

	.mt-md-n8, .my-md-n8 {
		margin-top: -6rem !important
	}

	.me-md-n8, .mx-md-n8 {
		margin-right: -6rem !important
	}

	.mb-md-n8, .my-md-n8 {
		margin-bottom: -6rem !important
	}

	.ms-md-n8, .mx-md-n8 {
		margin-left: -6rem !important
	}

	.m-md-n9 {
		margin: -7rem !important
	}

	.mt-md-n9, .my-md-n9 {
		margin-top: -7rem !important
	}

	.me-md-n9, .mx-md-n9 {
		margin-right: -7rem !important
	}

	.mb-md-n9, .my-md-n9 {
		margin-bottom: -7rem !important
	}

	.ms-md-n9, .mx-md-n9 {
		margin-left: -7rem !important
	}

	.m-md-n10 {
		margin: -8rem !important
	}

	.mt-md-n10, .my-md-n10 {
		margin-top: -8rem !important
	}

	.me-md-n10, .mx-md-n10 {
		margin-right: -8rem !important
	}

	.mb-md-n10, .my-md-n10 {
		margin-bottom: -8rem !important
	}

	.ms-md-n10, .mx-md-n10 {
		margin-left: -8rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}

	.me-md-auto, .mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-auto, .mx-md-auto {
		margin-left: auto !important
	}

}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}

	.me-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}

	.ms-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important
	}

	.me-lg-1, .mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ms-lg-1, .mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important
	}

	.me-lg-2, .mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ms-lg-2, .mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important
	}

	.me-lg-3, .mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ms-lg-3, .mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important
	}

	.me-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ms-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important
	}

	.me-lg-5, .mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ms-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}

	.m-lg-6 {
		margin: 4rem !important
	}

	.mt-lg-6, .my-lg-6 {
		margin-top: 4rem !important
	}

	.me-lg-6, .mx-lg-6 {
		margin-right: 4rem !important
	}

	.mb-lg-6, .my-lg-6 {
		margin-bottom: 4rem !important
	}

	.ms-lg-6, .mx-lg-6 {
		margin-left: 4rem !important
	}

	.m-lg-7 {
		margin: 5rem !important
	}

	.mt-lg-7, .my-lg-7 {
		margin-top: 5rem !important
	}

	.me-lg-7, .mx-lg-7 {
		margin-right: 5rem !important
	}

	.mb-lg-7, .my-lg-7 {
		margin-bottom: 5rem !important
	}

	.ms-lg-7, .mx-lg-7 {
		margin-left: 5rem !important
	}

	.m-lg-8 {
		margin: 6rem !important
	}

	.mt-lg-8, .my-lg-8 {
		margin-top: 6rem !important
	}

	.me-lg-8, .mx-lg-8 {
		margin-right: 6rem !important
	}

	.mb-lg-8, .my-lg-8 {
		margin-bottom: 6rem !important
	}

	.ms-lg-8, .mx-lg-8 {
		margin-left: 6rem !important
	}

	.m-lg-9 {
		margin: 7rem !important
	}

	.mt-lg-9, .my-lg-9 {
		margin-top: 7rem !important
	}

	.me-lg-9, .mx-lg-9 {
		margin-right: 7rem !important
	}

	.mb-lg-9, .my-lg-9 {
		margin-bottom: 7rem !important
	}

	.ms-lg-9, .mx-lg-9 {
		margin-left: 7rem !important
	}

	.m-lg-10 {
		margin: 8rem !important
	}

	.mt-lg-10, .my-lg-10 {
		margin-top: 8rem !important
	}

	.me-lg-10, .mx-lg-10 {
		margin-right: 8rem !important
	}

	.mb-lg-10, .my-lg-10 {
		margin-bottom: 8rem !important
	}

	.ms-lg-10, .mx-lg-10 {
		margin-left: 8rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}

	.pe-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}

	.ps-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important
	}

	.pe-lg-1, .px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important
	}

	.ps-lg-1, .px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important
	}

	.pe-lg-2, .px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important
	}

	.ps-lg-2, .px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}

	.pe-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}

	.ps-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pe-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.ps-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}

	.p-lg-6 {
		padding: 4rem !important
	}

	.pt-lg-6, .py-lg-6 {
		padding-top: 4rem !important
	}

	.pe-lg-6, .px-lg-6 {
		padding-right: 4rem !important
	}

	.pb-lg-6, .py-lg-6 {
		padding-bottom: 4rem !important
	}

	.ps-lg-6, .px-lg-6 {
		padding-left: 4rem !important
	}

	.p-lg-7 {
		padding: 5rem !important;
	}

	.pt-lg-7, .py-lg-7 {
		padding-top: 5rem !important
	}

	.pe-lg-7, .px-lg-7 {
		padding-right: 5rem !important
	}

	.pb-lg-7, .py-lg-7 {
		padding-bottom: 5rem !important
	}

	.ps-lg-7, .px-lg-7 {
		padding-left: 5rem !important
	}

	.p-lg-8 {
		padding: 6rem !important
	}

	.pt-lg-8, .py-lg-8 {
		padding-top: 6rem !important
	}

	.pe-lg-8, .px-lg-8 {
		/* padding-right: 6rem !important; */
	}

	.pb-lg-8, .py-lg-8 {
		padding-bottom: 6rem !important
	}

	.ps-lg-8, .px-lg-8 {
		/* padding-left: 6rem !important; */
	}

	.p-lg-9 {
		padding: 7rem !important
	}

	.pt-lg-9, .py-lg-9 {
		padding-top: 7rem !important
	}

	.pe-lg-9, .px-lg-9 {
		padding-right: 7rem !important
	}

	.pb-lg-9, .py-lg-9 {
		padding-bottom: 7rem !important
	}

	.ps-lg-9, .px-lg-9 {
		padding-left: 7rem !important
	}

	.p-lg-10 {
		padding: 8rem !important
	}

	.pt-lg-10, .py-lg-10 {
		padding-top: 8rem !important
	}

	.pe-lg-10, .px-lg-10 {
		padding-right: 8rem !important
	}

	.pb-lg-10, .py-lg-10 {
		padding-bottom: 8rem !important
	}

	.ps-lg-10, .px-lg-10 {
		padding-left: 8rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important
	}

	.me-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ms-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important
	}

	.me-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ms-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important
	}

	.me-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ms-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.me-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ms-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important
	}

	.me-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ms-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-n6 {
		margin: -4rem !important
	}

	.mt-lg-n6, .my-lg-n6 {
		margin-top: -4rem !important
	}

	.me-lg-n6, .mx-lg-n6 {
		margin-right: -4rem !important
	}

	.mb-lg-n6, .my-lg-n6 {
		margin-bottom: -4rem !important
	}

	.ms-lg-n6, .mx-lg-n6 {
		margin-left: -4rem !important
	}

	.m-lg-n7 {
		margin: -5rem !important
	}

	.mt-lg-n7, .my-lg-n7 {
		margin-top: -5rem !important
	}

	.me-lg-n7, .mx-lg-n7 {
		margin-right: -5rem !important
	}

	.mb-lg-n7, .my-lg-n7 {
		margin-bottom: -5rem !important
	}

	.ms-lg-n7, .mx-lg-n7 {
		margin-left: -5rem !important
	}

	.m-lg-n8 {
		margin: -6rem !important
	}

	.mt-lg-n8, .my-lg-n8 {
		margin-top: -6rem !important
	}

	.me-lg-n8, .mx-lg-n8 {
		margin-right: -6rem !important
	}

	.mb-lg-n8, .my-lg-n8 {
		margin-bottom: -6rem !important
	}

	.ms-lg-n8, .mx-lg-n8 {
		margin-left: -6rem !important
	}

	.m-lg-n9 {
		margin: -7rem !important
	}

	.mt-lg-n9, .my-lg-n9 {
		margin-top: -7rem !important
	}

	.me-lg-n9, .mx-lg-n9 {
		margin-right: -7rem !important
	}

	.mb-lg-n9, .my-lg-n9 {
		margin-bottom: -7rem !important
	}

	.ms-lg-n9, .mx-lg-n9 {
		margin-left: -7rem !important
	}

	.m-lg-n10 {
		margin: -8rem !important
	}

	.mt-lg-n10, .my-lg-n10 {
		margin-top: -8rem !important
	}

	.me-lg-n10, .mx-lg-n10 {
		margin-right: -8rem !important
	}

	.mb-lg-n10, .my-lg-n10 {
		margin-bottom: -8rem !important
	}

	.ms-lg-n10, .mx-lg-n10 {
		margin-left: -8rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}

	.me-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}

}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}

	.me-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}

	.ms-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important
	}

	.me-xl-1, .mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ms-xl-1, .mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important
	}

	.me-xl-2, .mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ms-xl-2, .mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important
	}

	.me-xl-3, .mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ms-xl-3, .mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important
	}

	.me-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ms-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important
	}

	.me-xl-5, .mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ms-xl-5, .mx-xl-5 {
		margin-left: 3rem !important
	}

	.m-xl-6 {
		margin: 4rem !important
	}

	.mt-xl-6, .my-xl-6 {
		margin-top: 4rem !important
	}

	.me-xl-6, .mx-xl-6 {
		margin-right: 4rem !important
	}

	.mb-xl-6, .my-xl-6 {
		margin-bottom: 4rem !important
	}

	.ms-xl-6, .mx-xl-6 {
		margin-left: 4rem !important
	}

	.m-xl-7 {
		margin: 5rem !important
	}

	.mt-xl-7, .my-xl-7 {
		margin-top: 5rem !important
	}

	.me-xl-7, .mx-xl-7 {
		margin-right: 5rem !important
	}

	.mb-xl-7, .my-xl-7 {
		margin-bottom: 5rem !important
	}

	.ms-xl-7, .mx-xl-7 {
		margin-left: 5rem !important
	}

	.m-xl-8 {
		margin: 6rem !important
	}

	.mt-xl-8, .my-xl-8 {
		margin-top: 6rem !important
	}

	.me-xl-8, .mx-xl-8 {
		margin-right: 6rem !important
	}

	.mb-xl-8, .my-xl-8 {
		margin-bottom: 6rem !important
	}

	.ms-xl-8, .mx-xl-8 {
		margin-left: 6rem !important
	}

	.m-xl-9 {
		margin: 7rem !important
	}

	.mt-xl-9, .my-xl-9 {
		margin-top: 7rem !important
	}

	.me-xl-9, .mx-xl-9 {
		margin-right: 7rem !important
	}

	.mb-xl-9, .my-xl-9 {
		margin-bottom: 7rem !important
	}

	.ms-xl-9, .mx-xl-9 {
		margin-left: 7rem !important
	}

	.m-xl-10 {
		margin: 8rem !important
	}

	.mt-xl-10, .my-xl-10 {
		margin-top: 8rem !important
	}

	.me-xl-10, .mx-xl-10 {
		margin-right: 8rem !important
	}

	.mb-xl-10, .my-xl-10 {
		margin-bottom: 8rem !important
	}

	.ms-xl-10, .mx-xl-10 {
		margin-left: 8rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}

	.pe-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}

	.ps-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important
	}

	.pe-xl-1, .px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important
	}

	.ps-xl-1, .px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important
	}

	.pe-xl-2, .px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important
	}

	.ps-xl-2, .px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important
	}

	.pe-xl-3, .px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important
	}

	.ps-xl-3, .px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pe-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.ps-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-5, .px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-5, .px-xl-5 {
		padding-left: 3rem !important
	}

	.p-xl-6 {
		padding: 4rem !important
	}

	.pt-xl-6, .py-xl-6 {
		padding-top: 4rem !important
	}

	.pe-xl-6, .px-xl-6 {
		padding-right: 4rem !important
	}

	.pb-xl-6, .py-xl-6 {
		padding-bottom: 4rem !important
	}

	.ps-xl-6, .px-xl-6 {
		padding-left: 4rem !important
	}

	.p-xl-7 {
		padding: 5rem !important
	}

	.pt-xl-7, .py-xl-7 {
		padding-top: 5rem !important
	}

	.pe-xl-7, .px-xl-7 {
		padding-right: 5rem !important
	}

	.pb-xl-7, .py-xl-7 {
		padding-bottom: 5rem !important
	}

	.ps-xl-7, .px-xl-7 {
		padding-left: 5rem !important
	}

	.p-xl-8 {
		padding: 6rem !important
	}

	.pt-xl-8, .py-xl-8 {
		padding-top: 6rem !important
	}

	.pe-xl-8, .px-xl-8 {
		padding-right: 6rem !important
	}

	.pb-xl-8, .py-xl-8 {
		padding-bottom: 6rem !important
	}

	.ps-xl-8, .px-xl-8 {
		padding-left: 6rem !important
	}

	.p-xl-9 {
		padding: 7rem !important
	}

	.pt-xl-9, .py-xl-9 {
		padding-top: 7rem !important
	}

	.pe-xl-9, .px-xl-9 {
		padding-right: 7rem !important
	}

	.pb-xl-9, .py-xl-9 {
		padding-bottom: 7rem !important
	}

	.ps-xl-9, .px-xl-9 {
		padding-left: 7rem !important
	}

	.p-xl-10 {
		padding: 8rem !important
	}

	.pt-xl-10, .py-xl-10 {
		padding-top: 8rem !important
	}

	.pe-xl-10, .px-xl-10 {
		padding-right: 8rem !important
	}

	.pb-xl-10, .py-xl-10 {
		padding-bottom: 8rem !important
	}

	.ps-xl-10, .px-xl-10 {
		padding-left: 8rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important
	}

	.me-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ms-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important
	}

	.me-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ms-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important
	}

	.me-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ms-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.me-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ms-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important
	}

	.me-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ms-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-n6 {
		margin: -4rem !important
	}

	.mt-xl-n6, .my-xl-n6 {
		margin-top: -4rem !important
	}

	.me-xl-n6, .mx-xl-n6 {
		margin-right: -4rem !important
	}

	.mb-xl-n6, .my-xl-n6 {
		margin-bottom: -4rem !important
	}

	.ms-xl-n6, .mx-xl-n6 {
		margin-left: -4rem !important
	}

	.m-xl-n7 {
		margin: -5rem !important
	}

	.mt-xl-n7, .my-xl-n7 {
		margin-top: -5rem !important
	}

	.me-xl-n7, .mx-xl-n7 {
		margin-right: -5rem !important
	}

	.mb-xl-n7, .my-xl-n7 {
		margin-bottom: -5rem !important
	}

	.ms-xl-n7, .mx-xl-n7 {
		margin-left: -5rem !important
	}

	.m-xl-n8 {
		margin: -6rem !important
	}

	.mt-xl-n8, .my-xl-n8 {
		margin-top: -6rem !important
	}

	.me-xl-n8, .mx-xl-n8 {
		margin-right: -6rem !important
	}

	.mb-xl-n8, .my-xl-n8 {
		margin-bottom: -6rem !important
	}

	.ms-xl-n8, .mx-xl-n8 {
		margin-left: -6rem !important
	}

	.m-xl-n9 {
		margin: -7rem !important
	}

	.mt-xl-n9, .my-xl-n9 {
		margin-top: -7rem !important
	}

	.me-xl-n9, .mx-xl-n9 {
		margin-right: -7rem !important
	}

	.mb-xl-n9, .my-xl-n9 {
		margin-bottom: -7rem !important
	}

	.ms-xl-n9, .mx-xl-n9 {
		margin-left: -7rem !important
	}

	.m-xl-n10 {
		margin: -8rem !important
	}

	.mt-xl-n10, .my-xl-n10 {
		margin-top: -8rem !important
	}

	.me-xl-n10, .mx-xl-n10 {
		margin-right: -8rem !important
	}

	.mb-xl-n10, .my-xl-n10 {
		margin-bottom: -8rem !important
	}

	.ms-xl-n10, .mx-xl-n10 {
		margin-left: -8rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}

	.me-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}

}


.custom-py-1 { padding-top: 10rem !important; padding-bottom: 10rem !important; }
.custom-py-2 { padding-top: 15rem !important; padding-bottom: 15rem !important; }
.custom-py-3 { padding-top: 20rem !important; padding-bottom: 20rem !important; }
.custom-py-4 { padding-top: 25rem !important; padding-bottom: 25rem !important; }
.custom-py-5 { padding-top: 30rem !important; padding-bottom: 30rem !important; }
.custom-pt-1 { padding-top: 10rem !important; }
.custom-pt-2 { padding-top: 15rem !important; }
.custom-pt-3 { padding-top: 20rem !important; }
.custom-pt-4 { padding-top: 25rem !important; }
.custom-pt-5 { padding-top: 30rem !important; }
.custom-pb-1 { padding-bottom: 10rem !important; }
.custom-pb-2 { padding-bottom: 15rem !important; }
.custom-pb-3 { padding-bottom: 20rem !important; }
.custom-pb-4 { padding-bottom: 25rem !important; }
.custom-pb-5 { padding-bottom: 30rem !important; }
.mt-n15 { margin-top: -15rem !important; }
.mt-n20 { margin-top: -20rem !important; }


@media (max-width:575.98px) {
	.mt-nsm-0{margin-top: 0;}
}

/* ------------------------
    General
------------------------*/
a, a:focus {
  text-decoration: none !important;
}

a:focus, a:hover {
  color: #046d73;
  text-decoration: none !important;
}

a, button, input {
  outline: medium none !important;
  color: #e07c32;
}

*::-moz-selection {
  background: #046d73;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #046d73;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #046d73;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
    Transition
------------------------*/
a, i, .btn, button, img, span, .dropdown-item, .nav-link.dropdown-toggle::after, .social-icons li:hover a, .owl-item, .service-item, .service-desc, .service-item .service-icon, .featured-item, .featured-item .featured-icon, .featured-item .featured-icon i, .team-member, .team-description, .post, .post-image:after, .product-link {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x, #search-input-box {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.transform-y, .align-center, .image-column {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/*--translate-XY--*/
.video-btn-pos, .post-link {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow, .dropdown-menu, #header-wrap.fixed-header, .navbar-nav ul, .service-item .service-desc, .featured-item.style-2, .post {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
}

.owl-carousel .post, .owl-carousel .featured-item, .owl-carousel .service-desc, .service-item.style-3, .service-item.style-3 .service-icon {
  -webkit-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
}

/* ------------------------
    Pre Loader
------------------------*/
.clear-loader {
  background-color: #2363d5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto
}

.loader {
  position: relative;
  display: inline-block;
  margin: 4em;
  width: 4em;
  height: 4em;
  transform-origin: center center;
  animation: rotate-anim 3s ease infinite;
}

.loader .plus {
  position: absolute;
  width: 4em;
  height: 1em;
  top: 1em;
  left: 0em;
  background-color: white;
  animation: plus-anim 3s linear infinite;
  transform-origin: center center;
  transform: rotate(45deg);
}

.loader .plus:nth-of-type(2) {
  transform: rotate(135deg);
}

.loader .dot {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 1.25em;
  top: 1.25em;
}

.loader .dot:before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: white;
  animation: dots-anim 3s linear infinite;
}

.loader .dot:nth-of-type(3) {
  transform: rotate(270deg);
}

.loader .dot:nth-of-type(4) {
  transform: rotate(360deg);
}

.loader .dot:nth-of-type(5) {
  transform: rotate(450deg);
}

.loader .dot:nth-of-type(6) {
  transform: rotate(540deg);
}

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
  position: relative;
  z-index: 0;
}

[data-overlay]:before {
  position: absolute;
  content: '';
  background-color: #0a1426;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

[data-overlay].white-overlay:before {
  background-color: #fff;
}

[data-overlay].theme-overlay:before {
  background-color: #2363d5;
}

[data-overlay].hero-overlay:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

[data-overlay].overlay-50:before {
  width: 50%;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

.img-overlay[data-overlay]:before {
  z-index: 1;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.scroll-top a, .scroll-top a:visited {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  color: #ffffff;
  background: #2363d5;
}

.scroll-top a:hover, .scroll-top a:focus {
  color: #2363d5;
  background: #1f2632;
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link {
   font-weight: 500;
    font-size: 15px;
}

.topbar-link i {
  font-size: 20px;
  margin-right: 10px;
}

.topbar-link a:hover {
  color: #2363d5
}

.header-top .social-icons li a {
  background:#e07c32;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  line-height: 26px;
  color: #ffffff;
  border: 1px solid #f2f2f2;
}

/*--Header Main--*/
#header-wrap {
  position: relative;
}

#header-wrap.fixed-header {
  position: revert;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #ffffff;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }

}

.logo img {
  max-width: 230px;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0px;
  background: #ffffff;
  top: 100%;
  border: none;
  margin-top: 0;
  left: -100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
  box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
}

.navbar-brand {
  margin-right: 0;
  padding: 0;
}

.nav-item.dropdown .dropdown-menu a {
 display: block;
 color: #1f2632;
 padding: 0 10px;
 /* padding-top: 6px; */
 padding-bottom: 3px;
 white-space: nowrap;
 position: relative;
 background: none;
 font-size: 15px;
 font-weight: 400;
 border-bottom: 1px solid #062b6c2e;
 margin: 0px 0px 7px;
 text-transform: capitalize;
}

.nav-item.dropdown .dropdown-menu a:hover {
  color: #2363d5;
  padding-left: 10px;
}

#header-wrap.fixed-header .navbar-brand {
  color: #ffffff
}

@media (min-width:992px) {
  .navbar-collapse {
    width: auto;
  }

  .navbar-expand-lg {
    justify-content: space-between;
  }

  .navbar-nav .dropdown-menu {
    /* min-width: 12em !important; */
    /* max-width: 20em !important; */
  }

  .navbar-nav .dropdown > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    left: 0;
    /* border-bottom: 1px solid black; */
    width: fit-content;
    max-width: max-content !important;
  }

  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    display: block;
  }

  .nav-link.dropdown-toggle::after {
    border: solid #1f2632;
    border-width: 0 1px 1px 0;
    width: 0.425rem;
    height: 0.425rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: 0.15em;
  }

  .nav-link.dropdown-toggle:hover::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .navbar-nav .nav-link {
    line-height: 80px;
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: 0.125rem solid #1f2632;
    border-right: 0.125rem solid #1f2632;
    border-bottom: none;
    border-left: none;
    width: 0.425rem;
    height: 0.425rem;
    position: absolute;
    right: 0;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }

}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #ffffff;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}

.navbar-nav .nav-link {
  color: #000000;
  font-size: 16px;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  color: #2363d5;
}

.language-selection button {
  box-shadow: none;
  border: none;
  background: none;
  color: #454545;
  font-size: 14px;
  padding: 0;
}

.language-selection .dropdown-menu {
  min-width: inherit;
  padding: 0;
}

.language-selection .dropdown-item {
  font-size: 14px;
  padding: 5px 15px
}

.language-selection .dropdown-toggle::after {
  vertical-align: middle;
}

/*--Header Search--*/
.search-icon a {
  font-size: 30px;
  color: #1f2632;
  line-height: 30px;
}

#search-input-box {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #0d092c;
  z-index: 9999;
}

.search-inner {
  padding: 5px 5px;
}

#search-input-box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search-input-box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

#search-input-box #close-search {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 10px;
  padding-right: 0;
}

.right-nav {
  position: relative;
}

/*--Header Cart--*/
.cart {
  position: relative;
  z-index: 200;
}

[data-cart-items] {
  position: relative;
  display: inline-block;
}

[data-cart-items]::before {
  content: attr(data-cart-items);
  position: absolute;
  top: -.5rem;
  right: -.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #2363d5;
  color: #fff;
}

.cart a i {
  font-size: 26px;
  color: #1f2632;
}

/* ------------------------
Modal Popup
------------------------*/
.modal.cart-modal {
  padding-right: 0 !important;
}

.modal.cart-modal .modal-dialog {
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 450px;
}

.modal.cart-modal .modal-content {
  border: none;
  border-radius: 0;
  height: inherit;
  overflow-y: auto;
}

.modal.cart-modal.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal.cart-modal.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-header .close {
  background: #2363d5;
  color: #fff;
  opacity: 1;
}

/* ------------------------
    Footer
------------------------*/
.media-icon.list-inline li {
  display: inline-block;
}

.media-icon li {
 margin-bottom: 7px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.media-icon li:last-child {
  margin-bottom: 0;
}

.media-icon li i {
  background: #ffffff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 23px;
  display: contents;
  color: #ffffff;
  margin-right: 10px;
}

.media-icon li a {
  color: #454545;
}

.media-icon li a:hover {
  color: #2363d5;
  text-decoration: underline !important;
}

.footer-list li {
  margin-bottom: 7px;
  text-transform: capitalize;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  color: #454545;
  position: relative;
}

.footer-list li a:hover {
  color: #2363d5;
  padding-left: 8px;
}

.social-icons.footer-social li a {
  background: none;
  border: 1px solid rgba(233, 233, 233, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
}

/* ------------------------
    Page Title
------------------------*/
.page-title {
  display: block;
  position: relative;
  padding: 30px 0;
}

.page-title h1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: white;
}

.breadcrumb {
  background: none;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb-item.active, .breadcrumb-item a:hover {
  color: #95bcff;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #2363d5;
  content: "\f054";
  font-family: 'Line Awesome Free';
  font-weight: 700;
}

/* ------------------------
    Flat Icon
------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.html#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.html#Flaticon") format("svg");
  }

}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-laboratory:before {
  content: "\f100";
}

.flaticon-flask:before {
  content: "\f101";
}

.flaticon-laboratory-1:before {
  content: "\f102";
}

.flaticon-biology:before {
  content: "\f103";
}

.flaticon-medical-laboratory:before {
  content: "\f104";
}

.flaticon-research:before {
  content: "\f105";
}

.flaticon-research-1:before {
  content: "\f106";
}

.flaticon-diabetes-test:before {
  content: "\f107";
}

.flaticon-blood:before {
  content: "\f108";
}

.flaticon-test:before {
  content: "\f109";
}

.flaticon-medical-laboratory-1:before {
  content: "\f10a";
}

.flaticon-heathcare-and-medical:before {
  content: "\f10b";
}

.flaticon-help-call:before {
  content: "\f10c";
}

.flaticon-award:before {
  content: "\f10d";
}

.flaticon-pharmacy:before {
  content: "\f10e";
}

.flaticon-biology-1:before {
  content: "\f10f";
}

.flaticon-doctor:before {
  content: "\f110";
}

.flaticon-medical-assistance:before {
  content: "\f111";
}

.flaticon-doctor-1:before {
  content: "\f112";
}

.flaticon-hospital:before {
  content: "\f113";
}

.flaticon-working-hours:before {
  content: "\f114";
}

.flaticon-medical-history:before {
  content: "\f115";
}

.flaticon-medical-report:before {
  content: "\f116";
}

.flaticon-calendar:before {
  content: "\f117";
}

.flaticon-doctor-2:before {
  content: "\f118";
}
.sub_tittle{
    color: #e07c32;
    font-weight: 600;
    font-family: cursive;
    letter-spacing: 0px;
    text-transform: uppercase;
    /* text-decoration: underline; */
    padding-bottom: 3px;
    display: block;
    font-size: 18px;
}
.read_more{
    
}
.maintagline::before{
    content: "";
    width: calc(42% - 50px);
    height: 0.1px;
    background-color: #00000026;
    position: absolute;
    top: 23px;
    left: 0px;
}
.maintagline::after {
    content: "";
    right: 0px;
    width: calc(42% - 50px);
    height: 1px;
    background-color: #00000026;
    position: absolute;
    top: 23px;
}
.maintagline2::before{
    content: "";
    width: calc(47% - 50px);
    height: 0.1px;
    background-color: #00000026;
    position: absolute;
    top: 23px;
    left: 0px;
}
.maintagline2::after {
    content: "";
    right: 0px;
    width: calc(47% - 50px);
    height: 1px;
    background-color: #00000026;
    position: absolute;
    top: 23px;
}
.secund_row{
    margin-left: 50px;
    margin-right: -30px;
}
.contact_form{
    margin: 0px 23px;
}
@media(max-width:991px){
    .secund_row {
    margin-left: 0px;
    margin-right: 0px;
}
.featured-item {
  padding: 15px 10px 10px;
}
.bgcolrw {
    padding: 15px 0px;
}
}
.aboyut_ul{
    margin: 0px 30px;
}
.about_list{
    list-style: circle;
    font-size: 14px;
    margin: 7px 0px;
}
.featured-item_new {
    padding: 10px 15px 10px;
    position: relative;
    z-index: 10000000000;
    box-shadow: 1px 1px 20px 0px #00000029 !important;
    border: 1px d#00000038;
    margin: 0px;
}.client-logo{
    border: 1px solid #00000021;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px 5px;
    margin-bottom: 25px;
}
@media(max-width:768px){
    .page-title h1 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: white;
}
.page-title {
    display: block;
    position: relative;
    padding: 20px 0;
}
.navbar-nav .nav-item {
    margin: 9px 9px;
    border-bottom: 1px solid #00000021;
    padding-bottom: 5px;
}
.client-logo{
    border: 1px solid #00000021;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px 5px;
    margin-bottom: 10px;
}
}
.team-member{
    margin: 5px 5px 20px;
    text-align: center;
    border: 1px solid #0000001c;
    padding: 15px;
    border-radius: 2px;
}
.certi-img{
    width: 100%;
    border: 1px solid #0000005e;
}
.banner-container {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  background: #000; /* fallback bg */
}

.banner-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.banner-img.active {
  opacity: 1;
  z-index: 2;
}
@media(max-width:768px){
    .banner-container {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  position: relative;
  background: #000; /* fallback bg */
}
}
.footer-last{
    color:white !important;
}
.about-mission{
    height:100%;
}
.about-border{
    border: 1px solid #0056c826;
}
.market-item{
   display: flex;
    justify-content: center;
    border-radius: 7px;
    margin: 3px;
    background-color: #0056c8bd;
    padding: 9px;
    border: 1px solid white;
}
.market-inner-item{
    color: white;
    
    font-weight: 700;
}
.state-heading{
    padding-bottom: 11px;
    border-bottom: 1px solid #00000026;
    margin-bottom: 17px;
    font-size: 34px;
    color: #e07c32;
    font-weight: 600;
    /*text-decoration: underline;*/
}
.outer-usage-pic{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.usage-pic{
   border-radius: 50%;
    /*border: 1px dashed #0056c8;*/
    /* border-radius: 50%; */
    height: 235px;
    width: 300px;
}
.usage-img{
   padding: 5px;
    /*border-radius: 12px;*/
    height: 100%;
    width: 100%;
    object-fit: inherit;
}
.usage-inner-heading{
    margin-top: 23px;
    font-size: 24px;
    font-weight: 500;
}
.outer-heading{
    font-size: 34px;
    color: #0056c8;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: green;
    margin-bottom: 20px;
}
.market-heading-bottom{
    height: 3px;
    width: 153px;
    background-color:orange;
    margin-left: 470px;
    margin-bottom: 26px;
}
.market-img{
    height: 240px;
    border: 1px solid #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.market-img-heading{
    padding: 4px 0px 4px;
    position: relative;
    text-align: center;
    border: 1px solid #2363d563;
    /*border-top: none;*/
}
.market-section-two{
    padding-top:10px !important;
}
.usage-img-heading{
     padding: 4px 0px 4px;
    position: relative;
    text-align: center;
    border: 1px solid #2363d563;
    /*border-top: none;*/
}
.usage-img{
        height: 250px;
    border: 1px solid #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 311px;

}
.inner-usage-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.footer-social{
    margin-top:13px;
    margin-left:13px;
}
.heading-down{
    height: 3px;
    width: 131px;
    background-color: orange;
    margin-left: 523px;
    margin-bottom: 20px;
}
.footer-second{
    position: relative;
    left: 10px;
}
.footer-third{
    position: relative;
    left: 0px;
}
.footer-forth{
    position: relative;
    left: 12px;
}
@media(min-width:1200px) and (max-width:1400px){
    #logo-img{
        max-width:171px;
    }
    .btn span {
    position: relative;
    z-index: 1;
    padding-right: 29px;
}
.top-header-second{
    position: relative;
    left: 24px;
}
.footer-last {
    color: #d57127 !important;
}
}
@media(max-width:576px){
    .footer-second {
    position: relative;
    left: 0px;
}
.footer-third {
    position: relative;
    left: 0;
}
.footer-forth {
    position: relative;
    left: 0;
}
.copyright {
    color: white;
    font-size: 14px;
}
.start-info{
    justify-content:center;
}
}
.outer-market{
    display: flex;
    justify-content: center;
}
.market-botton{
     padding: 10px 30px;
    background-color: #dc3545;
    color: white;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
}
.about-section{
   height: 440px;
    width: 542px;
}
.about-section-inner{
    border: 1px solid #00000021;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.outer-about-section{
    display: flex;
    justify-content: end;
}
.second-about{
    display:flex;
}
.section-img{
    height: 490px;
    width: 530px;
}
.inner-section-img{
 height: 100%;
    width: 100%;
    border: 1px solid #00000021;
    border-radius: 15px;
    object-fit: cover;
}
.outer-section{
    display: flex;
    justify-content: start;
}
.index-state-heading{
    color:black;
}
.read-page{
    padding: 10px 20px;
    color: white;
    font-size: 17px;
    font-weight: 500;
    background-color: #dc3545;
    border-radius: 3px;
}
.about-second-sections{
    padding-left:0px;
}
.gallery-box{
    height: 310px;
    width: 310px;
}
.gallery-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sub_details .container .row ol{
    margin: 0px 20px;
}

.sub_details .container .row ul{
     margin: 0px 20px;
}

.sub_details .container .row li{
    font-size: 17px;
    line-height: 32px;
    margin: 6px 0px;
    list-style: auto;
}
.sub_details .container .row b{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    display: block;
}