@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
}

/*
        Typography
*/
div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 44px !important;
    font-weight: 900;
}

h2 {
    font-size: 40px;
    font-weight: 600;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*navigationBar*/
.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100px;
    padding: 0;
    transition: all 500ms;
    background: #fff;
}

.navigationBar .containerWrapper {
    width: auto;
    padding: 0 50px;
    position: relative;
    z-index: 10;
}

/*navigationBarContent*/
.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    /*    margin-top: 10px;*/
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 95px;

    transition: all 1000ms;
    transform: scale(1);
    position: relative;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/
.navbar-collapse>ul>li {
    margin: 0 0px;
    color: #000;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: "Poppins", sans-serif;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 400ms;
    color: #000;
}

.navbar-collapse>ul>li>a>i {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #d80072;
    transition: all 400ms;
}

.navbar-collapse>ul>li>a>i.fa-angle-down {
    margin: 0 0 0 3px;
}




.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    /*background: #0072ca !important;
    color: #fff !important;*/
    background: transparent !important;
    color: #000 !important;

}

.navbar-collapse>ul>li:hover>a>i,
.navbar-collapse>ul>li.active>a>i {
    color: #000;

}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/
.navbar-collapse>ul>li>ul {
    width: 180px;
    height: auto;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    font-size: 15px;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #0072ca;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

/*double dropdown*/
.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #0072ca;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/
.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.navigationBarScroll:before {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 15px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.75);
    top: -18px;
    height: 70px;
    width: auto !important;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarScroll .navbar-collapse>ul>li:before {
    height: 60px;
}
/* Login Form Styles */

.bannerSection {
    padding: 70px 0px;
    position: relative;
    clear: both;
    padding-top: 150px;
    background: url(../admin-assets/images/slide3.jpg);
}


.bannerSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}
.bannerText {
    padding: 20px 0;
    text-align: left;
    color: white;
}

.bannerSection  .row{
    display: flex;
    align-items: center;
    justify-content: center;
}



.loginFormWrapper {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.loginFormWrapper h2 {
    color: #333;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.loginForm .form-group {
    margin-bottom: 20px;
}

.loginForm label {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.loginForm .form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.loginForm .form-control:focus {
    border-color: #fece0f;
    box-shadow: 0 0 0 0.2rem rgba(254, 206, 15, 0.25);
    outline: none;
}

.loginForm .btn-primary {
    background-color: #092473;
    border: none;
    color: white;
    font-weight: bold;
    height: 45px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: 10px;
    border-radius: 10px !important;
}

.loginForm .btn-primary:hover {
    background-color: #ec9b16;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-footer {
    text-align: center;
    margin-top: 15px;
}

.form-footer .forgot-password {
    color: #1a5fab;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.form-footer .forgot-password:hover {
    color: #fece0f;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .loginFormWrapper {
        margin-top: 30px;
    }

    .bannerText h1 {
        font-size: 28px;
    }

    .bannerSection  .row{
        display: grid;

    }

    .bannerText h1 small {
        font-size: 20px;
    }
}


.websiteFeatures {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    clear: both;

}

.websiteFeaturesblog ul {
    font-size: 18px;
}

.websiteFeaturesblog ul li {
    padding: 10px 0px;
}

.websiteFeaturesblog ul li span {
    width: 30px;
    height: 30px;
    line-height: 10px;
    background: #d80072;
    border-radius: 100px;
    margin-right: 10px;
    padding: 10px 5px;
    float: left;
    text-align: center;
    color: #fff;
}


/* ===== Booking Section CSS ===== */
.booking-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.booking-box {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    gap: 15px;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 180px;
}

label {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 6px;
}

input,
select {
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
}

input:focus,
select:focus {
    border-color: #1a73e8;
}

/* New Button Class */
.booking-btn {
    margin-top: 38px;
    border: none;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    text-decoration: none;
    background: white;
    color: #000;
    border: 1px solid black;
}
.booking-btn1 {
    background: #1a73e8;
    color: white;
    border: none;
    margin-top: 38px;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid black;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    text-decoration: none;
}

.booking-btn:hover {
    background: #e8e8e8;
}
.booking-btn1:hover {
    background: #e3e3e3;

}

.booking-btn::after {
    content: "→";
    margin-left: 8px;
    font-weight: bold;
}
.booking-btn1::after {
    content: "→";
    margin-left: 8px;
    font-weight: bold;
}



/* Registration-section */
.Registration{
    padding-top:50px;
    padding-bottom:50px;
    border-bottom: 3px solid #8abf32;
}
.dispaly-flex{
    text-align: center;
}
.box-box{
    border-radius: 10px;
    border: 1px solid #8abf32 !important;
    padding-top: 27px;
    padding-bottom: 16px;
}
.box-box1{
    border-radius: 10px;
    border: 1px solid #8abf32 !important;
    padding:10px;
    background-color: #8abf32;
    color: white;
    height: 150px;
    padding-top: 50px;
}
.color1{
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #8abf32;
    padding: 11px;
    margin: 0px auto;
}
.box-box h5{
    margin-top:20px;
}


/* products-section */

.products-section {
    position: relative;
    width: 100%;
    padding: 50PX 0PX;
    clear: both;
}


.products-section .text-center {
    padding-bottom: 40px;
}

.products-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #9e160a;
}

.products-section p {

    margin-bottom: 10px;
}

.product-box {
    padding: 12px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
    color: #fff;
}

.product-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.184);
    transform: translateY(-5px);
    /* moves the box 5px upward on hover */
    transition: all 0.3s ease;
    /* smooth animation */
}

.orange {
    background: #ff9933;
}

.green {
    background: #00ab88;
}

.blue {
    background: #003366;
}

.product-box img {
    border-radius: 10px;
}

.product-box h4 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.product-box p {


    min-height: 50px;
}

.product-box .btn {
    margin-top: 10px;
}

.productcont {
    text-align: center;
    padding: 15px 5px;
}

.productcont .product-buttons .btn {
    padding: 6px 30px;
    background: rgb(34, 34, 34) !important;
    border-radius: 50px;
    /* rounded button */
    color: #fff !important;
    text-align: center;
}

.productcont .product-buttons {
    GAP: 40PX;
    justify-content: center;
    flex-wrap: wrap;
    DISPLAY: flex;
}



.productcont .btn:hover {
    background: #6b2400 !important;
}

.productcont .fa {
    font-size: 16px;
    margin-right: 5px;
}




/* Why Choose Us Section */
.why-choose {
    background: linear-gradient(to right, #1418a0, #1418a0);
    width: 100%;
    padding: 60px 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    clear: both;
    color: #fff;
}
.why-choose img:hover {
    transform: scale(1.04);
}
.why-choose img {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}
.why-choose h2 {
    margin-bottom: 0px;
    text-transform: uppercase;
}


/* Join Us Section */
.join-us {
    background-color: #8abf32;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}


.join-us p {
    margin: auto;
}

.abb-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #ffea00;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.abb-btn:hover {
    background-color: #ffd700;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .learning-experience-txt {
        padding-bottom: 20px;
    }

    .learning-experience .row {
        display: unset;
    }

    .why-choose h2,
    .learning-text h2,
    .join-us h2 {
        font-size: 2rem;
    }

    .learning-experience {
        flex-direction: column;
    }

    .learning-image {
        margin-top: 20px;
    }

    .learning-text {
        text-align: center;
    }
}




/* pricingSection*/

.pricingSection {
    padding: 50px 0px;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
}

.card {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.card:hover {
    transform: scale(1.04);
}

.card-header {
    padding: 25px 15px;
    background-color: rgba(0, 0, 0, .03);
}

.grad-hr {
    height: 4px;
    border: none;
    background: rgb(138, 194, 73);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(138, 194, 73, 1) 1%, rgba(3, 168, 243, 1) 50%, rgba(255, 82, 82, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(138, 194, 73, 1) 1%, rgba(3, 168, 243, 1) 50%, rgba(255, 82, 82, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(138, 194, 73, 1) 1%, rgba(3, 168, 243, 1) 50%, rgba(255, 82, 82, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8ac249', endColorstr='#ff5252', GradientType=1);
    /* IE6-9 */
    margin: 0 0;
}

hr {
    margin: 0px;
}

.card-body {
    padding: 20px;
}

.card-header h5 {
    color: darkblue;
    font-weight: 600;
    font-size: 23px;
}

.card-header h2 {
    color: #791492;
    font-weight: 700;
    font-size: 30px;
}

.card-header h4 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    margin: 0px;
}

/* end of pricingSection */

/* formsection */
.formsection {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    position: relative;
    background: url(../images/slide3.jpg) fixed no-repeat;
}

.formsection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}


.formsection h2 {
    color: white;
    font-weight: 600;
    padding-top: 20px;
}

.formsection p {
    color: white;
    font-size: 16px;
}

.formsection label {
    color: white;
    font-size: 16px;
    font-weight: 500;
}


.formsection .btn-primary {
    margin: 20px 5px;
}

.form-container {
    width: 70%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 50px;
}

.form-label {
    font-weight: 600;
    color: rgb(43, 145, 207);
}

.form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: rgb(43, 145, 207);
    box-shadow: 0px 0px 5px rgba(43, 145, 207, 0.5);
}

.formsection .btn-primary {
    background: rgb(43, 145, 207);
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    transition: 0.3s;
}

.formsection .btn-primary:hover {
    background: rgb(33, 120, 175);
}

.form-check-input:checked {
    background-color: rgb(43, 145, 207);
    border-color: rgb(43, 145, 207);
}

/* Traingmaterials */
.Traingmaterials {
    position: relative;
    clear: both;
    padding: 50px 0px;
}
.Traingmaterials .btn-primary {
    padding:10px;
    width: 200px;
    /*margin-top:10px;*/
    background: #337ab7 !important;
    color: white;
    border-radius: 20px !important;
    border-color: transparent;
    border-radius: 10px;
}
.Traingmaterials .btn-primary:hover {
    background: #f8ec6a !important;
    color: black;
}


/*footerSection*/
.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
    background: #f5f5f5;
    /* box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3); */
}

.footerSection .heading {
    display: block;
    border-bottom: dashed 1px #ddd;
}

.footerSection .heading:before,
.footerSection .heading:after {
    display: none;
}

.logofooter {
    display: block;
    text-align: left;
}

.logofooter img {
    width: 130px;
}

.footerMenu {
    display: block;
}

.footerMenu ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.footerMenu ul li {
    list-style: none;
    text-align: left;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 14px;
    margin: 3px 0;
}

.footerMenu ul li a:hover {
    color: #0072ca;
    text-decoration: underline;
}


/*footerSocial*/
.footerSocial {
    display: block;
    clear: both;
    width: 100%;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 400ms;
}
.instagram{
      background: #ff3c8e;
}


.footerSocial ul li a:hover {
    border-color: transparent;
    text-shadow: none;
}

/* Different Background Colors for Each */
.facebook {
    background: #1877F2;
}

/* Facebook Blue */
.twitter {
    background: #1DA1F2;
}

/* Twitter Blue */
.linkedin {
    background: #0077B5;
}

/* LinkedIn Blue */
.google {
    background: #DB4437;
}

/* Google Red */
.pinterest {
    background: #E60023;
}

/* Pinterest Red */

/* Hover Effects */
.facebook:hover {
    background: #1259A5;
}

.twitter:hover {
    background: #0d8dd9;
}

.linkedin:hover {
    background: #005582;
}

.google:hover {
    background: #a8322a;
}

.pinterest:hover {
    background: #B81D1A;
}

.footer-add i {
    color: #d80072;
}


/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #0072ca;
    /* padding: 12px 0; */
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.footerStrip .col-md-6 {
    padding: 0px;
}

.footerStrip p {
    padding: 10px 0px 0px 0px;
    margin: 5px;
    font-weight: 500;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #ddd;
}

.footerStrip .lastupt {
    float: right;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff;
    height: 45px;
    padding: 14px 10px;
}





/*misc*/
.divTable {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.divTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.containerWrapper {
    width: auto;
    padding: 0 100px;
    position: relative;
    z-index: 10;
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #0072ca;
}

.heading small a {
    color: inherit;
}

.heading:before,
.heading:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background: #0072ca;
    bottom: 30px;
}

.heading:before {
    left: -30px;
    width: 20px;
}

.heading:after {
    right: -110px;
    width: 100px;
}

.heading-center:after {
    content: "";
    display: block;
    height: 3px;
    background: #0072ca;
    position: absolute;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
    width: 100px;
}

.heading span,
.heading-center span {
    color: #0072ca;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #ec9b16 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

/* .btn-primary {
    background: #0072ca !important;
    color: #fff;
    border-color: transparent;
} */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ec9b16 !important;
    color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary2 {
    background: #ec9b16 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active {
    background: #0072ca !important;
    color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.btn-rounded {
    border-radius: 50px !important;
}

.pricing-btn {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space20 {
    display: block;
    padding: 20px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
.scrollup {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #0072ca;
    z-index: 200;
}

.scrollup:hover {
    background: #ec9b16;
    opacity: 1;
    color: #fff;
}



@media (max-width: 1250px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }


    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
    }
}

@media (max-width: 1180px) {
    /* .navigationBarScroll .navbar-collapse>ul>li>a>i {
        display: none;
    } */

    .navigationBarScroll .navbar-collapse>ul>li>a>i.fa-angle-right {
        display: inline-block;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        font-size: 16px;
    }

    .navigationBarScroll .navbar-collapse>ul>li>a {
        padding-left: 15px;
    }

    .containerWrapper {
        padding: 0 30px;
    }
}

@media (max-width: 1045px) {
    .navbar-collapse>ul>li>a {
        font-size: 14px;
        font-weight: 500;
    }

    .partnersRow h4 {
        font-size: 16px;
        letter-spacing: 0;
    }

    .bannerContent h1 {
        font-size: 44px !important;
    }
}

@media (max-width: 991px) {
    .container {
        width: auto;
        padding: 0 30px;
    }
}

@media (max-width: 940px) {
    .navigationBarScroll {
        position: absolute;
        height: auto
    }

    .navigationBar {
        height: auto;
        position: absolute;
    }

    .navbar-collapse {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 12px;
        border-top: solid 1px #ddd;
    }

    .navbar-collapse>ul>li {
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    /* .navbar-collapse>ul>li::before {
        height: 100%;
    } */

    .bannerContent h1 {
        font-size: 32px !important;
    }

    .tablayout1 li a {
        font-size: 13px;
        padding: 0 10px 0 45px !important;
    }
}


@media (max-width: 850px) {
    .navbar-collapse>ul>li>ul>li>a {
        font-weight: 300;
    }

    .countDownSection .text .type-time {
        font-size: 12px;
    }

    .googleMaps {
        height: 750px;
    }

    .googleMaps iframe {
        left: -30%;
    }
}

@media (max-width: 768px) {
    .tablayout1 li {
        display: block;
        margin-bottom: 3px !important;
    }

    .footerSocial ul li {
        margin-right: 0;
    }

    .containerWrapper {
        padding: 0 20px;
    }

    .navbar-brand {
        margin-top: 15px;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .bannerSection .bannerSlideImg {
        width: 100%;
        height: 51%;
    }

    .navigationBar {
        position: relative;
        background: #fff;
        height: auto;
        width: 100%;
        float: none;
        left: 0;
        height: auto;
    }

    .feature-box {
        margin: 0 0 20px 0;
    }

    .footer-add {
        text-align: left;
    }

    .navbar-brand img {
        height: 65px;
    }

    .navigationBar .containerWrapper {
        padding: 0 20px;
    }


    .navigationBar:before {
        display: none;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        margin: 0;
    }

    .navbar-brand {
        margin: 12px 0;
        border: none;
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        margin-top: 10px;
        padding: 0;
        width: auto;
    }

    .navbar-toggle {
        background: #fff;
        border-radius: 0;
        border: none;
        margin-top: 20px;
        margin-right: 0;
    }

    .navbar-collapse>ul>li {
        color: #000;
        border-bottom: solid 1px #ddd;
    }

    /* .navbar-collapse>ul>li::before {
        display: none;
    } */
    .navbar-collapse>ul>li:before {
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        transform: unset;
        height: 50px;
    }

    .navbar-collapse>ul>li:hover,
    .navbar-collapse>ul>li.active,
    .navbar-collapse>ul>li.active:hover {
        background: #0072ca;
        color: #000;
    }

    .partnersRow h4 {
        margin: 0 0 15px 0;
    }

    .bannerContent h1 {
        margin-bottom: 0;
    }

    .navigationBarScroll .navbar-brand {
        margin-top: 0;
    }

    .navigationBarScroll .navbar-brand img {
        transform: scale(1);
        top: 0;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        /*left: 105%;*/
        visibility: visible;
        opacity: 1;
        transition: none;
    }

    .bannerSection {
        height: auto;

    }

    .bannerSection{
        padding-top: 0px !important;
    }
    /*
        .bannerContent {
            position: relative;
            top: 0;
            padding: 15px 0;
            background: #0072ca;
            display: block;
        }*/

    .partnersRow .col-sm-4 {
        width: 50%;
        float: left;
    }

    #bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item .bannerSlideImg::before {
        display: none;
    }

    .bannerSliderSection {
        width: 100%;
        height: 62%;
        position: relative;
        top: 0;
    }

    .containerWrapper {
        padding: 0 15px;
    }

    .bannerSection #bannerSlider {
        height: 400px;
    }


    .countDownSection {
        padding: 30px 0;
    }

    .countDownSection .clock-item {
        width: 50%;
        float: left;
        margin: 0 0 15px 0;
    }

    .eventDetailCol {
        width: 100%;
        padding: 30px 0;
    }

    .googleMaps {
        position: relative;
        width: 100%;
        height: 300px;
        transform: none;
        left: 0;
        margin-bottom: 15px;
    }

    .googleMaps iframe {
        transform: none;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .googleMaps:before {
        display: none;
    }

    .mediaGallerySection {
        overflow: hidden;
    }

    .footerSection,
    .logofooter {
        text-align: center;
    }

    .eventFeatures {
        overflow: hidden;
    }

    .footerSection .heading {
        margin-top: 20px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 10px;
    }

}

@media (max-width: 450px) {
}


.form-box {
    border: 1px solid #00000038;
    background-color: #f7f7f7;
    padding: 15px 15px;
}