@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: #303030;
}

nav.navbar {

    padding: 10px 0;
    background: #f5f7fa;
    /* box-shadow: rgb(154 154 154 / 7%) 0px 7px 29px 0px; */
}

a.nav-link {
    padding: 10px 20px !important;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #1877f2;
    position: relative;
}

.navbar-light .navbar-brand {
    color: #1877f2;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #656565;
    font-weight: 400;
}

.btn.btn-dark {
    background-color: #ffffff;
    color: #1877f2;
}

.hero-banner .container-fluid {
    background: #f5f7fa;
    width: 100%;
    max-width: 1600px;
    padding: 60px 0px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.business_to_success .container-fluid {
    overflow: hidden;
}

.hero-banner .container-fluid::after,
.business_to_success .container-fluid::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 40px;
    height: 504px;
    width: 515px;
    background-image: url(./assets/shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: -1; */
}

.first_img {
    border-radius: 35px;
}

.second_img {
    margin-top: -65px;
    margin-left: 20px !important;
    border: 10px solid #f5f7fa;
    z-index: 1;
    position: relative;
    border-radius: 35px;
}

h1 {

    font-size: 55px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #3e3e3e;
}

.hero-banner p {
    font-size: 15px;
    color: grey;
}

.btn_icon {
    display: inline-block;
    background: white;
    padding: 4px 10px;
    color: #151515;
    border-radius: 7px;
    margin-left: 10px;
}

.btn.btn-dark .btn_icon {
    background: #1877f2;
    color: white;
}

.btn_icon i,
.btn_icon svg {
    transform: rotate(318deg);
}

.btn.btn-primary .btn_icon svg,
.btn.btn-primary .btn_icon i {
    color: #1877f2;
    transition: all .3s ease-in-out;
}

.btn.btn-dark .btn_icon svg,
.btn.btn-dark .btn_icon i {
    transition: all .3s ease-in-out;
}

.btn.btn-primary:focus,
.btn.btn-dark:focus {
    box-shadow: none;
}

.btn.btn-primary,
.btn.btn-dark {
    background: #1877f2;
    border: 0;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

.btn.btn-primary::after,
.btn.btn-dark::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1877f2;
    border-radius: 0;
    transition: all .3s ease-in-out;
    z-index: -2;
}

.btn.btn-dark::after {
    background-color: #ffffff;
}

.btn.btn-primary::before,
.btn.btn-dark::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #151515;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.btn.btn-primary:hover::after,
.btn.btn-dark:hover::after {
    left: 0;
    display: inherit;
}

.btn.btn-primary:hover:before,
.btn.btn-dark:hover:before {
    width: 100%;
}

.hero-banner .container-fluid .row {
    position: relative;
    z-index: 1;
}

.top_header {
    background: #1877f2;
    padding: 6px;
    color: white !important;
}

.top_header a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

a.social_icon {
    height: 30px;
    width: 30px;
    background: #ebebeb26;
    margin: 0 3px;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.social_icon:hover {
    background: white;
}

a.social_icon:hover {
    background: white;
    color: #1877f2;
    transform: scale(1.1);
}

.navbar-light .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1877f214;
    height: 100%;
    border-radius: 10px;
    /* transform: rotate(319deg); */
}

.navbar-light .navbar-toggler {
    border: 0;
    color: #1877f2;
}

footer {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: #03151d;
    border-radius: 20px;
    padding: 65px 25px;
}

footer a.navbar-brand {
    color: #1877f2;
    font-size: 30px;
    font-weight: 600;
}

footer p {
    color: #d1d1d1;
    margin: 20px 0;
}

footer .social_media a {
    color: #1877f2 !important;
    height: 35px;
    width: 35px;
}

footer h2 {
    color: white;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 25px;
}

footer ul li {
    transition: all .3s ease-in-out;
    padding-left: 28px;
    padding-bottom: 5px;
    list-style: none;
    position: relative;
    margin-bottom: 4px;
    /* border-bottom: 1px dashed red; */
}

footer ul {
    padding: 0;
}

footer ul li a {
    text-decoration: none;
    color: #afafaf;
}

footer ul li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
    /* clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%); */
    background: #1877f2;
    width: 15px;
}

footer ul li:hover {
    margin-left: 20px;
}

footer ul li:hover a {
    color: white;
}

.input_footer {
    border-radius: 0 !important;
    border: 0;
    padding: 10px;
    font-size: 15px;
}

footer a.btn.btn-primary {
    border-radius: 0;
    line-height: 25px;
}

.input_footer:focus {
    border: 0;
    outline: 0;
}

footer a.btn.btn-primary::after,
footer a.btn.btn-primary::before {
    border-radius: 0;
}



/* card_ design  */

.card_3 .card-body {
    color: white;
    inset: 7px;
    background: #ffffff;
    position: absolute;
    /* height: 100%; */
    padding: 0;
    border-radius: 12px;
}

.card_3 .card {
    /* padding: 10px; */
    overflow: hidden;
    position: relative;
    border: 0;
    background: #1877f2;
    border-radius: 15px;
    border-top-left-radius: 60px;
    height: 385px;
    /* width: 325px; */
}

.card_3 .icon {
    background: #1877f2;
    display: flex;
    height: 90px;
    width: 90px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    position: relative;
    border-bottom-right-radius: 50%;
}

.card_3 .icon svg {
    background: #ffffff;
    /* padding: 24px; */
    border-radius: 12px;
    border-top-left-radius: 38px;
    color: #1877f2;
    border-bottom-right-radius: 38px;
}

.card_3 .icon::after {
    position: absolute;
    content: '';
    right: -29px;
    top: 0px;
    height: 31px;
    width: 29px;
    background: #ffffff;
    border-top-left-radius: 20px;
    box-shadow: -3px -11px 0 0px #1877f2;
}

.card_3 .icon::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-top-left-radius: 20px;
    box-shadow: -8px -3px 0 1px #1877f2;
}

.card_3 .content {
    padding-top: 25px !important;
    padding: 9px;
}

.card_3 a.btn.btn-primary {
    padding: 10px 20px;

    border: 0;
    color: #fff;
    font-size: 17px;
}

.card_3 .content p {
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 31px;
}

.card_3 h3 {
    font-weight: 600;
    color: #1877f2;
    font-size: 22px;
    line-height: 33px;
}

section {
    padding: 60px 0;
}

section.about_us {
    padding-bottom: 45px;
}

.heading h2 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    width: fit-content;
    margin-top: 15px;
    text-transform: capitalize;
}

.heading span::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 75px;
    background: #1877f2;
    top: 10px;
    right: -95px;
    border-radius: 10px;
}

.owl-nav {
    position: absolute;
    top: -74px;
    /* background: #1877f2; */
    right: 0px;
    border-radius: 7px;
}

button.owl-prev span,
button.owl-next span {
    /* position: absolute; */
    /* background: green; */
    font-size: 51px !important;
    padding: 10px !important;
    color: #1877f2 !important;
    line-height: 0 !important;
    position: relative;
    top: 11px;
    left: -2px;
}

button.owl-prev,
button.owl-next {
    position: relative;
    background: #1877f22e !important;
    /* padding: 3px  18px!important; */
    line-height: 28px !important;
    height: 43px;
    width: 44px;
}

.abount_imgs_wraper {
    position: relative;
}

.about_imgs_2 {
    border-radius: 12px;
    border: 6px solid white;
    position: absolute;
    bottom: -145px;
    right: 25px;
}
.about_imgs{
    border-radius: 30px;
}
.heading span {
    font-size: 16px;
    color: #1877f2;
    font-weight: 500;
    margin-bottom: 29px !important;
    position: relative;
    text-transform: capitalize;
}
.rounded-3{
    border-radius: 20px !important;
}
.about_h3 {
    font-size: 20px;
    ;
}

ul.about_listing {
    padding-left: 0;
}

ul.about_listing li {
    list-style: none;
    margin-bottom: 7px;
}

ul.about_listing li svg,
ul.about_listing li i {
    color: #1877f2;
    margin-right: 10px;
}

section.business_to_success .container-fluid {
    width: 100%;
    max-width: 1600px;
    background: #f5f7fa;
    padding: 80px 0;
    border-radius: 35px;
}

.y_choose_img {
    border-radius: 20px;
}

.content_of_y_choose_us {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.content_of_y_choose_us h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
    line-height: 41px;
}

.img_before {
    position: relative;
    z-index: 1;
}

.img_before::after {
    content: '';
    height: 100%;
    width: 100%;
    background: #2c2c2cb3;
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
}

.content_of_y_choose_us p {
    font-size: 20px;
    color: white;
    margin-top: -11px;
}

.business_to_success .card {
    border-radius: 20px;
    border: 0;
    text-align: start;
    padding: 26px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.business_to_success .card .card-body {
    padding: 0;
}

.business_to_success .card .icon {
    background: #1877f2;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
    color: white;
    margin-bottom: 20px;
    z-index: 1;
}

.business_to_success .card h2 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
    color: #2f2f2f;
    z-index: 1;
}

.business_to_success .card p {
    font-size: 15px;
    color: grey;
    /* z-index: 1; */
}

.business_to_success .card::after {
    transition: all .3s ease-in-out;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background: #0c1524;
    top: 100%;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}

.business_to_success .card:hover::after {
    top: 0;
}

.business_to_success .card:hover p,
.business_to_success .card:hover h2 {
    color: white;
}

.btn.btn-primary:hover .btn_icon svg,
.btn.btn-primary:hover .btn_icon i,
.btn.btn-dark:hover .btn_icon svg,
.btn.btn-dark:hover .btn_icon i {
    transform: rotate(360deg);
}

.blog .card {
    border: 0;
    height: 100%;
    overflow: hidden;
}

.blog .card img {
    border-radius: 25px;
    margin-bottom: 15px;
    height: 250px;
    transition: all .3s ease-in-out;
    object-fit: cover;
}

.overflow_hidden {
    overflow: hidden;
    border-radius: 25px;
}

.overflow_hidden img {
    overflow: hidden;
}

.blog .card h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
    transition: all .3s ease-in-out;
    line-height: 27px;
    text-transform: capitalize;
}

.blog .card p {
    color: grey;
    font-size: 15px;
}

.blog .card:hover h2 a{
    color: #1877f2;
}

.blog .card:hover img {
    transform: scale(1.2);
}

.blog .card .overflow_hidden:hover:after,
.overflow_hidden:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.blog .card .overflow_hidden:after,
.overflow_hidden:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

section.hero-banner-inner .container-fluid {
    width: 100%;
    max-width: 1600px;
    background: linear-gradient(45deg, #35353591, #0505057a), url(./assets/about.jpg);
    border-radius: 20px;
    padding: 105px 0;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.hero-banner-inner h1 {
    /* -webkit-text-stroke: 1px #F8F8F8; */
    text-shadow: 3px 4px 0px #1877f2;
    /* color: #4a7e4e; */
    font-size: 45px;
    color: white;
    font-weight: 800;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.our_team .card {
    border: 0;
    overflow: hidden;
    border-radius: 30px;
}

.our_team .card .card-body {
    padding: 0;
}

.our_team .card .card-body img {
    border-radius: 30px;
    position: relative;
    transition: all .3s ease-in-out;
}

.our_team_img {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.our_team_img::after {
    height: 100%;
    width: 100%;
    background: #12121240;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    /* z-index: 1; */
}

.our_team_img:hover::after {
    display: none;
}

.our_team_img:hover img {
    transform: scale(1.2);
}

.our_content {
    /* transition: auto; */
    background: #00000091;
    position: absolute;
    width: 100%;
    bottom: -60px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 25px;
    transition: all .3s ease-in-out;
}

.our_content h3 {
    color: white;
    font-weight: 700;
}

.our_content p {
    color: white;
}

.our_content svg,
.our_content i {
    color: #1877f2;
}

.our_team .card:hover .our_content {
    bottom: 0;
}

.our_content .a.social_icon {
    color: white;
}

.team_social a.social_icon svg,
.team_social a.social_icon i {
    color: white;
}

.team_social a.social_icon:hover svg,
.team_social a.social_icon:hover i {
    color: #1877f2;
}

.title_content h5 {
    font-size: 20px;
    margin-right: 20px;
}

.title_content svg {
    margin-right: 6px;
    color: #1877f2;
}

.sidebar_card {
    padding: 10px;
    border: 0;
    background: #f5f7fa;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 20px;
    height: 100%;
}

.sidebar_card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar_card li {
    position: relative;
    list-style: none;
    padding: 10px 0px 10px 40px;
    border-bottom: 0;
    font-size: 16px;
    background: white;
    margin-bottom: 10px;
    border-radius: 7px;
    transition:  all .3s ease-in-out;
}

.sidebar_card ul {
    padding-left: 0;
}

.sidebar_card li:last-child {
    border-bottom: 0;
}

.sidebar_card li::after {
    position: absolute;
    content: '';
    top: 16px;
    left: 20px;
    height: 10px;
    width: 10px;
    background: #1877f2;
    border-radius: 50%;
    transition-duration: all .1s ease-in-out;
}

.sidebar_card li:hover {
    background-color: #1877f2;
    color: white;

}
.sidebar_card li:hover::after{
    background-color: white;
}
.breadcrumb {
    background: #1877f2;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 11px;
    color: white !important;
    text-decoration: none;
}

.breadcrumb li a {
    text-decoration: none;
    color: white;
}

li.breadcrumb-item.active {
    color: #d0d0d0ad;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #d0d0d0ad;
}
.dropdown-menu[data-bs-popper] {
    color: white;
    margin-top: 18px;
    border: 0;
    background: #03151d;
    border-radius: 16px;
    padding: 20px;
}

.dropdown-item {
    color: white;
    font-weight: 500;
}

.dropdown-item:hover {
    background: none;
    color: #1877f2;
}
.bg-light {
    background-color: #f5f7fa !important;
}
.service_cards{
    border-radius: 20px;
}
.blog .card h2 a{
    text-decoration: none;
    color: #03151d;
}
.no_card_after .card::after{
display: none;
}
.form-control {
    font-size: 16px;
    border-radius: 10px;
    border-color: #1877f240;
    padding: 9px;
}

.form-control:focus-visible {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1877f2;
}
footer .social_media a:nth-child(1) {
    background: #1da1f2;
    color: white !important;
}

footer .social_media a:nth-child(2) {
    color: white !important;
    background: #1877f2;
}

footer .social_media a:nth-child(3) {
    color: white !important;
    background: #e4405f;
}

footer .social_media a:nth-child(4) {
    background: #0a66c2;
    color: white !important;
}

footer .social_media a:nth-child(5) {
    background: #e60023;
    color: white !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: transparent;
    color: #1877f2;
}
.for_small_devices,.close_button{
    display: none;
}
.sticky{
    position:fixed;
    top:0;
    z-index: 9;
    left:0;
    width:100%;
  }
  button.btn.back-to-top {
    position:fixed !important;
    background: #1877f2;
    bottom: -50px;
    display: none;
    right: 28px !important;
    color: white;
    z-index: 99;
    transition: bottom 0.5s ease-in-out;
}

#backToTop.show {
    display: block;
}

#backToTop.fall {
    bottom: 30px;
}

/* Progress bar */

.progress-bar-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f7fa;
    z-index: 1;
  }

  .progress-bar {
    height: 100%;
    background-color: #1877f2;
    transition: all 0.3s ease;
  }


.icon_down {
    height: 80px;
    width: 80px;
    background: white;
    border-bottom-right-radius: 42px !important;
    border-top-left-radius:  42px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rounded-0::before{
    border-radius: 0 !important;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    display: none;
}

.backdrop.active {
    opacity: 0.98;
    z-index: 5;
    display: block;
}
.dropdown-toggle::after{
    border: 0 !important;
}
.main-wrapper{
    margin-top: 30px;
}
.dropdown::after {
    content: '\f0d7';
    position: absolute;
    top: 10px;
    right: 9px;
    /* height: 10px; */
    /* width: 10px; */
    background-color: #ff000000;
    font-size: 15px;
    border: 0;
    font-family: 'FontAwesome';
    color: #1877f2;
}
.business_to_success {
    height: 100%;
}