body {
    font-family: 'Poppins' !important;
    background-image: url(../../assets/images/ser-bg.png);
    background-repeat: repeat;
    background-size: 100%;
}
.container {
    max-width: 1250px;
}
.hd-right-btn a:hover img {
    filter: brightness(5) invert(1);
}
.client-reviews .single-review {
    box-shadow: none;
}
.reviewer-thumb img{
    width: 70px !important;
}
.service.can-do .service-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    padding: 13px;
    border-radius: 12px;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}
.top-section {
    padding-top: 70px;
}
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: end;
}
.main-menu ul li {
    font-weight: 500;
    line-height: 19px;
    border-radius: 8px;
    letter-spacing: -0.011em;
    padding: 16px 15px;
}
.main-menu ul li a {
    color: #212529;
    font-size: 16px;
    text-decoration: none;
}
.main-menu ul li:hover {
    background: rgb(254 202 193 / 11%);
}
.main-menu ul li:hover a {
    color: #fb3d09;
}
header.main-hedaer.fixed .right-button a {
    background: #3f72af;
    color: white;
}
.top-s-content {
    position: relative;
}
.stop-middle-icon {
    position: absolute;
    top: 60%;
    right: 7%;
    animation: moveBottom 5s infinite linear;
}
.top-left-icon {
    position: absolute;
    top: -38px;
    width: 79px;
    left: -36px;
    z-index: -1;
    animation: rotation 8s infinite linear;
}
a {
    text-decoration: none;
}
.right-button a {
    background: linear-gradient(180deg, #f9f7f7 0%, rgba(249, 247, 247, 0) 100%);
    border-radius: 8px;
    width: fit-content;
    padding: 8px 32px;
    font-weight: 500;
    font-size: 17px;
    display: block;
    text-align: center;
    color: #000000;
    float: right;
}
header.main-hedaer {
    padding: 10px 0;
}
header.main-hedaer.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 4%);
    -webkit-animation: headerSlideDown 0.95s ease forwards;
    animation: headerSlideDown 0.95s ease forwards;
    will-change: transform;
    background: #fffdfd;
    padding-bottom: 10px;
}
@-webkit-keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.main-logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.right-button a:hover {
    background: linear-gradient(180deg, rgba(114, 172, 240, 0.7) 0%, rgba(219, 226, 239, 0) 100%);
}
.main-hedaer .col-md-3,
.main-hedaer .col-md-8,
.main-hedaer .col-md-2,
.menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-deatil .row {
    background: white;
    padding: 18px 28px;
    border-radius: 12px;
    box-shadow: 0px 0px 12px #0000000d;
    justify-content: space-between;
    border: 1px solid #ededed;
}
.course-deatil .row .col-md-2, .course-deatil .row .col-md-3 {
    display: flex;
    align-items: center;
    border-right: 1px solid #e3e3e3;
    justify-content: center;
}
.course-deatil .row .col-md-3:nth-child(4) {
    border: none;
}
.valid-till {
    color: #945e12;
    background: #fffaeb;
    border: 1px dotted #eeb217;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    width: 92%;
    margin: 0 auto;
    margin-top: 7px;
}
.service.can-do {
    padding: 100px 0 30px 0;
    background: transparent !important;
}
.course-deatil .col-md-2 {
    border-right: 1px solid #d1d1d1;
    max-width: initial;
    width: auto !important;
}
.course-deatil .row .col-md-2:nth-last-child(1) {
    border-right: none;
}
.main-hedaer .col-md-7 {
    justify-content: center;
}
.single-review {
    padding: 50px 25px;
    font-size: 14px;
    text-align: justify;
}
section#review {
    padding: 100px 0 !important;
    background-image: none !important;
}
#review img.left-img {
    left: 32% !important;
    top: 8% !important;
}
.top-s-content h1 {
    font-weight: 800;
    font-size: 45px;
    color: #112d4e;
}
.top-s-content p {
    font-weight: 500;
    font-size: 20px;
    color: #112d4e;
    margin-bottom: 24px;
}
.top-s-content ul li {
    font-size: 20px;
    font-weight: 600;
    color: #112d4e;
    margin-bottom: 14px;
}
.top-s-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.top-s-content ul li img {
    width: 24px;
    margin-right: 8px;
}

.top-form {
    /*    background: linear-gradient(180deg, rgb(251 61 9 / 42%) 0%, rgb(251 61 9 / 6%) 100%);*/
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(0 0 0 / 6%) 100%);
    width: 95%;
    height: 527px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px !important;
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #08080830;
}
.dammy-box {
    width: 131px;
    height: 131px;
    background: linear-gradient(180deg, rgb(251 61 9 / 42%) 0%, rgb(251 61 9 / 6%) 100%);
    position: absolute;
    right: -44px;
    border-radius: 50%;
    top: 21px;
    animation: rotation 8s infinite linear;
}

.top-form p {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 122%;
    color: #112d4e;
    margin-bottom: 34px;
}
.input-g label {
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #112d4e;
    display: block;
    margin-bottom: 1px;
}
.top-form form {
    width: 100%;
}
.input-g input {
    background: #f9f7f7;
    border: 0.6px solid #112d4e;
    border-radius: 10px;
    height: 40px;
    color: #3f72af;
    font-size: 14px;
    width: 100%;
    padding: 0 19px;
    outline: none;
    box-shadow: none;
}
.input-g {
    margin-bottom: 7px;
}
.input-g input::placeholder {
    color: #3f72af;
}
button.form-btn {
    border-radius: 5px;
    background: linear-gradient(92deg, rgb(251 61 9) 0%, rgb(255 55 0 / 65%) 100%);
    border: none;
    padding: 15px 64px;
    width: 100%;
    color: #f9f7f7;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin: 0 auto;
}
button.form-btn: ;
hover {
    background: linear-gradient(92deg, rgb(255 55 0 / 65%) 0%, rgb(251 61 9) 100%);
}
.top-section .col-md-6,
.top-section .col-md-5 {
    display: flex;
    align-items: center;
}
/*.cd-box {
    background: linear-gradient(180deg, #f9f7f7 0%, rgba(249, 247, 247, 0) 100%);
    border-radius: 8px;
    text-align: center;
    padding: 25px 10px;
}*/
.cd-box {
    /* background: linear-gradient(180deg, #f9f7f7 0%, rgba(249, 247, 247, 0) 100%); */
    border-radius: 8px;
    text-align: center;
    /* padding: 25px 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.cd-box .img-i {
    background: linear-gradient(180deg, rgba(114, 172, 240, 0.7) 0%, rgba(219, 226, 239, 0) 100%);
    padding: 12px;
    border-radius: 50%;
/*    margin: 0 auto;*/
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.cd-box .img-i img {
    width: 32px;
}

.cd-box span {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #112d4e;
    /* margin-top: 7px; */
    /* height: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-deatil .col-md-2 {
    width: 20%;
}
.base {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-right: 6px;
    color: #8a8a8a;
    position: relative;
}
.base::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #8a8a8a;
    top: 10.5px;
    width: 100%;
    height: 1px;
    -webkit-transform: rotate(172deg);
    transform: rotate(172deg);
}
.cd-box a {
    color: #158700 !important;
    display: block;
    font-size: 13px;
    margin-left: 7px;
}
.cd-box b {
    font-weight: 700;
    font-size: 17px;
    align-items: center;
    letter-spacing: 0.02em;
    color: #112d4e;
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.cd-box b span {
    font-weight: 400;
    padding-left: 10px;
}
.course-deatil {
    padding: 100px 0 0 0;
}
.why-choose {
    background-image: url(../images/choose-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.why-choose .col-md-7,
.Features .col-md-4 {
    display: flex;
    align-items: end;
}
.why-choose .stop-middle-icon {
    position: absolute;
    top: 5%;
    right: 3%;
}
.why-choose .top-s-content {
    position: inherit;
}
.why-choose {
    position: relative;
}
a.join-us {
    background: #0c75f0;
    border-radius: 10px;
    display: block;
    width: fit-content;
    padding: 5px 15px;
    font-size: 20px;
    color: #f9f7f7;
    margin: 25px 0 0 0;
}
a.join-us:hover {
    opacity: 0.9;
}
.heading-main {
    font-weight: 800;
    font-size: 45px;
    color: #112d4e;
    line-height: 1.3;
    text-transform: capitalize;
}

.can-do-top img {
    position: absolute;
    left: 45%;
    top: -25px;
    animation: moveBottom 5s infinite linear;
}
.service-box:hover {
    background-image: linear-gradient(to right, #fc3d091f, #fb3d090d);
    box-shadow: 0px 0px 10px #06060617;
    cursor: pointer;
}
.can-do-top {
    text-align: center;
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}
section.can-do {
    padding: 130px 0 100px 0;
}
.can-bx-img {
    background: #dbe2ef;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}
.can-do-box p {
    font-weight: 600;
    font-size: 25px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
}
.can-do-box span {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.can-do-box {
    background: linear-gradient(180deg, #f9f7f7 0%, rgba(249, 247, 247, 0) 100%);
    border-radius: 8px;
    padding: 23px 54px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}
.can-do-box:hover {
    box-shadow: 0px 4px 4px rgb(12 117 240 / 42%);
}
.Features ul {
    display: flex;
    flex-wrap: wrap;
}
.Features ul li {
    width: 50%;
}
.Features .heading-main {
    margin-bottom: 25px;
}
.Features .heading-main img {
    width: 35px;
    position: relative;
    top: -5px;
    left: 6px;
}
.Features .container {
    float: right;
    padding-right: 0;
    overflow: hidden;
}
.curriculum {
    padding: 130px 0 100px 0;
    display: inline-block;
    width: 100%;
}
.curriculum .can-do-top img {
    position: absolute;
    left: 61%;
    top: -25px;
}
.can-do-top ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #455a64;
    position: absolute;
    left: -14px;
    top: 8px;
    border-radius: 50%;
}
.can-do-top ul li {
    padding-right: 26px;
    position: relative;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}
.can-do-top ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 12px 0 0 0;
    list-style-type: none;
}

.single-review {
    border-radius: 12px;
    box-shadow: 0px 0px 10px #00000021;
}
.curriculum p {
    font-size: 15px;
    line-height: 1.5;
    text-transform: capitalize;
}
img.m-icon {
    width: 85px;
    height: 85px;
    padding: 12px;
    margin-right: 10px;
}
.curriculum .can-do-box {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}
.can-do-top p {
    font-weight: 500;
    font-size: 20px;
    color: #112d4e;
    margin: 11px 0 10px 0;
}
.tool-img img {
    width: 92%;
    height: 100px;
    object-fit: contain;
}
.tool-img {
    margin-bottom: 27px;
}
.certificate {
    background-image: url(../images/certificate-bg.png);
    position: relative;
    background-repeat: no-repeat;
}
.certificate img {
    width: 100%;
}
.cer-right-img img:nth-child(1) {
    border: 2px solid #3f72af;
}
.cer-right-img a img {
    border: none !important;
    width: 41px;
    padding-left: 7px;
}
.cer-right-img a {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 15px 0 0 0;
}
.cer-right-img a:hover {
    color: #0c75f0;
}
.cer-left-img img {
    width: 80%;
}
.certificate .col-md-6 {
    display: flex;
    align-items: end;
}
.cer-left-img {
    width: 100%;
}
.certificate {
    padding: 100px 0 0 0;
}
.cer-right-img {
    padding-bottom: 18px;
}
section.review {
    padding: 100px 0;
    overflow: hidden;
}
#review .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#review .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
#review {
    position: relative;
}
#review .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    font-size: 20px;
    text-align: center;
}
#review.owl-nav img {
    width: 35px;
}
#review .owl-prev {
    left: -45px;
}
#review .owl-next {
    right: -45px;
}

.review-box {
    background: linear-gradient(180deg, #f9f7f7 0%, rgba(249, 247, 247, 0) 100%);
    border-radius: 20px;
    padding: 35px;
}
.re-user img {
    width: 75px !important;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}
.user-d {
    padding-left: 25px;
}
.user-d span {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}
.re-user {
    display: flex;
    align-items: center;
}
.user-d ul li {
    padding-right: 9px;
}
.user-d ul li img {
    width: 16px !important;
    height: auto;
}
.user-d ul {
    display: flex;
    list-style-type: none;
    padding: 6px 0;
    margin: 0;
}
.review-box p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #775da8;
    margin: 0;
    padding: 16px 0;
}
.des-re {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
}
.faq-tabs .nav-tabs {
    border: none;
    justify-content: space-between;
}
.faq-tabs .nav-link {
    padding: 0 10px;
    border: none !important;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}
.faq-tabs button.nav-link.active {
    border: none;
    background: transparent;
    font-weight: bold;
}

.faq-tabs .nav-link:hover {
    color: black;
    border: none;
}
.faq-tabs .accordion {
    margin-top: 66px;
}
.faq-tabs .accordion-button:not(.collapsed) {
    background: #fb3d091a;
    outline: none;
    box-shadow: none;
    color: #fb3d09;
}
.faq-tabs .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.faq-tabs .accordion-item {
    margin-bottom: 18px;
    border: 1px solid #e9e9e9 !important;
}
footer.main-footer {
    background: #212529;
    padding: 50px 0 35px 0;
}
.foot-h {
    font-weight: 500;
    font-size: 17px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 11px;
}
.our-detail ul li a {
    color: #cdcdcd !important;
    font-size: 14px;
}
.our-detail ul li a:hover {
    opacity: 0.9;
}
.our-detail ul li {
    padding: 7px 0;
}
.our-detail ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ap-download img {
    width: 180px;
    padding-right: 10px;
}
.copyright {
    background: #e69ea729;
    padding: 6px;
}
.copyright ul li {
    padding-right: 26px;
    list-style: none;
}
.copyright ul {
    display: flex;
    padding: 0;
    margin: 0;
}
.copy-left li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}
.copy-left li a:hover {
    color: #0c75f0;
}
.socila-iocns li a img {
    width: 20px;
}
.socila-iocns li a img:hover {
    opacity: 0.9;
}
.socila-iocns ul {
    justify-content: end;
}
.copyright ul li:nth-last-child(1) {
    padding: 0;
}
.menu-icon {
    display: none;
}
header.main-hedaer.fixed .main-logo img {
    height: 41px;
}
.scrollup {
    position: fixed;
    right: 30px;
    bottom: 23px;
    z-index: 999;
    border-radius: 50%;
    overflow: hidden;
    rotate: -90deg;
}
.course-deatil .row .col-md-3:nth-child(1), .course-deatil .row .col-md-3:nth-child(4) {
    width: 20%;
}
.course-deatil .row .col-md-3:nth-child(3) {
    width: 35%;
}
.course-deatil .row .col-md-3:nth-child(1) .img-i,
.service .row .col-md-4:nth-child(1) img {
    background: #f5e8fe;
}
.course-deatil .row .col-md-3:nth-child(2) .img-i,
.service .row .col-md-4:nth-child(2) img {
    background: #dff7f9;
}
.course-deatil .row .col-md-3:nth-child(3) .img-i,
.service .row .col-md-4:nth-child(3) img {
    background: #ffe6e2;
}
.course-deatil .row .col-md-3:nth-child(4) .img-i,
.service .row .col-md-4:nth-child(4) img {
    background: #ceffe5;
}
.course-deatil .row .col-md-3:nth-child(5) .img-i,
.service .row .col-md-4:nth-child(5) img {
    background: #fff8d9;
}
.course-deatil .row .col-md-3:nth-child(6) .img-i,
.service .row .col-md-4:nth-child(6) img {
    background: #fff0e3;
}
.course-deatil .row .col-md-2:nth-child(1) img,
.service .row .col-md-4:nth-child(1) img {
    filter: opacity(0.5) drop-shadow(0 0 0 #ce8bfa);
}
.course-deatil .row .col-md-2:nth-child(2) img,
.service .row .col-md-4:nth-child(2) img {
    filter: opacity(0.5) drop-shadow(0 0 0 #30c8db);
}
.course-deatil .row .col-md-2:nth-child(3) img,
.service .row .col-md-4:nth-child(3) img {
    filter: opacity(0.5) drop-shadow(0 0 0 #fc5f45);
}
.course-deatil .row .col-md-2:nth-child(4) img,
.service .row .col-md-4:nth-child(4) img {
    filter: opacity(0.5) drop-shadow(0 0 0 #0ee171);
}
.course-deatil .row .col-md-2:nth-child(5) img,
.service .row .col-md-4:nth-child(5) img {
    filter: opacity(0.5) drop-shadow(0 0 0 #ffdb2f);
}
.course-deatil .row .col-md-2:nth-child(6) img,
.service .row .col-md-4:nth-child(6) img {
    filter: opacity(0.5) drop-shadow(0 0 0 #eb8b35);
}
.service.can-do .service-box {
    height: 315px;
}
.service-area {
    z-index: 1;
}

.single-service > span {
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 10px;
}

.single-service > span::before {
    font-size: 2.5rem;
    margin: 0;
}

.single-service > span.icon-bg-1 {
    background-color: rgba(190, 99, 249, 0.15);
}

.single-service > span.icon-bg-2 {
    background-color: rgba(38, 198, 218, 0.15);
}

.single-service > span.icon-bg-3 {
    background-color: rgba(252, 87, 59, 0.15);
}

.single-service > span.icon-bg-4 {
    background-color: rgba(52, 255, 146, 0.15);
}

.single-service > span.icon-bg-5 {
    background-color: rgba(255, 210, 0, 0.15);
}

.single-service > span.icon-bg-6 {
    background-color: rgba(255, 157, 69, 0.15);
}

.single-service h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 0.9em;
    letter-spacing: -1px;
    color: #565656;
}
.single-service p {
    font-size: 15px;
    color: #747474;
}
.single-service.service-gallery img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    object-position: top;
}

.single-service.service-gallery {
    margin-bottom: 45px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.01);
    -webkit-transition: -webkit-box-shadow, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-service.service-gallery .service-content {
    padding: 2rem;
}

.single-service.service-gallery:hover {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.homepage-6 .single-service.service-gallery {
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.service-area {
    z-index: 1;
    margin-bottom: 100px;
}
.advantage {
    padding: 100px 0 20px 0;
}
.advantage h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #565656;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.4;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage .single-service.service-gallery img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    object-position: top;
    padding-top: 20px;
}
.advantage .single-service.service-gallery {
    background: white;
    box-shadow: 0px 0px 10px #0000001c;
    margin-bottom: 33px !important;
    text-align: center;
}
.advantage .single-service.service-gallery .service-content {
    padding: 2rem;
    padding-top: 20px;
}
.talk-btn a {
    padding: 22px 57px;
    display: block;
    margin: 48px auto;
    box-shadow: none;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.009em;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 7px;
    transition: color 450ms, background 450ms;
    border: 1px solid #fb3d09c4;
    background: #fb3d09;
    color: #ffffff;
    width: 50%;
    text-align: center;
}
.talk-btn a:hover {
    background: transparent;
    color: #fb3d09;
}
a.join-us:hover {
    background: transparent;
    color: #212529;
}
a.join-us {
    margin: 25px 0 0 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.009em;
    white-space: nowrap;
    line-height: 1;
    padding: 9px 22px;
    border-radius: 7px;
    transition: color 450ms, background 450ms;
    border: 1px solid #21252980;
    background: #212529;
    color: #ffffff;
    display: block;
    width: max-content;
}
.contact-modal button.btn-close {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    outline: none;
    box-shadow: none;
}
.modal-table {
    height: 100%;
    background: #000000;
    border-radius: 7px 0 0 7px;
    display: flex;
}
.modal-table table th,
.modal-table table td {
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff7d;
}
.modal-form {
    padding: 46px 20px 30px 0;
}
.form-control:focus, .form-select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #fb3d09 !important;
}
.modal-table table {
    width: 100%;
}
.modal-form button {
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.009em;
    white-space: nowrap;
    line-height: 1;
    padding: 9px 22px;
    border-radius: 7px;
    transition: color 450ms, background 450ms;
    border: 1px solid #fb3d09;
    background: #fb3d09;
    color: #ffffff;
    width: 82%;
    margin: 0 auto;
    display: block;
}
.modal-form button:hover {
    color: #fb3d09;
    background: transparent;
}

#register-form-home input {
    background: #ffffffbd;
    /* padding: 0 0 !important; */
    height: 53px;
}
#register-form-home input:focus {
    border-color: #fb420f;
}
#register-form-home label {
    font-size: 14px !important;
}
.hd-right-btn a rb {
    display: none;
}
/*whatsapp chetbox*/
    body {
     margin: 0;
     padding: 0;
     font-family: "Lato", sans-serif;
     background-color: #f6f7f9;
}
.chatbox-popup__header h1 {
     margin: 0;
     font-size: 16px;
     line-height: 1;
}
 button.chatbox-open {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 52px;
    height: 52px;
    color: #fff;
    background-color: #2db742;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 15%);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    margin: 16px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}
 button.chatbox-close {
     position: fixed;
    bottom: 10px;
    left: 10px;
     width: 52px;
     height: 52px;
     color: #fff;
     background-color: #2db742;
     background-position: center center;
     background-repeat: no-repeat;
     box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
     border: 0;
     border-radius: 50%;
     cursor: pointer;
     display: none;
     margin: 16px calc(2 * 16px + -16px) 16px 16px;
     z-index: 999;
}
.chatbox-popup {
    display: flex;
    position: fixed;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    flex-direction: column;
    display: none;
    bottom: calc(2 * 26px + 52px);
    left: 35px;
    width: 377px;
    height: auto;
    background-color: #fff;
    border-radius: 16px;
    z-index: 999;
    text-transform: capitalize;
}
.chatbox-popup__main p {
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    line-height: normal;
}
 .chatbox-popup .chatbox-popup__header {
     box-sizing: border-box;
     display: flex;
     width: 100%;
     padding: 16px;
     color: #fff;
     background-color: #2db742;
     align-items: center;
     justify-content: space-around;
     border-top-right-radius: 12px;
     border-top-left-radius: 12px;
}
.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
    margin-top: -12px;
    background-color: #2db742;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 43px;
    padding: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
}
 .chatbox-popup .chatbox-popup__main {
     box-sizing: border-box;
     width: 100%;
     padding: calc(2 * 10px) 16px;
     line-height: calc(16px + 16px / 2);
     color: #888;
     text-align: center;
}

 .chatbox-panel {
     display: flex;
     position: absolute;
     box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
     flex-direction: column;
     display: none;
     top: 0;
     right: 0;
     bottom: 0;
     width: 377px;
     background-color: #fff;
}
 .chatbox-panel .chatbox-panel__header {
     box-sizing: border-box;
     display: flex;
     width: 100%;
     padding: 16px;
     color: #fff;
     background-color: #2db742;
     align-items: center;
     justify-content: space-around;
     flex: 0 0 auto;
}
 .chatbox-panel .chatbox-panel__main {
     box-sizing: border-box;
     width: 100%;
     padding: calc(2 * 16px) 16px;
     line-height: calc(16px + 16px / 2);
     color: #888;
     text-align: center;
     flex: 1 1 auto;
}
header.chatbox-popup__header p {
    font-size: 13px;
    line-height: 1.5;
    margin: 6px 0;
}
 @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.w-box {
    padding: 15px 0;
    position: relative;
    text-decoration: none;
    display: table;
    border-left: 4px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.w-head {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em;
    font-weight: 600;
}
.w-service {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em;
}
.chatbox-popup__main a {
    text-decoration: none;
}
.w-box-con {
    position: absolute;
    left: 13px;
    font-size: 38px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}
button.chatbox-open i{
    line-height: 52px;
}
.w-box-con i {
    font-size: 38px;
    color: #2db742;
}
.w-text-box {
    text-align: left;
    padding-left: 62px;
}
.w-box:hover {
    background: none;
}
/*whatsapp chetbox*/
.hd-right-btn a {
    padding: 10px 15px !important;
}
button.chatbox-open img {
    width: 30px;
}
.chatbox-close img {
    width: 20px;
}
.w-box-con img {
    width: 36px;
}
.inner-page-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #626262;
    text-align: justify;
}
section.head-part {
    padding: 60px;
    background: #0a0a0a0a;
}
section.inner-page-content {
    padding: 70px 0;
}
h4.owner span {
    color: #767676;
    font-size: 15px;
}
h4.owner {
    color: #fb3d09 !important;
    font-size: 20px;
}
.inner-page-content h4, .inner-page-content h3 {
    font-size: 23px;
    font-weight: 700;
    color: #323232;
}
.inner-page-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
}
.portfolio-area .items {
    overflow: initial !important;
}

.portfolio-menu .btn {
    background: transparent;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    position: relative;
    box-shadow: none;
}

.portfolio-menu .btn::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: 5px;
    left: 50%;
    background-color: #0F4C81;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-menu .btn.active {
    color: #0F4C81;
}

.portfolio-menu .btn.active::after {
    width: 60%;
    visibility: visible;
    opacity: 1;
}

.single-case-studies {
    position: relative;
    margin-bottom: 45px;
}

.single-case-studies > a > img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-filter 0.4s;
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-filter 0.4s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), filter 0.4s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), filter 0.4s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-filter 0.4s;
    width: 100%;
}

.case-studies-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #be63f9 0%, #0449c4 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity .3s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .3s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}

.single-case-studies:hover .case-studies-overlay {
    opacity: 0.89;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*.single-case-studies:hover > a > img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}*/

.portfolio-area.style-two .single-case-studies:hover .case-studies-overlay,
.portfolio-area.style-two .single-case-studies:hover > a > img {
    -webkit-transform: inherit;
    transform: inherit;
}
section#portfolio {
    padding: 50px 0 80px 0;
}
.hd-right-btn a {
    margin: 4px auto !important;
}
























/*mobile responsive*/
@media only screen and (max-width: 767px) {
    body {
        background: black;
    }
    section.head-part, .inner-page-content{
        padding: 20px 0 !important;
        color: white;
    }
    .inner-page-content p, .inner-page-content a, .inner-page-content li{
        color: white;
    }
    section.head-part {
        background: #fb3a06;
    }
    .top-s-content p {
        color: #ffffff;
    }
    header.main-hedaer {
        background: white;
    }
    header.main-hedaer.fixed {
        padding-bottom: 0;
    }
    .top-form p {
        font-size: 20px;
    }
    .main-hedaer .col-md-3,
    .main-hedaer .col-md-8,
    .main-hedaer .col-md-2,
    .menu-icon {
        width: auto;
    }
    .hd-right-btn a rb {
        display: initial;
    }
    .talk-btn a {
        padding: 17px 18px;
        margin: 48px auto;
        font-size: 20px;
        width: 74%;
    }
    .course-deatil .row {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .cd-box b {
        justify-content: left;
    }
    .course-deatil .col-md-2 {
        margin-bottom: 25px;
    }
    .modal-table {
        margin-top: 25px;
    }
    .contact-modal button.btn-close {
        right: 5px;
        top: 2px;
    }
    .advantage .single-service.service-gallery {
        margin-bottom: 0 !important;
    }
    .row.ser-bx {
        margin-bottom: 0 !important;
    }
    .single-service.service-gallery {
        margin-top: 20px !important;
    }
    .why-choose {
        background-image: none;
    }
    .modal-form,
    .modal-table {
        padding: 22px;
    }
    .course-deatil .col-md-2:nth-last-child(1) {
        margin-bottom: 0;
    }
    .course-deatil .col-md-2 {
        border-right: none;
        padding-bottom: 10px;
    }
    .hd-right-btn a {
        font-size: 13px !important;
        padding: 6px 12px !important;
        position: relative;
        left: -5px;
        top: 0;
    }
    .hd-right-btn a span {
        display: none;
    }
    .advantage h3 {
        height: auto;
    }
    .service.can-do .service-box {
        height: auto;
    }
    .main-menu {
        position: fixed;
        top: 61px;
        left: 0;
        background: #fcfdff;
        z-index: 9;
        width: 100%;
        left: 0;
        border-top: 1px solid #b9b9b9;
    }
    .mobile-show.open .main-menu {
        transition: all 0.3s ease;
        display: initial !important;
    }
    .mobile-show .main-menu {
        transition: all 0.3s ease;
        display: none;
    }
    .mobile-show {
        transition: all 0.3s ease;
    }
    .main-menu ul {
        margin: 0;
        padding: 10px;
        display: block;
    }
    .menu-icon {
        display: flex;
        width: auto;
    }
    .main-menu ul li a {
        font-size: 17px;
    }
    .top-s-content {
        padding-top: 22px;
    }
    .main-hedaer .col-md-3,
    .main-hedaer .col-md-6 {
        width: auto;
    }
    header.main-hedaer .row {
        flex-wrap: inherit;
    }
    .menu-icon img {
        width: 27px;
    }
    .main-logo img {
        width: 144px;
        height: 32px !important;
    }
    .main-menu ul li {
        padding: 14px 12px;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 0;
    }
    .main-hedaer .col-md-6 {
        display: none;
    }

    .top-section {
        padding-top: 0;
    }
    .service.can-do {
        margin: 0;
    }
    .top-form {
        width: 100%;
        height: auto;
        border-radius: 22px;
        padding: 23px 25px;
        position: relative;
        margin-left: 0;
        margin-top: 26px;
        background: white;
    }
    .dammy-box {
        display: none;
    }
    .top-s-content h1,
    .heading-main {
        font-size: 27px;
        color: white;
        line-height: 1.5;
    }
    .top-s-content p {
        font-size: 16px;
        padding-top: 8px;
    }
    .top-s-content ul li {
        font-size: 15px;
        font-weight: 600;
        color: #c5c5c5;
        margin-bottom: 14px;
    }
    .top-s-content ul li img {
        width: 19px;
        margin-right: 6px;
    }
    .stop-middle-icon {
        top: 46%;
        right: -5%;
        z-index: -1;
        width: 101px;
    }
    .top-left-icon {
        top: 17px;
        width: 49px;
        left: -16px;
    }
    .course-deatil .col-md-2 {
        width: 100%;
        margin-bottom: 34px;
    }
    .course-deatil {
        padding: 0;
    }
    .why-choose .stop-middle-icon {
        top: 24%;
        right: -1%;
    }
    .Features ul li {
        width: 100%;
    }
    .can-do-top ul {
        flex-wrap: wrap;
    }
    .can-do-top ul li {
        padding-right: 26px;
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.02em;
        color: #e5e1e1;
        width: 72%;
        margin: 6px 0;
    }
    .can-do-top ul li:before {
        background: #919597;
        left: -24px;
    }
    .can-do-box {
        background: #ffffffe6;
    }
    .service-area {
        margin-bottom: 50px;
    }

    .can-do-top img {
        top: -40px;
    }

    .curriculum p {
        font-size: 15px;
    }
    section.can-do {
        padding: 70px 0 50px 0;
    }
    .can-do-top p {
        font-size: 15px;
        color: #cbcbcb;
    }
    .tool-img img {
        width: 100%;
        background: white;
        padding: 10px;
    }
    .tools .col-md-3 {
        padding: 0 7px 10px 7px;
    }
    .certificate {
        background-image: none;
    }
    .advantage {
        padding: 40px 0 20px 0;
    }
    .tools .col-md-3 {
        width: 50%;
    }
    .tool-img {
        margin-bottom: 4px;
    }
    .can-do-top {
        margin-bottom: 10px;
    }
    .cer-left-img img {
        width: 100%;
        margin-bottom: 45px;
    }
    section.review {
        padding: 50px 0;
    }
    #review .owl-next {
        right: 0;
    }
    #review .owl-prev {
        left: 0;
    }
    #review .owl-nav img {
        width: 27px;
    }
    .faq-tabs .nav-tabs {
        justify-content: center;
    }
    .faq-tabs .nav-link {
        padding: 9px 5px;
        font-size: 12px;
        color: #e2e2e2;
        /* width: 100%; */
    }
    .faq-tabs button.nav-link.active {
        color: #fb3a05;
    }
    .faq-tabs .accordion {
        margin-top: 15px;
    }
    .main-footer .col-md-2 {
        width: 50%;
    }
    .main-footer .col-md-2,
    .main-footer .col-md-4 {
        margin-bottom: 11px;
    }
    .ap-download img {
        width: 150px;
        padding-right: 10px;
    }
    .copyright ul li {
        padding-right: 18px;
    }
    .copy-left li a {
        font-size: 14px;
        color: #dddada;
    }
    .socila-iocns ul {
        justify-content: center;
    }
    footer.main-footer {
        padding: 50px 10px;
    }
    .modal-form h4 {
        margin-top: 19px;
    }
    .main-hedaer .col-md-8 {
        padding: 0;
    }
    .hd-right-btn a img {
        display: none;
    }
    .main-hedaer .col-md-2 {
        padding-right: 0;
    }
    .chatbox-popup {
    width: auto;
        height: auto;
        margin-right: 21px;
    }
    .course-deatil .row .col-md-3:nth-child(1), .course-deatil .row .col-md-3:nth-child(4) {
        width: 100%;
    }
    .course-deatil .row .col-md-3:nth-child(3) {
    width: 100%;
}
.course-deatil .row .col-md-2, .course-deatil .row .col-md-3 {
    justify-content: left;
    margin: 15px 0;
}
.course-deatil .row {
    padding: 18px 0px;
}
.cd-box span {
    justify-content: left;
}
.cd-box a {
    font-size: 12px;
    margin-left: 5px;
}













}
