/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a { -webkit-transition: all eas-in-out 0.2s; -o-transition: all eas-in-out 0.2s; transition: all eas-in-out 0.2s; }
 
body { font-family: "Poppins", sans-serif; background: #F9FAFC; font-weight: 400; font-size: 17px; line-height: 150%; letter-spacing: -0.03em; color: #696A7B;
}
body h1 {  font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 68px; line-height: 150%; letter-spacing:-0.03em; }
body h2 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 54px; line-height: 125%; letter-spacing: -0.03em; color: #001536; }
body h3 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 42px; line-height: 125%; letter-spacing: -0.03em; color: #001536;  }
body h4 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 28px; line-height: 125%; letter-spacing: -0.03em; color: #001536;  }
body h5 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 20px; line-height: 125%; letter-spacing: -0.03em; }
body h6 { font-family: "Poppins", sans-serif; font-weight: 500; text-transform: capitalize; text-transform: uppercase; font-size: 15px; line-height: 120%; letter-spacing: -0.03em; color: #696A7B; }
h6::before { content: ""; display: inline-block;  width: 5px; height: 5px; vertical-align: middle; border-radius: 10px; background: #FF668B;
 margin-right: 7px;} 

.container { max-width:1230px; padding:0 15px; }
 
header#wrapper-navbar { position: absolute !important; }
header .navbar { padding:20px 30px !important; width: 100%; position: absolute; background: transparent !important; }
.navbar-wrap { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
.navbar-wrap ul#main-menu-nav { gap: 0; }
.navbar-dark .navbar-wrap .navbar-nav li { position: relative; padding: 0 7px; display: -webkit-box; display: -ms-flexbox; display: flex; }

.navbar-dark .navbar-wrap .navbar-nav .nav-link { font-size: 16px; font-style: normal; font-weight: 500; line-height: 30px; padding: 25px 0px; }
.navbar-dark .navbar-wrap .navbar-nav .nav-link .chevva,
.navbar-dark .navbar-wrap .navbar-nav .nav-link:after { display: none; } 
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 12px !important;
    padding: 12px;
    width: 295px;
    background: #FFFFFF;
    box-shadow: 0px 30px 40px 0px #00000040;
}

header .navbar .navbar-nav .dropdown-menu li a {
    padding: 0;
    color: #696A7B;
    font-size: 14px;
    text-transform: uppercase; 
    font-weight: 500;
    padding: 6px 15px;
}

header .navbar .navbar-nav .dropdown-menu li {
    width: 100%; 
    padding: 0;
}

header .navbar .navbar-nav .dropdown-menu li:hover a {
    background: #BCC2CB80 !important; 
    color: #001536;
    border-radius: 8px;
}

header div#navbarNavDropdown { justify-content: flex-start; padding-left: 10px; }

@media screen and (min-width:992px) {
    .navbar-dark .navbar-wrap .navbar-nav li:hover > a { opacity:0.75; }
    header .navbar .navbar-nav li:hover .dropdown-menu { height: auto !important; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-wrap: wrap; flex-wrap: wrap; top: 100%; }
} 
   
header .navbar .navbar-nav a.child-triggerm { cursor: pointer; }
header .navbar .navbar-nav a.child-triggerm span { margin-left: 6px; }
header .navbar .navbar-nav li a.child-triggerm span:after { content: ""; background-image: url(../images/chevron-down.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 12px; height: 12px; position: relative; top: 1px; display: inline-block; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; -webkit-transition: all 300ms linear; }

.hero-headerbit:after { display: none; }

.navbar-dark .navbar-brand {
    color: #fff;
    padding: 0;
}


header nav#main-nav a.nav-link, body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav a.nav-link {
    transition: all .2s ease-in-out !important;
    color: #ffffff !important; 
    padding: 15px 0px !important; 
    font-weight: 500;
    font-size: 14px; 
    line-height: 120%;
    letter-spacing:-0.03em;
    text-transform: uppercase; 
}

.banner-section .video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 12, 32, 0.3) 28.47%, rgba(0, 12, 32, 0.6) 73.87%),
linear-gradient(90deg, rgba(29, 29, 29, 0) 65.63%, #1D1D1D 85%); 
    

}

.banner-section .video {
    position: relative;
}

.banner-section .video video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.banner-section {
    position: relative;
    color: #fff;
}

.banner-section .banner-content-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    align-items: center;
}

.banner-section .banner-content-bottom .desc {
    max-width: 340px;
    padding-right: 40px;
}

.service-title h2 {
    color: #ffffff;
}

 

.banner-content-top {
    margin-bottom: 50px;
    width: 100%;
}

.banner-content-top-wrap {
    max-width: 100%;
}

.banner-content-top-wrap h4 { 
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.06em;
    margin-bottom: 35px;
}

.site-footer {
    position: relative;
    background: #001536;
    padding: 60px 0 20px;
}


 

.footer-contact h6 { 
    font-weight: 400;
    font-size: 22px; 
    color: #ffffff;  
    margin-bottom: 25px;
}

.footer-contact a { 
    color: #ffffff; 
    font-weight: 400;
    font-size: 25px; 
    line-height: 115%;  
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

a {
    text-decoration: none;
}

.footer-contact a:hover {
    opacity: 0.5;
}

.footer-link h6, .footer-newsletter h6 { 
    color: #ffffff; 
    margin-bottom: 40px;
}

.footer-link ul {
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
}

.footer-link ul li a {
    letter-spacing: -0.03em;
    color: #BCC2CB;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

.footer-link ul li a:hover {
    color: #ffffff;
}

.footer-address address { 
    font-size: 20px; 
    line-height: 140%;
    letter-spacing: -0.06em;  
    color: #ffffff;
}

ul.social-media {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0px 0 0;
    gap: 12px;
}

.top-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

ul.social-media a {
    margin: 0;
    font-size: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF80;
    border-radius: 12px;
    transition: all ease-in-out 0.3s;
    background: #FFFFFF;
    transition: all ease-in-out 0.3s;
    transform: scale(1);
}

ul.social-media a:hover {
    transform: scale(1.1);
}
 
 
.bottom-footer p {
    display: inline-block;
    margin: 0; 
    font-weight: 300;
    font-size: 11px; 
    line-height: 16px;
    letter-spacing:-0.03em; 
}

.bottom-footer::before {
    content: "";
    display: inline-block;
    background: url(../images/footer-bottom-shap.svg) no-repeat; 
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: cover;
    transform: translateX(-50%);
}

.footer-small-link ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
}

.footer-small-link { 
    float: right;
}

.footer-small-link ul li:first-child:before {
    display: none;
}

.footer-small-link ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FF668B; 
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 8px;
}


.footer-small-link ul li a {
    color: #BCC2CB;  
    font-size: 11px;
    font-weight: 300;
}

.footer-small-link ul li a:hover {
    color: #ffffff;
}
 


.copy-right {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px; 
}

.copy-right a { 
    text-decoration: underline;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px; 
}

.copy-right a:hover {
    text-decoration: none;
}

.copy-right:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FF668B; 
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 8px;
}

.bottom-footer {
    padding-top: 22px;
    color: #ffffff;
}

.btn-primary {
    background: #FF668B;
    border-radius: 12px;
    padding-top: 17px;
    padding-right: 45px;
    padding-bottom: 17px;
    padding-left: 25px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    border: none;
    display: inline-block;
    position: relative;
	box-shadow:none !important;
}

.btn-secondary {
    display:inline-block;
    background: #ffffff;
    border-radius: 12px;
    padding-top: 19px;
    padding-right: 45px;
    padding-bottom: 19px;
    padding-left: 25px; 
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    border: none;
    position: relative;
    border: 1px solid #BCC2CB;
    color: #001536;
	box-shadow:none !important;
}

.btn-primary:after, .btn-secondary:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow-right.svg) no-repeat center;
    width: 13px;
    height: 10px;
    margin-left: 5px;
    transition: all ease-in-out 0.5s;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus-visible {
    background: #FF5C84!important;
	color:#000!important;
    transform: scale(1);
}


.btn-primary:hover:after, .btn-secondary:hover:after {
    position: absolute;
    right: 24px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:focus-visible {
    border-color: #001536;
    color: #001536;
}

.login-btn a, .skill-store-btn a {  
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-right: 15px;
}


.navbar-wrap .btn-primary { 
    padding-top: 13px;
    padding-right: 35px;
    padding-bottom: 13px;
    padding-left: 18px; 
    font-size: 13px; 
}

.navbar-wrap .btn-primary:after {
    right: 17px;
}

.navbar-wrap .btn-primary:hover:after {
    right: 15px;
}
 

.banner-content-top-wrap h6 {
    color: #fff;
    margin-bottom: 30px;
}

h1 span {
    background: #FF668B;
    border-radius: 28px;
    padding: 0px 20px;
    color: #001536;
}

.banner-content-top-wrap h1 {
    margin-bottom: 25px;
    line-height: 125%;
}

.banner-content-top-wrap .ginput_container_email input {
    background: #FFFFFF14;
    border: 1px solid #BCC2CB66;
    backdrop-filter: blur(20px);
    height: 74px;
    color: #ffffff !important;
    padding: 30px;
    border-radius: 16px;
}

.carrer-form {
    max-width: 440px;
    width: 100%;
    position: relative;
    margin: 30px auto 0;
    display: table;
}

.carrer-form .text-form {
    position: absolute;
    width: 100%;
    left: 0;
}

.carrer-form .btn-primary {
    position: absolute;
    right: 10px;
    top: 26px;
}

.carrer-form input[type=email]::-webkit-input-placeholder {  
    color: #ffffff !important;
    opacity: 1 !important;
}

.carrer-form input[type=email]::-moz-placeholder {  
    color: #ffffff !important;
    opacity: 1 !important;
}

.carrer-form input[type=email]:-ms-input-placeholder {  
    color: #ffffff !important;
    opacity: 1 !important;
}

.carrer-form input[type=email]:-moz-placeholder {  
    color: #ffffff !important;
    opacity: 1 !important;
}

.carrer-form .form-control:focus, .carrer-form .ginput_container input[type=email]:focus {
    color: #212529;
    background-color: transparent;
    border-color: #ffe482;
    outline: 0;
    box-shadow: none;
}

.banner-content-top-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.footer-newsletter-wrap {
    max-width: 390px;
}

.footer-newsletter h4 {
    color: #fff;
    margin-bottom: 20px;
}   

.footer-newsletter-wrap p {
    font-size: 11px;
}

.footer-newsletter-wrap p a {
    color: #ffffff;
}

.center-footer {
    padding-bottom: 90px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.bottom-footer .row {
    position: relative;
    z-index: 1;
}

.tech-job {
    padding: 80px 0 120px;
    background: #001536;
    position: relative;
}

.tech-job::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/job-shape.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: auto 100%;
}

.tech-job-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    position: relative;
}

.tech-job-wrap .tech-job-content {
    max-width: 490px;
    text-align: center;
}

.count-job {
    font-family: Poppins;
    font-weight: 600;
    font-size: 100px;
    line-height: 115%;
    text-align: center;
    color: #001536;
    background: #FF668B;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    padding: 5px 25px;
    margin-bottom: 25px;
}

.tech-job-content h3 {
    color: #ffffff;
    margin-bottom: 30px;
}

.tech-job-content h3 span {
    color: #FF668B;
}

.truspilot {
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.course-section {
    display: flex;
    flex-direction: column;
    padding: 160px 0;
}

.course-top {
    display: flex;
    align-items: flex-end;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a { -webkit-transition: all eas-in-out 0.2s; -o-transition: all eas-in-out 0.2s; transition: all eas-in-out 0.2s; }
 
body { font-family: "Poppins", sans-serif;  font-weight: 400; font-size: 17px; line-height: 150%; letter-spacing: -0.03em; color: #696A7B;
}
h1 {  font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 68px; line-height: 150%; letter-spacing:-0.03em; }
h2 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 54px; line-height: 125%; letter-spacing: -0.03em; color: #001536; }
h3 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 42px; line-height: 125%; letter-spacing: -0.03em; color: #001536;  }
h4 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 28px; line-height: 125%; letter-spacing: -0.03em; color: #001536;  }
h5 { font-family: "Poppins", sans-serif; font-weight: 500;  font-size: 20px; line-height: 125%; letter-spacing: -0.03em; }
h6 { font-family: "Poppins", sans-serif; text-transform: capitalize; text-transform: uppercase; font-weight: 500; font-size: 15px; line-height: 120%; letter-spacing: -0.03em; color: #696A7B; }
h6::before { content: ""; display: inline-block;  width: 5px; height: 5px; vertical-align: middle; border-radius: 10px; background: #FF668B;
 margin-right: 7px;} 

.container { max-width:1230px; padding:0 15px; }
 
header#wrapper-navbar { position: absolute !important; }
header .navbar { padding:20px 30px !important; width: 100%; position: absolute; background: transparent !important; }
.navbar-wrap { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
.navbar-wrap ul#main-menu-nav { gap: 0; }
.navbar-dark .navbar-wrap .navbar-nav li { position: relative; padding: 0 7px; display: -webkit-box; display: -ms-flexbox; display: flex; }

.navbar-dark .navbar-wrap .navbar-nav .nav-link { font-size: 16px; font-style: normal; font-weight: 500; line-height: 30px; padding: 25px 0px; }
.navbar-dark .navbar-wrap .navbar-nav .nav-link .chevva,
.navbar-dark .navbar-wrap .navbar-nav .nav-link:after { display: none; } 
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 12px !important;
    padding: 12px;
    width: 295px;
    background: #FFFFFF;
    box-shadow: 0px 30px 40px 0px #00000040;
}

header .navbar .navbar-nav .dropdown-menu li a {
    padding: 0;
    color: #696A7B;
    font-size: 14px;
    text-transform: uppercase; 
    font-weight: 500;
    padding: 6px 15px;
}

header .navbar .navbar-nav .dropdown-menu li {
    width: 100%; 
    padding: 0;
}

header .navbar .navbar-nav .dropdown-menu li:hover a {
    background: #BCC2CB80 !important; 
    color: #001536;
    border-radius: 8px;
}

header div#navbarNavDropdown { justify-content: flex-start; padding-left: 10px; }

@media screen and (min-width:992px) {
    .navbar-dark .navbar-wrap .navbar-nav li:hover > a { opacity:0.75; }
    header .navbar .navbar-nav li:hover a.child-triggerm span:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
    header .navbar .navbar-nav li:hover .dropdown-menu { height: auto !important; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-wrap: wrap; flex-wrap: wrap; top: 100%; }
} 
   
header .navbar .navbar-nav a.child-triggerm { cursor: pointer; }
header .navbar .navbar-nav a.child-triggerm span { margin-left: 6px; }
header .navbar .navbar-nav li a.child-triggerm span:after { content: ""; background-image: url(../images/chevron-down.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 12px; height: 12px; position: relative; top: 1px; display: inline-block; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; -webkit-transition: all 300ms linear; }
header .navbar .navbar-nav li:hover a.child-triggerm span:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.hero-headerbit:after { display: none; }

.navbar-dark .navbar-brand {
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
}

header nav#main-nav a.nav-link, body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav a.nav-link {
    transition: all .2s ease-in-out !important;
    color: #ffffff !important; 
    padding: 15px 0px !important; 
    font-weight: 500;
    font-size: 14px; 
    line-height: 120%;
    font-family: "Poppins", sans-serif;
    letter-spacing:-0.03em;
    text-transform: uppercase; 
}

.banner-section .video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 12, 32, 0.3) 28.47%, rgba(0, 12, 32, 0.6) 73.87%),
linear-gradient(90deg, rgba(29, 29, 29, 0) 65.63%, #1D1D1D 85%); 
    

}

.banner-section .video {
    position: relative;
}

.banner-section .video video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.banner-section {
    position: relative;
    color: #fff;
}

.banner-section .banner-content-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    align-items: center;
}

.banner-section .banner-content-bottom .desc {
    max-width: 340px;
    padding-right: 40px;
}

.service-title h2 {
    color: #ffffff;
}

 

.banner-content-top {
    margin-bottom: 50px;
    width: 100%;
}

.banner-content-top-wrap {
    max-width: 100%;
}

.banner-content-top-wrap h4 { 
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.06em;
    margin-bottom: 35px;
}

.site-footer {
    position: relative;
    background: #001536;
    padding: 60px 0 20px;
}

.site-footer .top-footer {
    position: relative;
    z-index: 1;
}
 

.footer-contact h6 { 
    font-weight: 400;
    font-size: 22px; 
    color: #ffffff;  
    margin-bottom: 25px;
}

.footer-contact a { 
    color: #ffffff; 
    font-weight: 400;
    font-size: 25px; 
    line-height: 115%;  
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

a {
    text-decoration: none;
}

.footer-contact a:hover {
    opacity: 0.5;
}

.footer-link h6, .footer-newsletter h6 { 
    color: #ffffff; 
    margin-bottom: 40px;
}

.footer-link ul {
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
}

.footer-link ul li a {
    letter-spacing: -0.03em;
    color: #BCC2CB;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

.footer-link ul li a:hover {
    color: #ffffff;
}

.footer-address address { 
    font-size: 20px; 
    line-height: 140%;
    letter-spacing: -0.06em;  
    color: #ffffff;
}

ul.social-media {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0px 0 0;
    gap: 12px;
}

.top-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

ul.social-media a {
    margin: 0;
    font-size: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF80;
    border-radius: 12px;
    transition: all ease-in-out 0.3s;
    background: #FFFFFF;
}
 
 
.bottom-footer p {
    display: inline-block;
    margin: 0; 
    font-weight: 300;
    font-size: 11px; 
    line-height: 16px;
    letter-spacing:-0.03em; 
}

.bottom-footer::before {
    content: "";
    display: inline-block;
    background: url(../images/footer-bottom-shap.svg) no-repeat; 
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: cover;
    transform: translateX(-50%);
}

.footer-small-link ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
}

.footer-small-link { 
    float: right;
}

.footer-small-link ul li:first-child:before {
    display: none;
}

.footer-small-link ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FF668B; 
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 8px;
}


.footer-small-link ul li a {
    color: #fff;  
    font-size: 11px;
    font-weight: 300;
}

.footer-small-link ul li a:hover {
    color: #ffffff;
}
 


.copy-right {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px; 
}

.copy-right a { 
    text-decoration: underline;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px; 
}

.copy-right a:hover {
    text-decoration: none;
}

.copy-right:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FF668B; 
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 8px;
}

.bottom-footer {
    padding-top: 22px;
    color: #ffffff;
}
 

.login-btn a, .skill-store-btn a {  
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-right: 15px;
}


.navbar-wrap .btn-primary { 
    padding-top: 13px;
    padding-right: 35px;
    padding-bottom: 13px;
    padding-left: 18px; 
    font-size: 13px; 
    height: auto;
}

.navbar-wrap .btn-primary:after {
    right: 17px;
}

.navbar-wrap .btn-primary:hover:after {
    right: 15px;
}
 

.banner-content-top-wrap h6 {
    color: #fff;
    margin-bottom: 30px;
}

h1 span {
    background: #FF668B;
    border-radius: 28px;
    padding: 0px 20px;
    color: #001536;
}

.banner-content-top-wrap h1 {
    margin-bottom: 25px;
    line-height: 125%;
}

.banner-content-top-wrap .text-form {
    background: #FFFFFF14;
    border: 1px solid #BCC2CB66;
    backdrop-filter: blur(20px);
    height: 74px;
    color: #ffffff !important;
    padding: 30px;
    border-radius: 16px;
}

.carrer-form {
    max-width: 440px;
    width: 100%;
    position: relative;
    margin: 30px auto 0;
    display: table;
}

.carrer-form .text-form {
    position: absolute;
    width: 100%;
    left: 0;
}


.carrer-form ::-webkit-input-placeholder {  
    color: #ffffff;
    opacity: 1;
}

.carrer-form ::-moz-placeholder {  
    color: #ffffff;
    opacity: 1;
}

.carrer-form :-ms-input-placeholder {  
    color: #ffffff;
    opacity: 1;
}

.carrer-form :-moz-placeholder {  
    color: #ffffff;
    opacity: 1;
}

.banner-content-top-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.footer-newsletter-wrap {
    max-width: 390px;
    color: #BCC2CB;
}

.footer-newsletter h4 {
    color: #fff;
    margin-bottom: 20px;
}   

.footer-newsletter-wrap p {
    font-size: 11px;
}

.footer-newsletter-wrap p a {
    color: #ffffff;
}

.center-footer {
    padding-bottom: 90px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.bottom-footer .row {
    position: relative;
    z-index: 1;
}

.tech-job {
    padding: 80px 0 120px;
    background: #001536;
    position: relative;
}

.tech-job::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/job-shape.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: auto 100%;
}

.tech-job-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    position: relative;
}

.tech-job-wrap .tech-job-content {
    max-width: 490px;
    text-align: center;
}

.count-job {
    font-family: Poppins;
    font-weight: 600;
    font-size: 100px;
    line-height: 115%;
    text-align: center;
    color: #001536;
    background: #FF668B;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    padding: 5px 25px;
    margin-bottom: 25px;
}

.tech-job-content h3 {
    color: #ffffff;
    margin-bottom: 30px;
}

.tech-job-content h3 span {
    color: #FF668B;
}

.truspilot {
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.course-section {
    display: flex;
    flex-direction: column;
    padding: 160px 0;
}

.course-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 60px;
}

.course-top .course-top-left {
    width: 50%;
}

.course-top .course-top-right {
    width: 50%;
}

h2 span {
    border-radius: 18px;
    background: #FF668B;
    padding: 0px 20px;
    line-height: 110%;
    display: inline-block;
}

.course-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.course-bootcamp {
    width: 56.5%;
    background: #FF668B;
    border: 1px solid #BCC2CB80;
    border-radius: 24px;
    box-shadow: 0px 0px 50px 0px #0000000D;
    padding:60px 40px 40px;
    position: relative;
    z-index: 1;
}

.course-bootcamp::before {
    content: "";
    display: inline-block;
    background: url(../images//course-bootcamp-shape.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} 

.course-bootcamp h6 {
    color: #001536; 
    margin-bottom: 30px;
}

.course-bootcamp h6:before {
    background-color:#001536; 
}

.course-bootcamp h3 {
    margin-bottom: 30px;
}

.course-bootcamp-content {
    padding: 36px;
    position: relative;
    background: #fff;
    border-radius: 16px;
}

.course-bootcamp-content h6::before {
    background-color: #FF668B;
}

.course-bootcamp-content .two-column { 
    border-bottom: 1px solid rgb(188 194 203 / 50%);
}
 

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.two-column ul {
    padding-left: 23px;
    list-style: none;
}

.two-column ul li {
    position: relative;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    color: #001536;
}

.two-column ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/right-icon.svg) no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    left: -23px;
    top: 7px;
}

.course-bootcamp-bottom {
    padding-top: 35px;
    width: 100%;
}

.course-bootcamp-cost .course-price {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.course-bootcamp-cost .course-price h6 {background: #FF668B;padding: 6px 12px;border-radius: 8px;}

.course-bootcamp-cost .course-price h6:before {
    background: #001536;
}

.course-bootcamp-button a {
    flex: 1;
    text-align: center;
}

.course-bootcamp-button {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.course-bootcamp-button a:after {
    right: calc(50% - 50px);
}

.course-bootcamp-button a:hover:after {
    right: calc(50% - 52px);
} 
  
.university-degree h4 {
    margin-bottom: 40px;
}

.university-degree-wrap {
    border: 1px solid #BCC2CB80;
    background: #F9FAFC;
    border-radius: 16px;
    padding: 40px;
}

.university-degree {
    width: calc(43.5% + 40px);
    background: #FFFFFF;
    border: 1px solid #BCC2CB80;
    border-radius: 24px;
    padding: 50px 40px 50px 120px;
    margin-left: -70px;
    position: relative;
}

.university-degree h4 {
    margin-bottom: 40px;
}

.university-degree-wrap {
    border: 1px solid #BCC2CB80;
    background: #F9FAFC;
    border-radius: 16px;
    padding: 40px;
}

.university-degree-cost h6 {
    color: #001536; 
}

.university-degree-wrap ul {
    border-bottom: 1px solid #BCC2CB;
    padding-bottom: 35px;
    margin-bottom: 40px;
    list-style: none;
}

.university-degree-wrap ul li {
    font-size: 15px;
    line-height: 150%;
    color: #001536;
    margin-bottom: 20px;
    position: relative;
}

.university-degree-wrap ul li::before {
    content: "";
    display: inline-block; 
    background: url(../images/xmark.svg) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -23px;
    top: 5px;
}

.success-stories {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #001536;
    padding: 160px 0;
    overflow: hidden;
    position: relative;
}

.success-stories .title {
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.success-stories .title h6, .success-stories .title h3 {
    color: #ffffff;
}


.video-block {
    min-width: 280px;
    max-width: 280px;
    width: 100%;
    position: relative;
    margin: 0 15px 40px;
}

.video-block .img {
    position: relative;
}

.video-block .img img {
    border-radius: 20px;
    height: 320px;
    object-fit: cover;
    width: 100%;
}

.video-block .img video {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.video-block .img:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(165.77deg, rgba(0, 0, 0, 0) 10.12%, #000000 94.8%);
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 20px;
}

.video-block .video-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.03em;
}

.video-content .stories-title {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

.video-content .stories-title span {
    color: #BCC2CB;
}

.watch-video { 
    font-weight: 500;
    font-size: 12px; 
    line-height: 120%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.watch-video::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/play-icon.svg) no-repeat;
    background-size: 100% auto;
    margin-right: 7px;
    vertical-align: middle;
}

.watch-video:hover {
    color: #FF668B;
}
 
.js-marquee {
    display: flex ;
}

.js-marquee-wrapper {
    display: flex;
}

.video-center-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.success-stories:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/job-shape.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-size: auto;
}


.success-stories::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translateY(-50%); */
    background: url(../images/strories-gradient.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-position: right top;
    /* background-size: auto 100%; */
}

.video-list {
    position: relative;
    z-index: 1;
}

.success-stories .container {
    position: relative;
    z-index: 1;
}

.curriculum-section {
    padding: 160px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.curriculum-section .title {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 60px;
}

.curriculum-section .title h6 {
    margin-bottom: 20px;
}

#accordion .accordion-item {
    border: 1px solid #BCC2CB80;
    background: #ffffff !important;
    padding-bottom: 32px;
    border-radius: 20px !important;
    margin-bottom: 30px;
}

.accordion-toggle {
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 32px 32px 0px  32px;
}

.accordion-toggle h6 {
    margin: 0;
    margin-right: 20px;
}

.accordion-toggle .accordion-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #001536;
}

.accordion-toggle .button {
    border: 1px solid #BCC2CB;
    border-radius: 12px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    background: url(../images/plus-icon.svg) no-repeat center;
}

.accordion-item .accordion-content {
    padding: 40px 32px 0;
    display: none;
}

#accordion {
    max-width: 996px;
    margin: 0 auto;
}

.accordion-content h6 {
    color: #001536;
    margin-bottom: 30px;
}

.accordion-content .two-column {
    gap: 60px;
}

.lessons-block {
    display: flex;
    background: #F9FAFC;
    border: 1px solid #BCC2CB80;
    border-radius: 16px;
    padding: 20px 20px 20px 32px;
    align-items: center;
    gap: 60px;
    margin-bottom: 40px;
}

.lessons-block .lessons-video {
    min-width: 370px;
    display: flex;
}

.lessons-block .lessons-video .video-block {
    max-width: 100%;
    margin: 0;
}

.lessons-block .lessons-video .video-block .img img, .lessons-block .lessons-video .video-block .img video {
    height: 208px;
    object-fit: cover;  
    border-radius: 20px;
}

.lessons-block .lessons-video .video-block .img::before {
    background: linear-gradient(352.62deg, rgba(0, 21, 54, 0.55) 11.89%, rgba(0, 21, 54, 0) 61.74%);
    background-blend-mode: multiply; 
}

.lessons-block .video-block .video-content {
    padding: 25px;
}

.lessons-content .lessons-content-top {
    display: flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 25px;
    color: #001536;
}

.lessons-content .lessons-content-top .calander:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../images/calendar.svg) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.lessons-content .lessons-content-top .calander {
    margin-right: 30px;
}

.lessons-content .lessons-content-top .watch:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/watch.svg) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.accordion-toggle.opened .button { 
    background:#FF668B url(../images/minus-icon.svg) no-repeat center; 
    border-color: #FF668B;
} 

.success-slider .slider-content .img {
    position: relative;
}

.success-slider .slider-content .img::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 21, 54, 0.55) 0%, rgba(0, 21, 54, 0.4785) 40%, rgba(0, 21, 54, 0) 77.86%, rgba(0, 21, 54, 0) 100%);
background-blend-mode: multiply; 
    border-radius: 40px;
}

.success-slider .slider-content .img img, .success-slider .slider-content .img video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 40px;
    display: block;
}

.success-slider-content {
    margin-top: 40px;
    width: 100%;
    max-width: 430px;
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border-radius: 2000px;
}

.slider-item.slick-slide {
    position: relative;
}

.success-slider-content h4 {
    color: #fff;
    margin-bottom: 30px;
}

.success-slider-content .success-detail {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.watch-video.btn-primary {
    color: #001536; 
    padding-right: 25px;
}

.watch-video.btn-primary:after {
    content: "";
    display: none;
}

.watch-video.btn-primary::before {
    filter: brightness(0) saturate(100%) invert(8%) sepia(60%) saturate(2003%) hue-rotate(197deg) brightness(98%) contrast(107%);
}

.success-slider-content .success-detail span {color: #BCC2CB;}

.slider-thumb-item img {
    width: 76px;
    height: 46px;
    opacity: 0.6;
    border-radius:2000px;
}

.slider.slider-thumb.slick-slider {
    position: absolute;
    top: 80px;
    z-index: 1;
    width: auto;
    right: 0;
    left: auto;
    display: inline-block;
    width: 100%;
    width: 100%;
    max-width: 430px;
    position: absolute;
    right: 150px;
}

.success-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.slider-thumb-item.slick-slide.slick-current.slick-active img { border: 1px solid #ffffff; opacity: 1;}

.slider.slider-thumb.slick-slider .slider-thumb-item {
    margin-right: 5px;
}

button.slick-prev.slick-arrow {
    left: 40px !important;
    z-index: 1;
    border: 1px solid #BCC2CB80;
    background: transparent !important;
    width: 42px !important;
    height: 42px !important; 
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px !important;
}

.slick-arrow:before {
    content: ""!important;
    background-image: url("../images/chevron-left-white.svg"); 
}

button.slick-next.slick-arrow {
    right: 40px !important;
    z-index: 1;
    border: 1px solid #BCC2CB80;
    background: transparent !important;
    width: 42px !important;
    height: 42px !important; 
    border-radius: 12px !important;
    top: 50%;
    transform: translateY(-50%);
}

button.slick-arrow:hover {
    border-color: #ffffff !important;
}

.testimonal-block {
    border: 1px solid #696A7B59;
    background: #122644;
    box-shadow: 0px 0px 50px 0px #00000014;
    border-radius: 20px;
    padding: 30px 28px;
    color: #ffffff;
}

.testimonal-block {
    width: calc(25% - 30px);
    border: 1px solid #696A7B59;
    background: #122644;
    box-shadow: 0px 0px 50px 0px #00000014;
    border-radius: 20px;
    padding: 30px 28px;
    color: #fff; 
    margin: 0 15px 30px;
}

.stories-testimonal {
    display: block;
  }

.testimonal-author {
    display: flex;
}

.testimonal-author .author-img {
    margin-right: 14px;
}

.testimonal-author .author-detail {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.testimonal-author .author-detail span {
    color: #BCC2CB;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
}

/* .stories-testimonal {
    column-count: 4;
    max-height: 1100px;
    overflow: hidden;
    column-gap: 30px;
} */



.testimonal-more {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 300px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
    background: linear-gradient(180deg, rgba(0, 21, 54, 0) 0%, #001536 100%);
}

.testimonal-more .btn-primary {
    padding-right: 25px;
}

.testimonal-more .btn-primary::after {
    display: none;
}

.stories-testimonal {
    display: block;
    /* max-height: 1100px; */
    overflow: hidden;
}

.upcoming-date {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 160px 0;
}

.upcoming-item {
    border: 1px solid #BCC2CB80;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.upcoming-item {
    border: 1px solid #BCC2CB80;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.close-event h6 {
    display: inline-block;
    background: #BCC2CB;
    border-radius: 8px;
    color: #001536;
    padding: 6px 10px;
}

.upcoming-left {width: 60%;}

.upcoming-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.upcoming-top h6 {
    margin-left: 20px;
}

.upcoming-item {
    border: 1px solid #BCC2CB80;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.close-event h6 {
    display: inline-block;
    background: #BCC2CB;
    border-radius: 8px;
    color: #001536;
    padding: 6px 10px;
}

.upcoming-left {width: 60%;}

.upcoming-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.upcoming-top h6 {
    margin-left: 20px;
}

.upcoming-event .upcoming-top h6 {
    display: inline-block;
    background: #ff668b;
    border-radius: 8px;
    color: #001536;
    border: none; 
    padding: 6px 10px;
}

.upcoming-event h6:before, .close-event h6:before {
    background: #001536;
}

.upcoming-event .upcoming-right {
    display: inline-block;
    margin-bottom: 25px;
}

.close-event a.disable {
    background: #bcc2cb;
    border-radius: 12px;
    padding-top: 17px;
    padding-right: 25px;
    padding-bottom: 17px;
    padding-left: 25px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    border: none;
    position: relative;
    color: #001536;
    opacity: 0.5;
}
 

.upcoming-top h6 {
    margin-left: 20px;
    border: 1px solid #BCC2CB;
    padding: 5px 12px;
    border-radius: 8px;
    color: #002257;
}

.upcoming-top h6:before {
    background-color: #002257;
}

.upcoming-right a {
    display: inline-block;
}

.tuition-financing {
    background: #001536;
    padding-top: 160px;
    position: relative;
}

.tuition-financing .title {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 80px;
    color: #696A7B;
}

.tuition-financing .title h6 {
    color: #BCC2CB;
}

.tuition-financing .title  h3 {
    color: #fff;
}

.tuition-financing .title p {
    color: #BCC2CB;
}

.package-block {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07)),
linear-gradient(0deg, #122644, #122644);
    border: 1px solid #696A7B59;
    border-radius: 20px;
    max-width: 380px;
    padding: 40px 34px;
    color: #BCC2CB;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.packages-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.packages-list h6.package-label {
    display: inline-block;
    background: #FFFFFF;
    line-height: 30px;
    border-radius: 8px;
    padding: 0 12px;
    color: #001536;
    margin: 0;
}

.packages-list h6.package-label:before {
    background-color: #001536;
}

.package-price h2 {
    color: #fff;
    font-size: 68px;
    line-height: 80%;
    margin: 0;
}

.package-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
    margin-top: 25px;
}

.package-button {
    display: flex;
    justify-content: center;
}

.package-button a {
    width: 100%;
    text-align: center;
}

.package-block ul {
    margin: 30px 0 30px;
    border-top: 1px solid #696A7B;
    padding-top: 30px;
    list-style: none;
    padding-left: 22px;
}

.package-block ul li {
    margin-bottom: 17px;
    color: #ffffff;
    position: relative;
}
 

.package-block ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/right-icon.svg) no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    left: -23px;
    top: 7px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7468%) hue-rotate(292deg) brightness(119%) contrast(105%);
}

.one-time-top {
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;
}

.packages-list .one-time-top h6.package-label {
    background: #FF668B;
    margin: 0;
}

.packages-list .one-time-top .save {
    line-height: 28px;
    border: 1px solid #BCC2CB;
    border-radius: 8px;
    letter-spacing: -0.03em;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 12px;
}

.package-block.one-time::before {
    content: "";
    display: inline-block;
    background: url(../images/save-shape.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right top;
    border-radius: 20px;
}

.package-button a:after {
    right: 35%;
}

.package-button a:hover::after {
    right: calc(35% - 2px);
}

.btn-secondary.btn-ouline {
    background: transparent;
    color: #ffff;
}

.btn-secondary.btn-ouline:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7468%) hue-rotate(292deg) brightness(119%) contrast(105%);
}

.btn-secondary.btn-ouline:hover {
    border-color: #ffffff;
}

.tuition-financing::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/financing-shape.png) no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
} 

.get-touch {
    background: #001536;
    padding-top: 160px;
    padding-bottom: 80px
}

.get-touch-wrap {
    background: #FF668B;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 80px;
    justify-content: space-between;
    position: relative;
}

.get-touch-wrap .get-touch-img {
    max-height: 460px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.get-touch-wrap:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/get-touch-shape.png) no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
}  

.get-touch-wrap .get-touch-content {
    padding: 0;
    position: relative;
    max-width: 460px;
    color: #001536; 
}

.get-touch-wrap .get-touch-content a.btn-primary.btn-blue {
    margin-top: 10px;
    display: inline-block;
    
}

.btn-primary.btn-blue {
    background: #001536;
    color: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
}

.btn-primary.btn-blue:hover {
    background: linear-gradient(0deg, #001536, #001536), linear-gradient(0deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07));

}

.btn-primary.btn-blue:after { 
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7468%) hue-rotate(292deg) brightness(119%) contrast(105%);
}

.upcoming-top.upcoming-event h6 {
    border: none;
}

.mobile-menu {
    display: none;
}

.footer-newsletter-wrap .gform_wrapper .ginput_container_email input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
    background: transparent;
    border: 1px solid #BCC2CB66; 
    height: 66px;
    color: #ffffff !important;
    padding: 30px;
    border-radius: 16px;
    font-size: 15px !important;
}

.footer-newsletter-wrap .gform_wrapper .ginput_container_email input::placeholder {
    color: #ffffff !important;
    opacity: 0.6;
}   

.footer-newsletter-wrap .gform_wrapper .ginput_container_email input:focus {
    border: 1px solid #BCC2CB66;
    box-shadow: none;
}   

.footer-newsletter-wrap .gform_wrapper .ginput_container_email input:focus::placeholder {
    color: #ffffff !important;
    opacity: 0.6;
}

.footer-newsletter-wrap .gform_wrapper .btn-primary {
    font-size: 0px !important;
    position: absolute  ;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    border-radius: 16px;
}

.footer-newsletter-wrap .gform_wrapper {
    position: relative;
}

.footer-newsletter-wrap .gform_wrapper .btn-primary {
    font-size: 0px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 48px;
    min-width: 48px;
    border-radius: 10px;
    max-width: 48px !important;
    padding: 0;
}
  
.footer-newsletter-wrap .gform_wrapper .btn-primary:after {
    background-position: center;
    right: auto;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
}

.course-bootcamp-button .btn-primary {
    line-height: 22px;
}

.bleed-1 .theimgwrap:before , .connoimg:before {
    background: none !important;
}
.newslide-conto h4{
	color:#fff !important;
}

.video-block a.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:1200px) {
    .university-degree {
        padding: 50px 30px 50px 100px;
    }

    .university-degree-wrap {
        padding: 30px;
    }

    .testimonal-block {
        width: calc(33.33% - 20px);
        margin: 0 10px 30px;
    }

    .tech-job-wrap {
        gap: 0;
    }

    .course-section {
        padding: 80px 0;
    }

    .course-top {
        margin-bottom: 35px;
    }

    .success-stories {
        padding: 80px 0;
    }

    .success-stories .title {
        margin-bottom: 40px;
    }

    .video-block {
        margin: 0 5px 10px;
    }

    .video-center-button {
        margin-top: 20px;
    }

    .curriculum-section, .upcoming-date {
        padding: 80px 0;
    }

    .curriculum-section .title {
        margin-bottom: 45px;
    }

    #accordion .accordion-item {
        margin-bottom: 12px;
    }

    .tuition-financing {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .tuition-financing .title {
        margin-bottom: 50px;
    }

    .get-touch {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .top-footer-wrap {
        margin-bottom: 40px;
    }

    header .navbar {
        padding: 25px 20px !important;
    }
 

}


@media screen and (max-width:992px) {
    h1 { font-size: 58px; }
    h3 { font-size: 38px; }
    .tech-job-content h3 { margin-bottom: 20px;}
    .tech-job { padding: 80px 0 60px;}
    .count-job { font-size: 82px; }
    h2 { font-size: 36px; }
    h2 span { padding: 0px 10px; line-height: 100%; border-radius: 12px; }
    .course-bootcamp { width: 100%; }
    .university-degree {
        padding: 125px 24px 40px;
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-top: -90px;
    }

    .lessons-block {
        display: flex; 
        border-radius: 16px;
        padding: 20px 24px 20px 24px;
        align-items: center;
        gap: 0;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .success-slider-content { 
        right: auto;
        top: auto;
        transform: translateY(00%); 
        bottom: 0;
        left: 24px;
    }

   /* .slick-dots li button:before {
        font-family: slick;
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 9px;
        height: 9px;
        content: '';
        text-align: center;
        opacity: 1;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 2px solid #122644;
        outline: 1px solid #696A7B;
        border-radius: 50%;
    } 

    .slick-dots .slick-active button:before {
        background-color: #ffffff;
        outline: 1px solid #ffffff;
    } */

    .testimonal-block {
        width: calc(33.33% - 12px);
        margin: 0 6px 12px;
    }

    .upcoming-item {   
        padding: 28px 24px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .upcoming-top {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        flex-direction: column-reverse;
    }

    .upcoming-top h6 {
        margin-left: 0;
    }

    .get-touch-wrap {
        padding: 0 30px;
    }

    .get-touch-wrap .get-touch-content {
        padding-right: 20px;
    }

    .top-footer-wrap {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .center-footer {
        padding-bottom: 20px;
    }

    .footer-link h6, .footer-newsletter h6 {
        margin-bottom: 25px;
    }

    .col-lg-2.footer-link {
        margin-bottom: 30px;
    }

    .col-lg-6.footer-newsletter {
        order: 2;
    }

    h4 {
        font-size: 20px;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: none !important;
        border-radius: 8px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffffff;
        border-radius: 8px;
        padding: 0px;
        width: 42px;
        height: 42px;
    }

    header div#navbarNavDropdown {
        display: none !important;
    }

    .navbar-wrap {
        justify-content: space-between;
    }

    .login-btn, .skill-store-btn {
        display: none;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: none !important; 
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: 1px solid #696A7B;
        border-radius: 12px;
        padding: 0px;
        width: 38px;
        height: 38px;
    }

    .navbar-toggler .navbar-toggler-icon:before {
        content: "";
        display: inline-block;
        transition-duration: 0.5s;
        position: absolute;
        width: 16px;
        height: 1px;
        background-color: #ffffff;
        content: "";
        top: auto;
        bottom: 16px;
    }

    .navbar-toggler .navbar-toggler-icon:after {
        content: "";
        display: inline-block;
        transition-duration: 0.5s;
        position: absolute;
        width: 16px;
        height: 1px;
        background-color: #ffffff;
        content: "";
        top: 16px;
    }

    body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav button.navbar-toggler {
        filter: unset !important;
        position: relative;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .navbar-wrap .btn-primary {
        padding-top: 12px;
        padding-right: 35px;
        padding-bottom: 11px;
        padding-left: 18px;
        font-size: 13px;
        height: auto;
        margin-left: auto;
        margin-right: 5px;
        z-index: 1;
        display: inline-block;
        white-space: nowrap;
    }

    .slider.slider-thumb.slick-slider { 
        top: 250px; 
        width: auto;
        right: 0;
        left: auto;
        display: inline-block; 
        width: 100%;
        max-width: 430px;
        position: absolute;
        right: auto;
        left: 20px;
    }

    .upcoming-top {
        margin-bottom: 0px;
    }

    .mobile-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #001536;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .packages-list {
        gap: 10px;
    }
    
    .mobile-menu {
        display: inline-block; 
        padding: 0;
        padding-top: 120px;
    }

    .menu-open .mobile-menu {
        opacity: 1;
        display: flex ;
        flex-direction: column;
        visibility: visible;
    }

    header .mobile-menu div#navbarNavDropdown {
        display: flex !important;
        flex-direction: column;
        padding: 0;
        max-height: calc(100vh - 230px);
        overflow: auto;
    }

    .navbar-wrap ul#main-menu-nav {
        gap: 0;
        width: 100%;
        padding: 0;
    }

    .mobile-menu .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-menu .navbar-nav .nav-item {
        width: 100%;
        padding: 15px 24px !important;
        display: inline-block;
        align-items: center;
        flex-wrap: wrap;
    }

    .mobile-menu .navbar-nav .nav-item a {
        width: 100%;
        padding: 10px 20px; 
    }

    header nav#main-nav a.nav-link, body:not([data-scrollpos="0"]):not(.disablestickynav-1) nav#main-nav a.nav-link, header .navbar .navbar-nav a.child-triggerm {
        display: inline-block;
        width: auto;
        padding:0px !important;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative;
        width: 100%;
        left: 0;
        border-radius: 12px !important;
        padding: 0;
        width: 100%;
        background: transparent;
        box-shadow: none;
    }
    
    .navbar-expand-md .navbar-nav .dropdown-menu .nav-item {
        padding:0 !important;
    }

    header .navbar .navbar-nav .dropdown-menu li a {
        padding: 0;
        color: #BCC2CB;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px;
    }


    header .navbar .navbar-nav li a.child-triggerm.child-open span:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

    .menu-open header .navbar::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: rgba(105, 106, 123, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .menu-open .navbar-toggler .navbar-toggler-icon:after {
        transform: rotate(-45deg) translate(-2px, 2px); 
    }

    .menu-open .navbar-toggler .navbar-toggler-icon:before {
        transform: rotate(45deg) translate(-1px, -1px); 
    }


    .mobile-menu .footer-newsletter-wrap {
        max-width: 100%;
        border-top: 1px solid rgb(105 106 123 / 50%);
        padding: 30px 25px;
    }

    .mobile-menu .footer-newsletter-wrap h4 { 
        font-weight: 500;
        font-size: 17px; 
        line-height: 125%; 
        color: #ffffff;
    }
    
    

     

}


@media screen and (max-width:767px) { 
    .footer-small-link {
        float: left;
    }
    .footer-small-link ul li a {
        color: #fff;
        font-size: 10px;
        font-weight: 300;
    }

    .navbar-wrap .btn-primary {
        font-size: 11px;
    }

    .navbar-brand.navvy-alt.custom-logo-link {
        max-width: 150px;
    }

    .banner-content-top {
        margin-bottom: 0;
        width: 100%;
        padding: 0 10px;
    }

    h6 {
        font-size: 13px;
    }

    .navbar-wrap .btn-primary:after {
        right: 17px;
    }

    h1 {
        font-size: 42px;
    }

    h1 span {
        background: #FF668B;
        border-radius: 18px;
        padding: 0px 15px;
        color: #001536;
        display: inline-block;
        line-height: 112%;
    }

    .banner-content-top-wrap h1 {
        margin-bottom: 15px;
        line-height: 125%;
    }

    body {
        font-size: 13px;
    }

    .btn-primary, .btn-secondary {
        font-size: 11px;
        padding-top: 16px;
        padding-right: 38px;
        padding-left: 18px;
        padding-bottom: 16px;
    }

    .btn-primary:after, .btn-secondary:after { 
        right: 20px; 
        background-size: 10px;
    }

    .btn-primary:hover:after, .btn-secondary:hover:after {
        position: absolute;
        right: 18px;
    }

    .banner-content-top-wrap .ginput_container_email input {
        height: 60px;
        padding: 22px;
        border-radius: 16px;
        font-size: 14px;
    }

    .carrer-form .btn-primary {
        position: absolute;
        right: 8px;
        top: 23px;
    }

    .tech-job::before {
        display: none;
    }

    .count-job {
        font-size: 60px;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 28px;
    }

    .tech-job-content h3 {
        margin-bottom: 15px;
    }

    .tech-job-wrap .tech-job-content {
        margin-bottom: 45px;
    }

    .course-top {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .course-top .course-top-left {
        width: 100%;
    }

    .course-top .course-top-right {
        width: 100%;
    }

    .course-bootcamp {
        border-radius: 20px;
        box-shadow: 0px 0px 50px 0px #0000000D;
        padding: 40px 20px 20px;
    }

    .course-bootcamp h6 {
        margin-bottom: 20px;
    }

    .course-bootcamp h3 {
        margin-bottom: 20px;
    }

    .course-bootcamp-content {
        padding: 28px 20px 20px;
    }

    .two-column {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .two-column ul li {
        font-size: 13px;
        margin-bottom: 10px; 
    }

    .course-bootcamp-content .two-column {
        padding-bottom: 15px;
    }

    .two-column ul {
        margin: 0;
    }

    .course-bootcamp-bottom {
        padding-top: 25px;
    }

    .course-bootcamp-cost .course-price {
        display: flex;
        align-items: flex-start;
        gap: 0;
        flex-direction: column;
    }

    .course-bootcamp-button {
        display: flex;
        gap: 10px;
        margin-top: 25px;
        flex-direction: column;
    }

    .course-bootcamp-button a:after {
        right: calc(50% - 40px);
    }

    .university-degree {
        padding: 125px 24px 25px;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: -90px;
    }

    .university-degree h4 {
        margin-bottom: 24px;
    }

    .university-degree-wrap {
        padding: 30px 20px;
    }

    .university-degree-wrap ul li {
        font-size: 13px;
        margin-bottom: 12px; 
    }

    .university-degree-wrap ul {
        padding-bottom: 20px;
        margin-bottom: 30px; 
    }

    .tech-job-wrap {
        gap: 0;
        flex-direction: column;
    }

    .university-degree-cost p {
        margin-bottom: 0;
    }

    .course-bootcamp::before {
        background-size: 100%;
    }

    .success-stories::after { 
        background-size: auto 30%;
    }

    .success-stories:before {
        background-size: 100% auto;
    }

    .video-block {
        max-width: 160px;
        width: 100%;
    }

    .video-block .img img, .video-block .img video {
        border-radius: 14px;
        height: 220px;
    }

    .video-block .video-content {
        font-size: 11px;
        padding: 12px;
    }

    .video-content .stories-title {
        margin-bottom: 14px;
    }

    .watch-video { 
        font-size: 9px;
    }

    .watch-video::before {
        margin-right: 4px;
        width: 12px;
        height: 12px;
    }

    .video-block .img:before {
        border-radius: 14px;
    }

    .accordion-toggle {
        padding: 20px 20px 0px  20px;
    }

    .lessons-block .lessons-video {
        min-width: 100%;
        display: flex;
    }

    .accordion-toggle .accordion-title {
        font-size: 16px;
        max-width: 60%;
    }

    .accordion-toggle .button {
        border-radius: 10px;
        width: 34px;
        height: 34px;
    }

    .accordion-item .accordion-content {
        padding: 24px 20px 0;
    }

    .lessons-block {
        padding: 24px 20px 24px 20px;
    }

    .lessons-content .lessons-content-top {
        font-size: 13px;
    }

    .lessons-content .lessons-content-top .calander:before, .lessons-content .lessons-content-top .watch:before {
        margin-right: 5px;
        background-size: 12px;
    }

    #accordion .accordion-item { 
        padding-bottom: 20px;
        border-radius: 16px !important; 
    }

    .success-slider .slider-content .img img, .success-slider .slider-content .img video {
        width: 100%;
        height: 480px; 
        border-radius: 30px;
    }
    .success-slider .slider-content .img::before {
        border-radius: 30px;
    }

    .success-slider-content {
        right: auto;
        top: auto;
        transform: translateY(00%);
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 38px 0 24px;
    }

    .slider.slider-thumb.slick-slider {
        top: 170px;
        left: 24px;
    }
    
    .slider-thumb-item img {
        width: 49px;
        height: 29px;
    }

    .success-slider-content h4 {
        margin-bottom: 17px;
    }

    .success-slider-content .success-detail {
        margin-bottom: 20px;
    }

    .slider.slider-content {
        margin-bottom: 60px;
    }

    .success-slider-content .slick-dots {
        bottom: -50px !important;
    }

    .testimonal-block {
        width: calc(50% - 12px);
        margin: 0 6px 12px;
    }

    .testimonal-block {
        padding: 20px 16px;
    }

    .testimonal-block p {
        font-size: 12px;
    }

    .testimonal-author .author-detail {
        font-size: 11px;
    }

    .testimonal-more .btn-primary {
        padding-right: 20px;
    }

    .testimonal-more {
        min-height: 200px; 
        bottom: 0; 
        width: 100%;
        padding-bottom: 0;
    }

    .upcoming-item {
        padding: 28px 24px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .upcoming-left {
        width: 100%;
    }

    .close-event a.disable {
        font-size: 12px;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .upcoming-event .upcoming-right {
        display: inline-block;
        margin-bottom: 0;
    }

    .tuition-financing::before {
        background-size: 97% auto;
    }

    .packages-list.slick-slider.slick-dotted {
        margin: 0;
        margin-right: -15px;
    }

    .packages-list.slick-slider .slick-list {
        padding-right: 60px;
    }

    .package-block {
        padding: 30px 24px;
        margin-right: 12px;
        font-size: 13px;
    }

    .package-price h2 {
        font-size: 42px;
    }

    .package-block ul li {
        margin-bottom: 15px;
    }

    .package-block ul {
        margin: 25px 0 27px; 
        padding-top: 25px;
        list-style: none;
        padding-left: 22px;
    }

    .one-time-top {
        gap: 5px;
    }

    .packages-list .one-time-top .save {
        padding: 0 6px;
        font-size: 13px;
    }

    .package-block p {
        font-size: 12px;
    }

    .get-touch-wrap {
        padding: 60px 14px;
        flex-direction: column;
    }

    .get-touch-wrap:before {
        background-position: right bottom;
    }

    .get-touch-wrap .get-touch-content {
        padding-right: 0;
        padding-bottom: 50px;
    }

    .get-touch-wrap .get-touch-img {
        max-height: unset;
    }

    .footer-newsletter-wrap .gform_wrapper .ginput_container_email input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
        height: 56px;
    }

    .footer-newsletter-wrap .gform_wrapper .btn-primary {
        right: 8px;
        top: 9px;
        height: 38px;
        min-width: 38px;
        width: auto;
        margin: 0;
    }

    .footer-newsletter-wrap .gform-footer.gform_footer.top_label {
        position: absolute;
    }

    body.menu-open {
        overflow: hidden;
    }

    .tech-job {
        padding: 30px 0 60px;
    }

    .tech-job-wrap .left-img {
        margin-bottom: 35px;
    }

    .bottom-footer::before {
        display: none;
    }
    
    .site-footer:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 140%;
        background: url(../images/footer-shape-mobile.png) no-repeat;
        background-position: right top;
        position: absolute;
        top: -50%;
        left: 0;
        z-index: 1;
    }
	
	button.navbar-toggler {
		position: relative;
		z-index: 1;
	}
}


/* GF modal */

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 576px) {
  #gravityFormModal.modal .modal-dialog {
    max-width: 768px;
    margin: 1.75rem auto;
    width: 100%;
  }
}

#gravityFormModal.modal .watch-more{
	margin-top:10px;
	margin-bottom:0px;
}

#gravityFormModal.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  max-width: none;
  background: transparent;
  padding:30px!important;
}

#gravityFormModal.modal .modal-content{
	background: #FF668B;
	border-radius:24px;
	overflow:hidden;
	text-align:center;
	padding: 30px;
}

#gravityFormModal.modal .modal-content .btn-close{
	/*background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;*/
	float:right;
	margin-top:-40px;
}


#gravityFormModal.modal .modal-content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
  background: #fff;
  padding: 60px 20px 20px;
  border-radius: 24px;
}

.gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]){
	border: 1px solid #BCC2CB;
}


/* woo buttons */

.woo-btns{
	display: flex;
  gap: 15px;
  align-items: center;
}

/* learndash */

.ld-focus-content h1{
font-weight: 500;
  font-size: 54px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #001536;
}
@media screen and (max-width: 992px) {
.ld-focus-content h1{
    font-size: 36px;
  }
}

.learndash_post_sfwd-courses{
	margin-top:50px;
}

/* Hide product image column in WooCommerce Cart Block */
.wc-block-cart-items__header-image,
.wc-block-cart-item__image {
    display: none !important;
}

/* Adjust product details column width to fill space */
.wc-block-cart-items__header-product,
.wc-block-cart-item__product {
    width: 100% !important;
}

/* Basket */

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus{
	color:#001536;
}

.wc-block-components-sidebar-layout{
	color:#001536;
}

/* Checkout */

.wc-block-components-order-summary-item__image{
	display:none!important;
}

.wp-block-woocommerce-checkout{
	margin-left:auto;
	margin-right:auto;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button{
  background: #FF668B;
  border-radius: 12px;
  padding-top: 17px;
  padding-right: 45px;
  padding-bottom: 17px;
  padding-left: 25px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  border: none;
  display: inline-block;
  position: relative;
  box-shadow: none !important;
  width:auto!important;
}

.navbar-wrap .navbar-brand{
	max-width:173px;
	width:100%;
}

/* Hero header */

.hero-headerbit-small,
.hero-headerbit{
	background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.hero-headerbit {
  min-height: 0px;
}

/* Counter */

.counter-cont .count-number{
font-weight: 500;
  font-size: 68px;
  line-height: 150%;
  letter-spacing: -0.03em;
}

/* Learndash buttons */

.learndash-course-grid .items-wrapper .grid-1 .content .button,
.learndash-course-grid .items-wrapper .grid-2 .content .button,
.learndash-course-grid .items-wrapper .grid-3 .content .button{
border-radius: 12px;
  padding-top: 17px;
  padding-right: 25px;
  padding-bottom: 17px;
  padding-left: 25px;
  transition: all ease-in-out 0.5s;
  border: none;
  display: inline-block;
  position: relative;
  box-shadow: none !important;
 }
.learndash-course-grid .items-wrapper .grid-1 .content .button a,
.learndash-course-grid .items-wrapper .grid-2 .content .button a,
.learndash-course-grid .items-wrapper .grid-3 .content .button a{
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding:0px;
}
.learndash-course-grid .items-wrapper .grid-1 .content .author,
.learndash-course-grid .items-wrapper .grid-2 .content .author,
.learndash-course-grid .items-wrapper .grid-3 .content .author{
	display:none;
}

.learndash-course-grid-filter .buttons .button.blue,
.learndash-course-grid-filter .buttons .button.blue:hover,
.learndash-course-grid-filter .buttons .button.blue:focus{
  color: #000;
  background-color: #ff668b;
  border-color: #ff668b;
}

.learndash-course-grid-filter form input[type="range"]::-webkit-slider-runnable-track {
  background: #001536;
}
.learndash-course-grid-filter form input[type="range"]::-moz-range-track {
  background: #001536;
}
.learndash-course-grid-filter form input[type="range"]::-ms-track {
  background: #001536;
  border-color: transparent;
  color: transparent;
}

/* Login */

.wppb-password-field-container #user_pass{
width:100%;
}

#wppb-submit{
border-radius: 12px;
  padding-top: 17px;
  padding-right: 25px;
  padding-bottom: 17px;
  padding-left: 25px;
  transition: all ease-in-out 0.5s;
  border: none;
  display: inline-block;
  position: relative;
  box-shadow: none !important;
  background-color: #ff668b;
    color: #000;
}

/* Block Button */

section.block-button{
	padding:60px 0px;
}

section.block-button .woo-btns,
section.block-button .view-course,
section.block-button .custom-link{
	justify-content:center;
	display:flex;
}

section.block-button .woo-btns{
	flex-direction:column;
}


/* woocommerce */

body .woocommerce .woocommerce-Button.button,
body .woocommerce .woocommerce-button.button.woocommerce-form-login__submit{
border-radius: 12px;
  padding-top: 17px;
  padding-right: 25px;
  padding-bottom: 17px;
  padding-left: 25px;
  transition: all ease-in-out 0.5s;
  border: none;
  display: inline-block;
  position: relative;
  box-shadow: none !important;
  background-color: #ff668b;
    color: #000;
	font-weight:400;
}

.ld-profile-edit-link{
	display:none;
}

/* menu */

header .navbar .navbar-nav .dropdown-menu li a{
	white-space:normal;
}

/* Team feed with background image */

  body .revvyslide {
	background-position: 81% center;
  }

@media (max-width: 865px) {
	body .revvyslide {
	background-position: 87% center;
	}
}

@media (max-width: 768px) {
  body .revvyslide {
    background-color: #001536;
	padding-bottom: 120px;
	color: #fff;
  }
  
  body .revvyslide .thexcerpt {
	  margin-bottom: 0px;
	}
	
  body .sliderbits li button::before {
    filter: none!important;
	border:0px none;
  }

	body .revvyslide .btn{
		width:auto;
	}
}



/* CSS BY RAMESH */
#floating-cart-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 18px;
    z-index: 9999;
	background-color: #ff668b;
    border: 1px solid #000;
    box-shadow: 0 3px 15px 0px #000;
}

#floating-cart-icon a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#floating-cart-icon .cart-count {
    border-radius: 50%;
    padding: 3px 8px;
    margin-left: 6px;
	 position: absolute;
    top: -6px;
    font-size: 12px;
    font-weight: 400;
    right: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 20px;
    background-color: #ff668b;
    border: 1px solid #000;
}

#floating-cart-icon a svg {
    width: 28px;
}

#floating-cart-icon svg path {
    fill: #000;
}

#floating-cart-icon svg path:first-child {
    fill: #CCD6DD;
}

#floating-cart-icon .cart-count {
   
}