@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --darkOrange: #EB5310;
    --orange: #F58100;
    --blue: #081693;
    --body-font: 'Montserrat', sans-serif;
    --font-16: 16px;
    --black: #000;
}

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?u6fx27');
    src: url('../font/icomoon.eot?u6fx27#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?u6fx27') format('truetype'),
        url('../font/icomoon.woff?u6fx27') format('woff'),
        url('../font/icomoon.svg?u6fx27#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
/*.btn-align{*/
/*   position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0);*/
/*}*/
.hblu {
    color: #071675 !important;
}
.color-primary{
    color: #EB5310 !important;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-size-panelSession{
    font-size:12px !important;
}
.see-bio{
    /* height: 60px !important; */
    font-size: 12px !important;
}

.icon-left-arrow:before {
    content: "\e900";
}
.shaped{
    margin-bottom: 100px !important;
}
.icon-avtar:before {
    content: "\e901";
}

.icon-plus:before {
    content: "\e902";
}

.icon-minus:before {
    content: "\e903";
}

@media(max-width:550px) {
    .mehi {
        display: none;
    }
    .card{
        margin-top: 10px !important;
    }
}

.icon-pin:before {
    content: "\e904";
}

.icon-inkedin:before {
    content: "\e905";
}

.icon-twitter:before {
    content: "\e906";
}

.icon-instagram:before {
    content: "\e907";
}

.icon-facebook:before {
    content: "\e908";
}

.icon-quote:before {
    content: "\e909";
}

.icon-tech:before {
    content: "\e90a";
}

.icon-fragment:before {
    content: "\e90b";
}

.icon-horn:before {
    content: "\e90c";
}

.icon-circle-right-arrow:before {
    content: "\e90d";
}

.icon-circle-left-arrow:before {
    content: "\e90e";
}

.icon-right-arrow:before {
    content: "\e90f";
}

.icon-calender:before {
    content: "\e910";
}





.container {
    max-width: 1230px;

}


body {
    font-family: var(--body-font);
    font-size: var(--font-16);
    overflow-x: hidden;
}

@media (max-width:550px) {
    .medmar {
        margin-top: 20px !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--body-font);
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

img {
    max-width: 100%;
}

.form-control {}

.form-control:focus,
.form-control:focus-visible {
    color: inherit;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.btn {
    border-radius: 8px;
}

.btn:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-shadow {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: solid 2px #fff;
}

.btn-d-orange {
    background: var(--darkOrange);
    color: #fff;
}

.btn-orange {
    background: var(--orange);
    color: #fff;
}

.btn-blue {
    background: var(--blue);
    color: #fff;
}

.btn-d-orange-outline {
    border: solid 2px var(--darkOrange);
    color: var(--darkOrange);
}

.btn-gredient {
    background: linear-gradient(129.19deg, #FFA000 13.97%, #FFA000 23.54%, #E75200 68.64%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    color: #fff;
    margin-top: 5px;
}

.btn-gredient:hover,
.btn-gredient:focus {
    color: #fff;
}

.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    height: 72px;
}

.inner-page-header {
    background-color: var(--black);
}

.page-header nav {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 0 105px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    height: 72px;


}

.page-header .navbar-brand img {
    display: none;

}

.inner-page-header .navbar-brand img {
    display: block;

}

.bgblue {
    background: var(--blue-gradient, linear-gradient(0deg, #000638 0%, #0E24A8 100%));
    min-height:50vh !important;
}

.bgorg {
    background: var(--blue-gradient, linear-gradient(0deg, #ec6400 0%, #f27800 100%));
}

.page-header button svg {}

.page-header button:hover {}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background: linear-gradient(129.19deg, #050E61 13.97%, #081693 23.54%, #050E61 68.64%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    animation: slideDown 0.35s ease-out;
}

.inner-page-header.page-header.is-sticky {
    background: var(--black);
}

.page-header.is-sticky img {
    max-width: 80%;
}

.page-header.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
}

.page-header.is-sticky .navbar-brand img {
    display: flex;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-item {
    margin: 0 4px;
}

.navbar-nav .nav-item .dropdown-toggle::after {
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    margin-left: 9px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: 172px;
    border-bottom: 1px solid #D4D4D4;
    white-space: normal;
}

.navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
}

.heroSection {
    position: relative;
    height: 100vh;
}

.heroSection .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}

.heroSection .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroSection .content {
    position: absolute;
    left: 126px;
    right: 0;
    top: 105px;
    max-width: 573px;
}

.heroSection .content .top {
    /* border-bottom: dashed 2px #fff; */
    /* margin-bottom: 24px; */
    padding-bottom: 24px;
}

.heroSection .content .text {
    color: #fff;
}

.heroSection .content .text h2,
.heroSection .content .text h3 {
    font-weight: 700;
    line-height: 40px;
}

.heroSection .content .link a {
    height: 88px;
    max-width: 358px;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 24px;

}

.heroSection .content .link a span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.innerHero {
    height: 418px;
}

.innerHero .image {
    top: 70px;
    height: 348px;
}

.innerContent {
    position: absolute;
    top: 240px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.innerContent h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 120.833% */
}

.innerContent .btn {
    border-radius: 8px;
    border: 2px solid var(--white, #FFF);
    padding: 12px 24px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
    text-transform: uppercase;
}

.videoSection {
    background: #EDEEF6;
    padding: 48px 0;
}

.videoSection .head h2 {

    color: var(--blue);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    text-transform: capitalize;
}

.videoSection .video {
    height: 418px;
    background: lightblue;
    margin: 32px 16px;
    min-width: 1074px;
}

.videoSlider .owl-item {

    opacity: 0.3;
    transition: all ease 0.1s;
}

.videoSlider .owl-item.center {
    opacity: 1;
    transition: all ease 0.1s;
}

.videoSection .videoSlider .owl-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 45%;
    width: 100%;
}

.videoSection .videoSlider .owl-nav button.owl-next {
    display: flex;
    padding: 12px 16px !important;
    flex-direction: column;
    align-items: center;
    gap: 10px !important;
    margin: 1px;
    background: var(--blue-solid, #081693);
    color: #fff;
    right: 50px;
    position: absolute;
}

.videoSection .videoSlider .owl-nav button.owl-prev {
    display: flex;
    padding: 12px 16px !important;
    flex-direction: column;
    align-items: center;
    gap: 10px !important;
    margin: 1px;
    background: var(--blue-solid, #081693);
    color: #fff;
    left: 50px;
    position: absolute;
}

.videoModal .modal-body {
    padding: 0;
    margin-bottom: -8px;
}

.videoModal .close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100%;
    font-size: 38px;
}

.videoSection .text p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    /* 150% */
}

.videoSection .link {
    text-align: center;
}

.videoSection .link a {
    border: solid 2px #fff;
    min-width: 216px;
}

.videoSection .video {
    border-radius: 16px;
    border: 2px solid var(--white, #FFF);
    background: radial-gradient(63.36% 132.54% at 50.00% 50.00%, rgba(0, 0, 0, 0.00) 0%, #000 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
    background-blend-mode: hard-light, normal;
    overflow: hidden;
    position: relative;
}

.play-bt {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-top: auto;
    z-index: 99;
    cursor: pointer;
    left: 0;
    top: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tv_video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.highligtedArea {
    background: var(--orange-gradient, linear-gradient(172deg, #FFA000 0%, #FFA000 17.51%, #E75200 100%));
    padding: 48px 0;
    position: relative;
}

.highligtedArea:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/highlightBg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: 0;
}

.highligtedArea .head {
    text-align: center;
}

.highligtedArea .head h2 {

    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    text-transform: capitalize;
}

.topicSection {
    height: 483px;
    position: relative;
    z-index: 1;
    height: 483px;
    margin: auto;
    width: 940px;
}

.topics {
    height: 210px;
    width: 210px;
    background: #050E61;
    border: solid 7px #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top-left-radius: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.topics:before {
    background: url(../img/Union.svg) no-repeat center;
    top: 3px;
    left: -144px;
    right: 0;
    margin: auto;
    content: "";
    position: absolute;
    height: 50px;
    width: 200px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.topics h4 {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: white;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.topics.inv {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 114px;
}

.topics.inv:before {
    top: auto;
    left: auto;
    bottom: 2px;
    right: 70px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.topics.inv h4 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 28px;
}

.topics:nth-child(1) {
    position: absolute;
    left: 46px;
    top: 52px;
}

.topics:nth-child(2) {
    position: absolute;
    left: 205px;
    bottom: 60px;
}

.topics:nth-child(2) h4 {
    font-size: 22px;
    position: relative;
    top: -5px;
    left: 8px;
}


.topics:nth-child(3) {
    position: absolute;
    left: 365px;
    top: 52px;
}


.topics:nth-child(4) {
    position: absolute;
    left: 523px;
    bottom: 60px;
}


.topics:nth-child(5) {
    position: absolute;
    left: 682px;
    top: 52px;
}


.importantDates {
    padding: 48px 0;
    background: #EDEEF6;
}

.importantDates .head {
    text-align: center;
    margin-bottom: 40px;
}

.importantDates .head h2 {
    color: var(--black, #000);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    text-transform: capitalize;
}

.importantDates .link {
    text-align: center;
}

.importantDates .link a {
    border: solid 2px #fff;
    min-width: 296px;
    padding: 12px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
    text-transform: uppercase;

}

.cardDatesSection {
    margin-bottom: 40px;
}

.cardDatesSection .owl-nav {
    color: var(--orange);
    font-size: 28px;
}

.cardDatesSection .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 28px);
    left: -40px;
    height: 28px;
    display: flex;
}

.cardDatesSection .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 28px);
    right: -40px;
    height: 28px;
    display: flex;
}

.cardDates {
    display: flex;
    width: 246px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 12px;
    border-radius: 13px;
    border: 2px solid #FFF;
    background: #050E61;
    color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);

}

.cardDates .top {
    display: flex;
}

.cardDates .top .icon {
    font-size: 32px;
    color: var(--orange);
    margin-right: 8px;
}

.cardDates .top .date {
    display: flex;
}

.cardDates .top .date h4 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    text-transform: capitalize;
    margin-right: 8px;
    margin-bottom: 0;
}

.cardDates .top .date .detail {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    /* 142.857% */
}

.cardDates .info {
    border-top: solid 1px #fff;
    padding-top: 12px;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 152.381% */
}

.gridSection {
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
    min-height: 544px;
    padding-top: 72px;
    padding-bottom: 66px;
}

.layoutGrids {
    display: flex;
    flex: 1;
    height: 390px;
    position: relative;
    z-index: 1;
}

.layoutGrids>* {
    flex: 1;
    color: #fff;
    height: 100%;
}

.layoutGrids a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.layoutGrids .text {
    color: var(--orange-solid, #F58100);
    text-align: center;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    max-width: 198px;
}

.layoutGrids .icon {
    font-size: 34px;
}

.layoutGrids .left {
    background-image: url(../img/gridBg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border-radius: 16px 0px 0px 16px;
    background-color: rgba(5, 14, 97, 0.90);
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.layoutGrids .left:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    background: linear-gradient(129.19deg, #FFA000 13.97%, #FFA000 23.54%, #E75200 68.64%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.layoutGrids .mid .one {
    background-image: url(../img/gridBg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-color: rgba(5, 14, 97, 0.90);
    height: calc(50% - 4px);
    margin: 4px 4px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.layoutGrids .mid .one:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px;
    background: linear-gradient(129.19deg, #FFA000 13.97%, #FFA000 23.54%, #E75200 68.64%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.layoutGrids .mid .two {
    background-image: url(../img/gridBg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-color: rgba(5, 14, 97, 0.90);
    height: calc(50% - 4px);
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.layoutGrids .mid .two:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px;
    background: linear-gradient(129.19deg, #FFA000 13.97%, #FFA000 23.54%, #E75200 68.64%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.layoutGrids .right {
    border-radius: 0px 16px 16px 0px;
    background-image: url(../img/gridBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-color: rgba(5, 14, 97, 0.90);
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.layoutGrids .right:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0 5px 5px 0;
    padding: 5px;
    background: linear-gradient(129.19deg, #FFA000 13.97%, #FFA000 23.54%, #E75200 68.64%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.testimonials {
    background: url(../img/testimonialBg.png) no-repeat;
    background-position: center right;
    min-height: 577px;
    padding-top: 82px;
}

.testimonials .head {
    position: absolute;
    top: 50px;
}

.testimonials .head h2 {
    color: #050E61;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    text-transform: capitalize;
}

.testi .item {
    display: flex;
}

.testi .item .text {
    flex: 1;
    margin-top: 130px;
}

.testi .item .text>p {
    color: var(--black, #000);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 152.381% */
}

.testi .item .text .name {}

.testi .item .text .name p {
    color: var(--orange-solid, #F58100);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.testi .item .text .name small {
    color: #050E61;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.testi .item .image {
    max-width: 423px;
    margin-left: 50px;
    flex: 1;
}

.testi .item .font {
    font-size: 26px;
    color: #050E61;
    margin-top: 18px;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.testi .owl-nav {
    width: 610px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 50px;
}

.testimonials .testi .owl-nav button.owl-next,
.testimonials .testi .owl-nav button.owl-prev {
    display: flex;
    padding: 12px 16px !important;
    flex-direction: column;
    align-items: center;
    gap: 10px !important;
    margin: 1px;
    background: var(--darkOrange) !important;
    color: #fff;
}

.simpleTextSection {
    background-image: url(../img/textBoxBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: white;
    min-height: 406px;
    padding: 48px 0;
}

.textBox {
    border-radius: 16px;
    background: url(../img/simpletextcolorBg.jpg), lightgray 50% / cover no-repeat;
    min-height: 310px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 48px;
}

.textBox:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 4px;
    background: linear-gradient(129.19deg, #FFA000 13.97%, #FFA000 23.54%, #E75200 68.64%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.callForSection {
    padding: 48px 0;
}

.callFor {
    background: url(../img/simpletextcolorBg.jpg), lightgray 50% / cover no-repeat;
    position: relative;
    color: #fff;
    padding: 48px;
    display: flex;
    justify-content: space-between;
}

.callFor h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    /*text-transform: capitalize;*/
    margin-bottom: 16px;
}

.callFor h4 {
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 125.926% */
    margin-bottom: 12px;
}

.callFor .left p {
    margin-bottom: 0;
}

.callFor ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.callFor ul li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.callFor ul li span {
    height: 14px;
    width: 14px;
    display: block;
    background: white;
    margin-right: 12px;
}

.callFor .right {
    text-align: right;
}

.callFor small {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 16px;
    display: block;
}

.callFor .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
    text-transform: uppercase;
    border-radius: 8px;
    width: 185px;
    padding: 12px 24px;
    border: 2px solid var(--white, #FFF);
}

.callForPaperSection {
    background-image: url(../img/midBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 48px;
}

.callForPaperSection::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(3, 12, 81, 0.50);
    backdrop-filter: blur(2px);
}

.callForPaper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.callForPaper .left h3 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    /*text-transform: capitalize;*/
    max-width: 334px;
    margin-bottom: 0;
}

.callForPaper .right {
    text-align: right;
}

.callForPaper .right h4 {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 125.926% */
    /* padding-right: 130px; */
}

.callForPaper .right .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
    text-transform: uppercase;
    border-radius: 8px;
    width: 247px;
    padding: 12px 24px;
    border: 2px solid var(--white, #FFF);
    margin-top: 2%;
}

.textParaSection {
    /*padding: 16px 0;*/
}

.paraBox {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 32px 0 0 0;
}

.paraBox h3 {
    color: var(--black, #000);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 40px; */
    /* 125% */
    margin-bottom: 0;
}

.accordianContent .card {
    border: none;
    margin-bottom: 24px;
}

.accordianContent .card-header {
    background: none;
    padding: 0;
    border: none;
}

.accordianContent .card-header button {
    height: 92px;
    padding: 24px 32px;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    border: 2px solid #FFF;
    background: #050E61;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    text-align: left;
    color: var(--white, #FFF);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 125.926% */
    text-decoration: none;
}

.accordianContent .card-header button:before {
    height: 24px;
    width: 24px;
    background: var(--orange);
    display: inline-block;
    content: "";
    position: relative;
    top: 2px;
    margin-right: 40px;
}

.accordianContent .accordion-toggle.collapsed::after {
    content: '+';
}

.accordianContent .accordion-toggle::after {
    content: '-';
    font-size: 41px;
    position: absolute;
    right: 32px;
    top: 18px;
}

.accordianContent .card-body {
    padding-bottom: 0;
}

.accordianContent .card-body ul {
    padding-left: 0;
    margin-bottom: 0;
}

.accordianContent .card-body ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordianContent .card-body ul ul {
    list-style-type: disc;
    margin-bottom: 4px;
}

.accordianContent .card-body ul ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.partnerInfoSection {}

.partnerInfoSection .each:nth-of-type(even) {
    background: #EDEEF6;
}

.inlineInfo {
    display: flex;
    align-items: center;
    padding: 48px 0;
}

.inlineInfo .image {
    margin-right: 42px;
}

.inlineInfo .info {
    flex: 1;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.inlineInfo .info h3 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
}

.partnerInfoSection .each:nth-of-type(even) .inlineInfo .image {
    order: 1;
    margin-right: 0px;
    margin-left: 42px;
}

.embed-responsive-100x400px {
    padding-bottom: 507px;
}

.l-gray-Bg {
    background: #EDEEF6;
}

.pricingPlanSection {
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
    min-height: 544px;
    padding-top: 72px;
    padding-bottom: 66px;
}

.libg {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), lightgray 50% / cover no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .7;

}

.pricingPlanSection .head {
    text-align: center;
    margin-bottom: 32px;
}

.pricingPlanSection .head h2 {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    text-transform: uppercase;
    margin-bottom: 0;
}

.pricingPlanSection .owl-nav {
    color: white;
    font-size: 28px;
}

.pricingPlanSection .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 28px);
    left: -40px;
    height: 28px;
    display: flex;
}

.pricingPlanSection .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 28px);
    right: -40px;
    height: 28px;
    display: flex;
}

.package {
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #FFF;
    background: #050E61;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    margin: 0 15px;
}

.package .top {
    margin-bottom: 8px;
}

.package .top .price {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width:430px) {
    .package .top .price {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .card-title{
        font-size: 18px !important;
    }
}

.package .top .price small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.package .mid {
    margin-bottom: 16px;
}

.package .mid .packageName {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 152.381% */
}

.package .mid .info {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.package .bottom {}

.package .bottom .featureList p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-bottom: 0;
}

.package .bottom .featureList ul {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding-left: 20px;
}

.package .bottom .featureList ul li {
    position: relative;
}

.package .bottom .featureList ul li:after {
    content: url(../img/check.svg);
    position: absolute;
    left: -20px;
    top: 1px;
}

.pricingPlanSection .link {
    text-align: center;
    width: 100%;
}

.pricingPlanSection .link a {
    width: 296px;
    padding: 12px 24px;
    border-radius: 8px;
    border: 2px solid var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
    text-transform: uppercase;
    color: #fff;
}

.partnerSection {
    background-image: url(../img/partnerBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-color: var(--black, #000);

}

.partners {
    display: flex;
    align-items: center;
    min-height: 294px;
}

.partners .head {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.partners .left {
    flex: 35%;
    max-width: 150px;
    margin-right: 170px;
    text-align: center;
}

.partners .right {
    flex: 65%;
}

.partners .partnerDual {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.downloadSection {
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.downloadSection h2 {
    color: var(--black, #000);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 116.667% */
    text-transform: capitalize;
    margin-bottom: 25px;
}

.downloadSection .btn {
    color: var(--white, #FFF);
    font-size: 16px;
    width: 296px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: var(--orange-gradient, linear-gradient(172deg, #FFA000 0%, #FFA000 17.51%, #E75200 100%));
}

.meetPeopleSection {
    padding: 48px 0;
}

.meetPeopleSection .headText {
    text-align: center;
    margin-bottom: 16px;
}

.meetPeopleSection .headText h3 {
    color: #071675;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
    margin-bottom: 0;
}

.meetPeopleSection .headText p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-bottom: 0;
}

.peopleInfo {
    display: flex;
    justify-content: space-evenly;
}

.peopleInfo .each {
    flex: 1;
    text-align: center;
}

.peopleInfo .each h5 {
    color: #050E61;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    /*line-height: 32px;*/
    /* 152.381% */
    /*margin: 0 15px;*/
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -19px;
}

.peopleInfo .each p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
    margin: 0 15px;
    margin-bottom: 0;
}

.fourGrid {
    background: #EDEEF6;
}

.fourGrid .peopleInfo .each h5 {
    min-height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
}

.fourGrid .peopleInfo .each p {
    margin: 0 48px;
}

.techCommitteeSection {
    padding: 48px 0;
}

.techCommitteeSection .headText {
    text-align: center;
    margin-bottom: 16px;
}

.techCommitteeSection .headText h3 {
    color: var(--black, #000);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
    margin-bottom: 0;
}

.techCommitteeSection .techLogos {
    text-align: center;
}

.techCommitteeSection .techLogos ul {
    list-style: none;
    padding: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.techCommitteeSection .techLogos ul li {
    margin: 16px 12px;
}

.techCommitteeRepresentSection {
    padding: 48px 0;
}

.techCommitteeRepresent {
    max-width: 1074px;
    padding: 48px 32px;
    border-radius: 12px;
    border: 2px solid #FFF;
    background: var(--blue-gradient, linear-gradient(0deg, #000638 0%, #0E24A8 100%));

    /* Style 1 */
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.techCommitteeRepresent .headText {
    text-align: center;
    margin-bottom: 16px;
}

.techCommitteeNames {
    margin: 12px;
}

.techCommitteeNames .each {
    margin-bottom: 20px;
}

.techCommitteeNames .each p {
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.techCommitteeNames .each small {
    color: var(--orange-solid, #F58100);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.lightGBg {
    position: relative;
}

.lightGBg:after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), lightgray 50% / cover no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .7;
}

footer {
    background-image: url(../img/footerBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border-top: 2px solid var(--orange-solid, #F58100);
    background-color: #050E61;
    min-height: 294px;
    padding-top: 64px;
}

.bgImgNone {
    background-image: none !important;
}

.gredientBorNone:before {
    content: none !important;
}

.footerInfo {
    display: flex;
    color: #fff;
}

.footerInfo .left {
    flex: 35%;
    max-width: 150px;
    margin-right: 170px;
}

.footerInfo .right {
    display: flex;
    flex: 65%;
}

.footerInfo a {
    color: #fff;

}

.footerInfo .each {
    flex: 1;
}

.footerInfo .each .text {
    margin-bottom: 16px;
}

.footerInfo .each ul {
    list-style: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    padding-left: 0;
    margin-right: 24px;
}

.footerInfo .each ul li {
    margin-bottom: 16px;
}

.footerInfo .each .socialLink {
    display: flex;
    margin-right: 53px;
}

.footerInfo .each .socialLink li {
    font-size: 24px;
    margin-right: 20px;
}

.footerInfo .each .socialLink li:last-child {
    margin-right: 0px;
}

.footerInfo .each .add {
    display: flex;
    max-width: 155px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 16px;
}

.footerInfo .each .add .icon {
    font-size: 14px;
    margin-right: 6px;
}

@media (max-width: 1199px) {
    .heroSection .content {
        left: 40px;
        right: auto;
    }

    .cardDatesSection .owl-nav .owl-prev {
        top: auto;
        bottom: -20px;
        left: calc(50% - 50px);
    }

    .cardDatesSection .owl-nav .owl-next {
        top: auto;
        bottom: -20px;
        right: calc(50% - 50px);
    }

    .videoSection .video {
        min-width: 920px;
    }
}

@media (max-width: 1100px) {
    .page-header nav {
        margin-right: 0;
        padding-right: 0;
        padding-left: 10px;

    }

    .topicSection {
        height: 423px;
        width: 800px;
    }

    .topics {
        height: 180px;
        width: 180px;
        background: #050E61;
        border: solid 5px #fff;
    }

    .topics::before {
        top: 3px;
        left: -118px;
    }

    .topics.inv::before {
        bottom: 2px;
        right: 43px;
    }

    .topics h4 {
        font-size: 18px;
    }

    .topics.inv h4 {
        font-size: 18px;
    }

    .topics:nth-child(1) {
        left: 37px;
        top: 52px;
    }

    .topics:nth-child(2) {
        left: 174px;
        bottom: 53px;
    }

    .topics:nth-child(2) h4 {
        font-size: 18px;
        position: relative;
        top: -5px;
        left: 8px;
    }


    .topics:nth-child(3) {
        left: 314px;
        top: 52px;
    }


    .topics:nth-child(4) {
        left: 454px;
        bottom: 53px;
    }


    .topics:nth-child(5) {
        left: 592px;
        top: 52px;
    }

    .testi .owl-nav {
        width: 530px;
    }

    .gridSection {
        min-height: 484px;
    }

    .layoutGrids {
        height: 330px;
    }

    .peopleInfo {
        flex-wrap: wrap;
    }

    .peopleInfo .each {
        flex: 33%;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    header .navbar-expand-md .navbar-nav {
        margin: auto !important;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
        padding: 2px;
        font-size: 12px;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    .heroSection .content {
        left: 0;
        right: 0;
        margin: auto;
    }

    .videoSection .video {
        min-width: 80%;
        height: 340px;
    }

    .topicSection {
        height: 353px;
        width: 737px;
    }

    .topics {
        height: 160px;
        width: 160px;
    }

    .topics:nth-child(1) {
        left: 37px;
        top: 52px;
    }

    .topics:nth-child(2) {
        left: 159px;
        bottom: 19px;
    }

    .topics:nth-child(2) h4 {
        font-size: 18px;
        position: relative;
        top: -5px;
        left: 8px;
    }


    .topics:nth-child(3) {
        left: 283px;
        top: 52px;
    }


    .topics:nth-child(4) {
        left: 408px;
        bottom: 19px;
    }


    .topics:nth-child(5) {
        left: 532px;
        top: 52px;
    }

    .testi .item .image {
        max-width: 383px;
    }

    .testi .owl-nav {
        width: 100%;
        bottom: 0;
        right: 10px;
    }

    .layoutGrids .left {
        background-size: cover;
    }

    .layoutGrids .mid .one {

        background-size: cover;
    }

    .layoutGrids .mid .two {

        background-size: cover;
    }

    .layoutGrids .right {

        background-size: cover;
    }

    .footerInfo .left {
        margin-right: 50px;
    }

    .partners .left {
        margin-right: 10%;
    }

    .partners .partnerDual .each {
        margin-right: 10%;
    }

    .footerInfo .each .text {
        font-size: 12px;
    }

    .footerInfo a {
        text-decoration: none;
    }

    .footerInfo .each ul {
        font-size: 12px;
    }

    .footerInfo .each .add {
        font-size: 12px;
    }

    .peopleInfo .each {
        flex: 40%;
        text-align: center;
        margin-bottom: 30px;
        /*position:relative;*/
    }
}

@media (max-width: 800px) {

    .topicSection {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 30px 60px;
    }

    .topics:nth-child(1),
    .topics:nth-child(2),
    .topics:nth-child(3),
    .topics:nth-child(4),
    .topics:nth-child(5) {
        position: static;
    }

    .topics::before {
        top: 3px;
        left: -138px;
    }

    .topics.inv::before {
        bottom: 2px;
        right: 71px;
    }

    .topics {
        height: 210px;
        width: 210px;
    }

    .topics.inv {
        margin: 50px 10px;
    }

}

@media (max-width: 768px) {
    .page-header .navbar-brand img {
        display: block;
    }

    .navbar-toggler {
        border: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .page-header {
        position: fixed;
        height: auto;
        background-color: var(--black);
        padding: 10px;
        animation: auto;
    }

    .page-header nav {
        height: auto;
    }

    .page-header.is-sticky img {
        max-width: 100%;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
        padding: 15px 0;
        font-size: 14px;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        width: 100%;
    }

    .navbar-nav .nav-item .dropdown-toggle::after {
        height: 9px;
        width: 9px;
        border-width: 0px 2px 2px 0px;
        position: absolute;
        right: 4px;
        top: 18px;
        bottom: 0;
    }

    .testimonials .head {
        position: absolute;
        top: 0px;
    }

    .testi .item .text {
        flex: 1;
        margin-top: 80px;
    }

    .layoutGrids .icon {
        font-size: 30px;
    }

    .layoutGrids .text {
        font-size: 16px;
    }

    .heroSection .content {
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 513px;
    }

    .heroSection .content .top img {
        max-width: 60%;
    }

    .heroSection .content .text h2,
    .heroSection .content .text h3 {
        line-height: 24px;
        font-size: 20px;
    }

    .heroSection .content .link a {
        height: 68px;
        max-width: 278px;
        font-size: 18px;
    }

    .heroSection .content .link a span {
        font-size: 16px;
    }

    .testimonials .head {
        position: static;
        top: 0px;
        text-align: center;
        margin-bottom: 25px;
    }

    .testimonials .head h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .testi .item .text {
        flex: 1;
        margin-top: 10px;
    }

    .testi .item .text>p {
        font-size: 16px;
        line-height: 22px;
    }

    .testi .item .text .name p {
        font-size: 15px;
    }

    .testi .item .text .name small {
        font-size: 12px;
        line-height: 20px;
    }

    .testi .item .font {
        font-size: 22px;
        min-height: 40px;
    }

    .testi .owl-nav {
        bottom: -15px;
    }

    footer {
        padding-top: 34px;
    }

    .footerInfo {
        flex-direction: column;
    }

    .footerInfo .left {
        margin: auto;
        margin-bottom: 30px;
    }

    .videoSection .head h2 {
        font-size: 26px;
    }

    .highligtedArea .head h2 {
        font-size: 26px;
    }

    .importantDates .head h2 {
        font-size: 26px;
    }

    .paraBox h3 {
        font-size: 26px;
    }

    .pricingPlanSection .head h2 {
        font-size: 10px;
    }

    .downloadSection h2 {
        font-size: 26px;
    }

    .paraBox {
        font-size: 14px;
    }

    footer {
        background-position: bottom;
    }

    .innerHero {
        height: 338px;
    }

    .innerHero .image {
        height: 268px;
    }

    .innerContent {
        top: 170px;
    }

    .innerContent h1 {
        font-size: 32px;
    }

    .accordianContent .card-header button {
        height: 72px;
        padding: 18px 25px;
        font-size: 20px;
    }

    .accordianContent .card-header button::before {
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

    .accordianContent .card-body ul li {
        font-size: 16px;
    }

    .accordianContent .card-body ul ul li {
        font-size: 14px;
    }

    .meetPeopleSection .headText h3 {
        font-size: 26px;
    }

    .techCommitteeRepresent .headText h3 {
        font-size: 26px;
    }

    .peopleInfo .each h5 {
        font-size: 18px;
    }

    .techCommitteeNames .each p {
        font-size: 14px;
    }

    .techCommitteeNames .each small {
        font-size: 14px;
    }

    .inlineInfo {
        flex-direction: column;
    }

    .inlineInfo .image {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .inlineInfo .info h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .partnerInfoSection .each:nth-of-type(2n) .inlineInfo .image {
        order: 0;
    }
}

@media (max-width: 680px) {
    .topicSection {
        padding: 30px 10px;
    }

    .testimonials {
        min-height: 484px;
    }

    .callFor {
        justify-content: flex-start;
        flex-direction: column;
    }

    .callFor .right {
        text-align: left;
        margin-top: 20px;
    }

    .callForPaper {
        justify-content: flex-start;
        flex-direction: column;
        text-align: center;
    }

    .callForPaper .right {
        text-align: left;
        margin-top: 20px;
    }
}

@media (max-width: 580px) {
    .topicSection {
        padding: 30px 10%;
    }

    .cardDates .info {
        font-size: 14px;
        line-height: 22px;
    }

    .partners {
        padding: 20px 0;
        flex-direction: column;
    }

    .partners .left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .partners .partnerDual .each {
        margin-right: 15px;
        margin-left: 15px;
    }

    .footerInfo .right {
        flex-direction: column;
    }

    .footerInfo .each {
        border-top: solid 1px rgba(255, 255, 255, 0.3);
        padding-top: 20px;
    }

    .footerInfo .each .text {
        font-weight: 700;
    }

    .layoutGrids {
        height: auto;
        flex-direction: column;
    }

    .layoutGrids .mid .one {
        height: auto;
    }

    .layoutGrids .mid .two {
        height: auto;
    }

    .layoutGrids .icon {
        margin-top: 30px;
    }

    .layoutGrids .text {
        margin-bottom: 30px;
    }

    .testi .owl-nav {
        bottom: 0px;
    }

    .videoSection .video {
        /* width: calc(100% - 10%);
margin: 10%;
min-width: 100%; */
    }

    .heroSection .content {
        max-width: 90%;
    }

    .heroSection .content .text h2,
    .heroSection .content .text h3 {
        line-height: 24px;
        font-size: 16px;
    }

    .heroSection .content .link a {
        height: 58px;
        max-width: 268px;
        font-size: 16px;
    }

    .heroSection .content .link a span {
        font-size: 14px;
        display: block;
    }

    .accordianContent .card-header button {
        height: auto;
        padding: 18px 25px;
        font-size: 16px;
        padding-right: 50px;
        line-height: 24px;
    }

    .peopleInfo .each {
        flex: 70%;
        text-align: center;
        margin-bottom: 30px;
    }

    .testi .item {
        flex-direction: column;
    }

    .testi .item .text {
        order: 1;
    }

    .testi .item .image {
        margin-left: 0;
        margin: auto;
    }
}

@media (max-width: 480px) {
    .partners .partnerDual {
        flex-direction: column;
    }

    .partners .head {
        margin-bottom: 0;
    }

    .partners .image {
        margin-top: 12px;
        margin-bottom: 18px;
    }

    .partners .partnerDual .each {
        margin-bottom: 25px;
    }

    .partners .partnerDual .each .image {
        margin: 0 !important;
    }

    .partners .left {
        margin-bottom: 0px;
    }

    .pricingPlanSection .owl-nav .owl-prev {
        left: -13px;
    }

    .pricingPlanSection .owl-nav .owl-next {
        right: -13px;
    }
}

@media(max-width:500px) {
    .keymed {
        max-width: 350px !important;
    }
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.title-accordian {
    width: 100%;
    display: flex;
    gap: 80px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.title-accordian p {
    font-weight: 600;
    font-size: 19px;
}

.sub-title {
    width: 100%;
    display: flex;
    gap: 25px;
}

.sub-title p {
    font-size: 15px;
    font-weight: 600;
}

.break-timings {
    width: 100%;
    display: flex;
    gap: 30px;
}

.break-timings p {
    font-size: 13px;
}

.break-bg {
    background-color: #071675;
    color: white;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    border-radius: 6px;
}

.card-sec-1{
    border-radius: 6px;
    padding: 15px;
}
.card-sec-1 p{
    color: black;
}

.session {
    width: 100%;
    gap: 25px;
    padding: 20px 10px;
    border-radius: 6px;
    margin-top: 15px;
    /* background: rgb(202, 202, 202); */

}
.card-container{
    width: 100%;
    margin-top: 10px;
}
.audience-section{
    border: 1px solid red;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
    gap: 10px;
}
@media (max-width: 825px) {
    .audience-section{
        width: 80%;
        justify-content: flex-start;
    }
    .card-container{
        width: 100%;
    }
    
}
/* @media (max-width: 433px) {
    .session{
        height: 650px;
    }
    .session2{
        height: 650px;
    }
} */
.card-list{
    padding: 5px 18px !important;

}
.card-list li{
    font-size: 13px !important;
    color: white !important;
}
.card-heading{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700 !important;

    text-align: left;
}
.session p {
    /* border: 1px solid red; */
    font-size: 13px;
    font-weight: 600;
}
.card-sec-1{
    background-color: var(--orange);
}
.session-card{
    margin-top: 10px;
    border-radius: 6px;
    color: white;
    padding: 12px 5px 2px 18px;
    background-color: #071675;
}
.sessions-date {
    font-size: 13px !important;
    background: black;
    color: white;
    height: 40px;
    width: 200px;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;

}
.date-cards{
    font-size: 13px !important;
    background: black;
    color: white;
    height: 40px;
    width: 100% !important;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
}

.session2 {
    width: 100%;
    display: flex;
    gap: 25px;
    padding: 20px 10px;
    /* background: var(--white); */
    flex-wrap: wrap;
    border-radius: 6px;
    margin-top: 15px;
    height: 500px;
}

.session2 p {
    width: 200px;
    font-weight: 600;
    font-size: 13px;
    /* border: 1px solid red; */
}
.course-hackaton{
    font-size: 17px !important;
}
.download-btn{
    background-color: #071675;
    color: white;
    border-radius: 10px;
    border: none;
    margin-left: 20px;
    padding: 10px 20px;
    margin-top: 30px;
    

}
.download-btn:hover{
    background-color: #071675a6;

}
.parent{
    display: flex !important;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    /* padding: 20px; */
}
.maidi {

    position: relative;
    width: 78%;
    max-width: 921px;
    height: 532px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 auto;

}

.vedi {
    width: 803px;
    height: 86%;
    border-radius: 20px;
    border: 5px solid #ffffff;
}


@media(max-width:500px) {
    .maidi {

        position: relative !important;
        width: 100% !important;
        max-width: 429px !important;
        height: 257px !important;
        overflow: hidden !important;
        margin-top: 16px !important;
        display: flex !important;
        justify-content: center !important;
    }

    .vedi {
        width: 411px !important;
        height: 235px !important;
        border-radius: 20px !important;
        border: 5px solid #ffffff !important;
    }
}

@media (max-width:375px) {
    .maidi {
        margin: 0 auto !important;
        position: relative !important;
        width: 100% !important;
        max-width: 429px !important;
        height: 231px !important;
        overflow: hidden !important;
        margin-top: 16px !important;
    }

    .vedi {
        width: 376px !important;
        height: 215px !important;
        border-radius: 20px !important;
        border: 5px solid #ffffff !important;
    }
     .fonti{
        font-size:24px !important;
        text-align:center;
    }
}

@media(max-width:320px) {
    .maidi {

        margin: 0 auto !important;
        position: relative !important;
        width: 100% !important;
        max-width: 429px !important;
        height: 188px !important;
        overflow: hidden !important;
        margin-top: 16px !important;
    }

    .vedi {
        width: 308px !important;
        height: 177px !important;
        border-radius: 20px !important;
        border: 5px solid #ffffff !important;
    }



}

@media(max-width:768px) {
    .maidi {
        justify-content: center;
        /* margin: 0 auto; */
        position: relative;
        width: 100%;
        max-width: 929px;
        height: 459px;
        overflow: hidden;
        display: flex;
        margin-top: 10px;
    }

    .vedi {
        width: 781px;
        height: 93%;
        border-radius: 20px;
        border: 5px solid #ffffff;
    }
    .fonti{
        font-size:26px;
        text-align:center;
    }


}

.second{
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.third{
    /* border: 1px solid red; */
    justify-content: center;
    flex-wrap: wrap;

}
@media (max-width: 771px) {
    .second{
        margin-top: 50px;

    }
    .third{
        margin-top: 50px;

    }
}

.sponser-card{
    width: 180px;
    height: 180px;
    /* border: 1px solid red; */
}
.img-top img{
    border-radius: 20px;
}
.text-sponser{
    margin-top: -40px;
    text-align: center;
}





/* Custom CSS */

.text-color{
    color: #050E61;
}
.header-section {
    text-align: center;
    margin-bottom: 40px;
}
.header-section img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius:10px ;
}
.event-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}
.event-buttons button {
    background-color: #050E61;
    color: white;
    border: none;
    padding: 10px 10px;
    width: 272px;
    font-size: 14px !important;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 1.1rem;
}
.event-buttons button:hover{
    background-color: #f58300bb;

}
.welcome-section {
    background-color: #F58100;
    color: white;
    font-weight: 500;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.timeline .event {
    margin-bottom: 40px;
    padding-left: 20px;
    justify-content: center;
}
.timeline .event h4 {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 15px;
}
.timeline .event img {
    border-radius: 10px;
    width: 100%;
    height: 260px;
}
@media screen and (max-width: 768px) {
    .border-card-orange {
        padding: 11px;
        border-top: 8px solid orange;
        border-bottom: 8px solid orange;
        border-left: 8px solid orange;
        border-radius: 10px !important;
        border-right: 8px solid orange;
    }
    .border-card-blue-right {
        padding: 11px;
        border-top: 4px solid blue;
        border-bottom: 4px solid blue;
        border-right: 2px solid blue;
        border-left: 2px solid blue;
        /* border-radius: 0px 10px 10px 0px; */
        border-radius: 10px !important;
    }
  }
  .card-instructor{
    border: none;
    background-color: none;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  @media (min-width:430px) {

    .card-title{
        font-size: 20px;
    }
 
}

.timeline .event .card {
    border: none;
    padding: 20px 6px;
    background: #050F68 ;
    border-radius: 8px;
    height: 225px;
}
.timeline .event .card p{
    color: white;
}
.timeline .event .card-title {
    font-size: 1.3rem;
    color: #F58100;
}
.card-title{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.border-card-blue{
    padding: 11px;
    border-top: 4px solid blue;
    border-bottom: 4px solid blue;
    border-left: 2px solid blue;
    border-radius: 10px 0px 0 10px;
}
.border-card-blue-right{
    padding: 11px;
    border-top: 4px solid blue;
    border-bottom: 4px solid blue;
    border-right: 2px solid blue;
    border-radius: 0px 10px 10px 0px;
}
.border-card-orange{
    padding: 11px;
    border-top: 8px solid orange;
    border-bottom: 8px solid orange;
    border-left: 8px solid orange;
    border-radius: 10px 0px 0 10px;
}
.border-card-orange-right{
    padding: 11px;
    border-top: 8px solid orange;
    border-bottom: 8px solid orange;
    border-right: 8px solid orange;
    border-radius: 0px 10px 8px 0px;
}

.section-header {
    background-color: #ff9800;
    color: white;
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 8px;
}
.section-header h3{
    text-align: center;
}
.section-header>ul{
    width: 95%;
    margin: 0 auto;

}
.footer-section {
    background-image:url(../../assets/img/collapse/footer-hackaton.png);
    background-position: center;
    background-size: cover;
    color: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 100px;
    margin-top: 40px;
}
.footer-section > ul{
    width: 95% !important;
    margin: 0 auto;
}
.footer-section h4 {
    margin-bottom: 20px;
    text-align: center;
}
