*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

.define_float{
    width: 100%;
    float: left;
}
.container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px 15px;
}



/*font family start*/
@font-face {
    font-family: 'AvantGarde Bk BT';
    src: url('./fonts/AvantGardeITCbyBT-Book.eot');
    src: url('./fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'),
        url('./fonts/AvantGardeITCbyBT-Book.woff') format('woff'),
        url('./fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'),
        url('./fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvantGarde Bk BT';
    src: url('./fonts/AvantGardeITCbyBT-Demi.eot');
    src: url('./fonts/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
        url('./fonts/AvantGardeITCbyBT-Demi.woff') format('woff'),
        url('./fonts/AvantGardeITCbyBT-Demi.ttf') format('truetype'),
        url('./fonts/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*font family end*/


.logo-img img {
    max-width: 180px;
}
.header-btn a.work {
    border: 0;
    margin-right: 10px;
}
.header-btn a.work:hover {
    background-color: transparent;
    color: #000;
}
header {
    padding: 18px 0px;
}
.header-btn a {
    font-size: 18px;
    text-decoration: none;
    color: #3c77fd;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #3c77fd;
    padding: 10px 20px;
    display: inline-block;
    transition: all ease .5s;
    font-family: 'AvantGarde Bk BT';
    font-weight: bold;
}
.contact-img .package-content p {
    font-weight: 500;
}
header .row {
    align-items: center;
}
.header-btn {
    text-align: end;
}
.header-btn a:hover {
    background-color: #3c77fd;
    color: #fff;
}
.image-head h1 {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    margin: 0;
    color: #2685ae;
    font-weight: 600;
    font-family: 'AvantGarde Bk BT';
}
.image-section .col-md-6 {
    padding: 0;
}

.image-box img {
    max-width: 100%;
    width: 100%;
}
.image-head {
    margin-bottom: 14px;
}
header .container {
    max-width: 1420px;
}
.slider-section {
    padding: 25px 0px;
}
.inner-img img {
    max-width: 70%;
}
.slider-section .slick-slide {
    margin: 0 20px;
}
.image-slider .slick-track {
    display: flex;
    align-items: center;
}
.video-section .col-md-6 {
    padding: 0;
}
.blue-bg {
    background-color: #567f91;
    padding: 70px 60px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blue-bg p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'AvantGarde Bk BT';
    font-kerning: auto;
    letter-spacing: .5px;
}
.video-bg {
    height: 100%;
    width: 100%;
}
.video-bg iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.package-section {
    padding-top: 30px;
    padding-bottom: 140px;
}
.package-head h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #2e64ae;
    font-family: 'AvantGarde Bk BT';
    font-weight: 600;
    position: relative;
}
.package-head h2 span {
    position: relative;
}
.package-head h2 span {
    position: relative;
    padding: 0px 10px;
}
.package-head h2 span:first-child::after{display:none;}
.package-head h2 span::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #2e64ae;
    top: 12px;
    left: -2px;
    border-radius: 100%;
}
.package-head {
    margin-bottom: 22px;
}
.package-detail h4 {
    font-size: 22px;
    line-height: 30px;
    color: #0f0f0f;
    font-family: 'AvantGarde Bk BT';
    font-weight: 600;
    font-kerning: normal;
}
.package-detail li {
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-family: 'AvantGarde Bk BT';
    font-kerning: normal;
    font-weight: 500;
}
.package-content {
    text-align: center;
}
.package-content p {
    font-size: 24px;
    line-height: 30px;
    color: #2e64ae;
    font-family: 'AvantGarde Bk BT';
    max-width: 820px;
    margin: 25px auto 0;
    font-weight: 600;
}
.package-content .header-btn {
    text-align: center;
    margin-top: 25px;
}
.package-content .header-btn a {
    font-size: 22px;
}
.package-detail h3 {
    font-size: 24px;
    line-height: 30px;
    color: #0f0f0f;
    margin-top: 35px;
    font-family: 'AvantGarde Bk BT';
    font-weight: 600;
}
.package-bg h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #626262;
    font-family: 'AvantGarde Bk BT';
    font-weight: 600;
    margin-bottom: 22px;
}
.slider-section {
    overflow: hidden;
}
div#player {
    height: 100% !important;
}

.details-sec {
    padding-top: 10px;
}
.details-sec p {
    color: #0f0f0f;
    margin-bottom: 0;
}
.details-sec p:last-child {
    margin-top: 8px;
}
.details-sec p  a {
    color: #0f0f0f;
    text-decoration: none;
}
.contact-img .header-btn {
    margin-top: 60px;
}
.contact-img .header-btn a {
    padding: 8px 35px;
}
.contact-img {
    padding-bottom: 120px;
}
.details-sec p a:hover {
    color: #3c77fd;
}
.package-detail ul {
    padding-left: 22px;
}
.package-bg {
    padding: 20px;
    background-color: #e6e6e6;
}


@media only screen and (max-width:1230px){
.blue-bg {
  padding: 30px 20px;

}
.blue-bg p {
    font-size: 18px;
    line-height: 27px;

}
.package-detail h4 {
    font-size: 18px;

}
.package-detail li {
    font-size: 16px;

}
.package-detail h3 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 30px;

}
.package-section {
    padding-top: 50px;
    padding-bottom: 90px;
}

}

@media only screen and (max-width:991px){
.video-section .row {
    flex-direction: column-reverse;
}
.contact-img {
    padding-bottom: 80px;
}
.details-sec {
    padding-top: 0;
}
.contact-img .header-btn {
    margin-top: 30px;
    justify-content: center;
}
.video-section .row .col-md-6 {
    width: 100%;
}
.video-bg {
    background-color: #567f91;
}
.logo-img img {
    max-width: 160px;
}
.image-head h1 {
    font-size: 22px;

}
.video-section .header-btn {
    display: block !important;
    margin-top: 40px;
    text-align: center !important;
}
.package-section {
    padding-top: 40px;
    padding-bottom: 70px;
}
.package-section .col-md-6 {
    width: 100%;
}
.package-content p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;

}
.package-content .header-btn a {
    font-size: 20px;
}
}

@media only screen and (max-width:767px){
    header .col-md-6 {
    width: 50%;
}
.contact-img {
    padding-bottom: 60px;
}
.package-head h2 {
    font-size: 20px;

}
}

@media only screen and (max-width:575px){
.header-btn a {
    font-size: 16px;

}
.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-btn a.work {
    margin-right: 8px;
}
.header-btn a {
    font-size: 14px;
    padding: 10px 11px;
}

.image-section {
    margin-top: 10px;
}
.image-head h1 {
    font-size: 20px;
}
.blue-bg {
    padding: 20px 18px;
}
.blue-bg p {
    font-size: 16px;
    line-height: 26px;
}
.video-section .header-btn {
    margin-top: 20px;

}
.package-detail h4 {
    font-size: 17px;
    line-height: 27px;
}
.package-detail h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 22px;
}
.package-section {
    padding-bottom: 60px;
}

.video-section .package-content {
    display: block !important;
}
.logo-img img {
    max-width: 130px;
}
.package-detail {
    padding: 0px 15px;
}
.package-section .col-md-6:first-child {
    padding-bottom: 20px;
}
.inner-img img {
    max-width: 100%;
}
.package-section .package-content p {
    display: none;
}
.package-section .package-content .header-btn {
    justify-content: center;
}
.package-head h2 {
    font-size: 18px;
}
.package-head h2 span::after {
    top: 9px;

}
.video-section .package-head {
    display: block !important;
    margin-top: 30px;
}
.package-head h2 span {
    display: inline-block;
}
.package-section .package-head {
    display: none;
}
.package-bg h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
}