
.rts-btn {
    padding: 18px 26px;
    font-size: 16px;
    border-radius: 100px;
    margin: 0;
    line-height: 1;
    display: flex
;
    align-items: center;
    max-width: max-content;
    transition: 0.3s;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover, .btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover, .btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.rts-btn.btn-primary img {
    margin-right: 2px;
}

@media only screen and (max-width: 1199px) {
    .menu-btn {
        display: block;
        display: flex !important
;
    }
}
.menu-btn {
    display: none;
    height: 45px;
    width: 45px;
    background: #045B9E;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
.side-bar.show {
    right: 0;
    overflow-y: auto;
}
@media only screen and (max-width: 575px) {
    .side-bar {
        width: 310px !important;
    }
}
.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 465px;
    padding: 40px 30px;
    padding-top: 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex
;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}
.side-bar button {
    max-width: max-content;
    margin-right: auto;
    margin-left: -53px;
    margin-top: 0;
    position: absolute;
    border: none;
}

.side-bar button i {
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    margin-top: -53px;
    font-size: 27px;
    background: #045B9E;
}

@media only screen and (max-width: 767px) {
    #side-bar .mobile-menu-main {
        display: block;
    }
}

.mt--30 {
    margin-top: 30px !important;
}

.mobile-menu-main nav ul {
    padding: 0 20px;
    display: block;
}

.mobile-menu-main nav ul li {
    margin: 0;
    padding: 0;
}

.mobile-menu-main nav ul li a.main {
    padding: 12px 0 17px 0;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    color: #000;
    font-weight: 500;
}
.mobile-menu-main nav ul li a {
    display: block;
}

.mobile-menu-main nav ul li.has-droupdown {
    position: relative;
}
.mobile-menu-main nav ul li {
    margin: 0;
    padding: 0;
}

.mobile-menu-main nav ul li a.main {
    padding: 12px 0 17px 0;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    font-weight: 500;
}
.mobile-menu-main nav ul li a {
    display: block;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}
.mobile-menu-main nav ul li.has-droupdown ul {
    padding: 0;
}
.mobile-menu-main nav ul {
    padding: 0 20px;
    display: block;
}
li > ul, li > ol {
    margin: 0;
}

.mobile-menu-main nav ul li.has-droupdown ul li {
    margin: 7px 0 !important;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 0 !important;
}
.mobile-menu-main nav ul li {
    margin: 0;
    padding: 0;
}
.mobile-menu-main nav ul li.has-droupdown ul a {
    padding: 10px 0;
    font-weight: 400;
    font-size: 16px;
}
.mobile-menu-main nav ul li a {
    display: block;
}
.main-nav a {
    transition: 0.3s;
}
ul li a {
    text-decoration: none;
    color: var(--color-gray);

}
.mobile-menu-main nav ul li.has-droupdown::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 pro" !important;
    font-size: 16px;
    right: 0;
    font-weight: 400;
    top: 5px;
    padding: 8px 13px;
    color: #fff;
    background: #045B9E !important;
    pointer-events: none;
    cursor: pointer;
}
/*====================================FOOTER*/
.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.footer-area .footer-shape {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
  animation: FocuS 1s linear 1s infinite;
}

.widget {
  max-width: 307px;
}
.widget img {
  margin-bottom: 30px;
}
.widget p {
  color: #e8e8e8;
  margin-bottom: 28px;
}
.widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget ul li {
  display: inline-block;
  margin-right: 10px;
}
.widget ul li:last-child {
  margin-right: 0;
}
.widget ul li i {
  color: #045B9E;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.widget ul li i:hover {
  background-color: #045B9E;
  color: #ffffff;
}
.widget ul li .social {
  position: relative;
  z-index: 1;
}
.widget ul li .social::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #4f1d69;
  transition: all ease 0.5s;
  z-index: -1;
}

.address h4 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #ffffff;
}
.address ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.address ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.address ul li:last-child {
  margin-bottom: 0;
}
.address ul li a {
  color: #e8e8e8;
}
.address ul li a:hover {
  color: #045B9E;
}
.address ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 18px;
  color: #045B9E;
}

.address .location li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}
.address .location li i {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.05);
  width: 41px;
  height: 41px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.address .location li i:hover {
  background-color: #045B9E;
  color: #ffffff;
}
.address .location li a {
  position: relative;
  top: 10px;
}
.address .location li span {
  color: #e8e8e8;
}

/*
Copyright Area Style
======================================================*/
.copy-area {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
  z-index: 1;
}
.copy-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.copy-area .copy {
  text-align: center;
}
.copy-area .copy p {
  font-size: 16px;
  color: #ffffff;
}
.copy-area .copy p span {
  color: #045B9E;
  font-weight: 500;
}
.copy-area .copy p a {
  color: #045B9E;
  font-weight: 500;
}

.footer-area.footer-area-2::before {
  background-color: transparent;
}

.copy-area.copy-area-2::before {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .address h4 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .address ul li {
        margin-bottom: 10px;
    }
}

/*-----------SLIDER*/

.hero{
    position: relative;
    background-color: #004050;
/*    background-image: url('../images/hero-bg.svg');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 0;
}

.hero.hero-bg-image{
    background: url('../images/hero-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 240px 0;
}

.hero.hero-bg-image::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#040303;
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-video .hero-bg-video{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero.hero-video .hero-bg-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-bg-image.hero-slider-layout{
    background: none;
    padding: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide{
    position: relative;
    padding: 240px 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #040303;
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination{
    position: absolute;
    bottom: 50px;
    text-align: center;
    z-index: 2;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: #045B9E;
}

.hero-content{
    position: relative;
    margin-right: 30px;
    z-index: 2;
}

.hero.hero-bg-image .hero-content{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.hero-content-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero.hero-bg-image .hero-content .hero-content-body{
    justify-content: center;
}

.hero-btn{
    display: flex;
    margin-right: 40px;
}

.video-play-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-button a{
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.video-play-button:hover a{
    border-color: #040303;
}

.video-play-button img{
    max-width: 20px;
    transition: all 0.3s ease-in-out;
}

.video-play-button:hover a img{
    filter: brightness(0) invert(0);
}

.video-play-button p{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.hero-content-footer{
    margin-top: 40px;
}

.hero-content-footer h2{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
}

.hero-client-slider .client-logo{
    text-align: center;
}

.hero-client-slider .client-logo img{
    width: 100%;
    max-height: 30px;
    opacity: 50%;
    transition: all 0.4s ease-in-out;
}

.hero-client-slider .client-logo img:hover{
    opacity: 100%;
}

.hero-image{
    position: relative;
    padding-left: 80px;
}

.hero-img figure{
    display: block;
}

.hero-img img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.352;
}

.company-experience{
    position: absolute;
    bottom: 25%;
    left: 0;
    background-color: #045B9E;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    width: 280px;
    animation: experienceobject 3s infinite linear alternate;
    overflow: hidden;
}

@keyframes experienceobject{
    50%{
        left: 40px;
    }
}

.company-experience::before{
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040303;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.company-experience:hover::before{
    top: 0;
}

.company-experience h3{
    position: relative;
    width: 35%;
    color: #fff;
    font-size: 46px;
    margin-right: 15px;
    z-index: 1;
}

.company-experience p{
    position: relative;
    width: 65%;
    color: #fff;
    text-align: left;
    margin: 0;
    z-index: 1;
}


@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom: 30px;
    }
}
.section-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .section-title h3 {
        font-size: 14px;
        padding-left: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title h3 {
        margin-bottom: 10px;
        padding-left: 30px;
    }
}
.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #040303;
    padding-left: 34px;
    margin-bottom: 15px;
}

.section-title.dark-section h1, .section-title.dark-section h2, .section-title.dark-section h3 {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .section-title h1 {
        font-size: 36px !important;
    }
}
@media only screen and (max-width: 991px) {
    .section-title h1 {
        font-size: 55px;
    }
}
.section-title h1 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.section-title.dark-section p {
    color: #fff;
    opacity: 80%;
}
@media only screen and (max-width: 991px) {
    .section-title p {
        margin-top: 15px;
    }
}
.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.hero.hero-bg-image .hero-content .hero-content-body {
    justify-content: center;
}
.hero-content-body {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .hero-btn {
        margin-right: 20px;
    }
}
.hero-btn {
    display: flex
;
    margin-right: 40px;
}

@media only screen and (max-width: 991px) {
    .btn-default {
        font-size: 16px;
        padding: 15px 60px 15px 20px;
    }
}
.btn-default {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: #045B9E;
    color: #fff;
    border-radius: 100px;
    padding: 18px 70px 18px 30px;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.btn-default::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #040303;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .btn-default::after {
        height: 24px;
        width: 24px;
        transform: translate(-20px, -50%);
    }
}
.btn-default::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: translate(-30px, -50%);
    transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
    .ptb-120 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
    .about-us-content {
        margin-bottom: 30px;
    }
}
.position-relative {
    position: relative !important;
}

@media only screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 30px;
    }
}
.section-heading {
    margin-bottom: 45px;
}

.section-heading .sub-title.two {
    color: #082720;
    display: -webkit-inline-box;
    padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
    .section-heading .sub-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.section-heading .sub-title {
    display: block;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}
.section-heading h2, .section-heading .h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .about-us-content .default-btn.mt-5 {
        margin-top: 30px !important;
    }
}
@media only screen and (max-width: 767px) {
    .default-btn {
        font-size: 14px;
    }
}
.default-btn {
    border: none;
    box-shadow: none;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    background-color: #045B9E;
    padding: 18px 30px 18px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    transition: all ease 0.5s;
}
.mt-5 {
    margin-top: 3rem !important;
}

.about-image {
/*    max-width: 1000px;*/
    margin-left: auto;
}
.about-image img{
    width: 100%;
}
.position-relative {
    position: relative !important;
}

@media only screen and (max-width: 767px) {
    .radius-30 {
        border-radius: 15px;
    }
}
.radius-30 {
    border-radius: 30px;
}
/*======================================================WHYC OOSE OS*/
.our-services{
    background: #F4F4F4;
    padding: 100px 0;
}
@media only screen and (max-width: 991px) {
    .our-services {
        padding: 50px 0;
    }
}
.our-service-content{
    position: sticky;
    top: 20px;
}

.our-service-list{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    overflow: hidden;
}

.service-item{
    position: relative;
    width: 50%;
    background: #fff;
    border: 1px solid #F3F3F3;
    padding: 40px;
    overflow: hidden;
}

.service-item:nth-child(odd){
    border-bottom: none;
}
@media only screen and (max-width: 767px) {
    .service-item {
        width: 100%;
        padding: 20px;
        border-right: none;
        border-left: none;
    }
}
@media only screen and (max-width: 991px) {
    .service-item {
        padding: 30px;
    }
}
.service-item:nth-child(even){
    border-left: none;
    border-bottom: none;
}

.service-item:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #045B9E;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.service-item:hover::before,
.service-item.active::before{
    top: auto;
    height: 100%;
}

.service-content-box{
    display: flex;
}

.service-item .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
    background: #045B9E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
}

.service-item .icon-box:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #040303;
    border-radius: 5px;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .icon-box:before,
.service-item.active .icon-box::before{
    top: auto;
    height: 100%;
}

.service-item .icon-box img{
    position: relative;
    z-index: 1;
    max-width: 40px;
}

.service-item-content{
    position: relative;
    width: calc(100% - 70px);
    z-index: 1;
}

.service-item-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.service-item-content p{
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-item-content h3,
.service-item.active .service-item-content h3,
.service-item:hover .service-item-content p,
.service-item.active .service-item-content p{
    color: #fff;
}

.service-btn{
    position: relative;
    width: 56px;
    height: 32px;
    background: #045B9E;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-btn::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #040303;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-btn::before,
.service-item.active .service-btn::before{
    top: auto;
    bottom: 0;
    height: 100%;
}

.service-btn img{
    position: relative;
    max-width: 20px;
    z-index: 1;
}

.service-no{
    position: absolute;
    right: 40px;
    bottom: -15px;
    z-index: 1;
}

.service-no h2{
    font-size: 78px;
    letter-spacing: 0.03em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    stroke-width: 10px;
    -webkit-text-stroke-color: #F3F3F3;
    stroke: #F3F3F3;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-no h2,
.service-item.active .service-no h2{
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
}

.service-footer{
    margin-top: 40px;
}

.service-footer p{
    margin-bottom: 0;
}

.service-footer p a{
    font-weight: 700;
    text-decoration: underline;
    color: #045B9E;
    transition: all 0.3s ease-in-out;
}

.service-footer p a:hover{
    color: #040303;
}

@media only screen and (max-width: 767px) {
    .service-no {
        bottom: -25px;
    }
}
@media only screen and (max-width: 991px) {
    .service-no {
        bottom: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .service-no h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .service-no h2 {
        font-size: 80px;
    }
}.service-content-box {
    display: flex
;
}
@media only screen and (max-width: 991px) {
    .service-item .icon-box {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .service-item .icon-box img {
        max-width: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .service-item-content {
        width: calc(100% - 60px);
    }
}
@media only screen and (max-width: 767px) {
    .service-item-content h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .service-item-content h3 {
        margin-bottom: 10px;
    }
}

}
@media only screen and (max-width: 991px) {
    .service-item-content p {
        margin-bottom: 20px;
    }
}
.service-item-content p {
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

.copy{
    color: #fff;
}


@media (max-width: 767px) {
    .who-we-are-one-leftbox {
        padding: 150px 0;
    }
}
@media (max-width: 1024px) {
    .who-we-are-one-leftbox {
        padding: 280px 0;
    }
}
.who-we-are-one-leftbox {
  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height:90%;
    position: relative;
}
@media (max-width: 767px) {
    .who-we-are-one-leftbox .fid-style-area {
        display: none;
    }
}
.who-we-are-one-leftbox .fid-style-area {
    position: absolute;
    right: 0;
    width: auto;
    bottom: 0;
    max-width: 100%;
}

.pbminfotech-ele-fid-style-2 {
    padding: 30px 0 0 30px;
    position: relative;
    background-color: #f8f7f0;
    border-radius: 30px 0 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    border-radius: 30px;
    padding: 24px 45px 38px 40px;
    background-color: #045B9E;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    font-size: 72px;
    line-height: 82px;
    font-weight: 600;
    padding-bottom: 10px;
    min-width: 180px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(64,74,61, .2);
}
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate {
    position: relative;
    padding-left: 25px;
    color: #fff;
}
.pbmit-fid{
    color: #fff;
}
#pbmit-heading-desc{
    color: #fff;
}
.pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

@media (max-width: 1024px) {
    .who-we-are-one-content {
        padding: 50px 0px 0px 0px !important;
    }
}
@media (max-width: 1200px) {
    .who-we-are-one-content {
        padding: 70px 0px 60px 40px;
    }
}
@media (max-width: 1366px) {
    .who-we-are-one-content {
        padding: 70px 0px 60px 50px;
    }
}
.who-we-are-one-content {
    padding: 70px 0px 60px 95px;
}@media (max-width: 767px) {
    .pbmit-heading-subheading {
        margin-bottom: 30px;
    }
}
.pbmit-heading-subheading {
    margin-bottom: 50px;
    position: relative;
}
.pbmit-heading-subheading .pbmit-subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 3px 23px 3px 40px;
    border-radius: 30px;
    color: #000;
    background-color:#fff;

}
@media (max-width: 575px) {
    .pbmit-heading-subheading .pbmit-title {
        font-size: 35px !important;
        line-height: 40px !important;
    }
}
@media (max-width: 767px) {
    .pbmit-heading-subheading .pbmit-title {
        font-size: 40px;
        line-height: 45px;
    }
}
@media (max-width: 991px) {
    .pbmit-heading-subheading .pbmit-title {
        font-size: 45px;
        line-height: 50px;
    }
}
@media (max-width: 1024px) {
    .pbmit-heading-subheading .pbmit-title {
        font-size: 50px;
        line-height: 55px;
    }
}
.pbmit-heading-subheading .pbmit-title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
}
#homeprpduct .pbmit-title{
     font-size: 48px !important;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    text-align: center;
}

.pbmit-heading-subheading .pbmit-heading-desc {
    margin: 25px 0 15px 0;
}
.home-about{
    padding-top: 60px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .ihbox-section-one {
        padding: 25px 10px 60px 10px;
    }
}
@media (max-width: 1200px) {
    .ihbox-section-one {
        padding: 25px 10px 80px 10px;
    }
}
.ihbox-section-one {
    padding: 25px 10px 100px 10px;
    background-color: #f8f7f0;
}

.pbmit-ihbox-style-7 {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.pbmit-ihbox-style-7, .pbmit-ihbox-style-7 .pbmit-ihbox-box, .pbmit-ihbox-style-7 .pbmit-ihbox-box-number, .pbmit-ihbox-style-7 .pbmit-ihbox-box::before, .pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    transition: all 0.4s ease-in;
}
@media (max-width: 1366px) {
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        padding: 40px 30px;
    }
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
    padding: 45px 35px;
    border-radius: 30px;
    position: relative;
    background: transparent;
    z-index: 1;
}
.pbmit-ihbox-style-7, .pbmit-ihbox-style-7 .pbmit-ihbox-box, .pbmit-ihbox-style-7 .pbmit-ihbox-box-number, .pbmit-ihbox-style-7 .pbmit-ihbox-box::before, .pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    transition: all 0.4s ease-in;
}

@media (max-width: 1500px) {
    .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
        clip-path: unset;
        border-radius: 30px;
    }
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background:#fff;
    z-index: -1;
/*    clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.14%, 95.399% 0.545%, 96.364% 1.192%, 97.245% 2.061%, 98.029% 3.129%, 98.701% 4.373%, 99.249% 5.772%, 99.657% 7.303%, 99.912% 8.945%, 100% 10.676%, 100% 61.278%, 100% 61.278%, 99.732% 65.983%, 98.988% 69.483%, 97.863% 71.995%, 96.447% 73.739%, 94.835% 74.934%, 93.119% 75.798%, 91.39% 76.552%, 89.742% 77.413%, 88.268% 78.601%, 87.061% 80.335%, 87.061% 80.335%, 86.147% 82.63%, 85.483% 85.137%, 84.946% 87.749%, 84.409% 90.359%, 83.749% 92.86%, 82.839% 95.146%, 81.556% 97.11%, 79.775% 98.644%, 77.369% 99.643%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.637% 99.861%, 4.603% 99.457%, 3.638% 98.811%, 2.758% 97.944%, 1.974% 96.879%, 1.302% 95.638%, 0.754% 94.241%, 0.346% 92.712%, 0.09% 91.071%, 0% 89.342%, 0% 10.676%, 0% 10.676%, 0.088% 8.945%, 0.343% 7.303%, 0.751% 5.772%, 1.299% 4.373%, 1.971% 3.129%, 2.755% 2.061%, 3.636% 1.192%, 4.601% 0.545%, 5.636% 0.14%, 6.726% 0%);*/
}
.pbmit-ihbox-style-7, .pbmit-ihbox-style-7 .pbmit-ihbox-box, .pbmit-ihbox-style-7 .pbmit-ihbox-box-number, .pbmit-ihbox-style-7 .pbmit-ihbox-box::before, .pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    transition: all 0.4s ease-in;
}@media (max-width: 400px) {
    .pbmit-ihbox-style-7 .pbmit-icon-wrapper {
        display: block !important;
    }
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important
;
}
@media (max-width: 400px) {
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    margin-right: 15px;
}

@media (max-width: 1366px) {
    .pbmit-ihbox-style-7 .pbmit-icon-type-icon {
        font-size: 38px;
        line-height: 28px;
    }
}
@media (max-width: 1366px) {
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        height: 70px;
        width: 70px;
    }
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
    font-size: 45px;
    line-height: 35px;
    color: #000;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    background-color: #045B9E;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1366px) {
    .pbmit-ihbox-style-7 .pbmit-element-title {
        font-size: 24px;
        line-height: 28px;
    }
}
.pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}

@media (max-width: 1366px) {
    .pbmit-ihbox-style-7 .pbmit-content-wrapper {
        padding-right: 0;
    }
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper {
    padding-top: 25px;
    margin-top: 25px;
    padding-right:10px;
    border-top: 1px solid rgba(64,74,61, .1);
    position: relative;
}

.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(64,74,61, .6);
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
    color: rgba(64,74,61, .8);
    text-align: justify;
}
.mt-50{
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .stat-counter {
        padding: 40px 0 10px;
    }
}
@media only screen and (max-width: 991px) {
    .stat-counter {
        padding: 60px 0 30px;
    }
}
.stat-counter {
    padding: 60px 0;
    background: #000;
}
@media only screen and (max-width: 991px) {
    .counter-item {
        margin-bottom: 30px;
    }
}
.counter-item {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .counter-item .counter-icon {
        border-radius: 20px;
    }
}
.counter-item .counter-icon {
    width: 80px;
    height: 80px;
    border-radius: 30px;
    background-color:#045B9E;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.counter-content {
    width: calc(100% - 110px);
}

.counter-content h3 {
    font-size: 40px;
    color:#fff;
    margin-bottom: 0;
}
.counter-content p {
    margin-bottom: 0;
    color: #045B9E;
    font-weight: 700;
}
.counter-content {
    width: calc(100% - 110px);
}

.counter-icon img{
    width: 50px;
}
#homeprpduct{
    padding-top: 60px;
    padding-bottom: 30px;
}
.choose3 {
/*padding-top: 30px;*/
padding-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose3 .heading3 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose3 .heading3 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose3 .heading3 {
    margin-top: 30px;
    padding: 0;
  }
}
.choose3 .heading3 .counter-boxarea .counter-box {
  margin-top: 24px;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.choose3 .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.space30 {
    height: 30px;
}

.team-section.team-page-3{
/*    background: #fff;*/
    padding: 70px 0px 0px 0px;

}

.team-section.team-page-3 .title-text h2{
    color: #000000;
}

.team-section.team-page-3 .title-text p{
    color: #444;
}

.team-section.team-page-3 .title-text:before{
    background: #7f7f7f;
}

.team-section.team-page-3 .team-block-one .inner-box .lower-content h3 a{
    color: #000;
}

.team-section.team-page-3 .team-block-one .inner-box .lower-content h3 a:hover{
    color: var(--theme-color);
}

.team-section.team-page-3 .team-block-one .inner-box .lower-content .designation{
    color: #444;
}
.team-section {
    position: relative;
    padding: 115px 0px 115px 0px;
    background-color: #f8f7f0;
}
.team-section.team-page-2 .team-block-one .inner-box {
    margin-bottom: 60px;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 36px;
}
.team-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 4px;
}

.team-section.team-page-3 .team-block-one .inner-box .lower-content h3 a {
    color: #000;
}
.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #fff;
}.team-section.team-page-3 .team-block-one .inner-box .lower-content .designation {
    color: #444;
}
.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.bg-color-edf1ee{
    background-color: #f8f7f0;
}
.choose-card-area.about-choose .choose-card {
    border: 1px solid rgba(12, 58, 48, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
    transition: all ease 0.5s;
    position: relative;
}
.choose-card {
    padding: 40px 40px;
}
.bg-color-ffffff {
    background-color: #ffffff;
}
.radius-30 {
    border-radius: 30px;
}
.choose-card i {
    display: inline-block;
    font-size: 45px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 92px;
    text-align: center;
    border-radius: 20px;
    background-color: #045B9E;
    margin-bottom: 35px;
    transition: all ease 0.5s;
}
.rounded-circle {
    border-radius: 50% !important;
}
.choose-card h3, .choose-card .h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.choose-card-area.about-choose .choose-card span {
    top: 70px;
    right: 40px;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #0c3a30;
}
.fa-handshake-o:before {
    content: "\f2b5";
}
#sustain{
    padding-top: 70px;
    padding-bottom: 70px;
}
.align-left{
    text-align: left !important;
}

.bolg-dare li{
    color: #000 !important;
}
.is-invalid          { border-color:#dc2626 !important; }
/* inline error message */
.error-message       { color:#dc2626; font-size:.825rem; margin-top:.25rem; }
.service-details{
    text-align: justify;
}