body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Helvetica';
    color: #252525;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header {
    padding: 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: rgb(90 90 90 / 73%) 0 0 6px;
    /* z-index: 999999; */
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    /* background: #55d8ff;
    background: -moz-linear-gradient(top, #55d8ff 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #55d8ff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #55d8ff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #55d8ff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #55d8ff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #55d8ff 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55d8ff', endColorstr='#ffffff', GradientType=0); */
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

.header:after,
.welcomediv:after,
.boxsdiv:after,
.footer:after {
    content: "";
    clear: both;
    display: table;
}

.header>div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.header .logo {
    text-align: center;
}

.header .logo img {
    max-width: 225px;
}

.header .social {
    text-align: left;
}

.header .emaildiv {
    text-align: right;
}

.header .emaildiv a {
    color: #cb1e25;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    padding: 8px 20px;
    border-radius: 22px;
    border: #eee solid 1px;
}

.header .emaildiv a:hover {
    color: #fff;
    background: #cb1e25;
    border-color: #cb1e25;
}

.welcomediv {
    background-color: #fbfbfb;
    text-align: center;
    padding: 5rem 1rem;
}

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

.welcomediv .centercontent h1 {
    margin-top: 0;
    color: #060102;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    position: relative;
}

.welcomediv .centercontent h1:after {
    background-color: #ca1b22;
    content: "";
    height: 4px;
    width: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 2rem;
}

.welcomediv .centercontent h1 strong {
    color: #ca1b22;
}

.welcomediv .centercontent p {
    margin-bottom: 0;
}

.boxsdiv .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.boxsdiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 0 1rem; */
}

.boxsdiv .inner img {
    max-width: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.boxsdiv .inner {
    position: relative;
    padding: 1rem 1rem;
    overflow: hidden;
}

.boxsdiv .opendiv .left {
    flex: 1;
}


/* .boxsdiv .opendiv .content {
    margin-left: 2rem;
    border-left: #060102 solid 2px;
    padding-left: 2rem;
    flex: 2;
    position: relative;
} */

.boxsdiv .opendiv .content {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: visibility 0s linear 0s, height 0.15s ease-in, opacity 300ms;
}

.boxsdiv .opendiv span.flag {
    transition: all 0.3s ease-in-out 0s;
    margin-top: 10px;
    display: block;
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.boxsdiv .opendiv span.flag img {
    max-width: 33px;
    display: inline-block;
    vertical-align: middle;
}
.boxsdiv .opendiv span.flag .country-name{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}
.boxsdiv a:hover .opendiv .content span.flag {
    opacity: 1;
    visibility: visible;
}

.sliderdiv .item::after {
    content: "";
    background-color: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.sliderdiv {
    position: relative;
}


/* .sliderdiv #mainslider {
    z-index: 22;
} */

.sliderdiv .captiondiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.boxsdiv a:hover .opendiv {
    background-color: #fff;
    width: 85%;
}

.sliderdiv .captiondiv h1 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.sliderdiv .captiondiv p {
    color: #fff;
    margin-bottom: 2rem;
}

.sliderdiv .captiondiv img {
    max-width: 250px;
    margin: 0 auto;
}

.sliderdiv .captiondiv .link {
    background: #ffffff;
    text-decoration: none;
    color: #ca1b22;
    padding: 9px 3rem;
    border-radius: 31px;
    border: #ca1b22 solid 1px;
    display: inline-block;
    margin-top: 2rem;
    transition: all 0.3s ease-in-out 0s;
}

.sliderdiv .captiondiv .link:hover {
    background-color: #060102;
    color: #fff;
}

.boxsdiv .opendiv .content span.flag img {
    max-height: 18px;
    display: block;
}

.boxsdiv .opendiv P {
    font-size: 13px;
    /* border-top: #eee solid 1px; */
    /* padding-top: 10px; */
    color: #333;
    /* height: 0; */
    margin: 0;
    text-align: center;
    /* transition: visibility 0s linear 300ms, height 0.15s ease-in, opacity 300ms; */
    /* bottom: -17px; */
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    line-height: 17px;
}

.boxsdiv .col-6:hover .opendiv P {
    visibility: visible;
    opacity: 1;
    /* height: auto; */
    bottom: 0;
    /* transition: visibility 0s linear 0s, height 0.15s ease-in, opacity 300ms; */
}

.boxsdiv .col-6>a:hover .opendiv .content {
    transition: visibility 0s linear 0s, height 0.15s ease-in, opacity 300ms;
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-bottom: 1rem;
}

.boxsdiv .col-6>a:hover .opendiv .flag {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.boxsdiv .col-6>a:hover .opendiv .left>img {
    max-width: 97px;
    max-height: 38px;
}

.boxsdiv .col-6>a:hover .opendiv .left h6 {
    font-size: 13px;
}

.boxsdiv .opendiv {
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    left: 50%;
    /* right: 0; */
    /* margin: auto; */
    text-align: center;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 74%);
    padding: 2rem 1rem 1rem 1rem;
    /* min-width: 260px; */
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
    width: 46%;
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* box-sizing: border-box; */
    text-align: center;
}

.boxsdiv .opendiv img {
    width: auto;
    max-width: 144px;
    max-height: 54px;
}

.boxsdiv .opendiv h6 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

.footer {
    text-align: center;
    padding: 2.3rem 0;
    background: #ca1b22;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 3rem;
}

.boxsdiv a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    border: #e3e3e3 solid 2px;
    transition: all 0.3s ease-in-out 0s;
}

.logocenter {
    text-align: center;
    /* padding: 2rem 0; */
    position: relative;
    margin-bottom: 2rem;
}
.logocenter .item img {
    height: 260px;
    object-fit: cover;
}
.usa-detail .item img {
    height: 260px;
    object-fit: cover;
}
.usa-detail .usa-data{
    display: flex;
    background: rgb(255 255 255 / 74%);
    background-size: cover;
    padding: 0 2rem;
    position: relative;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%, 50%);
    bottom: 0;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.logocenter .lightmodal {
    display: flex;
    background: rgb(255 255 255 / 74%);
    background-size: cover;
    padding: 0 2rem;
    /* position: relative; */
    position: absolute;
    top: 0;
    /* left: 50%; */
    z-index: 9;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* transform: translate(-50%, 50%); */
    bottom: 0;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.logocenter .lightmodal .lightmodel-data{
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.logocenter .lightmodal .lightmodel-data img{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.logocenter .lightmodal .lightmodel-data .canada-flag , .logocenter .lightmodal .lightmodel-data .usa-flag{
    display: block;
    margin-top: 30px;
}
.logocenter .lightmodal .lightmodel-data .canada-flag img , .logocenter .lightmodal .lightmodel-data .usa-flag img{
    max-width: 12%;
    display: inline-block;
    vertical-align: middle;
}
.logocenter .lightmodal .lightmodel-data .canada-flag .country-name , .logocenter .lightmodal .lightmodel-data .usa-flag .country-name{
    font-size: 27px;
    color: #232323;
    display: inline-block;
    vertical-align: middle;
}
.logocenter:hover .lightmodel-data .canada-flag , .logocenter:hover .lightmodel-data .usa-flag{
    display: none;
}
.logocenter .lightmodal p {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: visibility 0s linear 0s, height 0.15s ease-in, opacity 300ms;
    /* font-size: 13px;
    line-height: 17px; */
}

.logocenter:hover .lightmodal p {
    transition: visibility 0s linear 0s, height 0.15s ease-in, opacity 300ms;
    height: auto;
    opacity: 1;
    color: #fff;
    visibility: visible;
}

.logocenter:hover .lightmodal img {
    max-width: 125px;
    max-height: 94px;
}

.logocenter:hover .lightmodal {
    background: #838383;
}


/* .logocenter a::before {
    background-color: rgb(255 255 255 / 76%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
} */

.header .social a {
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    margin: 0 3px;
    border-radius: 50px;
    background: #fbfbfb;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    border: #efefef solid 1px;
    color: #060102;
}

.header .social a img {
    display: block;
}

.header .social a:hover {
    /* transform: scale(1.1); */
    box-shadow: rgb(51 51 51 / 31%) 0 0 16px;
    background: #ca1b22;
    color: #fff;
    border-color: #ca1b22;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}

.footer a:hover {
    color: #070203;
}

.logocenter a img {
    max-width: 100%;
    position: relative;
}
.logocenter a span.flag{
    transition: all 0.3s ease-in-out 0s;
    margin-top: 20px;
    visibility: hidden;
    height: 0;
    opacity: 0;
    display: flex;
    align-items: center;
}
.logocenter a span .country-name{
    color: #ffffff;
    font-size: 14px;
    margin-left: 9px;
}
.logocenter:hover a span.flag{
    height: auto;
    opacity: 1;
    visibility: visible;
    
}
.logocenter a span.flag img{ 
    max-width: 33px !important;
}
.boxsdiv>.col-6 {
    position: relative;
    padding: 1rem;
}

.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.sliderdiv .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sliderdiv .owl-nav button span {
    background-color: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 45px;
    font-size: 3rem;
    /* border-radius: 13px; */
    font-family: FontAwesome;
    color: #060102;
    transition: all 0.3s ease-in-out 0s;
}

.sliderdiv .owl-dots {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
}

.sliderdiv .owl-nav button span:hover {
    background-color: #ca1b22;
    color: #fff;
}

.sliderdiv .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sliderdiv .owl-item .img-responsive {
    max-width: 100%;
    height: 600px;
    object-fit: cover;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ca1b22;
}


/* modal css */

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    transition: all .4s;
    z-index: 99999;
}

#demo-modal:target {
    visibility: visible;
    opacity: 1;
}

#demo-modal1:target {
    visibility: visible;
    opacity: 1;
}

#demo-modal2:target {
    visibility: visible;
    opacity: 1;
}

#demo-modal3:target {
    visibility: visible;
    opacity: 1;
}
#demo-modal5:target {
    visibility: visible;
    opacity: 1;
}
#demo-modal6:target {
    visibility: visible;
    opacity: 1;
}
.innercontent {
    display: flex;
    align-items: center;
}
.innercontent .images{
    text-align: center;
}
.innercontent img {
    margin-right: 1rem;
    max-width: 145px;
}
.innercontent .flag{
    margin-top: 10px;
    display: block;
}
.innercontent .flag img{
    max-width: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
.innercontent .flag .country-name{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}
.innercontent p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.innercontent a {
    display: inline-block;
    background: #060102;
    color: #fff;
    text-decoration: none;
    padding: 5px 19px;
    border-radius: 50px;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out 0s;
}

.innercontent a:hover {
    background-color: #cb1e25;
    color: #fff;
}

.modal__content {
    border-radius: 4px;
    position: relative;
    /* width: 500px; */
    max-width: 60%;
    background: #fff;
    padding: 1em 2em;
    transform: scale(0.8);
    transition: all .4s;
}

.modal:target .modal__content {
    transform: scale(1);
}

.modal__footer {
    text-align: right;
    /* a {
        color: #585858;
    }
    i {
        color: #d02d2c;
    } */
}

.modal__close {
    position: absolute;
    top: -12px;
    right: -12px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    background: #cb1e25;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50px;
    border: #fff solid 2px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .boxsdiv a:hover .opendiv {
        width: 100%;
    }
    .logocenter:hover .lightmodal p {
        font-size: 13px;
        line-height: normal;
        overflow-y: auto;
    }
    .modal__content {
        max-width: 89%;
        height: 94%;
        padding: 1em 1em;
    }
    .boxsdiv .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .innercontent {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        overflow-y: auto;
        height: calc(100vh - 67px);
    }
    .innercontent img {
        margin: 0 0 1rem 0;
    }
    .welcomediv .centercontent h1 {
        line-height: normal;
    }
    .header .logo img {
        max-width: 130px;
    }
    .header .social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .sliderdiv .captiondiv h1 {
        font-size: 2rem;
        margin-bottom: 0;
        LINE-HEIGHT: NORMAL;
    }
    .sliderdiv .owl-nav button span {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 2rem;
    }
    .sliderdiv .captiondiv p {
        margin-bottom: 1rem;
        line-height: normal;
        font-size: 13px;
    }
    .sliderdiv .owl-item .img-responsive {
        height: 292px;
    }
    .sliderdiv .captiondiv img {
        max-width: 102px;
    }
    .sliderdiv .captiondiv {
        width: 100%;
    }
    .sliderdiv .captiondiv .link {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .boxsdiv .opendiv h6 {
        line-height: normal;
        font-size: 14px;
    }
    .boxsdiv .opendiv img {
        max-width: 113px;
        max-height: 40px;
    }
    .boxsdiv .opendiv {
        min-width: 84%;
    }
    .header {
        flex-direction: column;
        padding: 0 1rem 1rem 1rem;
    }
    .header>div {
        padding: 7px 0;
        font-size: 15px;
    }
}