
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");
button:focus {
    outline: none;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #756D6D #F5F5F5;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 6px;
  width: 6px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-track:hover {
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-track:active {
  background-color: #FFFFFF;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #756D6D;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #777777;
}


div.slide-right {
  width:100%;
  overflow:hidden;
}
div.slide-right p {
  animation: 10s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}




body {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}
section {
    overflow: hidden;
}



.gap_abt{
        padding-top: 10rem;
}
.gap{
    padding-top: 4rem;
}
.gap-big{
    padding-top: 12rem;
}
.bg-darkblue {
   background: #000000;

background: #192240;

}
.flex{
     display:flex;
}
.text-big{
    font-size: 5rem;
}

.text-left{
    text-align: left;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-250 {
    padding-top: 250px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.main_nav img {
    width: 120px;
}

.main_nav {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
}

.nav_header .navbar-nav .nav-item .nav-link {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.btn_nav {
    border: 2px solid;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 30px;
    font-weight: 500;

    color: white !important;
    border-color: #000540;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(75deg, #26ff00eb, #2a821aeb);
}
.btn_nav2 {
        border: 2px solid;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 30px;
    font-weight: 500;

    color: white !important;
    border-color: #000540;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(75deg, #2a821aeb, #1a1d82eb);
}
.btn_nav3 {
        border: 2px solid;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 30px;
    font-weight: 500;

    color: white !important;
    border-color: #000540;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(75deg, #1a1d82eb, #0007c8eb);
}


.nav-item:hover .btn_nav{
        background: linear-gradient(75deg, #0007c8eb, #1a1d82eb);
}
.nav-item:hover .btn_nav2{
    background: linear-gradient(75deg, #1a1d82eb, #2a821aeb);
}
.nav-item:hover .btn_nav3{
    background: linear-gradient(75deg, #2a821aeb, #26ff00eb);
}
.btn_nav:hover{
        filter:brightness(0.5) !important;
}
.btn_nav2:hover{
        filter:brightness(0.5) !important;
}
.btn_nav3:hover{
        filter:brightness(0.5) !important;
}


/* .nav_header .navbar-nav .nav-item .nav-link:hover {
    color: #4956ae;
} */

.btn_login {
    border: 2px solid;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 30px;
    font-weight: 500;
    color: white !important;
    border-color: #c86d95;
    background: linear-gradient(5deg, #0b0f1fd9, #4a3c5deb);
    transition: all 0.2s ease-in-out;
}


.btn_login:hover {
    background: linear-gradient(5deg, #4a3c5deb, #0b0f1fd9);
}

.btn_get_started {
    border: 2px solid;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    padding: 8px 30px;
    font-weight: 500;
    color: white !important;
    border-color: #4956ae;
    background: linear-gradient(5deg, #773257, #4a3c5deb);
    transition: all 0.2s ease-in-out;
}

.btn_get_started:hover {
    background: linear-gradient(5deg, #4a3c5deb, #773257);
}

.hero-carousel {
    position: relative;
}

.hero-carousel .owl-nav button.owl-next,
.hero-carousel .owl-nav button.owl-prev {
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 35px;
    background: rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.hero-carousel .owl-nav button.owl-next:hover,
.hero-carousel .owl-nav button.owl-prev:hover {
    background: rgb(0 0 0 / 50%);
}

.hero-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: -4%;
    left: 32%;
}

.hero-carousel .owl-nav button.owl-next span {
    position: absolute;
    right: 32%;
    top: -4%;
}

.carousel_bg_1 {
    background: linear-gradient(227deg, #000000d4 47%, hsla(233, 80%, 33%, 0.72) 92%), url(../images/carousel_1.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel_bg_2 {
    background: linear-gradient(227deg, #000000d4 47%,hsla(233, 80%, 33%, 0.72) 92%), url(../images/carousel_2.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel_bg_3 {
    background: linear-gradient(227deg, #000000d4 47%,hsla(233, 80%, 33%, 0.72) 92%), url(../images/carousel_2.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-heading {
    align-items: center;
    padding: 200px 0px;
}

.carousel-heading h1,
.carousel-heading {
    color: white;
    font-size: 80px;
    text-align: center;
}

.services {
    background: #121212;
}

.card .card-img img {
    height: 90px;
}

.gefory_card {
    background: transparent;
    border: 0;
}

.hero-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.hero-carousel .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}

.footer_sec {
    background: #141a30;
    padding-bottom: px;
}

.footer_icons a i {
    transition: all 0.2s ease-in-out;
}

.footer_icons a i:hover {
    transform: scale(1.1);
}

.icon_fb {
    color: #18449c;
    background: white;
    border: 0;
    border-radius: 50px;
    padding: 10px 13px;
}

.icon_twitter {
    color: #4da6e9;
    background: white;
    border: 0;
    border-radius: 50px;
    padding: 10px;
}

.icon_insta {
    color: #ab07b2;
    background: white;
    border: 0;
    border-radius: 50px;
    padding: 10px 11px;
}

.icon_call {
    color: #016bab;
    background: white;
    border: 0;
    border-radius: 50px;
    padding: 10px;
}

.icon_yt {
    color: #c71f1e;
    background: white;
    border: 0;
    border-radius: 50px;
    padding: 10px 9px;
}

.footer_links a {
    color: #9f9f9f;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.footer_links a:hover {
    color: #fff;
}

/* .news-card {
    width: 800px;
} */

.news-card {
    border: 0;
}

.news-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3d54b1;
    margin-bottom: 10px;
}

.news-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.news-card p {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
}

.news-card .btn-card-a {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #3d54b1;
}

.news {
    border-top: 2px solid #3d54b1;
    background: linear-gradient(227deg, #000000a8 47%, hsl(0deg 0% 0% / 96%) 92%), url(../images/news_bg.jpg);
    padding: 100px 0px;
    background-attachment: fixed;
}

.news-main h1 {
    color: white;
    font-size: 42px;
}

.copywrite-inner p {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
}

.copywrite-main {
    padding: 10px 0px;
    background: #404040;
}

.copywrite-inner a {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
}

.main_nav {
    transition: all 0.4s ease-in-out;
}

.main_nav.new {
    background: rgba(0, 0, 0, 0.733);
    transition: all 0.4s ease-in-out;
}

.news_carousel .owl-dots {
    margin-top: 40px !important;
}

.news_carousel .owl-dots .owl-dot span {
    background-color: white;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

.news_carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #3d54b1;
    transform: scale(1.05) !important;
}

.dropdown .dropdown-menu {
    transition: ease-in-out all 0.3s;
    visibility: hidden;
    display: block;
    opacity: 0;
}

.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.footerwight{
    width: 50%;
    margin-right: 50px;
}
@media screen and (max-width: 500px) {
    .carousel-heading h1,
    .carousel-heading {
        font-size: 42px;
    }
    .hero-carousel .owl-nav button.owl-next,
    .hero-carousel .owl-nav button.owl-prev {
        color: #fff;
        height: 80px;
        width: 26px;
        border-radius: 10px;
        font-size: 45px;
        background: #0000004d;
    }
    .hero-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 2px;
    }
    .hero-carousel .owl-nav .owl-next {
        position: absolute;
        right: 2px;
    }
    .footerwight{
        margin-top: 15px;
        width: 100%;
        margin-right: 0px;
    }
}


@media screen and (max-width: 900px) {
    .navbar-nav {
        background-color: #3d54b1;
        text-align: center;
    }
    .dropdown .dropdown-menu {
        transition: ease-in-out all 0.3s;
        visibility: hidden;
        display: none;
        opacity: 0;
    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .nav_header .navbar-nav .nav-item {
        padding: 7px 0px;
    }
}



.about_bg {
    background-color: rgb(42 43 47);
    padding: 50px 0px;
    position: relative;
    z-index: -1;
}

.about-content h1 {
    font-size: 50px;
    color: white;
}
.about-content p {
    margin-top: 30px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: white;
}
.about-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.about-img img:first-child {
    margin-bottom: -150px;
}

.about-img img {
    max-width: 350px;
    width: 100%;
    border-radius: 10px;
}

.about-img img:last-child {
    margin-top: -150px;
    margin-left: 285px;
}

.team-card {
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0px 5px 10px 4px #00000021;
}

.team-card-icon {
    padding: 0px 30px;
}

.team-card-content {
    padding: 30px 20px;
}

.team-card-content h6 {
    font-weight: 400;
    font-size: 20px;
    color: #3d54b1;
}

.team-card-icon {
    margin-top: 40px;
}

.team-card-icon a i {
    color: black;
    transition: all 0.3s ease-in-out;
}

.team-card-icon a i:hover {
    color: #3d54b1;
    transform: scale(1.3);
}

.team_bg {
    padding: 70px 0px;
    background: url("https://www.devsnews.com/wp/kimox/wp-content/uploads/2021/06/service-bg-1.jpg");
    background-attachment: fixed;
}


.team_main h1 {
    font-size: 50px;
    color: white;
    padding-bottom: 50px;
    text-align: center;
}

.common-shape-wrapper .common-shape-inner {
    height: 220px;
    width: 220px;
    background: #2a2b2f;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 100%;
    -webkit-transition: all 1.5s linear 0s;
    -moz-transition: all 1.5s linear 0s;
    -o-transition: all 1.5s linear 0s;
    transition: all 1.5s linear 0s;
}
.common-shape-wrapper {
    height: 490px;
    width: 490px;
    background: #1c1d1f;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 100%;
    -webkit-transition: all 1.5s linear 0s;
    -moz-transition: all 1.5s linear 0s;
    -o-transition: all 1.5s linear 0s;
    transition: all 1.5s linear 0s;
}

.gefory-undertitle{
    font-size: 35px;
    color: gray;
}



.bul-ul{
    list-style-type:none;
    margin:1em 0;
}

.container{
    padding:3em;
}
.main_nav .container {
    padding: 0 !important;
}
.copywrite-main .container {
    padding: 1em !important;
}
.hashtag li, .star li, .triangle li, .heart li {
  padding-left: 1.3em ;
}

.hashtag li:before,
.star li:before,
.triangle li:before,
.heart li:before {
  color:#aa002d;
  font-family:FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.hashtag li:before {
  content: ">";
}
.star li:before {
  content: "\f069";
}
.triangle li:before {
  content: "\f0da";
}
.heart li:before {
  content: "\f004";
}

.margin-refer{
    margin-left: 8rem;
    margin-top: 4rem;
    margin-bottom: 8rem;
    width: 90%;
}

.flex-col-reverse{
    flex-direction: row-reverse;
}

.wd{
    width:70%;
}

.padding-left{
    padding-left: 8rem;
}

.bg-creme{
    background: #1b2545;
}

.max-width-viva{
    max-width: 70%;
    width: 100%;
    min-width: 70%;
}

.bg-cremer{
    background-color: #212d56;
}

.justify-center{
    justify-content: center;
}

.align-center{
    align-content: center;
}

.text-white{
    color:white;
}

.text-medi{
    font-size: 3rem;
}
.align-right{
   align-items: right; 
}

@media screen and (max-width: 900px) {
    .margin-refer{
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 95%;
    }

    .flex {
        flex-direction: column;
    }

    .padding-left{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wd {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .max-width-viva {
        max-width: 100%;
    }

    .text-medi {
        font-size: 2rem;
        text-align: center;
    }

    .bg-cremer {
        text-align: center;
        padding: 1rem;
    }
}

.about_sec{
    background: linear-gradient(180deg, #1a1d82eb) ;
}
.about_sec01{
     background: linear-gradient(180deg, #1a1d82eb, #0007c8eb);   
}
.about_sec1{

    background: linear-gradient(180deg, #0007c8eb, #206061eb, #26ff00eb);   
}
.about_sec2{
     background: linear-gradient(180deg, #26ff00eb, #2a821aeb);

}
