@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/metropolis');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    /* overflow-x: hidden; */
    /* background-color: #e5e2dd; */
}

body {
    margin: 0;
}
.nav {
    background: linear-gradient(80deg,  #3b276b 5%,  #e7af4e 100%);
}
p {
    margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}


/* index style */
.bg-set {
    background-image: url('../images/welcm-bg.svg');
    background-position: right 0px top 0px;
    background-repeat: no-repeat;
    background-size: 52%;
}

.top-rak-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -6%;
}

.cl-wht {
    color: #fff !important;
}

.mt-150 {
    margin-top: 10%;
}

.main-wrap .navbar .navbar-nav {
    list-style: none;
    background-color: transparent;
}

.main-wrap .navbar .navbar-nav .nav-item .active {
    border-bottom: 4px solid #030366;
    padding-top: 5px;
    font-weight: 700;
}

.main-wrap .navbar .navbar-nav .nav-item {
    margin-right: 40px;
}
.main-wrap .navbar .navbar-nav .nav-item a{
    font-weight: 700;

}
.main-wrap .navbar .navbar-nav .nav-item a:hover {
    /* font-weight: 600; */
    /* border: 5px black; */

    color: white;
}


.main-wrap .navbar .navbar-nav .nav-item a:focus {
    font-weight: 600;
    color: #A89859;
}

.main-wrap .navbar .navbar-nav .nav-item a:active {
    font-weight: 600;
    color: #A89859;
}

.main-wrap .navbar .navbar-nav .nav-item a {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
    text-decoration: none;
}

.main-wrap .navbar .navbar-nav {
    align-items: center;
}

.content-cntr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-hd {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.service-top img {
    width: 100%;
}

.signp-btn {
    width: 180px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    border-radius: 25px;
    background-color: #E30C0D;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    border: none;
}

.signp-btn:hover {
    color: #fff;
}

.signin-btn {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px 4px 12px;
    border-radius: 25px;
    background-color: #131b0cb3;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
}

.signin-btn:hover {
    color: #fff;
    background-color: black;
}

.top-content-wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-content-left h4 {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #c62618;
    padding-bottom: 12px;
}

.top-content-left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #161616;
    padding-bottom: 40px;
}

.reg-btn {
    text-decoration: none;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px 4px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    background-color: #73BA3B;
    border: none;
}

.reg-btn:hover {
    color: #fff;
}

.reg-btn span {
    padding-left: 7px;
}

.top-content-rt {
    position: relative;
    width: 50%;
    background-image: url('../images/index/topbg.svg');
    background-position: right;
    background-repeat: no-repeat;
    margin-left: 50px;
}

.icon1 {
    position: absolute;
    left: 6%;
    bottom: 0;
}

.icon2 {
    position: absolute;
    left: 2%;
    bottom: 25%;
}

.icon3 {
    position: absolute;
    left: 13%;
    top: 35%;
}

.icon4 {
    position: absolute;
    left: 18%;
    top: 12%;
}

.icon5 {
    position: absolute;
    top: 0%;
    left: 35%;
}

.icon6 {
    position: absolute;
    right: 38%;
    top: 5%;
}

.icon7 {
    position: absolute;
    top: 34%;
    left: 30%;
}

.mt-80 {
    margin-top: 80px;
}

.top-inner-wrap {
    padding: 100px 120px 100px 0px;
}

.top-inner-left {
    margin-left: 100px;
    width: 50%;
}

.top-inner-left h4 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #000000;
    padding-bottom: 12px;
}

.top-inner-left h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0;
    bottom: 18%;
}

.top-inner-left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #151414;
    line-height: 27px;
    padding-bottom: 40px;
}

.top-inner-left p span {
    font-weight: 500;
}

.appst-wp {
    display: flex;
    align-items: center;
    margin-left: 120px;
    margin-bottom: 55px;
}

.reg-transl-wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reg-transl-item {
    display: flex;
    align-items: center;
}

.reg-transl-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #253953;
    padding-left: 25px;
    padding-bottom: 0;
}

.transl-btn {
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    width: 87px;
    height: 32px;
    padding: 0px 12px 0px 12px;
    border-radius: 25px;
    background-color: rgba(59, 61, 59, .5);
    color: #fff
}

.appst-wp a {
    margin-right: 25px;
}

.courser-wrp {
    padding: 52px 120px 155px 120px;
    /* background-color: rgba(218, 237, 213, .2); */
}

.courser-wrp .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background: rgba(0, 117, 166, .6);
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    margin-right: 12px;
}

.courser-wrp .carousel-indicators .active {
    background: #0075A6;
    width: 21px;
    height: 15px;
    border-radius: 16px;
}

.courser-wrp .carousel-indicators {
    left: 0%;
    bottom: -25%;
}

.courser-wrp h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #0075A6;
    padding-bottom: 20px;
}

.text-p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #253953;
    padding-bottom: 60px;
}

.img-content-wp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    margin: auto;
}

.img-txt-top {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #0075A6;
    padding-top: 25px;
    padding-bottom: 15px;
}

.img-item {
    border: 2px dashed #0075A6;
    margin-right: 60px;
    padding: 30px;
}

.img-item:hover {
    border: unset;
    box-shadow: 0px 6px 20px 0px #25395333;
}

.img-item .reg-btn {
    margin: auto;
}

.courses-card-txt {
    padding-bottom: 15px;
}

.courses-card-txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3B3D3B;
    display: flex;
    align-items: center;
}

.courses-card-txt span {
    padding-right: 10px;
}

.rockt-wp {
    background-image: url('../images/index/rockt-bg.svg');
    background-position: calc(1% - 13px) calc(63% - 1px);
    background-repeat: no-repeat;
}

.service-wrap {
    padding: 100px 120px 100px 0px;
    display: flex;
}

.service-left {
    padding-left: 120px;
    width: 50%;
    margin-right: 30px;
}

#program .reg-btn {
    margin-top: 30px;
}

.servc-sub:first-of-type > img:first-child {
    width: 100%;
    height: 400px; 
    object-fit: cover;
    object-position: center;
}

.reg-btn img {
    width: auto;
    height: auto;
}
.servc-sub {
    margin-bottom: 30px;
}

.service-top h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.service-top h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0%;
    bottom: 24%;
}

.service-top p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #253953;
    padding-bottom: 40px;
}

.service-rt {
    width: 50%;
}

/* .service-card-top {
    height: 620px;
    overflow-y: scroll;
} */

* {
    scrollbar-width: auto;
    scrollbar-color: #adadad #ffffff;
}

.service-card-top::-webkit-scrollbar {
    width: 0px;
}

.service-card-top::-webkit-scrollbar-track {
    background: #ffffff;
}

.service-card-top::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.services-card {
    width: 100%;
    min-height: 340px;
    margin-bottom: 20px;
    padding: 32px;
    background-color: rgba(42, 41, 36, 0.142);
    border-radius: 20px;
    
}

.servce-card-inner {
    padding-top: 20px;
}

.servce-card-inner ul {
    margin-bottom: 0;
}

.servce-card-inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #2E2E2E;
    padding-bottom: 15px;
}

.servce-card-inner ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #2E2E2E;
    padding-bottom: 15px;
}

.servce-card-inner ul li:last-child {
    padding-bottom: 0;
}

.padd-lft {
    padding-left: 30px;
}

.servce-sub-innr ol li {
    padding-bottom: 10px;
}

.servce-sub-innr ol li:last-child {
    padding-bottom: 0;
}

.servc-card-tp {
    display: flex;
    align-items: center;
}

.services-card h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    color: #D2766E;
    text-align: start;
    text-transform: uppercase;
    padding-left: 20px;
}

.services-card .reg-btn {
    margin: auto;
}

.services-card h4 span {
    padding-right: 15px;
}

/* 
.services-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #030366;
    padding-top: 15px;
} */

.service-rt .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background: rgba(0, 117, 166, .6);
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    margin-right: 12px;
}

.service-rt .carousel-indicators .active {
    background: #0075A6;
    width: 21px;
    height: 15px;
    border-radius: 16px;
}

.service-rt .carousel-indicators {
    left: 6%;
    bottom: -15%;
}

.service-rt .carousel-control-prev {
    left: -5%;
}

.service-rt .carousel-control-next {
    right: -5%;
}

.certif-wrp {
    margin-top: 100px;
    margin-bottom: 100px;
}

.certif-wrp h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #000000;
    padding-bottom: 25px;
    text-align: center;
    width: fit-content;
    margin: auto
}

.certif-wrp h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0%;
    bottom: 29%;
}

.collaborate-wrp {
    margin-top: 100px;
    margin-bottom: 100px;
}

.collaborate-wrp h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #000000;
    padding-bottom: 25px;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.collaborate-wrp h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0%;
    bottom: 32%;
}

.squad-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.name-p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    padding-top: 30px;
}

.desi-p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
}


.certificate-img img {
    margin: auto;
}
.wid90{
    width: 90%;
}
.certifct-testi {
    text-align: center;
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
}

/* .certifct-testi .slick-dots li button:before {
    font-size: 13px !important;
    color: rgba(3, 3, 102, .6) !important;
    border-radius: 50% !important;
}

.certifct-testi .slick-dots li.slick-active button:before {
    background: #030366 !important;
    width: 21px !important;
    height: 15px !important;
    border-radius: 16px !important;
}

.certifct-testi .slick-dots li button:hover:before {
    opacity: .4;
}

.certifct-testi .slick-next:before {
    height: 60px;
    content: "";
    background: url(../images/Arrow\ circle\ up.svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
}

.certifct-testi .slick-prev:before {
    height: 60px;
    content: "";
    background: url(../images/Arrow\ circle\ up\ \(1\).svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
    left: inherit;
} */

.crti-btn-wp {
    margin-top: 180px;
}

.crti-btn-wp .signp-btn {
    width: 250px !important;
    margin: auto;
}

.wid-290 .signp-btn {
    width: 320px !important;
}

.testimonials-wp {
    height: 100%;
}

.testimonials-wp h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #000000;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.testimonials-wp h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0%;
    bottom: 34%;
}

.testi-top-p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #253953;
}

.client-testi {
    padding-top: 50px;
    margin: auto;
    height: 100%;
}

.client-testi .slick-dots li button:before {
    font-size: 13px !important;
    color: rgba(115, 186, 59, 0.43) !important;
    border-radius: 50% !important;
}

.client-testi .slick-dots li.slick-active button:before {
    background: #73BA3B !important;
    width: 21px !important;
    height: 15px !important;
    border-radius: 16px !important;
}

.client-testi .slick-dots li button:hover:before {
    opacity: .4;
}

.client-testi .slick-dots {
    top: 100%;
}

.client-testi .slick-next:before {
    height: 60px;
    content: "";
    background: url(../images/stroke1.svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
    /* right: 0; */
}

.client-testi .slick-prev:before {
    height: 60px;
    content: "";
    background: url(../images/Stroke2.svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
    left: inherit;
}

.gallery-testi {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin: auto;
}

.gallery-card img {
    width: 100%;
    margin: auto;
    padding: 20px;
}

.gallery-testi .slick-dots li button:before {
    font-size: 13px !important;
    color: rgba(115, 186, 59, 0.43) !important;
    border-radius: 50% !important;
}

.gallery-testi .slick-dots li.slick-active button:before {
    background: #73BA3B !important;
    width: 21px !important;
    height: 15px !important;
    border-radius: 16px !important;
}

.gallery-testi .slick-dots li button:hover:before {
    opacity: .4;
}

.gallery-testi .slick-dots {
    top: 100%;
}

.gallery-testi .slick-next:before {
    height: 60px;
    content: "";
    background: url(../images/stroke1.svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
    /* right: 0; */
}

.gallery-testi .slick-prev:before {
    height: 60px;
    content: "";
    background: url(../images/Stroke2.svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
    left: inherit;
}

.glry-testimonials-wp {
    height: 100%;
}

.glry-testimonials-wp h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #000000;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.glry-testimonials-wp h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0%;
    bottom: 34%;
}

.leadr-card {
    height: 100%;
    margin-bottom: 50px;
    margin-right: 30px;
}

.leadr-card img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.train-n {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #000000;
    padding-bottom: 5px;
}

.postin-p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}

.expr-box {
    width: 176px;
    height: 34px;
    border-radius: 20px;
    background-color: rgba(162, 157, 86, 0.38);
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin: auto;
}

.lead-content {
    border-top: 1px solid #73BA3B;
    padding: 30px 15px 0px 15px;
    box-shadow: 2px 2px 10px 5px #E0DFDF2B;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 280px;
}

.testi-item {
    margin-right: 10px;
}

.testi-item img {
    margin: auto;
}

.clients-testi-wp {
    padding-top: 30px;
    margin-bottom: 100px;
}

.clients-testi-wp h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    color: #000000;
    text-align: center;
    padding-bottom: 72px;
    width: fit-content;
    margin: auto
}

.clients-testi-wp h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0%;
    bottom: 58%;
}

.clients-testi-wp .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background: rgba(113, 188, 0, .6);
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    margin-right: 12px;
}

.clients-testi-wp .carousel-indicators .active {
    background: #71BC00;
    width: 21px;
    height: 15px;
    border-radius: 16px;
}

.clients-testi-wp .carousel-indicators {
    left: 11%;
    top: 100%;
}

.testi-img-lf {
    width: 298px;
    height: 280px;
    border-radius: 280px;
}

.testi-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    min-height: 280px;
    margin: auto;
    padding-bottom: 50px;
}

.testi-txt {
    position: relative;
}

.qt-img {
    position: absolute;
    left: -10%;
    top: -10%;
}

.testi-txt p {
    padding-left: 81px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #666666;
    padding-bottom: 15px;
}


/* .testi-txt p {
    padding-left: 81px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #253953;
    padding-bottom: 15px;
} */

.ft-wt {
    font-weight: 700 !important;
    color: #000000 !important;
}

.contact-section {
    display: flex;
    align-items: center;
    padding: 120px 120px 75px 0;
}

.contact-frm-wp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 100px 0;
}

.contact-left {
    width: 50%;
    margin-right: 48px;
}

.contact-rt {
    width: 100%;
}

.contact-rt h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #000000;
    padding-bottom: 55px;
    width: fit-content;
    margin: auto;
}

.contact-rt h4::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: #D2766E;
    left: 0;
    bottom: 50%;
}

.contact-form input {
    width: 100%;
    height: 56px;
    padding: 18px 20px 18px 24px;
    border-radius: 10px;
    border: 1px solid #D2766E;
    background-color: #F4F2E9;
    padding-bottom: 15px;
}

.contact-form select {
    width: 100%;
    height: 56px;
    padding: 18px 20px 18px 24px;
    border-radius: 10px;
    border: 1px solid #D2766E;
    background-color: #F4F2E9;
    padding-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    padding: 18px 20px 18px 24px;
    border-radius: 10px;
    border: 1px solid #D2766E;
    background-color: #F4F2E9;
    padding-bottom: 15px;
}

.contact-form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #253953B2;
}

.contact-form .reg-btn {
    margin-top: 30px;
}

.mt-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.m-50 {
    padding: 45px 0;
}

footer {
    background: linear-gradient(80deg,  #3b276b 5%,  #e7af4e 100%);
    color: #fff;
}

footer h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 12px;
}

.footr-rt {
    display: flex;
    justify-content: space-between;
}

.contact-item a,
.link-itm a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}

.contact-item,
.link-itm {
    margin-bottom: 10px;
}

.contact-item a span {
    padding-right: 12px;
}

.social-itms {
    display: flex;
    /* justify-content: right; */
    align-items: center;
}

.social-itms a {
    padding-right: 22px;
}

.social-itms a:last-child {
    padding-right: 0;
}

.social-wp {
    position: relative;
    height: 100%;
}

/* 
.social-wp h4 {
    text-align: right;
} */

.social-wp p {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    line-height: 21px;
    bottom: 0;
}

.social-wp p span {
    padding-right: 12px;
}

.app-str-wp {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.apps-itm {
    margin-right: 25px;
}

.counting-wp {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    background-color: #030366;
    padding: 45px 120px;
}

.counting-item {
    text-align: center;
    margin-right: 20px;
}

.counting-item h4 {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    color: #fff;
}

.counting-item h5 {
    font-size: 36px;
    font-weight: 800;
    line-height: 52px;
    color: #fff;
}

.counting-item p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}

.blue-bg-wp {
    padding: 22px 27px;
    width: 100%;
    background-color: #0075A6;
    text-align: center;
}

.blue-bg-wp p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}

.wtsp-wp {
    position: fixed;
    display: grid;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
}

.wtsp-wp a:first-child {
    margin-bottom: 15px;
}

.img-content-wp .slick-dots li button:before {
    font-size: 13px !important;
    color: rgba(0, 117, 166, .6) !important;
    border-radius: 50% !important;
}

.img-content-wp .slick-dots li.slick-active button:before {
    background: #0075A6 !important;
    width: 21px !important;
    height: 15px !important;
    border-radius: 16px !important;
}

.img-content-wp .slick-dots li button:hover:before {
    opacity: .4;
}

.certifct-testi .slick-dots {
    margin-top: 100px;
    top: 100%;
}

.certifct-testi .slick-slider .slick-list {
    padding-bottom: 70px;
}

/*  animation style */
/* .move-img-wrap {
    width: 500px;
} */
/* .move-img-wrap {
    position: relative;
    animation: top2botm 5s infinite;
    animation-direction: alternate;
}

@keyframes top2botm {
    50% {
        transform: translateY(50px);
    }
} */

/* slick */

.img-content-wp .slick-next:before {
    height: 60px;
    content: "";
    background: url(../images/index/blue-arrw.svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
    /* right: 0; */
}

.img-content-wp .slick-prev:before {
    height: 60px;
    content: "";
    background: url(../images/index/blue-arrw-1.svg) no-repeat;
    width: 60px;
    display: inline-block;
    position: absolute;
}

.service-card-bttm {
    display: flex;
    justify-content: center;
}

/* about style  */
.about_section{
    /* background-color: #7a80b269; */
    background: linear-gradient(80deg, #d580e4 5%,  #f6c092 100%);
    padding: 30px;
    border-radius: 4%;
}
.about_img{
    border-radius: 10px;
}
.name{
    font-size: 25px;
}
.mission-wp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 100px 0;
}

.mission-card {
    text-align: center;
}

.mission-card:first-child {
    margin-right: 100px;
}

.mission-card h4 {
    padding-top: 25px;
    padding-bottom: 12px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #030366;
}

.mission-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #253953;
}

.choose-wp {
    background-color: rgba(104, 164, 255, .1);
    padding: 55px 0;
}

.choose-wp h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #030366;
}

.choose-p {
    width: 80%;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #253953;
    padding: 20px 0 50px 0;
}

.choose-crd-wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-card {
    text-align: center;
    margin-right: 60px;
}

.choose-card:last-child {
    margin-right: 0;
}

.choose-card h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #030366;
    padding: 25px 0 12px 0;
}

.choose-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #253953;
}

/* safety style starts here */


.customers-wp {
    margin: 100px 0 150px 0;
}

.customers-wp h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #E30C0D;
    text-align: center;
    padding-bottom: 20px;
}

.customers-wp p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #253953;
    padding-top: 50px;
}

.customers-wp .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background: rgba(3, 3, 102, .6);
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    margin-right: 12px;
}

.customers-wp .carousel-indicators .active {
    background: #030366;
    width: 21px;
    height: 15px;
    border-radius: 16px;
}

.customers-wp .carousel-indicators {
    left: 11%;
    top: 100%;
}

.customers-item {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}

.customers-wp .carousel-control-prev,
.customers-wp .carousel-control-next {
    width: 0%;
}

.happy-clients-wp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 50px;
    align-items: center;
}

.clients-card {
    margin-right: 40px;
    margin-bottom: 50px;
}

.clients-card img {
    width: 100%;
}

/* cretificates style starts here */

.cert-wp {
    margin-top: 80px;
}

.cert-wp h4 {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #030366;
}

.cert-wp p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #253953;
    padding: 20px 0 50px 0;
    width: 80%;
    margin: auto;
}

.certificate-card {
    margin-right: 40px;
    margin-bottom: 40px;
}

.certificate-card img {
    width: 100%;
}

.wid-50 {
    width: 50%;
    margin-right: 50px;
}


/* services style starts here */
.offr-wp {
    padding-top: 100px;
    padding-bottom: 50px;
}

.offr-wp h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #030366;
    padding-bottom: 20px;
}

.offr-wp p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #253953;
    width: 80%;
    margin: auto;
}

.offr-card {
    background-color: rgba(104, 164, 255, 0.1);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.offr-card img {
    width: 100%;
}

.offr-card h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #030366;
    padding: 24px 0 12px 0;
}

.offr-card li {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #253953;
}


/* modal style */

.contact-mdl {
    padding: 40px;
}

.contact-top h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 44px;
    color: #0075A6;
    padding-bottom: 20px;
}

.contact-contnt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #3B3D3B;
    margin-top: 10px;
}

.contact-contnt span {
    color: #E30C0D;
    font-weight: bold;

}

/* responsive style */

@media (max-width: 1400px) {
    .wd-100 {
        width: 100%;
    }

    .certif-wrp h4 {
        font-size: 30px;
    }

}

@media (max-width: 1200px) {

    .top-inner-rt img {
        width: 100%;
    }

    .top-content-left {
        width: 70%;
        margin: 0px 30px 0px 0px;
    }

    .contact-left img {
        width: 100%;
    }

    .location-wp img {
        width: 100%;
    }

    .choose-card img {
        width: 100%;
    }

    .certificate-card {
        margin-right: 20px;
    }

    .counting-item h5 {
        font-size: 25px;
    }

    /* .client-testi {
        width: 80%;
    } */

    /* .certifct-testi {
        width: 80%;
    } */

    .certificate-img img {
        width: 100%;
    }

    .offr-wp p {
        width: 100%;
    }

    .wid-100 {
        width: 100% !important;
    }

    .top-content-left h4 {
        font-size: 40px;
    }

    .main-wrap .navbar .navbar-nav .nav-item {
        margin-right: 30px;
    }

    .testi-item {
        display: block;
    }

    .testi-txt {
        margin-top: 50px
    }

    .testi-img-lf {
        margin: auto;
    }
}

@media (min-width:992px) {
    .img-content-wp .slick-next {
        right: -25px;
    }

    .img-content-wp .slick-prev {
        left: -60px;
    }

}

@media (max-width: 991px) {
    .top-content-rt {
        margin-left: 0;
    }

    .certifct-testi {
        /* flex-wrap: wrap; */
        margin: auto;
    }

    .certificate-img {
        padding-top: 30px;
        margin: auto;
    }

    .padd-l {
        padding-left: 20px;
    }

    .top-content-wp {
        display: block;
    }

    .top-content-left {
        width: 100%;
        padding-bottom: 50px;
    }

    .mission-wp {
        display: block;
    }

    .mission-card {
        padding-bottom: 50px;
    }

    .mission-card:first-child {
        margin-right: 0px;
    }

    .choose-crd-wp {
        display: block;
    }

    .choose-card {
        margin-right: 0;
        padding-bottom: 50px;
    }

    .choose-p {
        width: 100%;
    }

    .contact-frm-wp {
        display: block;
    }

    .contact-left {
        width: 100%;
        padding-bottom: 50px;
    }

    .contact-left img {
        width: 100%;
    }

    .contact-rt {
        width: 100%;
    }

    .links-wp {
        padding-top: 30px;
    }

    .social-wp {
        padding-top: 30px;
    }

    .counting-item h5 {
        font-size: 18px;
    }

    .testi-img-lf {
        width: 100%;
    }

    .testi-img-lf img {
        margin: auto;
    }

    .customers-item {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }

    .top-inner-left {
        padding-top: 60px;
        width: 100%;
        margin-left: 0;
    }

    .service-card-top {
        padding-top: 50px;
    }

    .bg-set {
        background: none;
        height: auto;
    }

    .cl-wht {
        color: #253953 !important;
    }

    .main-wrap .navbar .navbar-nav .nav-item {
        margin-right: 0;
        padding-bottom: 20px;
    }

    .nav-btn .signp-btn {
        margin-right: 0;
    }

    .main-wrap .navbar .navbar-nav {
        margin-top: 35px;
    }

    .service-top {
        margin-bottom: 30px;
    }

    .cert-wp p {
        width: 100%;
    }

    .counting-wp {
        padding: 45px;
    }

    .gallery-testi {
        width: 90%;
    }

    .client-testi {
        width: 90%;
    }

}

@media (max-width: 768px) {
    .counting-wp {
        display: block;
    }

    .counting-item {
        padding-top: 20px;
        margin-right: 0;
    }

    .top-content-left h4 {
        font-size: 40px;
    }

    .social-itms {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .social-wp {
        height: 200px;
    }

    .certificate-card {
        margin-right: 0;
    }

    .cert-wp h4 {
        font-size: 30px;
    }

    .counting-wp {
        padding: 45px 10px;
    }

    .testi-img-lf img {
        width: 100%;
    }

    .top-content-left h4 {
        font-size: 25px;
        line-height: 35px;
    }

    .logo img {
        width: 75%;
        /* margin-left: 500px; */
    }

    .top-content-left p {
        text-align: justify;
    }

    .top-inner-left p {
        text-align: justify;
        /* font-size: 55px; */
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .service-hd {
        display: grid;
    }

    .signp-btn {
        font-size: 15px;
    }

    .servc-card-tp {
        display: block;
    }

    .services-card h4 {
        font-size: 18px;
        text-align: center;
        padding-left: 0;
    }

    .counting-item {
        padding-bottom: 30px;
    }

    .top-content-left h4 {
        text-align: center;
    }

    .clients-card {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .slick-dots {
        display: none !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .testi-txt p {
        padding-left: 0;
    }

    .collaborate-wrp h4::after {
        display: none;
    }

    .clients-testi-wp h4::after {
        display: none;
    }

    .contact-rt h4::after {
        display: none;
    }

    .service-top h4 {
        font-size: 26px;
    }

    .expr-box {
        width: fit-content;
        padding: 0 10px;
        font-size: 12px;
    }

    .reg-btn {
        font-size: 14px;
    }

    .padd-lft {
        padding-left: 0;
    }
}
.col-lg-6 {
    width: 50%;
    margin: 0 auto;
}
.services-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}
.servc-sub img{
    border-radius: 15px;
}
.servc-card-tp {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.servc-card-tp img {
    width: 50px;
    margin-right: 10px;
}
.servce-card-inner p {
    margin-bottom: 10px;
}
.servce-sub-innr {
    padding-left: 20px;
}
.hidden-content {
    display: none;
}
.read-more-btn, .read-less-btn  {
    background-color: #73BA3B;
    color: white;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s, box-shadow 0.3s;
    outline: none;
}
.read-more-btn:hover {
    background-color: #58b90f;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}
.read-more-btn:active {
    background-color: #2ac666;
}
.about-text{
    font-size: 25px;
}
#more {display: none;}
.servce-sub-innr.padd-lft h5 {
    font-weight: bold;
  }