.btn-link.text-dark-gray, .text-dark-gray, a.text-dark-gray-hover:hover {
    color: #1e3238;
}
.fs-80 {
    font-size: 70px;
    line-height: 78px;
}
.blog-only-text .card-body:hover .card-title, .text-shadow-large {
    text-shadow: 0 0 50px rgb(0 0 0 / 90%);
}
.fs-20 {
    font-size: 20px;
    line-height: 28px;
    opacity: 0.5;
    margin: 10px 0 30px;
}

.text-shadow-double-large {
    text-shadow: 0 0 100px rgb(0 0 0 / 90%);
}
.text-shadow-double-large {
    text-shadow: 0 0 100px rgb(0 0 0 / 90%);
}
.btn-link.text-white, .text-white, a.text-white-hover:hover {
    color: var(--white);
}
.fs-19 {
    font-size: 19px;
}
.text-white {
    --bs-text-opacity: 1;
    color: #fff;
}
.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}
.feature-box.feature-box-left-icon, .feature-box.feature-box-left-icon-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.feature-box.feature-box-left-icon-middle {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left;
}

.feature-box.feature-box-left-icon .feature-box-icon, .feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 30px;
}

.feature-box .feature-box-icon-rounded {
    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;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.me-15px {
    margin-right: 15px!important;
}
.h-65px {
    height: 65px!important;
}
.w-65px {
    width: 65px!important;
}
.bg-yellow {
    background-color: #ecab23;
}
.rounded-circle {
    border-radius: 50%!important;
}
section.top-space-margin.p-0.full-screen.md-h-600px.sm-h-500px.section-dark {
    height: 500px;
}



section.top-space-margin.p-0.full-screen.md-h-600px.sm-h-500px.section-dark {
    height: auto;
    /* background-attachment: fixed; */
    padding: 105px 0 !important;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat;
}

.mt-10 {
    margin-top: 10%!important;
}
.position-relative {
    position: relative!important;
}
.h-200px {
    height: 200px!important;
}

.w-200px {
    width: 200px!important;
}
.bg-yellow {
    background-color: #ecab23;
}
.fs-160 {
    font-size: 10rem;
    line-height: 10rem;
}

@media (min-width: 992px)
{
    .offset-lg-1 {
    margin-left: 8.33333333%;
}
}

.left-minus-25px {
    left: -28px;
}

.top-100px {
    top: 100px;
}
.position-absolute {
    position: absolute!important;
}
.w-40px {
    width: 40px!important;
}
.ps-14 {
    padding-left: 14%!important;
}
.pb-12 {
    padding-bottom: 12%!important;
}
.pe-14 {
    padding-right: 14%!important;
}
.pt-12 {
    padding-top: 12%!important;
}
.border-radius-6px {
    border-radius: 6px!important;
}
.box-shadow-quadruple-large, .box-shadow-quadruple-large-hover:hover {
    -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / 8%);
    box-shadow: 0 20px 60px rgb(0 0 0 / 8%);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
}
.left-0px {
    left: 0;
}
.contact-form-style-01 {
    margin-top: -100px;
}

.form-control, .form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right 20px center!important;
}

.contact-form-style-01 input, .contact-form-style-01 textarea {
    padding-left: 20px;
}

/*.form-control, .form-select, input, select, textarea {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: #7c898d;
    line-height: inherit;
    word-break: normal;
    -webkit-transition: .3s;
    transition: .3s;
}*/
.mb-15px {
    margin-bottom: 15px!important;
}
.contact-form-style-01 h6{
    font-size: 25px;
    line-height: 35px;
    color: #000;
        width: 100%;
    margin-bottom: 15px;
}
.d-inline-block {
    display: inline-block!important;
}
.terms-condition-box input[type=checkbox] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 4px;
    left: 0;
}

.terms-condition-box .box {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}
.fs-16 {
    font-size: 16px;
}

.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
}
.terms-condition-box .box {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}
.terms-condition-box .box:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.mb-20px
{
    margin-bottom: 20px;
}
.h5title, .h5title h1, .h5title h2, .h5title h3, .h5title h4, .h5title h5, .h5title h6 {
    font-size: 26px;
    line-height: 33px;
}
.ps-45px {
    padding-left: 45px!important;
}
.border-radius-6px {
    border-radius: 6px!important;
}
.hover-box {
    z-index: 1;
}
.m-0 {
    margin: 0!important;
}

.hover-box * {
    -webkit-transition: all .5s cubic-bezier(.5,1,.89,1);
    transition: all .5s cubic-bezier(.5,1,.89,1);
    will-change: transform;
}

.z-index-1 {
    z-index: 1;
}
.p-14 {
    padding: 14%!important;
}

.icon-extra-large {
    font-size: 50px;
}
.mt-auto {
    margin-top: auto!important;
}

.w-65 {
    width: 65%!important;
}
@media (max-width: 1399px)
{
    .xl-w-75 {
    width: 75%!important;


}
}
.h-50px {
    height: 50px!important;
}
.grid-loading::after, .w-50px {
    width: 50px!important;
}
.absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.icon-very-medium {
    font-size: 28px;
}
.lh-0px {
    line-height: 0;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(32,35,41,1)),to(transparent));
    background-image: linear-gradient(to top,rgba(32,35,41,1) 10%,transparent 50%);
}

figure.m-0.hover-box.overflow-hidden.position-relative.border-radius-6px a {
    display: block;
    width: 100%;
}
figure.m-0.hover-box.overflow-hidden.position-relative.border-radius-6px img {
    width: 100%;
}
.top-0px {
    top: 0;
}
.z-index-1 {
    z-index: 1;
}
.left-0px {
    left: 0;
}
.mt-auto.d-flex.w-100.align-items-center {
    z-index: 2;
}
#course-group-slider4
{
    min-width: 100vw;
}
.bg-very-light-gray {
    background-color: #eceff1;
}
.titleh5 {
    font-size: 32px;
    line-height: 40px;
}
.py-10 {
    padding: 80px 0;
}
#course-group-slider4 .slick-prev, #course-group-slider4 .slick-next {
    left: auto;
    width: 50px;
    height: 50px;
    opacity: 1;
    top: -80px;
    color: #000 !important;
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    border-radius: 50%;
    margin-left: 15px;
}
#course-group-slider4 .slick-next {
    right: auto;
    left: 60px;
}
.bg-base-color, .down-section-line .section-line:before, .header-cart-icon .cart-count {
    background-color: #0a89ee;
}
.text-decoration-line-bottom
{
    text-decoration: underline;
}

.fs-24 {
    font-size: 24px;
    line-height: 34px;
}
p.fs-18 {
    font-size: 18px;
    line-height: 26px;
}
.pb-10 {
    padding-bottom: 10%!important;
}
img.h-40px.md-h-35px.sm-h-40px {
    height: 40px;
}
.pt-10 {
    padding-top: 10%!important;
}
.p-15px {
    padding: 15px!important;
}
.border-color-extra-medium-gray {
    border-color: #e4e4e4!important;
}
.marquee-slide {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    position: relative;
}

.h-40px {
    height: 40px!important;
}
marquee {
    margin: 60px 0 !important;
}

.swiper-wrapper.marquee-slide.d-flex .swiper-slide {
    /* width: 50%; */
    margin: 0 50px;
}
.border-radius-30px {
    border-radius: 30px!important;
}
.ps-20px {
    padding-left: 20px!important;
}
.pe-20px {
    padding-right: 20px!important;
}
.mt-7 {
    margin-top: 85px;
}
.fw-500 {
    font-weight: 500!important;
}
.opacity-2 {
    opacity: .2;
}

.me-10px {
    margin-right: 10px!important;
}
.grid-loading::after, .w-50px {
    width: 50px!important;
}
.separator-line-1px {
    height: 1px;
}

.btn.btn-box-shadow.btn-white:active, .btn.btn-box-shadow.btn-white:hover, .btn.btn-white {
    background: #ffffff;
    color: #1e3238;
}


.btn.btn-white:active, .btn.btn-white:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}
.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.btn.btn-rounded.btn-large {
    padding: 14px 36px;
}
.btn.btn-large {
    font-size: 16px;
}
.btn.with-rounded {
    position: relative;
}
.btn.with-rounded.btn-large>span {
    line-height: 34px;
}

.btn.with-rounded.btn-large>span {
    width: 34px;
    height: 34px;
    right: 8px;
}
.btn.with-rounded>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
}
.btn.with-rounded.btn-large {
    padding-right: 55px;
}
.btn-box-shadow {
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -webkit-transition: all .3s cubic-bezier(.2,0,.3,1);
    transition: all .3s cubic-bezier(.2,0,.3,1);
}
.tab-style-08 ul .nav-item {
    padding: 0;
    background-color: transparent;
    border-right: 1px solid #eaeaeb;
    flex-grow: 1;
    flex-basis: 0;
}
.tab-style-08 ul .nav-item .nav-link {
    border: 0;
    margin-bottom: 0;
    padding: 30px 15px;
    background-color: transparent;
    position: relative;
    color: #7c898d;
}
.tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link.show, .tab-style-08 ul .nav-item .nav-link:hover {
    border: 0;
    color: #0a89ee;
}

.tab-style-08 ul .nav-item .tab-border {
    width: calc(100% + 2px);
    height: 3px;
    display: block;
    -wekit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
    position: absolute;
    left: -1px;
    top: 0;
}
.tab-style-08 ul .nav-item .nav-link.active .tab-border, .tab-style-08 ul .nav-item .nav-link.show .tab-border, .tab-style-08 ul .nav-item .nav-link:hover .tab-border {
    -wekit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.mb-8 {
    margin-bottom: 8%!important;
}
.left-35px {
    left: 35px;
}

.bottom-30px {
    bottom: 30px;
}
.ps-25px {
    padding-left: 25px!important;
}
.pb-20px {
    padding-bottom: 20px!important;
}
.pe-25px {
    padding-right: 25px!important;
}
.pt-20px {
    padding-top: 20px!important;
}
.w-250px {
    width: 250px!important;
}
.border-radius-4px {
    border-radius: 4px!important;
}
.bg-very-light-gray {
    background-color: #eceff1;
}
.countettile_text
{
    font-size: 50px;
    line-height: 60px;
    color: #000;
    font-weight: 700;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(35,35,35,.1)!important;
}
.amazingtitle
{
    font-size: 33px;
    line-height: 40px;
}
.text-emerald-green {
    color: #62cd54;
}
.team_section img
{
    width: 100%;
}
.hover-text {
    display: none;
}
.box-shadow-quadruple-large, .box-shadow-quadruple-large-hover:hover {
    -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / 8%);
    box-shadow: 0 20px 60px rgb(0 0 0 / 8%);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
}
.hover-box:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}
.border-radius-6px {
    border-radius: 6px!important;
}
.team-style-01 figure figcaption .social-icon {
    display: block!important;
    height: auto!important;
    margin-bottom: -50px!important;
    overflow: visible!important;
    -webkit-transition: .4s;
    transition: .4s;
}
.team-style-01 figure:hover figcaption .social-icon {
    margin-bottom: 0!important;
}
.mt-20px {
    margin-top: 20px!important;
}
.team-style-01 figure:hover figcaption {
    position: absolute;
    bottom: -1px;
}

.p-30px {
    padding: 30px!important;
}
figure.mb-0.hover-box.box-hover.position-relative {
    height: 100%;
}
section.p-0.bg-base-color {
    background: #015054;
}

@media screen and (max-width: 991px)
{
    .countettile_text {
    font-size: 24px;
    line-height: 40px;
}
.countettile_text {
    margin-right: 5px;
    padding-right: 5px;
}
span.fs-19.fw-600.ls-minus-05px.mb-5px.d-block.text-dark-gray.mt-2 {
    font-size: 13px;
}
.fw-700.mb-0.text-dark-gray.ls-minus-1px.amazingtitle.text-left {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}
.services-item {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 991px)
{
    .col-xl-4.col-lg-5.offset-lg-1.col-md-6.col-sm-6.text-center.text-md-start {
    text-align: left !important;
}
p.fs-18 {
    font-size: 15px;
    line-height: 24px;
}
.xl-outside-box-right-15 {
    font-size: 34px;
    line-height: 44px;
    word-break: break-word;
    display: inline;
}
}
@media screen and (max-width: 767px)
{
    .fw-700.mb-0.text-dark-gray.ls-minus-1px.amazingtitle.text-left {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px !important;
}
.fs-19.lh-28.last-paragraph-no-margin.text-white.pt-15px.pb-15px {
    text-align: center;
}
}

@media screen and (max-width: 575px)
{
    span.fs-19.fw-600.ls-minus-05px.mb-5px.d-block.text-dark-gray.mt-2 {
    font-size: 18px;
    padding: 0 10px;
    word-break: break-word;
    display: inline-block;
    margin: 30px 0;
}
.col-xl-4.col-lg-5.offset-lg-1.col-md-6.col-sm-6.text-center.text-md-start {
    text-align: left !important;
    padding-top: 120px;
}
.col-xl-4.col-lg-5.offset-lg-1.col-md-6.col-sm-6.text-center.text-md-start.successstories_rightcontent
{
    padding-top: 30px;
}
.ps-45px {
    padding-left: 20px;
}
}
h2.title.white-color, .orangecenter_heading h2, .orangecenter_heading h3, .orangecenter_heading h4, .orangecenter_heading h5, .orangecenter_heading h6 {
    color: #fff;
    font-weight: 600;
    color: orange;
    font-size: 2rem;
}

.sec-title.text-center.mb-50.md-mb-35 {
    color: #fff;
}

.titlecore {
    font-size: 29px;
    line-height: 39px;
    font-weight: 700;
    margin: 10px 0 30px;
    text-decoration: underline;
}

.sec-title.text-center.mb-50.md-mb-35 p {
    font-size: 18px;
    margin: 10px 0 38px;
}
    .black-bg2 {
    background-color: #000000;
}
.rs-services.services-style5 .services-item .services-wrap:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.rs-services.services-style5 .services-item .services-wrap {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 50px 10px 30px;
  margin: 0 3px 0 3px;
}
.rs-services.services-style5 .services-item .services-wrap .services-img img {
    height: 66px;
    width: 66px;
    max-width: inherit;
    object-fit: contain;
}
.rs-services.services-style5 .services-item .services-wrap .services-content {
  margin: 28px 0px 0px 0px;
}
.rs-services.services-style5 .services-item .services-wrap .services-content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 21px;
    color: #000;
}
.rs-services.services-style5 .services-item .services-wrap .services-content .title:hover {
  color: #ff7425;
}
.rs-services.services-style5 .services-item .services-wrap .services-content .services-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #3E3E3E;
  margin-bottom: 20px;
}
.rs-services.services-details .ser-details {
  margin: 0 0 0 -130px;
}
    span.text-dark-gray.ls-minus-05px.d-inline-block.lh-22 {
    font-size: 20px;
    font-weight: 700;
}
#successstories .slick-next, #successstories .slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bg-white-5);
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    z-index: 1;
    top: calc( 50% - 0px);
}
#successstories p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    color: #333;
}
    .amazingtitle {
    font-size: 25px;
    line-height: 35px;
}
    .countettile_text {
    font-size: 32px;
    line-height: 50px;
    }
    span.fs-19.fw-600.ls-minus-05px.mb-5px.d-block.text-dark-gray.mt-2 {
    font-size: 18px;
    padding: 0 10px;
    word-break: break-word;
    display: inline-block;
}
    .swiper-wrapper.marquee-slide.d-flex .swiper-slide {
    /* width: 50%; */
    margin: 0 15px;
}
.pt-10.pb-10 {
    padding: 10px;
}
    .left-0px {
    left: 0;
}

.bottom-80px {
    bottom: 73px;
}
.pt-35px {
    padding-top: 20px!important;
}
.mb-20px {
    margin-bottom: 10px;
}
.w-230px {
    width: 230px!important;
}
.border-radius-5px {
    border-radius: 5px!important;
}
[data-top-bottom] {
    transition: transform .65s cubic-bezier(.23,1,.32,1);
}
.box-shadow-double-large, .box-shadow-double-large-hover:hover {
    -webkit-box-shadow: 0 0 45px rgb(0 0 0 / 9%);
    box-shadow: 0 0 45px rgb(0 0 0 / 9%);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
}
.position-absolute {
    position: absolute!important;
}
section.top-space-margin.p-0.full-screen.md-h-600px.sm-h-500px.section-dark {
    height: auto;
    background-attachment: scroll;
    padding: 100px 0 !important;
    background-size: 100% auto;
    background-position: center !important;
}
.aboutusbreadcrumb {
    background: #fe8d00;
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    padding: 8px 50px;
    border-radius: 2px;
    text-shadow: none;
}
.contact-form-style-01 {
    margin-top: 0;
}
.whoweare_Section p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: justify;
    line-height: 26px;
}
.ptb70
{
    padding: 80px 0;
}
.h5title, .h5title h1, .h5title h2, .h5title h3, .h5title h4, .h5title h5, .h5title h6 {
    font-size: 31px;
    line-height: 41px;
}
.whoweare_Section h1, .whoweare_Section h2, .whoweare_Section h3, .whoweare_Section h4, .whoweare_Section h5, .whoweare_Section h6
{
    margin-bottom: 10px;
    text-align: left;
}
a.btn.btn-large.text-white.text-uppercase.btn-base-color.d-block.btn-box-shadow {
    background: #0a89ee;
    border-radius: 0;
    margin-top: 10px;
    display: block !important;
}
span.d-inline-block.fw-600.lh-24.text-dark-gray.ls-minus-1px.mb-30px.ps-20.pe-20 {
    padding: 0 20px;
}
.team-style-01 figure:hover figcaption .social-icon i {
    margin: 0 5px;
}
.feature-box.feature-box-left-icon-middle
{
    
}
.footer-area.footer-area-v2 .feature-box.feature-box-left-icon-middle {
    justify-content: end;
}

@media screen and (max-width: 991px)
{
    .countettile_text {
    font-size: 25px;
    line-height: 45px;
}
.rs-services.services-style5 .services-item .services-wrap {
    padding: 35px 10px 20px;
}
.rs-services.services-style5 .services-item .services-wrap .services-content .title {
    font-size: 16px;
    line-height: 25px;
}
.m-cross-icon, .m-search-icon
{
    padding: 7px 10px;
}
}
@media screen and (max-width: 500px)
{
    span.d-inline-block.fw-600.lh-24.text-dark-gray.ls-minus-1px.mb-30px.ps-20.pe-20 {
    padding: 0 10px;
}
.h5title, .h5title h1, .h5title h2, .h5title h3, .h5title h4, .h5title h5, .h5title h6 {
    font-size: 27px;
    line-height: 37px;
}
}
@media screen and (max-width: 300px)
{
.aboutusbreadcrumb {
    font-size: 25px;
    line-height: 40px;
    padding: 8px 35px;
}
section.top-space-margin.p-0.full-screen.md-h-600px.sm-h-500px.section-dark {
    padding: 80px 0 !important;
}
section.ptb70.aboutsection_about {
    padding-top: 125px;
}
}
section.top-space-margin.p-0.full-screen.md-h-600px.sm-h-500px.section-dark
{
    position: relative;
}
section.top-space-margin.p-0.full-screen.md-h-600px.sm-h-500px.section-dark:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.aboutusbreadcrumb {
    background: transparent;
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    padding: 0;
    border-radius: 2px;
    text-shadow: none;
    /*z-index: 999;*/
    position: relative;
}
ul.ulchecklist li {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 7px;
}

ul.ulchecklist {
    flex-wrap: wrap;
    display: flex;
    margin-top: 10px;
}

ul.ulchecklist li i {
    font-size: 14px;
    color: #4caf50;
}
p
{
    color: #333;
    font-size: 16px;
    line-height: 28px;
}
.pmb_2 p
{
    margin-bottom: 15px;
}
.srijan-next-level .why-choose-srijanweb {
margin-top: 30px;
}
.srijan-next-level .why-choose-srijanweb li {
margin-top: 20px;
background-size: cover;
text-align: center;
}
.srijan-next-level .why-choose-srijanweb li .libordernone {
background-color: #fff;
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
}
.why-choose-srijanweb {
padding: 0px;
margin: 0px;
list-style: none;
display: flex;
flex-wrap: wrap;
}
h2.mainheadingtitle.mb-2.d-block {
    text-align: center;
    color: #333;
}
.srijan-next-level .why-choose-srijanweb li .libordernone {
    text-align: left;
    padding: 30px 20px;
    min-height: 350px;
    border-radius: 10px;
}
h3.service_title {
    font-size: 20px;
    margin: 10px 0 5px;
}
.btntabber {
    background-color: #D0E5D9;
}
.skill-five-item {
    height: 100%;
    margin-bottom: 0;
}
.skill-five-item {
    border-radius: 0;
    padding: 5px;
    background: #FDF9DD;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(185 102 231 / 20%);
    box-shadow: 0px 10px 60px 0px rgb(185 102 231 / 20%);
    border: 2px solid #dde7f3;
    padding: 35px;
    margin-bottom: 30px;
    height: auto;
    min-height: 330px;
}
.skill-five-item.content {
    padding: 20px;
}
.skill-five-content h3 {
    color: #333;
    font-size: 22px;
    margin: 15px 0 5px;
}
.section-padding {
    padding: 60px 0;
}

.trusted_by .trust-logos a {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 44px;
    margin-bottom: 40px;
}
@media (min-width: 768px)
{
    .trusted_by .trust-logos a {
    width: 124px;
    margin-right: 20px;
    padding-right: 0;
    text-align: center;
}
}

@media (min-width: 992px)
{
    .trusted_by .trust-logos a {
    width: 170px;
}
}


@media (min-width: 1200px)
{
.trusted_by .trust-logos a {
    width: 17%;
}
}
@media (max-width: 575px)
{
.trusted_by .trust-logos a {
    width: 49%;
    padding-right: 0;
    text-align: center;
}
.trust-logos.mt-5 {
    text-align: center;
}
.trust-logos span {
    font-size: 15px;
}
.col-lg-6.pl-30.md-pl-15.pr-0 {
    padding-right: 15px;
}
.col-lg-6.md-mb-30.pl-0 {
    padding-left: 15px;
}
.ps-45px.lg-ps-15px.last-paragraph-no-margin.text-center.text-sm-start.whoweare_Section.h5title {
    text-align: left !important;
}
.ps-45px.lg-ps-15px.last-paragraph-no-margin.text-center.text-sm-start.whoweare_Section.h5title p {
    text-align: left !important;
}
}
.award-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.trust-logos p {
    line-height: 22px;
    font-size: 15px;
}

.trust-logos span {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.fleaxitemm {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.fleaxitemm img {
    margin-right: 10px;
    width: 30px;
    height: auto;
}
.skill-five-item
{
    text-align: center;
}
.contact-page-section .sc-quick-contact {
    padding: 28px 30px 35px;
    box-shadow: 0px 0px 16px rgb(4 59 80 / 10%);
    border-radius: 5px;
}
.contact-page-section .inner-part .title {
  font-size: 28px;
  color: #102d47;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-page-section .sc-quick-contact {
  padding: 28px 30px 35px;
  box-shadow: 0px 0px 16px rgba(4, 59, 80, 0.1);
  border-radius: 5px;
}
.contact-page-section .sc-quick-contact .from-control {
    border-color: #F1F1F1;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 5px;
    border: none;
    color: #767676;
    padding: 15px 18px;
    background: #F4FCFF;
    height: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}
.contact-page-section .sc-quick-contact textarea {
  height: 170px;
}
.contact-page-section .sc-quick-contact .form-group .btn-send {
    outline: none;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: #000;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: auto;
}
.contact-page-section .sc-quick-contact .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .contact-comment-box .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}
.contact-page-section .contact-comment-box textarea {
  height: 140px;
}
.contact-page-section .contact-comment-box .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #f24d5d;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}
.contact-page-section .contact-comment-box .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .contact-map {
  overflow: hidden;
}
.contact-page-section .contact-map iframe {
  float: left;
  width: 100%;
  height: 530px;
  border: none;
  border-radius: 5px;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin-bottom: 60px;
}
.contact-page-section .contact-address-section .contact-info {
    min-height: 155px;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 30px 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 16px rgba(4, 59, 80, 0.1);
  transition: all 0.3s ease;
}
.contact-page-section .contact-address-section .contact-info .icon-part {
  margin-right: 12px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #FCDBDF;
}
.contact-page-section .contact-address-section .contact-info .icon-part i {
  color: #f24d5d;
  font-size: 24px;
  margin: 0;
  padding: 0;
  display: block;
  padding-top: 18px;
}
.contact-page-section .contact-address-section .contact-info .icon-part .flaticon-call {
  font-size: 20px;
}
.contact-page-section .contact-address-section .contact-info .icon-part.sky-color {
  background: #D9F3FB;
}
.contact-page-section .contact-address-section .contact-info .icon-part.sky-color i {
  color: #40c1ec;
}
.contact-page-section .contact-address-section .contact-info .icon-part.yellow-color {
  background: #FEF1CD;
}
.contact-page-section .contact-address-section .contact-info .icon-part.yellow-color i {
  color: #FCB903;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #102d47;
  margin: 0 0 5px;
}
.contact-page-section .contact-address-section .contact-info .content-part a {
  color: #102d47;
}
.contact-page-section .contact-address-section .contact-info .content-part a:hover {
  color: #f24d5d;
}
.contact-page-section .contact-address-section .contact-info .content-part .contact-list li {
  display: inline-block;
}
.contact-page-section .contact-address-section .contact-info .content-part .contact-list li span {
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  color: #102d47;
  display: inline-block;
  width: 60px;
}
.contact-page-section .contact-address-section .contact-info .content-part .contact-list li {
  font-size: 16px;
}
.contact-page-section .contact-address-section .contact-info .content-part .address-des {
  font-size: 16px;
}
.contact-page-section .contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}
.contact-page-section {
    padding: 100px 0;
}
.contact-map {
    height: 100%;
}

.contact-map img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.pr-0
{
    padding-right: 0;
}
.pl-0
{
    padding-left: 0;
}
span.numberl {
    font-weight: 800;
    width: 29px;
    height: 28px;
    background: #607d8b1c;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    margin-right: 5px;
    display: none;
}


.skill-five-item:hover {
    transform: scale(1.05);
}
.skill-five-item {
    transition: 0.5s ease-in-out;
}
.skill-five-item {
    transition: 0.5s ease-in-out;
}

.skill-five-item:hover {
    transform: scale(1.05);
}

.srijan-next-level .why-choose-srijanweb li .libordernone {
    transition: 0.1s ease-in-out;
}

.srijan-next-level .why-choose-srijanweb li .libordernone:hover {
    background: #3c6ce6;
}

.srijan-next-level .why-choose-srijanweb li .libordernone:hover p, .srijan-next-level .why-choose-srijanweb li .libordernone:hover h3 a {
    color: #fff !Important;
}
section.ptb70.aboutsection_about {
    padding-bottom: 10px;
}
.text-justify {
    text-align: justify;
}
.aboutusbreadcrumb {
    color: #ffffff;
}
@media screen and (max-width: 575px)
{
    section.top-space-margin.p-0.full-screen.md-h-600px.sm-h-500px.section-dark {
    padding: 60px 0 !important;
}
.hideonmob_img
{
    display: none;
}
.ps-45px.lg-ps-15px.last-paragraph-no-margin.text-center.text-sm-start.whoweare_Section.h5title p {
    text-align: justify !important;
}
section.ptb70.aboutsection_about p {
    text-align: justify !important;
}
ul.why-choose-srijanweb.row p {
    text-align: justify !important;
}
.inner-part.mb-40.mb-2 p {
    text-align: justify;
}
}

.h3textt {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    line-height: 1.458em;
    padding: 9px 20px;
    border-left: 7px solid #fe8d00;
    margin: 0 0 20px;
        width: max-content;
}
@media screen and (max-width: 575px)
{
    .aboutusbreadcrumb {
    font-size: 25px;
    line-height: 40px;
    }
}
