section.banner-section-one {
    margin-top: 151px;
}
#theme-main-banner .camera_caption h1{
	    margin-top: 30px;
}
div#theme-main-banner {
    height: 600px!important;
}
.theme-menu-wrapper{
    background: black;
    padding: 11px 0 10px 0;

}
.theme-menu-wrapper.fixed{
    padding: 1px 0;
}
.theme-menu-wrapper.fixed #mega-menu-wrapper{
    margin-top: 35px;
}
.main-page-wrapper .theme-button-one{
    visibility: visible!important;
}
.main-page-wrapper .top-header .theme-button-one {
    border-radius: 5px;
    margin-right: 9px;
    font-size: 13px;
    line-height: 11px;
    visibility: visible!important;
    padding: 11px 14px;

}
a.contact-heading {
    color: #000;
    font-size: 18px;
}

.contact-div a {
    margin-left: 2px;
}

.contact-div a i {
    color: #3ad765;
    margin-right: 7px;
}
.align-item-center {
    align-items: center!important;
    display: flex;
}
.top-header {
    padding-top: 6px;
    background: #ddd;
    padding-bottom: 1px;
    margin-top: -11px;
}
span.contact-heading {
    color: white;
    font-size: 19px;
    margin-left: 2px;
}
span.contact-heading i{
    color: #3ad765;
    margin-right: 7px;
}
span.contact-heading a {
    color: #000;
}
header.theme-menu-wrapper.fixed .top-header {
    display: none;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  margin-top: 3px;
    position: absolute;
    text-align: left;
    border-radius: 4px;
    background-color: #ffea29;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: #3ad765;
    color: white;
   
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.logo a img {
    margin-bottom: -10px!important;
    margin-top: -20px!important;
    margin-left: 63px!important;
    width: 90px!important;
}
.bottom-info-block {
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index: 99;
	
    padding: 10px 30px;
	
    background: #3ad765;

}

.d-flex {
    display: flex;
	
    align-items: center;
}

.col {
    width: 33.33%;
}
.bottom-info-block {
    padding: 2px 30px;
    padding: 2px 30px;
    background: #3ad765;
}

.bottom-info-block .form {
    height: auto;
    padding: 13px;
}

.bottom-info-block form {
    position: relative;
    height: 50px;
    /* margin: 40px 0 65px 0; */
}

.bottom-info-block form input {
    width: 100%;
    border: none;
    height: 100%;
    background: #282525;
    border-radius: 10px;
    padding: 0 72px 0 15px;
   color: white;
}

.bottom-info-block form button {
    top: 1px;
    right: 0px;
    position: absolute;
    height: 51px;
    padding: 11px;
    bottom: 5px;
    width: 118px;
    color: #000;
    background: #ffea29;
    font-size: 18px;
    border-radius: 50px;
}
.col.info {
    text-align: center;
    padding: 10px;
}
.col.info {
    text-align: center;
    padding: 16px;
}


.bottom-info-block form input {
    border-radius: 50px;
    border: 2px solid #ffea29;
    height: 53px;
    padding-left: 33px;
    padding-right: 40px;
}
.theme-footer {
    padding-bottom: 0px;
}

/*.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

i {
  font-size: 20px !Important;
}*/
.mt-120 {
    margin-top: 120px;
}
.mr-10 {
    margin-right: 10px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.justify-item-center {
    display: flex;
    justify-content: center;
}
.team-info {
    padding: 10px 20px;
}

.team-info .image img {
    margin: 0 auto;
    width: 160px;
    height: auto;
}

.team-info h5.name {
    font-size: 26px;
    margin-top: 12px;
}

.about-team p.designation {
    color: #3ad765;
    padding-top: 3px;
    font-size: 19px;
}
.team-details-block {
    padding-top: 0px!important;
}
ul.vission-block li i {
   font-size: 10px;
    padding: 2px 4px;
    border-radius: 50%;
    margin-right:9px;
    color: white;
    background: #3ad765;
    content: '✓';
}
ul.vission-block li {
    padding-left: 10px;
	    margin-bottom: 12px;
}
.breadcrumb-block {
    padding: 62px 0px 0px;
    margin-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px;
}
/**/
.dreamit-service-box {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.dreamit-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.dreamit-service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../image/box-bg.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.dreamit-service-box h2 {
    font-size: 23px;
    font-weight: 500;
    padding: 62px 0 25px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-service-box:hover h2 {
    color: white;
}
.service-number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}
.dreamit-service-box:hover .service-number h1 {
    color: white;
}
.dreamit-service-box:hover .em-service-text {
    color: white;
}
p.counter-card_text {
    text-align: center;
    color: #3ad765;
}
h2.counter-card_number {
    color: white;
    text-align: center;
}
.counter__area {
    padding: 50px 0;
    background: #1a1717;
}
.team-details-block .PrevArrow {
    top: 44%;
    position: absolute;
}

.team-details-block .NextArrow {
    top: 44%;
    position: absolute;
    right: 0;
}

.team-details-block .slick-arrow {
    padding: 15px 17px;
    border-radius: 50%;
}
.owl-theme .owl-nav {
    display: none;
}
.gallery-year {
    width: 100%;
}
.img-respnsive {
    width: 100%;
}
.lb-nav a.lb-next{
    background: url(../image/next.png) right 48% no-repeat;
}
.lb-nav a.lb-prev{
    background: url(../image/prev.png) left 48% no-repeat;
}
.what-we-do .bank-details p {
    text-transform: none!important;
    padding-top: 0px;
}
.single-feature.bank-details img {
    width: 174px;
    margin: 0 auto;
    margin-top: 20px;
}
.blog-meta.style2 {
    display: block;
    margin: 15px 0 15px 0;
}

.blog-meta.style2 a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #696e7c;
    position: relative;
    margin-right: 12px;
    padding-right: 21px;
    font-weight: 400;
}

.blog-meta.style2 a i {
    font-size: 14px;
    margin-right: 6px;
    color: #3ad765;
    margin-bottom: 0;
}
.single-feature.blog-details {
    padding: 5px 5px 55px 5px;
}
.p-30 {
    padding: 30px 0!important;
}
.what-we-do .theme-title {
    margin-bottom: 0px!important;
}
.what-we-do .single-feature {
    margin-top: 30px;
}
.img-responsive {
    width: 100%;
}
.achiver-detail {
    border-radius: 10px;
    padding-bottom: 15px;
    background: #dddddd30;
    box-shadow: 0 0 3px 0px rgba(0,0,0, 0.5);
}
.achiver-detail .team-info .image img {
    width: 100%;
}
.our-courses {
    padding: 60px 0;
}

.course-box {
    height: auto;
    padding: 25px;
    position: relative;
}
.our-courses .owl-carousel {
    display: block;
}
.course-box-heading {
    border: 1px solid #3ad664;
    border-radius: 10px;
}

.course-box-heading ul {
    display: flex;
    background: #f1f2f2;
    /* border: 1px solid #f9ad32; */
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    margin-top: 0px;
    padding: 0;
    flex-wrap: wrap;
}

.course-box-heading ul li a {
    color: #6c757d;
    font-size: 18px;
    border-radius: 10px 0 0 10px!important;
    padding: 1rem 3rem;
    border-right: 1px solid #3ad664;
}
.course-box-heading ul li:hover {
    transform: scale(1.03);
}
.course-steps{
    padding: 19px 20px;
    background-color: #fff;
    font-weight: 700!important;
    display: block!important;
    border-radius: 0.25rem;
    box-shadow: 0 4px 12px #00000029;
    cursor: pointer;
    transform: scale(.92);
    margin-bottom: 18px;
    font-size: 20px;
    transition: all .3s;
}
.course-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}
.course-box {
    box-shadow: 0 6px 18px #57350027;
    padding: 25px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}
.course-detail .form-radio input {
    margin-top: 5px!important;
    margin-right: 8px;
}

.course-detail .form-radio label.form-radio-label {
    font-size: 18px;
}

.course-detail .form-radio label.form-radio-label i {
    color: #f9ad32;
    margin-right: 7px;
}
.course-rating i {
    margin: 0 2px;
    color: #f9ad32;
}
.course-rating span {
    margin: 0 9px;
}
.course-detail .top h4 {
    width: 80%;
}
.mt-20 {
    margin-top: 20px;
}
.owl-stage-outer {
    padding-bottom: 40px;
    padding-top: 40px;
}
.course-desc h4 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 24px;
}
.course-desc p {
    color: #000;
    margin-bottom: 22px;
}
.company-docs-section {
    padding: 60px 0;
}

.company-docs-section .theme-title-four {
    margin-bottom: 32px;
}

.company-docs-section .docs-box {
    padding: 13px;
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 0px 1px 10px 1px #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}

.docs-box:hover {
    box-shadow: 0px 1px 10px 1px #3ad76569;
    transition: .3s;
    border-color: #3ad765;
}
/**/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}
h1 {
}

.sidemenu-content {
    background-color: initial;
    width: 900px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: inherit;
    position: relative;
    right: -500px;
    margin: 0 auto;
    cursor: auto;
    transition: down .5s;
}

.disclaimer {
    padding: 20px 0;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #070b28;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
}
.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.modal-box {
    position: relative;
}
section.modal-section {
    background: #7f7f7f82;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 1050;
}
.modal-block {
    border-radius: 10px;
    max-width: 1000px;
    background-color: #fff;
    margin: 1.75rem auto;
    padding: 17px;
}
.modal-block p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
    margin-left: 15px;
}
.modal-block .modal-title {
    position: relative;
}

.modal-block .modal-title .close-div {
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.modal-block img {
    height: auto;
    width: 100%;
}
#modal-form-content {
    overflow: auto;
    max-height: 500px;
}
.sidebar-course-detail-top ul {
    margin: 25px 0px 30px 0px;
    flex-wrap: wrap!important;
}

.sidebar-course-detail-top ul li {
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #12173d;
    border-right: 1px solid #CDD5DF;
    padding-right: 15px;
}

.sidebar-course-detail-top ul li span {
    margin-right: 10px;
    display: block;
    width: 25px;
    height: 25px;
}

.sidebar-course-detail-top ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
span.course-price {
    font-weight: 700;
    font-size: 31px;
    display: flow-root;
    margin: 0;
    text-align: center;
    margin-right: 10px;
}
.sidemenu-options {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E3E8EF;
    box-shadow: 0px 16px 40px rgba(43, 56, 88, 0.08);
}

.sidemenu-options .course-info-block {}

ul.list {
    margin-bottom: 18px;
    margin-top: 18px;
}

ul.list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    color: #12173d;
    border-bottom: 1px solid #e9eff7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

ul.list li span {
    font-weight: 600;
    color: #12173d;
    text-transform: capitalize;
}

ul.list li span i {
    color: #eed70d;
    width: 25px;
}

ul.list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.w-100 {
    width: 100%!important;
}
.main-page-wrapper .theme-button-one.s-color {
    text-align: center;
}
.mb-10 {
    margin-bottom: 10px;
}
.course-details-text {
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.5rem;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px #00000029;
}
ul.check-list.vission-block li {
    padding-left: 10px;
    margin-bottom: 14px;
    font-size: 19px;
}
ul.check-list.vission-block li i {
    padding: 5px 6px;
    font-size: 12px;
}
.instructor-profile {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    margin-bottom: 30px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E3E8EF;
    box-shadow: 0px 16px 40px rgba(43, 56, 88, 0.08);
}
.instructor-profile img {
    width: 230px;
    height: 230px;
    border-radius: 4px;
}
.instructor-details h4 {
    margin-bottom: 15px!important;
	
}
.instructor-details {
    padding-left: 20px;
}
.instructor-details .sidebar-course-detail-top ul {
    margin: 0px;
}
.instructor-details .sidebar-course-detail-top ul li {
    line-height: 29px!important;
    font-size: 18px;
    margin-bottom: 11px;
}
.instructor-details .sidebar-course-detail-top ul li span i {
    color: #eed70d;
    width: 25px;
}
.instructor-details p {
    line-height: 24px!important;
    margin-top: 7px;
    margin-bottom: 6px;
}
.instructor-profile ul.social-icon {
    margin-top: 15px;
    display: inline;
}
.instructor-profile ul.social-icon li {
    line-height: 45px;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.shop-details .review-tab .tab-pane ul li a {
    width: 36px;
    height: 36px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe2ef;
    border-radius: 50%;
    font-size: 12px;
}
span.review-date {
    float: right;
    font-weight: 500;
    font-size: 16px;
    color: #12173d;
}

span.review-date i {
    color: #3ad765;
    margin-right: 2px;
}
.instructor-profile .course-rating {
    margin-top: 5px;
    margin-bottom: 14px;
}

.instructor-profile .course-rating span {
    margin: 0;
}
.review-block .instructor-profile {
    box-shadow: none;
}
.shop-details .review-tab .tab-pane p {
    font-size: 16px;
}
.review-block h4 {
    margin-bottom: 29px!important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px!important;
}
.popular-courses h4 {
    border-top: 1px solid #E3E8EF;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
}
.popular-courses h4 {
    border-top: 1px solid #E3E8EF;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
}

.popular-courses .popular-courses-block {
    padding: 8px 7px;
    border-radius: 8px;
    border: 1px solid #E3E8EF;
	    margin-bottom: 15px;
}

.popular-courses .popular-courses-block .courses-heading h5 {
    font-size: 18px;
}


.popular-courses .popular-courses-block .courses-heading .sidebar-course-detail-top li {
    font-size: 13px;
    margin-right: 0px;
}


.popular-courses .popular-courses-block .courses-heading .sidebar-course-detail-top span {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.popular-courses .popular-courses-block .courses-heading .sidebar-course-detail-top ul {
    margin: 8px 0px 0px 0px;
}
.course-detail p {
    color: #000;
}
.faq .faq-panel .panel-group .panel-body ul.lectures_lists {
    padding-left: 40px;
}

.faq .faq-panel .panel-group .panel-body ul.lectures_lists li {
    padding: 8px 0px;
    background: #fff;
    color: #24394e;
    border-bottom: 1px solid #e5e8ef;
    position: relative;
    width: 100%;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}

.faq .faq-panel .panel-group .panel-body ul.lectures_lists li span.lecture_no {
    margin-right: 2rem;
    font-weight: 400;
    font-size: 16px;
    color: #647b9c;
}

.faq .faq-panel .panel-group .panel-body ul.lectures_lists li span.lecture_no i {
    margin-right: 7px;
}
.faq .faq-panel .panel-group .panel-heading + .panel-collapse > .panel-body.p-less {
    padding: 8px 40px 20px 0;
}
.faq .faq-panel .panel-group .panel-body ul.lectures_lists li:last-child {
    border-bottom: none;
}
.lecture-seen {
    float: right;
}
.lecture-seen {
    float: right;
    width: 30px;
    font-size: 14px;
    height: 30px;
    background: rgba(76, 175, 80,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4caf50;
}
.lecture-seen.not-allowed {
    color: #50638a;
    background: #d7dfef;
}
.box {
    padding: 2.5rem;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #E3E8EF;
    box-shadow: 0px 16px 40px rgba(43, 56, 88, 0.08);
}
.form-group input {
    width: 100%;
    height: 54px;
    border-radius: 4px;
    line-height: 1.25;
    color: #495057;
    font-weight: 400;
    font-size: 15px;
    background: #f4f5f7;
    box-shadow: none;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e6eaf3;
}
.payemt-box {
    width: 100%;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    position: relative;
    border: 1px solid #e8ecf7;
    border-radius: 0.4rem;
    margin-bottom: 30px;
}

.payemt-box img {
    margin: 0 auto;
    max-width: 65px;
}
.order-summary ul.cart_list {
    padding: 7px 0;
}

.order-summary ul.cart_list li {
    padding: 7px 0;
}

.order-summary ul.cart_list li strong {
    color: #3ad765;
    float: right;
}
.total-amount {
    display: flex;
    align-items: center;
    margin: 1rem 0 4rem;
    border-top: 1px dashed #dfe6ec;
    padding-top: 15px;
	
    justify-content: space-between;
}

p.total-amount-title {
    font-size: 18px;
    font-weight: 600;
    color: #c5b212;
}
p.total-amount-number {
    font-size: 18px;
    font-weight: 600;
    color: #3ad765;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

label.form-check-label {
    margin-left: 8px!important;
    position: relative;
    width: 100%;
}

.form-check-input {
    left: -51px;
    position: absolute;
    margin-top: 0.3rem!important;
    margin-left: 32px !important;
    height: 14px!important;
    width: auto!important;
}
.payemt-box .form-group.form-check {
    margin-bottom: 0px;
    margin-top: -5px;
}

@media screen and (max-width: 767px){
	.logo a img {
    margin-top: 0px!important;
    margin-left: 63px!important;
    width: 100px!important;
}
.top-header .row {
    display: block;
}
.justify-item-center{
	display:block;
}
.main-page-wrapper .top-header .theme-button-one{
    margin-right: 2px;
    font-size: 11px;
    padding: 10px 6px;
}
.contact-div {
    text-align: center;
}
.login-register {
    text-align: center;
}
.connect-btn-div {
    text-align: center!Important;
}
.right-btn-div {
    text-align: center!important;
}
.bottom-info-block .d-flex {
    display: block;
}
.bottom-info-block .d-flex .col {
    width: 100%;
}
.col.info marquee {
    display: none;
}
.col.info {
    padding: 5px;
}
.breadcrumb-block {
    padding: 77px 0px 0px;
}
.main-page-wrapper .theme-button-one {
    display: inline-block;
}
.what-we-do .d-flex {
    display: block;
}
#mega-menu-wrapper{
	margin-top: 9px!important;
}
.d-md-none {
    display: none;
}
.theme-footer .bottom-footer {
    padding-bottom: 60px;
}
.main-page-wrapper .top-header-btn ul li a {
    margin-bottom: 5px;
    font-size: 18px;
    padding: 18px 35px;
    line-height: 10px;
}
.top-header-btn {
    display: block!important;
}
.instructor-profile {
    display: block;
}
.instructor-profile img {
    margin: 0 auto;
}
.instructor-details h4 {
    font-size: 30px;
    margin-top: 8px;
}
}
