@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
/* font-family: 'Rubik', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
/* font-family: FontAwesome; */

.container {
    padding: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #1e2a78;
}

::selection {
    color: white;
    background: #1e2a78;
}

a {
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

form {
    display: contents;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

/* -------------------- Large Blue Button --------------------------------- */
li.nav-item {
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.286;
    margin-right: 41px;
    
}
.navbar-light .navbar-nav .nav-link {
    color: #4f4f4f;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f9ad19;
}

.dropdown-item {text-transform: capitalize;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(249 173 25);
}

.box-card {
    min-height: 154px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    border: 10px solid #f9ad19;
    border-radius: 30px;
    text-align: center;
    background: #4f4f4f;
    color: #fff;
    padding: 20px;
}
.large-blue-button {
    border-radius: 30px;
    background-color: #f9ad19;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 45px;
    padding: 2px 24px 0 24px;
    letter-spacing: 1.6px;
    display: inline-block;
    transition: 0.3s;
    text-align: center;
}

.menu-button {
    margin-left: 33px;
}

.large-blue-button:hover {
    color: rgb(255, 255, 255);
    background: #4f4f4f;
    transition: 0.3s;
}

.large-blue-button:active {
    color: rgb(255, 255, 255);
    background-color: rgb(30, 42, 120);
}

/* -------------------- Large White Button --------------------------------- */

.large-white-button {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: rgb(30, 42, 120);
    text-transform: uppercase;
    line-height: 60px;
    padding: 0 42px 0 43px;
    letter-spacing: 2.6px;
    display: inline-block;
}

.large-white-button:hover {
    color: rgb(30, 42, 120);
    background: rgb(211, 211, 211);
}

.large-white-button:active {
    color: rgb(30, 42, 120);
    background-color: rgb(255, 255, 255);
}

/* -------------------- Section Heading --------------------------------- */

.section-heading {
  
    margin: 59px 0 59px 0;
}

.section-heading h1, 
.section-heading h2 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color:#4f4f4f;
    font-weight: bold;
    line-height: 1.343;
}


.section-heading-center h1 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: #4f4f4f;
    font-weight: bold;
    line-height: 1.343;
}

.grey{   background: #4F4F4F;}
.bg-grey{ background-color: rgba(100, 117, 137, 0.102);}
.bg-yellow{ background-color: rgb(249 173 25);}
.border-radious {
    border-radius: 70px;
}
.img-round {
    background: #e8e8e8;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 12px 15px;
}
.white-color{color: #FFFFFF !important;}
.yellow-color{color: #F9AD19 !important;}
.bg-light{background-color: #F6F6F6;}
.section-heading p {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.722;
    text-align: justify;
}

/* -------------------- Miscelleaneous --------------------------------- */

.mb-28 {
    margin-bottom: 28px;
}

.mt-30 {
    padding-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.pt-67 {
    padding-top: 67px;
}

.pt-44 {
    padding-top: 44px;
}

.mb-72 {
    margin-bottom: 72px;
}

.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

/* ------------ animations ------------ */

@keyframes bottom-arrow-animation {
    from {
        bottom: 50px
    }
    to {
        bottom: 0;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes shape-02-fade-in {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes video-player-animate {
    from {
        height: 144px;
        width: 144px;
        opacity: 0.749;
    }
    to {
        height: 300px;
        width: 300px;
        opacity: 0;
    }
}

@keyframes circle-bounce {
    0% {
        height: 220px;
        width: 220px;
    }
    50% {
        height: 230px;
        width: 230px;
    }
    100% {
        height: 220px;
        width: 220px;
    }
}

@keyframes scroll-header-animation {
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}

@keyframes member-skills {
    0% {
        width: 0;
    }
    50% {
        width: 25%;
    }
    100% {
        width: calc(50% - 9px);
    }
}

@keyframes skillbar {
    from {
        width: 0%;
    }
    to {
        width: 100%
    }
}