@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);


:root {
    --primary-color: #020441;
    --secondary-color: #FF770F;
    --tertiary-color: #A2264B;
}

html {
    scroll-padding-top: 70px; /* Adjust this value to the height of your sticky menu */
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins, sans-serif !important;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Roboto Condensed', sans-serif !important;*/
    color: #020441;
    line-height: 1.3;
    font-weight: 700;
}

a,
a:focus,
a:hover {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: inherit;
}

a:hover {
    color: #ff983f !important;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-danger {
    color: #ec3649 !important;
}

.label {
    font-weight: 600;
}

.label.label-spacing {
    margin-top: 0.5rem;
}

.btn {
    display: inline-block;
    font-size: 110%;
    font-weight: 600;
    padding: 10px 45px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
}

.btn-primary {
    background-image: linear-gradient(to right, #2c3b83 0%, #86347b 51%, #506fb5 100%);
    color: #fff;
    transition: 0.5s;
    background-size: 200% auto;
}

.btn-primary:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-position: right center;
    /* change the direction of the change here */
}

.section-padding-15 {
    padding: 15px;
    padding-bottom: 5px;
}

.section-padding-50 {
    padding: 80px 0;
    padding-bottom: 50px;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    position: relative;
    padding-bottom: 65px;
    overflow-x: hidden;
}

.page-content {
    padding: 60px 0 30px 0;
    margin-top: 10px;
    width: 100%;
}

/*--------------------------------------------------------------
# Begin: List (ul & ol)
--------------------------------------------------------------*/
.list-displayed {
    padding-left: 20px;
}

.list-displayed .ol-decimal {
    list-style: decimal;
    padding-left: 10px;
}

.list-displayed .ul-displayed {
    list-style: disc;
}

/*--------------------------------------------------------------
# End: List (ul & ol)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Count Down Component
--------------------------------------------------------------*/
#countdown {
    padding: 0px 0;
    color: #020441;
    font-size: 20px;
    font-weight: 600;
}

#countdown li {
    display: inline-block;
    font-size: 80%;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
    padding: 0;
    margin: 2px;
}

#countdown li span {
    display: block;
    font-size: 180%;
    background: #FF770F;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 75px;
    height: 70px;
    line-height: 165%;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
}

/*--------------------------------------------------------------
# End: Count Down Component
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Index Page Section
--------------------------------------------------------------*/
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.section-heading p {
    font-size: 100%;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 36px;
    color: #020441;
    font-weight: 700;
    margin-bottom: 0;
}

.section-heading.white .line {
    background-color: #fff;
}

.section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# End: Index Page Section
--------------------------------------------------------------*/

.box-shadow {
    position: relative;
    z-index: 1;
}

.box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip-inner {
    background-color: #c61f2e;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip .arrow::before {
    border-bottom-color: #c61f2e;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-primary {
    background-color: #132360 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #e0e0e0;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-fixed {
    background-attachment: fixed !important;
}

#scrollUp {
    background-color: #020441;
    border-radius: 5px 0 0 5px;
    bottom: 70px;
    color: #fff;
    font-size: 10px;
    padding: 12px 0;
    height: 60px;
    line-height: 1.5;
    right: 0;
    text-align: center;
    width: 35px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

#scrollUp i {
    font-size: 18px;
    display: block;
}

#scrollUp:hover {
    background-color: #FF770F;
    color: #fff;
}

.web-btn {
    display: inline-block;
    background-image: linear-gradient(to right, #FF770F 0%, #ff983f 51%, #FF770F 100%);
    color: #fff;
    font-size: 110%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.web-btn:focus,
.web-btn:hover {
    font-weight: 700;
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
}

.web-btn a {
    display: block;
    color: white;
    margin: 10px 45px;
}

.web-btn a:hover {
    color: #220347!important;
}


.web-btn.btn-1 {
    background-color: transparent;
    color: #003679;
    border: 2px solid #003679;
    line-height: 44px;
}

.web-btn.btn-1:focus,
.web-btn.btn-1:hover {
    border: 2px solid #003679;
    background-color: #003679;
    color: #fff;
}

/*--------------------------------------------------------------
# Begin: Header Area
--------------------------------------------------------------*/
.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
    /* background: #ffffff url(images/top-area-bg2.jpg) no-repeat left top; */
    background-size: contain;
}

.header-area .top-header-area .logo,
.header-area .top-header-area .top-contact-info {
    display: table-cell;
    vertical-align: middle;
}

.header-area .top-header-area .top-contact-info {
    text-align: right;
}

.header-area .top-header-area {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    height: 100px;
}

.header-area .top-header-area .logo {
    padding: 10px 0;
    height: 100px;
    width: auto;
}

.header-area .top-header-area .logo img {
    max-width: 100%;
    max-height: 100%;
}

.header-area .top-header-area .top-contact-info a {
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    font-size: 110%;
    font-weight: 600;
    padding: 7px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.header-area .top-header-area .top-contact-info a i {
    margin-right: 5px;
}

.header-area .top-header-area .top-contact-info a:focus,
.header-area .top-header-area .top-contact-info a:hover {
    background-color: #ff983f;
    color: var(--primary-color);
}

.header-area .web-main-menu {
    position: relative;
    height: 70px;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(45deg, #020441, #0C7AAB, #020441);
}

.header-area .is-sticky .web-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

.header-area .web-main-menu .classy-nav-container {
    height: inherit;
    background-color: transparent;
    border-bottom: 1px solid #33FDFF;
}

.header-area .web-main-menu .classy-navbar {
    height: 70px;
    padding: 0;
}

.header-area .web-main-menu .classy-navbar .classynav ul li .dropdown {
    left: 15px;
    background-color: var(--primary-color);
}

.header-area .web-main-menu .classy-navbar .classynav ul li .dropdown li:hover {
    background: var(--secondary-color);
}

.header-area .web-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 15px;
    color: #fff;
}

.header-area .web-main-menu .classy-navbar .classynav>ul>li:first-child a {
    padding-left: 0;
}

.header-area .web-main-menu .classy-navbar .classynav ul li.has-down>a::after,
.header-area .web-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after {
    color: #fff;
}

.header-area .web-main-menu .classy-navbar .classynav ul li ul li a {
    font-size: 14px;
}

.header-area .web-main-menu .classy-navbar .contact {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    line-height: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    color: #ffffff !important;
    text-align: center;
}

.header-area .web-main-menu .classy-navbar .contact h5 {
    padding: 0;
    margin: 0;
    color: #ffffff !important;
    padding-top: 12px;
}

.header-area .web-main-menu .classy-navbar .contact h6 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #ffffff !important;
}

.header-area .web-main-menu .classy-navbar .contact::before {
    width: 100%;
    height: 200%;
    content: "";
    position: absolute;
    top: 42%;
    left: 0;
    z-index: -1;
    background-color: #041A57;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

/*--------------------------------------------------------------
# End: Header Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Slider Area
--------------------------------------------------------------*/
.slider-bg {
    background: url(images/bg1.jpg);
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.img-attribute {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

/*--------------------------------------------------------------
# End: Slider Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Featured Services
--------------------------------------------------------------*/


.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border-bottom: 5px solid #FF770F;
    width: 100%;
}

.featured-services .icon-box::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box.icon1:hover::before {
    background: -webkit-linear-gradient(to top, #ff983f, #FF770F);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #ff983f, #FF770F);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 0;
    border-radius: 0px;
}

.featured-services .icon-box.icon1:hover {
    border-color: #ff983f;
    transition: none;
}

.featured-services .icon-box .icon {
    margin-bottom: 15px;
    text-align: center;
}

.featured-services .icon-box .icon img {
    width: auto;
    height: 65px !important;
}

.featured-services .icon-box:hover .icon img {
    filter: brightness(0) invert(1);
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #020441;
    text-align: center;
}

.featured-services .description {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
}

.featured-services .icon-box:hover .title,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .side-logo-right {
    position: absolute;
    top: -5%;
    right: -1%;
    transform: scale(-1);
    width: 20rem;
    height: 20rem;
    background-size: contain;
    background-image: url(/images/arrow-left.png);
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# End: Featured Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Information Service
--------------------------------------------------------------*/
.information-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.information-services .side-logo-left {
    position: absolute;
    left: -5%;
    bottom: 2%;
    width: 20rem;
    height: 20rem;
    background-size: contain;
    background-image: url(/images/arrow-left.png);
    background-repeat: no-repeat;
}

.information-services .information-card-content {
    padding: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 8px 1px rgba(180, 180, 180, 0.8);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    color: #041A57;
    text-align: center;
    height: 100%;
}

.information-services .information-card-content .title {
    font-weight: 700;
    line-height: 1.3;
    font-size: 24px;
    color: #FF770F;
}

.information-services .information-card-content .description {
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
    margin-top: 20px;
}

.information-services .information-card-content .activity {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 135%;
}

/*--------------------------------------------------------------
# End: Information Service
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Table Section
--------------------------------------------------------------*/
.tables-section {
    padding-top: 40px;
    padding-bottom: 0px;
}

.tables-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 45px;
}

.tables-section th,
.tables-section td {
    border: 1px solid #020441;
    padding: 8px;
    text-align: left;
    font-weight: bold;
}

.tables-section th {
    background-color: #020441;
    color: var(--secondary-color);
}

.tables-section td {
    color: var(--primary-color);
}

.tables-section td.members {
    white-space: pre-line;
}

.tables-section tbody tr:nth-child(odd) {
    background-color: #e0e0e0;
}

.tables-section tbody tr:nth-child(even) {
    background-color: #fff;
}

.tables-section.table-stripeless tbody tr {
    background-color: #fff;
}

.tables-section.table-stripeless tbody tr.bg-row {
    background-color: #ffe6d0;
}

/*--------------------------------------------------------------
# End: Table Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Tabs Anchor
--------------------------------------------------------------*/
.tab-nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    overflow: hidden;
    list-style: none;
    border: none;
    z-index: 1;
}

.nav-tabs .menu-item {
    margin: 5px 6px;
    transition: 0.8s;
    display: inline-block;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #FF770F 0%, #ff983f 51%, #FF770F 100%);
    border-radius: 10px 10px 10px 0;
}

.nav-tabs .menu-item .tab-item {
    font-weight: 700;
    font-size: 16px;
    padding: 9px 38px;
    display: inline-block;
    color: #ffffff;
}

.nav-tabs .menu-item:hover {
    background-position: right center;
}

.nav-tabs .menu-item:hover .tab-item {
    color: var(--primary-color) !important;
}

.tab-panel {
    padding-top: 30px;
}

.tab-content .date .icon,
.tab-content .date .day,
.tab-content .date .details {
    font-size: 20px;
}

.tab-content .date .icon {
    font-weight: 500;
    color: #FF770F;
}

.tab-content .date .day {
    font-weight: 700;
    color: #020441;
}

.tab-content .date .details {
    font-weight: 500;
    color: #020441;
}

/*--------------------------------------------------------------
# End: Tabs Anchor
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Content Card
--------------------------------------------------------------*/
.content-card {
    margin-top: 40px;
}

.content-card .card-title-container {
    display: block;
    background-color: #020441;
    margin-bottom: 20px;
}

.content-card .card-title-container .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    color: #FF770F;
}

.content-card .card-details-container {
    background-color: transparent;
    border: 1px solid #020441;
    padding: 15px;
    text-align: center;
}

.content-card .card-details-container .sub-title {
    margin-bottom: 10px;
}

.content-card .card-details-container .description {
    font-size: 18px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# End: Content Card
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Keynote-speaker-box
--------------------------------------------------------------*/
.keynote-speaker-box {
    height: fit-content;
}

.keynote-speaker-box .figure-box {
    position: relative;
    z-index: 2;
}

.keynote-speaker-box .figure-box img {
    border-radius: 20px;
    height: 250px;
    width: auto;
}

.keynote-speaker-box .content-box {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 25px;
    padding: 20px 30px 20px 30px;
    display: flex;
    flex-direction: column;
}

.keynote-speaker-box .content-box .title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.keynote-speaker-box .content-box .sub-title {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #5A5A5A;
}

.keynote-speaker-box .content-box .description {
    font-size: 16px !important;
    text-align: justify;
}

/*--------------------------------------------------------------
# End: Keynote-speaker-box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Content Box Layout
--------------------------------------------------------------*/
.page-content .content-box-layout .description {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.page-content .content-box-layout .description a {
    color: #FF770F;
    font-weight: 600;
    text-decoration: underline;
}

.page-content .content-box-layout .description a:hover {
    color: #020441;
}

.page-content .content-box-layout2 .submit-form {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
    padding: 40px;
    background-color: #ffffff;
    border-radius: 10px
}

/*--------------------------------------------------------------
# End: Content Box Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Sponsors
--------------------------------------------------------------*/
.sponsors-wrap {
    width: 100%;
}

.sponsors-wrap .sponsor-rank-title {
    display: block;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
}

.sponsors-wrap .sponsor-spacing {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.sponsors-wrap:not(:last-of-type) .sponsor-spacing {
    border-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-bottom: 1px solid;
    border-image-slice: 1;
}

.sponsors-wrap .sponsors-logo {
    margin: 10px 0;
    min-height: 125px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.sponsors-wrap .sponsors-logo .img-fluid {
    max-height: 100px;
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.sponsors-wrap .sponsors-logo:hover .img-fluid {
    transform: scale(1.3);
}

.sponsors-wrap>h5>a {
    color: #020441;
}

.sponsors-wrap>h5>a {
    color: #020441;
}

.sponsers-section .sponsors-logo .img {
    max-height: 80px;
}

.sponsers-section {
    border-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-top: 1px solid;
    border-image-slice: 1;
}

/*--------------------------------------------------------------
# End: Sponsors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Accommodation
--------------------------------------------------------------*/

.accommodation-box {
    display: grid;
    justify-content: center;
}

.accommodation-box .icon {
    position: relative;
    display: flex;
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 20px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    font-weight: 400;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: none;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.10);
    justify-content: center;
    align-items: center;
}

.bad {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    background-color: #dc3545;
    /* Red color */
    border-radius: 0.25rem;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.accommodation-box img {
    border-radius: 10px;
}

.accommodation-box:hover img {
    transition: transform 0.5s ease;
    transform: scale(1.1);
}

.accommodation-box .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #222222;
}

/*--------------------------------------------------------------
# End: Accommodation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Begin: Contact
--------------------------------------------------------------*/
.contact-column .contact-info li {
    list-style: none;
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

.contact-column .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    background-color: #020441;
    color: #FFFFFF;
    border-radius: 10px;
}

.contact-column .contact-info li .title {
    display: block;
    font-size: 22px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-column .contact-info li p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin: 0;
}

.contact-column .contact-info li p a {
    color: #020441;
}

.contact-column .contact-box-layout .title {
    margin-bottom: 15px;
}

.contact-column .contact-box-layout .contact-info-tabs .title {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #020441;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}



.contact-info-tabs ul,
.contact-info-tabs li {
    list-style: none;
}

.contact-info-tabs .tab-btn {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    background-color: #FF770F;
    padding: 10px 25px;
    margin-bottom: -2px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-tabs .tab-btn.tab-btn1 {
    border: 1px solid #dddddd;
    border-right: 0;
    border-bottom: 0;
    border-radius: 10px 0 0 0;
}

.contact-info-tabs .tab-btn.tab-btn2 {
    border: 1px solid #dddddd;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 10px 0 0;
}

.contact-info-tabs .tab-btn:hover {
    background-color: var(--primary-color);
}

.contact-info-tabs .tab-btn.active-btn {
    color: #FF770F;
    background-color: #ffffff;
}

.contact-info-tabs .tabs-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0 10px 10px 10px;
    padding: 25px 25px;
    box-shadow: 0 30px 20px rgba(0, 0, 0, .05);
}

.contact-info-tabs .tabs-content .info-list li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}

.contact-info-tabs .tabs-content .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 26px;
    color: #FF770F;
}

.contact-info-tabs .tabs-content .info-list li:not(:last-child) {
    margin-bottom: 10px;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

/*--------------------------------------------------------------
# End: Contact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Footer
--------------------------------------------------------------*/
.footer-wrap-layout {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #020441;
}

.footer.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #020441;
}

.footer.footer-bottom .copyright-text {
    color: #FF770F;
    margin: 5px 0;
}

.footer.footer-bottom .copyright-text .link-text {
    color: #ffffff;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}

.footer.footer-bottom .copyright-text .link-text:hover {
    text-decoration: underline;
    color: #EE0034;
}

.footer.footer-bottom .logo {
    margin-top: 10px;
    padding: 10px 0;
    height: 100px;
    width: auto;
}

.footer.footer-bottom .logo img {
    max-width: 100%;
    max-height: 100%;
}

/*--------------------------------------------------------------
# End: Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    background-image: url(images/bg2.jpg);
    color: #041A57 !important;
    box-shadow: 0 5px 20px #00000099;
}

.breadcrumb-area .breadcrumb-content h2 {
    font-size: 200%;
    text-transform: uppercase;
    display: block;
    color: #FFFFFF !important;
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;

}

.breadcrumb-item+.breadcrumb-item:before {
    color: #FF770F;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    font-weight: 400;
    color: #ffffff !important;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-weight: 400;
    color: #ffffff;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
    color: var(--secondary-color);
}

/*--------------------------------------------------------------
# End: Breadcrumb
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Animated Icons
--------------------------------------------------------------*/
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    overflow: hidden;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.anim-icons .icon-circle-pink {
    left: 20px;
    top: -150px;
    opacity: 0.5;
    width: 300px;
    height: 300px;
    background-image: url(/images/circle-pink.png);
}

.icon-circle-blue {
    right: -5%;
    bottom: 10%;
    opacity: 1;
    width: 300px;
    height: 300px;
    background-image: url(/images/circle-blue.png);
}

.icon-circle-green {
    left: 15%;
    bottom: 2%;
    opacity: 0.5;
    width: 250px;
    height: 250px;
    background-image: url(/images/circle-green.png);
}

.icon-circle-green,
.icon-circle-blue,
.icon-circle-pink {
    -webkit-animation: fa-spin 20s infinite;
    -moz-animation: fa-spin 20s infinite;
    -ms-animation: fa-spin 20s infinite;
    -o-animation: fa-spin 20s infinite;
    animation: fa-spin 20s infinite;
}

/*--------------------------------------------------------------
# End: Animated Icons
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin: Responsive Adjustment
--------------------------------------------------------------*/
@media only screen and (max-width: 685px) {
    .intro-text h2 {
        font-size: 165% !important;
        line-height: 100%;
    }

    .icon-box .description {
        font-size: 85%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 28px;
    }

    .header-area .web-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
    }

    .header-area .web-main-menu .classy-navbar .contact a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .breadcrumb-area {
        font-size: 85%;
    }

    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a,
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
        font-weight: 400;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 24px;
    }

    .header-area .top-header-area .top-contact-info a {
        font-size: 13px;
    }

    .header-area .web-main-menu .classy-navbar .classynav ul li a {
        color: #003679;
    }

    .header-area .web-main-menu .classy-navbar .classynav>ul>li:first-child a {
        padding-left: 15px;
    }

    .header-area .web-main-menu .classy-navbar .classynav ul li.has-down>a::after,
    .header-area .web-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after {
        color: #003679;
    }

    .header-area .web-main-menu .classy-navbar .contact a {
        font-size: 18px;
    }

    .header-area .top-header-area.home-page .logo img {
        width: 100% !important;
        height: auto;
    }

    .header-area .top-header-area .logo img {
        width: 200px !important;
        height: auto;
    }

}

@media only screen and (max-width: 767px) {
    .slider-bg {
        background: url(../images/main-slider-bg.png) no-repeat bottom left;
        background-size: cover;
        background-position: -130px 0px;
    }

    .page-content {
        padding: 40px 10px;
    }

    #countdown {
        padding: 15px 0;
    }

    #countdown li {
        font-size: 0.8rem;
        padding: 0.25em;
    }

    #countdown li span {
        font-size: 180%;
        padding: 10px;
        width: 60px;
        height: 55px;
        line-height: 145%;
    }

    .slider-text h1 {
        font-size: 180%;
        line-height: 100%;
    }

    .slider-text h4 {
        font-size: 125%;
        line-height: 115%;
    }

    .slider-text {
        background: 0 0;
    }

    .text-to-center {
        text-align: center;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    .header-area .top-header-area .top-contact-info a span {
        display: none;
    }

    .header-area .web-main-menu .classy-navbar {
        height: 70px;
    }

    .header-area .web-main-menu .classy-navbar .classynav ul li a {
        color: #003679;
    }

    .header-area .web-main-menu .classy-navbar .classynav>ul>li:first-child a {
        padding-left: 15px;
    }

    .header-area .web-main-menu .classy-navbar .classynav ul li.has-down>a::after,
    .header-area .web-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after {
        color: #003679;
    }

    .header-area .web-main-menu .classy-navbar .contact a {
        font-size: 130%;
        line-height: 70px;
    }

}

@media only screen and (max-width: 685px) {
    .header-area .top-header-area .top-contact-info a {
        font-size: 90%;
        padding: 8px 25px;
        margin-left: -30px;
    }

    footer {
        font-size: 90%;
    }

    .btn-lg {
        font-size: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #countdown {
        padding: 30px 0;
    }

    #countdown li {
        font-size: 65%;
        padding: 10px 5px;
        margin: 1px;
    }

    #countdown li span {
        font-size: 160%;
        padding: 10px 5px;
        width: 50px;
        height: 45px;
        line-height: 145%;
    }

    .slider-bg {
        padding: 50px 0px;
    }

    .header-area .top-header-area.home-page {
        height: 60px;
    }

    .header-area .top-header-area.home-page .logo {
        height: 60px;
    }

    .header-area .top-header-area .logo,
    .header-area .top-header-area .top-contact-info {
        display: block;
        width: 100%;
    }

    .header-area .top-header-area .top-contact-info,
    .header-area .top-header-area .logo {
        text-align: center;
    }

    .header-area .top-header-area .top-contact-info {
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .header-area .top-header-area.home-page .logo img {
        width: 100%;
        height: auto;
    }

    .header-area .top-header-area .logo img {
        width: 240px;
        height: auto;
        margin-right: 0;
    }

    .breadcrumb-area {
        height: auto;
        background: url(images/bg2.jpg) no-repeat bottom center;
        background-size: cover;
        font-size: 75% !important;
        line-height: 100%;
        padding: 15px 0px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .header-area {

        background: transparent;
    }


    .header-area .web-main-menu .classy-navbar .contact h6 {
        font-size: 12px;
    }

    footer {
        font-size: 80%;
    }

    .footer-area .copyright {
        color: #666;
        font-size: 80%;
        padding: 20px 0;
    }

    .tables-section th,
    .tables-section td {
        font-size: 14px;
    }

    #countdown {
        padding: 10px 0;
    }

    .header-area .top-header-area.home-page .logo img {
        width: 100% !important;
        height: auto;
    }

    .header-area .top-header-area .logo img {
        width: 240px !important;
        height: auto;
    }

    .header-area .web-main-menu .classy-navbar .contact h5 {
        padding: 0;
        margin: 0;
        color: #ffffff !important;
        padding-top: 10px;
    }
}

/*--------------------------------------------------------------
# End: Responsive Adjustment
--------------------------------------------------------------*/