@font-face {
    font-family: 'Now';
    src: url('fonts/Now-Regular.woff') format('woff'),
    	 url('fonts/Now-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Now-Thin';
    src:  url('fonts/Now-Thin.woff') format('woff'),
          url('fonts/Now-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Now-Medium';
    src: url('fonts/Now-Medium.woff') format('woff'),
    	 url('fonts/Now-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Now-Light';
    src: url('fonts/Now-Light.woff') format('woff'),
    	 url('fonts/Now-Light.otf') format('opentype');
}


@font-face {
    font-family: 'Now-Bold';
    src: url('fonts/Now-Bold.woff') format('woff'),
         url('fonts/Now-Bold.otf') format('opentype');
}


@font-face {
    font-family: 'Now-Black';
    src: url('fonts/Now-Black.woff') format('woff'),
         url('fonts/Now-Black.otf') format('opentype');
}
    

html { scroll-behavior: smooth;}
body{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 300;
    background: #0f193d;
    background-image: url('../source/main-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: 'Now';
}


body.login {
    background-image: url('../source/login-bg.jpg');
    background-color: #000;
    background-position: center;
    background-attachment: fixed;
}


.container {max-width: 1140px; margin: auto; padding-left: 15px; padding-right: 15px;}
ul, ol, li  {padding-left: 0px; list-style-type:none; margin: auto}
h1, h2, h3, h4, h5, h6, p {margin-bottom: 0px; margin-top: 0px;}

a {text-decoration: none;}
#loading {
    position:fixed;
    z-index:999;
    width:100%;
    height:100%;
    background-color:#000;
    transition: all 0.3s ease-in-out;
    top: 0;
}
#loading img { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
/*header { position:absolute; z-index:2; width:100%;}*/
header.sticky {
    background-color: #0f193d; 
    position: fixed; 
    width: 100%; 
    top: 0; 
    z-index: 99;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);  
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    margin-top: 0px;
    margin-bottom: 0px;
}
header.sticky .navbar-nav ul.menu-list { margin-top: 0;}
header.sticky .container {max-width: 100%; transition: all 0.3s ease-in-out; padding-left: 15px; padding-right: 15px;}
header.sticky .navbar {min-height: auto;}
header.sticky .navbar-brand{padding: 6px 12px; font-size: 14px; line-height: 0;}
header.sticky .container-fluid > .navbar-header > a img.IQE-logo {max-width:180px; }
header.sticky .container-fluid > .navbar-header > a img.ltx-logo {max-width:60px; }
header.sticky .navbar-inverse .navbar-nav ul > li > a.active:after, 
header.sticky .navbar-inverse .navbar-nav ul > li > a.active:focus:after, 
header.sticky .navbar-inverse .navbar-nav ul > li > a.active:hover:after {background: #915400 }
/*----------------extra-----------*/

/*--end sticky---*/
header {position: relative; width: 100%; z-index: 9; top: 0; }
header .container {transition: all 0.3s ease-in-out;}
header .navbar {position: relative; min-height: 82px;  border: none;}
header .navbar-nav ul > li > a {text-decoration: none; line-height: 20px; font-size: 13px; color: #fff;}
header .navbar-inverse {background-color: transparent; }
header .nav {padding-left: 0; margin-bottom: 0; list-style: none;}
header .nav ul > li {position: relative; display: block;}
header .nav ul > li > a {position: relative; display: block; font-size:14px; padding: 4px 4px;  letter-spacing: 1px;}
header .navbar-brand { height: auto; padding: 12px 0px; font-size: 18px; line-height: 20px; display: block; float: left;}
header .navbar-brand img { max-width:250px; width:100%;}
header .navbar-inverse .navbar-collapse {border-color: #101010}
header .navbar-collapse.in { overflow-y: auto;}
header .collapse.in {display: block; }
header .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
}
header .container-fluid {width: 100%; }
header .container-fluid>.navbar-collapse, 
header .container-fluid>.navbar-header, 
header .container>.navbar-collapse, .container>.navbar-header {margin-right: 0px; margin-left: 0px;}
header .navbar-nav ul > li {
  display: block;
}
header .container-fluid>.navbar-collapse, 
header .container-fluid>.navbar-header, 
header .container>.navbar-collapse, 
header .container>.navbar-header {
  margin-left: 0;
  margin-right: 0;
}
header .navbar-collapse {
  width: auto;
 border-top: 0;
 -webkit-box-shadow: none;
  box-shadow: none;
}
header .navbar-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    padding: 12px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 99;
    cursor: pointer;
}
header .navbar-toggle:focus {outline: inherit;}
header .navbar-inverse .navbar-toggle .icon-bar {background-color: #fff; }
header .navbar-toggle .icon-bar+.icon-bar {margin-top: 4px;}
header .navbar-toggle .icon-bar {display: block; width: 30px; height: 4px; border-radius: 1px;}
header .navbar-toggle.open {display: none; }
header .navbar-toggle.in:after {
    content: '\f00d';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 32px;
    font-weight: normal;
}
header .navbar-inverse .navbar-toggle.in .icon-bar {display: none;}
header.sticky + main {padding-top: 80px;}
/*----------------extra-----------*/
header .login-switch{
  display: block;
  position: absolute; 
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);       
}
header.sticky .login-switch{transform: translate(0%, 110%);}
header .login-switch ul > li {display: inline-block; font-size: 16px;}
header .login-switch ul > li a {
    padding: 8px 25px 5px; 
    border-radius: 25px; 
    text-transform: uppercase; 
    color: #e75351; 
    border: 1px solid #e75351;
    font-family: 'Now-Bold';
}


/* Animations */
:root {
  --animate-duration: 1.5s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.slide-in {
    transform: translateX(100%);
    animation: slideIn 0.8s forwards;
}

/* Animation for sliding out */
.slide-out {
    transform: translateX(-100%);
    animation: slideOut 0.8s forwards;
}

@keyframes slideIn {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

@keyframes slideOut {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*main {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
*/
main.home,
main.about,
main.gallery,
main.courses,
main.faq,
main.partnerships,
main.contact,
main.terrakey,
main.csr {margin-top: -85px;}

main .head-title {
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'Now-Black';
}
main p {line-height: 1.5}
main .more-btn {
    margin-top: 20px;
}
main .more-btn a{
    display: block;
    max-width: 100px;
    font-family: 'Now-Bold';
    color: #ef7133;
    text-transform: uppercase;
    background: #000;
    border: 1px solid #ef7133;
    padding: 12px 25px 12px;
    border-radius: 25px;
    text-align: center;
}

main .breadcrumb-section {padding: 250px 0px 150px; position: relative;}
main .breadcrumb-section:after {
    content: '';
    display: block;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
main .breadcrumb-section .row {position: relative; z-index: 3;}
main .breadcrumb-section .head-title {
    text-transform: uppercase; 
    font-size: 42px;
    letter-spacing: 10px;
}
main .breadcrumb-section p {font-size: 20px; line-height: 1.5}
main.about .breadcrumb-section:after {
    background-image: url('../source/about-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
}
main.courses .breadcrumb-section:after {
    background-image: url('../source/course-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
}
main.gallery .breadcrumb-section:after {
     background-image: url('../source/gallery-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
}
main.faq .breadcrumb-section:after {
     background-image: url('../source/faq-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
}
main.partnerships .breadcrumb-section:after {
    background-image: url('../source/partnership-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
}
main.contact .breadcrumb-section:after {
    background-image: url('../source/contact-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
}
main.terrakey .breadcrumb-section:after {
    background-image: url('../source/terrakey-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
    opacity: 0.3;
}
main.csr .breadcrumb-section:after {
    background-image: url('../source/csr-bg.png');
    width: 100%;
    height: 800px;
    max-width: 1100px;
    opacity: 0.3;
}



main .home-section {padding: 250px 0px 150px; position: relative;}
main .home-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 900px;
    max-width: 800px;
    background-image: url('../source/home-bg.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
main .home-section .row {position: relative; z-index: 3;}

main .home-section2 {margin: 40px auto; position: relative;}
main .home-section2:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 800px;
    height: 800px;
    background-image: url('../source/home-bg2.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}
main .home-section2 .row {align-items: center; }
main .home-section2 .row .row {margin: 10px auto;}
main .home-section2 .images {position: relative; z-index: 3; text-align: center;}
main .home-section2 .images img {width: 100%; max-width: 500px; margin: auto;}
main .home-section2 .chart-box {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 1;
}
main .home-section2 .chart-box .icon {margin-bottom: 10px;}
main .home-section2 .chart-box .head-title {font-size: 16px;}
main .home-section2 .chart-box p {min-height: 50px;}

main .home-section3 {margin: 40px auto;}
main .home-section3 .content-row {
    border: 2px solid #3d77bd;
    border-radius: 25px;
    padding: 40px;
    text-align: center;
}
main .home-section3 .more-btn a {
    margin: auto;
    background-color: transparent;
    border-color: #3d77bd;
    color: #fff;
    text-transform: capitalize;
}

main .home-section4 {margin: 40px auto; text-align: center;} 
main .home-section4 .more-btn a {
    margin: auto;
    border-color: #3d77bd;
    color: #fff;
}
main .home-section4 .row > * {margin: 10px auto;}
main .home-section4 .courses-box {
    padding: 40px 15px 20px;
    border-radius: 25px;
    border: 1px solid #3d77bd;
}
main .home-section4 .col-lg-3:first-child .courses-box{
    background: rgb(15,23,32);
    background: linear-gradient(180deg, rgba(15,23,32,1) 0%, rgba(32,83,137,1) 100%);
}
main .home-section4 .col-lg-3:nth-child(2) .courses-box{
    background: rgb(15,23,32);
    background: linear-gradient(180deg, rgba(15,23,32,1) 0%, rgba(37,78,173,1) 100%);
}
main .home-section4 .col-lg-3:nth-child(3) .courses-box{
    background: rgb(15,23,32);
    background: linear-gradient(180deg, rgba(15,23,32,1) 0%, rgba(60,126,196,1) 100%);
}
main .home-section4 .col-lg-3:last-child .courses-box{
    background: rgb(15,23,32);
    background: linear-gradient(180deg, rgba(15,23,32,1) 0%, rgba(1,55,113,1) 100%);
}
main .home-section4 .courses-box .head-title {font-size: 16px; margin-bottom: 5px;}
main .home-section4 .courses-box p {font-size: 12px; min-height: 100px}
main .home-section4 .courses-title {font-family: 'Now-Light'; }
main .home-section4 .divide-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 15px auto;
}

main .about-section {text-align: center;}
main .about-section .head-title {text-transform: uppercase;}
main .about-section p {max-width: 500px; margin: auto}
main .about-section .images img {width: 100%;}

main .about-section2 { margin: 20px auto; margin-top: -80px;}
main .about-section2 .col-md-6 {padding: 0px 15px;}
main .about-section2 .vm-section {
    padding: 40px;
    background: radial-gradient(circle at 100% 100%, #0f193d 0, #0f193d 22px, transparent 22px) 0% 0%/25px 25px no-repeat,
            radial-gradient(circle at 0 100%, #0f193d 0, #0f193d 22px, transparent 22px) 100% 0%/25px 25px no-repeat,
            radial-gradient(circle at 100% 0, #0f193d 0, #0f193d 22px, transparent 22px) 0% 100%/25px 25px no-repeat,
            radial-gradient(circle at 0 0, #0f193d 0, #0f193d 22px, transparent 22px) 100% 100%/25px 25px no-repeat,
            linear-gradient(#0f193d, #0f193d) 50% 50%/calc(100% - 6px) calc(100% - 50px) no-repeat,
            linear-gradient(#0f193d, #0f193d) 50% 50%/calc(100% - 50px) calc(100% - 6px) no-repeat,
            linear-gradient(0deg, #3c78be 0%, #0f193d 45%, #0f193d 55%, #3c78be 100%);
    border-radius: 25px;
    text-align: center;
    min-height: 200px;
    margin: 20px auto;
}
main .about-section2 .vm-section .head-title {font-size: 18px;}
main .about-section2 .vm-section ul {
    padding-left: 20px;
    text-align: left;
}
main .about-section2 .vm-section ul li {list-style: disc; margin-bottom: 15px;}

main .about-section3 {margin: 40px auto; text-align: center;}
main .about-section3 .head-title {text-transform: uppercase;}
main .about-section3 .member-box {
    padding: 20px 0px;
}
main .about-section3 .team-member .member-profile {padding: 10px;}
main .about-section3 .team-member .member-profile img {width: 100%;}
main .about-section3 .team-member .member-postion {
    font-size: 14px;
}
main .about-section3 .team-member .member-name {
    font-size: 18px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'Now-Bold';
}

main .courses-section .courses-box{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 25px;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px 15px;
}
main .courses-section .courses-images img {width: 100%;}
main .courses-section .courses-box:nth-child(odd){
    background-image: url('../source/course-boxbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

main .courses-section .courses-box:nth-child(even){
    background-image: url('../source/course-boxbg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

main .courses-section .courses-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
}
main .courses-section .more-btn a {
    border-color: #3d77bd;
    color: #fff;
}

main.details .head-title {font-size: 26px;}

main .courses-detail-section {margin: 30px auto;}
main .courses-detail-section p {
    text-align: center;
    max-width: 1000px;
    margin: 30px auto;
}
main .courses-detail-section .divide {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1e6ecc;
    margin: 30px auto;
}
main .courses-detail-section .row {
    align-items: center;
}
main .courses-detail-section ul {
    padding-left: 20px;
}
main .courses-detail-section ul li {
    list-style: disc;
    margin-bottom: 20px;
}
main .courses-detail-section .images {margin-bottom: 15px;}
main .courses-detail-section .images img {width: 100%;}

main .courses-detail-section2 {text-align: center;}
main .courses-detail-section2 .heading-title,
main .courses-detail-section3 .heading-title  {
    padding: 40px 15px;
    font-size: 24px;
    margin: 40px auto;
    text-align: center;
    background-image: url('../source/course-heading.png');
    background-size: cover;
    background-repeat: no-repeat;
     font-family: 'Now-Bold';
     text-transform: uppercase;
}
main .courses-detail-section2 .head-title {font-size: 21px;}
main .courses-detail-section2 .row > * {margin: 10px auto;}
main .courses-detail-section2 .col-lg-3:nth-child(odd) .courses-box {
    background: rgb(32,88,174);
    background: linear-gradient(180deg, rgba(32,88,174,1) 0%, rgba(33,84,141,1) 100%);
}
main .courses-detail-section2 .col-lg-3:nth-child(even) .courses-box {
    background: rgb(32,88,175);
    background: linear-gradient(180deg, rgba(32,88,175,1) 0%, rgba(20,110,209,1) 100%);
}
main .courses-detail-section2 .courses-box {
    padding: 40px 15px 20px;
    border-radius: 25px;
    border: 1px solid #3d77bd;
}
main .courses-detail-section2 .courses-box .head-title {font-size: 24px; margin-bottom: 5px;}
main .courses-detail-section2 .courses-box p {font-size: 12px; min-height: 80px}
main .courses-detail-section2 .courses-title {font-family: 'Now-Light'; }
main .courses-detail-section2 .divide-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 15px auto;
}
.courses-detail-section2 ul { text-align:left; margin:0 0 0 15px;}
.courses-detail-section2 ul li {list-style-type: disc; padding-bottom:7px;}
.courses-detail-section2 ul li:last-child { padding-bottom:0;}

main .courses-detail-section2-builder .courses-title,
main .courses-detail-section2-elite .courses-title,
main .courses-detail-section2-career .courses-title { min-height:30px;}
main .courses-detail-section2 .courses-box .courses-box-builder { min-height:260px;}
main .courses-detail-section2 .courses-box .courses-box-elite { min-height:620px;}
main .courses-detail-section2-career .courses-box p { min-height:100px;}


main .courses-detail-section3 {
    margin: 40px auto;
    background-image: url('../source/course-detailbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 15px;
}

main .courses-detail-section3 .details-box{
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #3d77bd;
    max-width: 800px;
    margin: auto;
    background-color: rgba(15, 25, 60, 0.8);
}
main .courses-detail-section3 .details-box strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
}
main .courses-detail-section3 .details-box p {
    margin-bottom: 8px; 
    font-family: 'Now-Light';
}
main .courses-detail-section3 .details-box b {
    font-family: 'Now-Bold';
}
main .courses-detail-section3 .details-box table td{
    vertical-align: top;
}
main .courses-detail-section3 .details-box ul {}
main .courses-detail-section3 .details-box ul li {}
main .courses-detail-section3 .more-btn a {
    border-color: #53a8ff;
    color: #53a8ff;
    max-width:150px;
    margin:50px auto 0;
}
main .courses-detail-section3 .details-box ul li>ul { margin:0 0 0 15px; list-style-type: disc;}
main .courses-detail-section3 .details-box ul li>ul li {list-style-type: disc; padding:2px 0;}

main .gallery-section {margin: 0px auto;}
main .gallery-section .gallery-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
main .gallery-section .gallery-list img {width: 100%;}

main .partnerships-section,
main .partnerships-section2  {
    margin: 40px auto;
}
main .partnerships-section .head-title,
main .partnerships-section2 .head-title {text-transform: uppercase;}

main .partnerships-section .row,
main .partnerships-section2 .row {align-items: center;}

main .partnerships-section .row{
    background-image: url('../source/course-boxbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
}
main .partnerships-section2 .row{
    background-image: url('../source/course-boxbg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
}

main .faq-section {
    margin: 40px auto;
    position: relative;
}
main .faq-section .faq-list {
    padding: 20px 40px;
    max-width: 350px;
    border: 1px solid #455db3;
    border-radius: 25px;
    background-image: url('../source/faq-listbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

main .faq-section .faq-list li {
    border-bottom: 1px solid #455db3;
}
main .faq-section .faq-list li:last-child {border-bottom: none;}
main .faq-section .faq-list a{
     display: block;
     font-size: 16px; 
     font-family: 'Now-Bold'; 
     color: #fff;
     padding: 15px 0px;
}
main .faq-box {margin-bottom: 40px;}
main .faq-box .panel-group > .panel{
    padding: 20px 40px;
    border: 1px solid #455db3;
    border-radius: 15px;
    background-image: url('../source/faq-listbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
main .faq-box .panel-title > a {
    display: block;
    color: #ef7133;
    font-family: 'Now-Bold';
    font-size: 16px;
}
main .faq-box .panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
main .faq-box .panel-title > a.collapsed {color: #fff;}
main .faq-box .panel-title > a.collapsed:before {
    float: left !important;
    content:"\f067";
    font-weight:normal;
    font-size: 12px;
    margin-top: 3px;
}
main .faq-box .panel-title > a:hover, 
main .faq-box .panel-title > a:active, 
main .faq-box .panel-title > a:focus  {
    text-decoration:none;
}
main .faq-box .panel-collapse {
    display: none;
    line-height: 1.5;
    margin-top: 10px;
}
main .faq-box .panel-collapse.in {
    display: block;
}

main .partnerships-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
main .partnerships-logo li {margin-bottom: 30px;}
main .partnerships-section-community li:nth-child(1) img,
main .partnerships-section-community li:nth-child(3) img { max-width:150px;}
main .partnerships-section-community li:nth-child(4) img { max-width:120px;}

main .contact-section .head-title {text-align: center; text-transform: uppercase; margin-bottom: 30px;} 
main .contact-section .form-contact {margin-bottom: 30px;}
main .contact-section .form-contact label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
}
main .contact-section .form-contact .input-form {margin-bottom: 15px;}
main .contact-section .form-contact .input-group,
main .contact-section .form-contact .select-group {
    display: block;
    width: -webkit-fill-available;
    padding: 15px;
    border: 1px solid #54aef4;
    border-radius: 0px;
    background: transparent;
    color: #54aef4;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
main .contact-section .form-contact .select-group { color-scheme: light;}
main .contact-section .form-contact .select-group option { background-color:#0f193d;}
main .contact-section .form-contact input::placeholder,
main .contact-section .form-contact textarea::placeholder {
    color: #54aef4;
}
main .contact-section .form-contact .input-form input:hover,
main .contact-section .form-contact .input-form textarea:hover{
    background: #54aef4;
    color: #000;
    border: 1px solid #54aef4!important;
}
main .contact-section .form-contact .input-form input:focus,
main .contact-section .form-contact .input-form textarea:focus{
    outline: none;
}
main .contact-section .form-contact .input-form textarea {
    background-color: #000;
}
main .contact-section .form-contact input[type="submit"]{
    background-color: #e75351;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 15px 35px;
    box-shadow: none;
    display: block;
    margin: auto;
}

main .terms-section {margin: 100px auto;}
main .terms-section .head-title {text-align: center; text-transform: uppercase; margin-bottom: 40px; letter-spacing: 10px;}
main .terms-section p {margin-bottom: 15px;  font-size: 12px; line-height: 1.5}

main .privacy-section {margin: 100px auto;}
main .privacy-section .head-title {text-align: center; text-transform: uppercase; margin-bottom: 40px; letter-spacing: 10px;}
main .privacy-section h5 {margin-top:40px; margin-bottom: 10px; font-size: 18px; font-family: 'Now-Bold'; }
main .privacy-section p {margin-bottom: 15px; font-size: 12px; line-height: 1.5}
main .privacy-section ul {padding-left: 20px; ma}
main .privacy-section ul li {list-style: disc; margin-bottom: 15px;}

main .bepartner-content {
    background: radial-gradient(circle at 100% 100%, #0f1a3f 0, #0f1a3f 22px, transparent 22px) 0% 0%/25px 25px no-repeat,
                radial-gradient(circle at 0 100%, #0f1a3f 0, #0f1a3f 22px, transparent 22px) 100% 0%/25px 25px no-repeat,
                radial-gradient(circle at 100% 0, #0f1a3f 0, #0f1a3f 22px, transparent 22px) 0% 100%/25px 25px no-repeat,
                radial-gradient(circle at 0 0, #0f1a3f 0, #0f1a3f 22px, transparent 22px) 100% 100%/25px 25px no-repeat,
                linear-gradient(#0f1a3f, #0f1a3f) 50% 50%/calc(100% - 6px) calc(100% - 50px) no-repeat,
                linear-gradient(#0f1a3f, #0f1a3f) 50% 50%/calc(100% - 50px) calc(100% - 6px) no-repeat,
                linear-gradient(#53a8ff 0%, #06b0b2 100%);
    border-radius: 25px;
    padding: 40px;
}
main .bepartner-content .head-title {margin-bottom: 10px;}
main .bepartner-content .row {align-items: center;}
main .bepartner-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    max-width: fit-content;
    margin: auto;
    margin-right: 0px;
}
main .bepartner-content ul .more-btn {margin: auto;}
main .bepartner-content ul li:first-child a{
    border-color: #53a8ff;
    color: #53a8ff;
}
main .bepartner-content ul li:last-child a,
.partnerships-section .more-btn a {
    background-color: #53a8ff;
    border-color: #000;
    color: #000;
}

main .login-section {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0%, -50%);
}
main .login-section .logo-section,
main .login-section .title-section  {
    margin-bottom: 40px;
}

main .login-section .title-section .head-title {text-transform: uppercase; margin-bottom: 5px; font-size: 32px;}
main .login-section .title-section p {font-size: 16px;}
main .login-section form {
    max-width: 991px;
    margin: auto;
}
main .login-section label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
}
main .login-section input:hover{
    background: #54aef4;
    color: #000;
    border: 1px solid #54aef4!important;
}
main .login-section input:focus{
    outline: none;
}
main .login-section input::placeholder {
    color: #54aef4;
}
main .login-section .input-form {
    margin: 10px 0px;
}
main .login-section .input-group {
    display: block;
    width: -webkit-fill-available;
    padding: 15px;
    border: 1px solid #54aef4;
    border-radius: 0px;
    background: #000;
    color: #54aef4;
}

main .login-section .input-tick {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-content: center;
    justify-content: center;
    width: fit-content;
    margin: 30px auto 0px;
}
main .login-section .input-tick label {
    display: inline-block;
    width: auto;
    margin: auto;
    text-transform: capitalize;
}

main .login-section .input-tick input[type="checkbox"] {
    appearance: none; /* Removes default styling */
    width: 15px;
    height: 15px;
    border: 2px solid #54aef4;
    background-color: black;
    cursor: pointer;
}

main .login-section .input-tick input[type="checkbox"]:checked {
    background-color: #54aef4;
    border-color: black;
}
main .login-section .input-tick input[type="checkbox"]:focus {
    outline: 2px solid #54aef4;
}
main .login-section .submit-button { margin-bottom:40px;}
main .login-section .submit-button a { display:block; text-align:center; color:#fff;}
main .login-section input[type="submit"]{
    background-color: #e75351;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 15px 35px;
    box-shadow: none;
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 40px auto 10px;
    font-family: 'Now-Bold';
    font-size: 16px;
    cursor:pointer;
}
main .login-section input[type="submit"]:hover {
    border: 0px solid #54aef4!important;
}

main .login-section .signup-link h5 {font-size: 16px; font-family: 'Now';}
main .login-section .signup-link a {
    color: #53aef4;
    text-decoration: underline;
    font-family: 'Now-Bold';
}

main .reset-password-section .title-section p { max-width:500px; margin:auto;}
main .reset-password-section .input-form label,
main .reset-password-section .input-form input { text-align:center;}
main .reset-password-section input[type="submit"] { max-width: 280px;}

main .dashboard-section {
    margin: 80px auto 30px;
}
main .dashboard-section .head-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 10px;
}
main .dashboard-section .dashboard-box {
    background: rgb(13,27,64);
    background: radial-gradient(circle, rgba(13,27,64,1) 0%, rgba(5,38,77,1) 100%);
    max-width: 250px;
    border: 2px solid #0d1b40;
    border-radius: 25px;
    padding: 20px;
    min-height: 400px;
    margin-bottom: 20px;
}
main .dashboard-section .dashboard-logo img {width: 100%;}
main .dashboard-section .dashboard-menu li {
    margin: 5px 0px;
}
main .dashboard-section .dashboard-menu li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 15px 0px;
}
main .dashboard-section .dashboard-menu li a.active {
    background-image: url('../source/menu-active.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-family: 'Now-Bold';
}

main .dashboard-content {
    background: rgb(6,37,74);
    background: radial-gradient(circle, rgba(6,37,74,1) 0%, rgba(15,20,38,1) 100%);
    padding: 25px;
    min-height: 400px;
    border: 2px solid #0d1b40;
    border-radius: 25px;
}
main .dashboard-content .more-btn a {
    background-color: #e75351;
    color: #fff;
    border: none;
    border-radius: 25px;
    width: 100%;
    max-width: 150px;
    font-family: 'Now-Bold';
    font-size: 14px;
    text-transform: capitalize;
}

main .profile-section {
    background: rgb(6,37,74);
    background: radial-gradient(circle, rgba(6,37,74,1) 0%, rgba(15,20,38,1) 100%);
    padding: 25px;
    border: 2px solid #0d1b40;
    border-radius: 25px;
    margin-bottom: 20px;
}
main .profile-section .head-title {text-align: left; font-size: 16px; text-transform: capitalize; letter-spacing: 0px}
main .profile-section label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
}
main .profile-section input:hover{
    background: #54aef4;
    color: #000;
    border: 1px solid #54aef4!important;
}
main .profile-section input:focus{
    outline: none;
}
main .profile-section input::placeholder {
    color: #54aef4;
}
main .profile-section .input-form {
    margin: 10px 0px;
}
main .profile-section .input-group {
    display: block;
    width: -webkit-fill-available;
    padding: 15px;
    border: 1px solid #54aef4;
    border-radius: 0px;
    background: #000;
    color: #54aef4;
}
main .profile-section .submit-button {margin-top: 10px;}
main .profile-section input[type="submit"]{
    display: inline-block;
    background-color: #53a8ff;
    color: #0f0f0f;
    border: 1px solid #53a8ff;
    border-radius: 25px;
    width: 100%;
    max-width: fit-content;
    padding: 10px 25px;
    text-align: center;
    font-family: 'Now-Bold';
    font-size: 13px;
    text-transform: uppercase;
    margin: auto;
}
main .profile-section input[type="submit"].Discard {
    background-color: #000;
    color: #53a8ff;
}
main .profile-section .row {align-items: center;}
main .profile-section input[type="button"] {
    background-color: #e75351;
    color: #000;
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Now-Bold';
}
main .profile-section input[type="button"].enable {
    background-color: #00fced;
    
}


main .borkers-content .brokers-box {
    background: rgb(6,37,74);
    background: radial-gradient(circle, rgba(6,37,74,1) 0%, rgba(15,20,38,1) 100%);
    padding: 25px;
    border: 2px solid #0d1b40;
    border-radius: 25px;
    margin-bottom: 20px;
}
main .borkers-content .brokers-box img {width: 100%;}
main .borkers-content .brokers-box .visit-btn {margin-top: 12px; text-align: center;}
main .borkers-content .brokers-box .visit-btn a {
    display: block;
    background-color: #53a8ff;
    color: #0f0f0f;
    border: none;
    border-radius: 25px;
    width: 100%;
    max-width: fit-content;
    padding: 10px 25px;
    text-align: center;
    font-family: 'Now-Bold';
    font-size: 13px;
    text-transform: uppercase;
    margin: auto;
}


main .terrakey-section {text-align: center; margin-top: 40px;}
main .terrakey-section .head-title {text-transform: uppercase; margin-bottom: 5px;}
main .terrakey-section span {display: block; margin-bottom: 30px;}
main .terrakey-section p {margin: 0px auto 20px;}
main .terrakey-section .images img {width: 100%;}

main .terrakey-section2 { margin: 40px auto 20px; }
main .terrakey-section2 .head-title {text-transform: uppercase; text-align: center;}
main .terrakey-section2 .row {justify-content: center;}
main .terrakey-section2 .col-lg-4 {padding: 0px 15px;}
main .terrakey-section2 .sets-section {
    padding: 40px 20px;
    background: radial-gradient(circle at 100% 100%, #0f193d 0, #0f193d 22px, transparent 22px) 0% 0%/25px 25px no-repeat,
            radial-gradient(circle at 0 100%, #0f193d 0, #0f193d 22px, transparent 22px) 100% 0%/25px 25px no-repeat,
            radial-gradient(circle at 100% 0, #0f193d 0, #0f193d 22px, transparent 22px) 0% 100%/25px 25px no-repeat,
            radial-gradient(circle at 0 0, #0f193d 0, #0f193d 22px, transparent 22px) 100% 100%/25px 25px no-repeat,
            linear-gradient(#0f193d, #0f193d) 50% 50%/calc(100% - 6px) calc(100% - 50px) no-repeat,
            linear-gradient(#0f193d, #0f193d) 50% 50%/calc(100% - 50px) calc(100% - 6px) no-repeat,
            linear-gradient(0deg, #3c78be 0%, #0f193d 45%, #0f193d 55%, #3c78be 100%);
    border-radius: 25px;
    text-align: center;
    min-height: 200px;
    margin: 10px auto;
}
main .terrakey-section2 .sets-section .head-title {font-size: 16px; text-transform: capitalize; font-weight: 500;}

main .csr-section {text-align: center; margin-top: 40px;}
main .csr-section .images img { width:100%;}
.csr-section2 { margin: 40px auto 20px;}
.csr-section2 .head-title { margin-bottom: 0;}
.csr-section2 .head-subtitle { padding:0; margin:0; font-size:26px; text-transform: uppercase; margin-bottom:15px;}
.csr-section2 .scr-content-img { margin-bottom:15px;}
.csr-section2 .scr-content-img img { width:100%;}
.csr-section2 .sets-section p { padding-bottom:15px; font-size:14px;}
.csr-section2 .more-btn { margin-top:30px;}
.csr-section2 .more-btn a { max-width:200px; width:100%; margin:auto;}

footer .footer-section {margin: 40px auto 20px; border-top: 2px solid #fff; padding-top: 40px;}
footer .footer-logo {margin-bottom: 10px;}
footer .footer-logo .logo {border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 15px; width: fit-content;}
footer .footer-logo .logo-slogan {max-width: 320px; line-height: 1.5; font-size: 16px;}
footer .footer-logo .payment-icon {margin-top: 20px;}
footer .footer-logo .payment-icon ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -20px;
}
footer .footer-logo .payment-icon ul li {margin: 0px;}
footer .footer-logo .payment-icon ul img {width: 100%; max-width: 100px;}
footer .footer-logo .copyright {text-align: left;}
footer .footer-menu .row > * {margin-bottom: 10px;}
footer .footer-menu .menu-heading {
    text-transform: uppercase;
    font-family: 'Now-Bold';
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
    max-width: fit-content;
    font-size: 16px;
}
footer .footer-menu ul li {margin-bottom: 8px;}
footer .footer-menu ul li a {color: #fff;}
footer .footer-rule {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 40px 40px 20px 40px;
}
footer .footer-rule .content-row {margin-bottom: 20px;}
footer .footer-rule .heading {margin-bottom: 5px; font-family: 'Now-Bold'; font-size: 14px;}
footer .footer-rule p {margin-bottom: 10px; font-size: 10px; line-height: 1.3}
footer .copyright {text-align: center; font-size: 13px; letter-spacing: 1px;}

.faom-logo { max-width:370px; margin-top:30px; padding-bottom:10px; border-bottom:1px solid #fff;}
.faom-logo span { display:block; text-transform: uppercase; padding-bottom:5px;}
.faom-logo img { width:100%;}

.dashboard-info {
    background-color:rgba(83,168,255,0.05);
    padding:20px;
    display:flex;
    gap:10px;
    position:relative;
    border-radius:20px;
}
.dashboard-info .more-btn { margin-top:0;}
.dashboard-info .dashboard-info-logo { flex:0 0 10%;}
.dashboard-info .dashboard-info-content { flex:0 0 60%;}
.dashboard-info .dashboard-info-action { flex:0 0 30%;}
.dashboard-info-content-title { font-size:18px; font-weight:bold; padding-bottom:5px;}
.dashboard-info-content-date span,
.dashboard-info-content-key span { color:#bcbcbc;}
.dashboard-info table { border-collapse: collapse; width:100%;}
.dashboard-info td { padding:10px; border:1px solid #11467e;}
.dashboard-info td:first-child { font-weight:bold;}
.dashboard-info.second { display:block; margin-top:30px;}
.dashboard-info.second h3 { font-size:18px;}
.demo-account-column { margin-top:10px;}
.demo-account-column input { 
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    background-color:transparent;
    border:1px solid #11467e;
    margin-top:5px;
}
.dashboard-info.second .demo-account-section:nth-child(2) { margin-top:30px; margin-bottom:20px;}
.dashboard-content .more-btn { display:flex; gap:20px;}

.dashboard-content .more-btn a {
    background-color: #53a8ff!important;
    border-color: #000!important;
    color: #000!important;
}
.dashboard-content .more-btn a:last-child {
    background-color: #000000!important;
    border: 1px solid #53a8ff!important;
    color: #53a8ff!important;
}

.home-section-review .head-title { text-align:center; margin-top:30px; text-transform: uppercase;}
.home-section-review .owl-carousel { display:block!important;}
.home-section-review .testimonial-item.equal-height.style-6 {
    border-radius: 10px;
    margin: 10px;
    border:1px solid #3d77bd;
    text-align:center;
}
.home-section-review .testimonial-name {
    font-weight: 600;
}
.home-section-review .testimonial-content.quote {
    padding: 30px 55px;
}
.home-section-review .et_right_sidebar #main-content .container:before{
    display: none;
}
.home-section-review #main-content .container {
    padding-top: 10px;
}
.home-section-review i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}
.home-section-review .owl-buttons { display:none;}

.testimonial-detail { padding-bottom:30px;}
.testimonial-review { padding:5px 0;}
.testimonial-review i { color:yellow;}

.csr-form-section .head-title { font-size:14px; font-weight:normal; text-transform: unset!important; font-family: 'Now';}




  .terracode-v-tradingbot { font-size:14px;}
  .terracode-v-tradingbot-row { display:flex; gap:10px;}
  .terracode-v-tradingbot-column {display:flex; gap:5px; width:25%; padding:15px; border-right:1px solid #3d77bd;}
  .terracode-v-tradingbot-column:last-child { border-right:none;}

  .terracode-v-tradingbot-title { margin-top:20px;}
  .terracode-v-tradingbot-ul { margin:10px 0 10px 20px;}
  .terracode-v-tradingbot-ul li {list-style-type:disc; padding:5px 0;}
  
/*###############################################################################*/

@media (min-width: 992px) {
main .faq-section.sticky .faq-list {
    position: sticky;
    top: 90px;
}

header .navbar-nav {
  display: block;
  position: absolute; 
  right: 130px;
  top: 50%;
  transform: translate(0%, -50%);
}   

header.sticky .navbar-nav {transform: translate(0%, 75%);}
header .navbar-nav ul {display: inline-block; vertical-align: middle; position: relative;}
header .navbar-nav ul > li {display: inline-block; position: relative; padding: 0px 2px; color: #003350; font-size: 14px;}

header .navbar-nav ul.menu-list {display: block;}
header .container-fluid>.navbar-collapse, 
header .container-fluid>.navbar-header, 
header .container>.navbar-collapse, 
header .container>.navbar-header {margin-left: 0; margin-right: 0;}
header .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
header .navbar-toggle { display: none;}
header .navbar-header { float: left;}
header .navbar-inverse .navbar-nav ul > li > a.active, 
header .navbar-inverse .navbar-nav ul > li > a.active:focus, 
header .navbar-inverse .navbar-nav ul > li > a.active:hover{color: #ef7133; }
header .navbar-inverse .navbar-nav ul > li > a:hover{color: #ef7133; }
/*----------------extra-----------*/


header .dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
}
header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
header .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
header .dropdown-content a:hover {background-color: #971d20; color: #fff;}
header .dropdown:hover .dropdown-content {display: block;}

}

@media (min-width: 768px) {
main .faq-section.sticky .faq-list {
    position: sticky;
    top: 75px;
}
}

@media (min-width: 500px) {
#top_button {margin: 30px;}
}

@media (max-width: 1140px){
}

@media (max-width: 991px){
header .header-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 105vh;
    max-width: 250px;
    text-align: left;
    transition: transform 0.35s;
    transform: translateX(105%);
    -ms-transform: translateX(105%);
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
     z-index: 2;
}
.line-top { margin-top: 5.5rem;}
header .header-menu.in {
    transition: transform 0.35s;
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
} 
header .header-menu ul.menu-list {background-color: #0f193d; height: 100vh; padding-top: 12em}
header .header-menu ul.menu-list > li > a {padding: 15px 0; border-bottom:1px solid #fff; font-size: 16px; text-align:center; position: relative; color: #fff;}
header .header-menu ul.menu-list > li > a.active,
header .header-menu ul.menu-list > li > a:hover { color:#fff;}
header .header-menu ul.menu-list > li:last-child > a {border-bottom:0;}
header .header-menu ul.menu-list > li > a:hover:before,
header .header-menu ul.menu-list > li > a.active:before {
    content: '';  
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}
header.sticky {height: 60px}
header.sticky .navbar-toggle { top: 30px;}
header.sticky .navbar-inverse .navbar-toggle .icon-bar { background-color:#fff;}
    
header.sticky .container-fluid > .navbar-header {padding: 0px;}
header .navbar-brand {padding: 25px 0px 0;}
header .navbar-brand  img {max-width: 150px;}
header.sticky .navbar-brand {padding: 15px 0px;}
header.sticky .navbar-brand img.IQE-logo {max-width: 120px!important;}
header.sticky .navbar-brand img.ltx-logo {max-width: 40px!important;}
/*----------------extra-----------*/    
header .login-switch {right: 60px;}
header .login-switch:before {right: -10px; left: unset;}
/*header .navbar-nav ul li.dropdown a.dropbtn {display: none;}*/
header .navbar-nav ul li.dropdown .dropdown-content {display: none;}
header .navbar-nav ul li.dropdown .dropdown-content a{
    display: block; 
    width: 100%;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
}
header .navbar-nav ul li.dropdown.active .dropdown-content {display: block;}
footer .footer-content .row .col-md-4.pl-5 {padding-left: calc(var(--bs-gutter-x) / 2)!important}
main .courses-detail-section2 .courses-box .courses-box-elite { min-height:420px;}
}

@media (max-width: 767px){
header.sticky { padding-bottom:5px;}
footer .footer-logo .logo {margin: 0px auto 15px;}
footer .footer-logo .logo-slogan {margin: auto; text-align: center;}
footer .footer-logo .payment-icon ul {margin: auto; justify-content: center;}

main .bepartner-content ul {margin: 20px auto;}

main .home-section4 .courses-box p {
    min-height: auto;
}

main .courses-section .courses-box{
    grid-template-columns: 1fr;
}

main .gallery-section .gallery-list ul {
    grid-template-columns: repeat(2, 1fr);
}

main .faq-section .faq-list {
    max-width: 100%;
}

main .dashboard-section .dashboard-box {
    max-width: 100%;
    min-height: unset;
}
main .dashboard-section .dashboard-box img {max-width: 200px;}

.animated {
    animation-duration: unset;
    animation-duration: unset;
    animation-fill-mode: unset;
}
}

@media (max-width: 680px){

}

@media (max-width: 576px){
.f-12 {font-size: 12px;}
.f-16 {font-size: 14px;}
.f-18 {font-size: 16px;}
.f-20 {font-size: 20px;}
.f-25 {font-size: 25px;}
.f-28 {font-size: 28px;}
.f-30 {font-size: 24px;}
.f-35 {font-size: 35px;}
.f-40 {font-size: 40px;}
.f-50 {font-size: 50px;}
main .courses-detail-section2 .courses-box p { min-height:auto;}
main .courses-detail-section2-builder .courses-title,
main .courses-detail-section2-elite .courses-title,
main .courses-detail-section2-career .courses-title { min-height:auto;}
main .courses-detail-section2 .courses-box .courses-box-builder { min-height:auto;}
main .courses-detail-section2 .courses-box .courses-box-elite { min-height:auto;}
main .courses-detail-section2-career .courses-box p { min-height:auto;}
.csr-section2 .sets-section p { text-align:center;}
}

@media (max-width: 480px){
main .head-title {font-size: 18px; margin-bottom: 5px;}
main .breadcrumb-section .head-title {font-size: 22px;}
main .breadcrumb-section p {font-size: 14px;}
main.details .head-title { font-size: 18px;}
main .home-section,
main .breadcrumb-section { padding: 150px 0px 100px;}
footer .footer-logo .payment-icon ul img { max-width: 80px;}
footer .footer-rule { border-radius: 15px; padding: 20px 20px 0 20px;}
footer .footer-rule p:last-child {margin-bottom:0px;}
footer .footer-menu .menu-heading { font-size: 14px; margin-bottom: 10px;}
footer .footer-menu ul li { position:relative;  margin-bottom: 8px; padding-right:5px; margin-right:5px; display: inline-block;}
footer .footer-menu ul li:last-child { padding-right:0; padding-right:0;}
footer .footer-menu ul li:before {
    content:"";
    position:absolute;
    display:block;
    top:0;
    right:-4px;
    width:1px;
    height:12px;
    background-color:#fff;
}
footer .footer-menu ul li:last-child:before { display:none;}
main .home-section2 .chart-box .icon { margin-bottom:5px;}
main .home-section2 .chart-box { padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #fff;}
main .home-section2 .chart-box p { min-height: auto;}
main .home-section3 .content-row { padding: 20px;}
main .home-section4 .courses-box { padding: 25px 15px 20px;}
main .about-section2 .vm-section { padding: 30px 20px 15px 20px; min-height: auto; margin: 10px auto;}
main .bepartner-content { padding: 30px 30px 0 30px; text-align: center;}
footer .footer-menu .row > * { margin-bottom: 20px;}
footer .footer-rule .heading { font-size:12px;}
footer .footer-section { margin: 40px auto 0;}
main .faq-box .panel-group > .panel { padding: 20px 20px;}
main .partnerships-logo { margin-top:10px;}
main .partnerships-logo li { display: inline-block; width: 40%; padding: 10px; margin: 0;}
main .partnerships-logo li img { width:100%;}
}

@media (max-width: 425px){

}

@media (max-width: 375px){
    footer .footer-logo .payment-icon ul img { max-width: 60px;}
}

/* Flash message container */
.flash-message {
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

/* Success message styling */
.flash-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Error message styling */
.flash-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Add fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


  /* Popup styling */
        /* Forgot Password Link */
        main .login-section a {
            color: #53aef4;
            font-size: 14px;
            text-decoration: underline;
            transition: color 0.3s ease;
        }

        main .login-section a:hover {
            color: #e75351;
        }

        /* Forgot Password Popup */
        #forgotPasswordPopup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 400px;
            background: #000;
            border: 1px solid #54aef4;
            border-radius: 10px;
            padding: 20px;
            z-index: 1000;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
            animation: fadeIn 0.3s ease-in-out;
        }

        #forgotPasswordPopup h3 {
            font-size: 20px;
            color: #e75351;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        #forgotPasswordPopup label {
            font-size: 14px;
            text-transform: uppercase;
            color: #54aef4;
            display: block;
            margin-bottom: 5px;
        }

        #forgotPasswordPopup input {
            width: 95%;
            padding: 10px;
            border: 1px solid #54aef4;
            border-radius: 5px;
            background: #000;
            color: #54aef4;
            margin-bottom: 15px;
            font-size: 14px;
        }

        #forgotPasswordPopup input:focus {
            outline: none;
            border-color: #e75351;
        }

        #forgotPasswordPopup button {
            background-color: #e75351;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 14px;
            margin-right: 10px;
        }

        #forgotPasswordPopup button:hover {
            background-color: #53aef4;
        }

        /* Fade-in animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translate(-50%, -55%);
            }

            to {
                opacity: 1;
                transform: translate(-50%, -50%);
            }
        }

        /* Overlay to dim the background when popup is active */
        #forgotPasswordOverlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 999;
        }

        