:root {
   --blue_color:#1a73e8
}
body {
    /* background-color: var(--blue_color) !important; */
}
/* h1,h2,h3,p {
    color: white;
} */

.fs-18 {
    font-size: 18px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fw-bold {
    font-weight: bold;
}
.capitalize {
    text-transform: capitalize !important;
}
.color_red{
    color: red !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.timeline-card {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}
.banner-margin-header {
    margin-top: 100px;
}
.banner-section .container {
        padding: 30px;
}
.hero-caption h1 {
    color: white;
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.hero-caption p {
    color: white;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.border-btn {
    border: 1px solid #150303;
    color: #150303;
    background: none;
    text-transform: normal;
    padding: 15px 34px !important;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
     background: linear-gradient(to left, #fff 50%, #56789e 50%) right;
    background-size: 200%;
    transition: .5s ease-out; 
}
.border-btn:hover {
    background-position: left; 
    text-decoration: none;
    color: #fff;
}

.user-profile {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border: 2px solid #56789e;
    padding:12px;
}
@media screen and (max-width: 480px) {
    .fs-10-title {
        font-size: 8px !important;
    }
  .user-profile {
    margin-top: 40px;
  }
  .sm-fs-26 {
    font-size: 26px !important;
  }
  .sm-fs-18 {
    font-size: 18px !important;
  }
  .v-btn__content {
    margin: 7px !important;
  }
}
.skills-section {
  /* background-color: white;
  padding: 20px;
  margin-top: 40px; */
}
.education-section {
    /* background-color: white;
    padding: 20px;
    margin-top: 40px; */
  }

  .banner-section .fa {
  color: white;
  font-size: 30px !important;
  margin-left: 10px;
}
.skills-section h5 {
  margin-top:20px;
}
.progress {
  background-color: #ddd;
}
.hero-caption h3 {
    color: white;
    font-weight: 400;
}
@media screen and (min-width: 792px) {
    .cv-btn {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid white;
        background: none;
        color: white;
        background: linear-gradient(to left, #195190 50%, #56789e 50%) right;
        background-size: 200%;
        transition: .5s ease-out; 
    }
    .cv-btn:hover {
        background-position: left; 
    }
}
@media screen and (max-width: 780px) {
    .cv-btn {
        display: none;
    }
}

.main-header {
    /* position: relative;
    padding: 0px;
    margin: 0px; */
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 100%;
    /* background: var(--blue_color) !important; */
    z-index: 999;
}
.main-header .container {
    padding: 0px;
}
.nav-item {
    padding: 0 7px;
}
.navbar-brand {
    color: white !important;
    font-weight: 800;
}
.nav-link {
    color: white !important;
    font-weight: 600;
}
form  .contact_btn {
    background: #195190 !important;
    border:0;
}
.toggler-icon {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
}
.portfolio-header h1 {
    color: white;
    font-weight: 400;
    text-align: center;
    margin: 50px 0px 50px 0px !important;
}
.portfolio-header p {
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}
.card-img-top {
    padding: 15px;
}
.card {
    margin-top: 10px;
}
.card-title {
    font-weight: bold;
}
.card-text {
    color: black;
}
.sticky-header {
    position: fixed;
    z-index: 99999;
    background: white;
    width: 100%;
}
.sticky-header a {
    color: var(--blue_color) !important;
}
.form-group label {
    color:white;
}
.footer {
    background: white;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.footer h1 {
    /* color: var(--blue_color); */
    /* font-weight: 600; */
}
.footer p {
    /* color: var(--blue_color); */
    /* font-weight: 600; */
}
.footer .social-icons i{
    /* color: var(--blue_color) !important; */
}
.blog {
    border: 1px solid white;
    margin: 10px 0px 10px 0px;
    
}
.blog img {
    /* height: 400px; */
    width: 100%;  
}
.blog h3 {
    margin: 10px 0px 10px 0px;
}
.blog-page h2{
    margin-bottom: 20px;
}
.blog .date{
    font-size: 40px;
    width: 120px;
    background: black;
    position: relative;
    top: -56px;
    left: 30px;
    text-align: center;
}
.blog .black{
    color: black;
}
.send-btn {
    padding: 14px 50px !important;
    font-size: 19px !important;
    background-color: salmon !important;
}
.black-color {
    color: black;
    margin: 10px 0px 10px 0px;
}
.errors {
    color: red;
    font-weight: 400;
}

.v-application--is-ltr .v-data-table__mobile-row__cell {
    text-align: left !important;
}
.v-list .v-list-item--active {
    /* color: #1976d2 !important; */
}

.primary {
    /* background-color: #1976d2 !important; */
    /* color: white !important; */
}
.danger {
    background-color: red !important;
    color: white !important;
}

.info {
    background-color: #17a2b8 !important;
    color: white !important;
}
.red--text {
    color: red !important;
}
.align-center {
    text-align: center;
}

.alert-container {
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    top: 10%;
    right: 0px;
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  

/* animation start*/
.portfolin-animate-fading{animation:fading 5s}@keyframes fading{0%{opacity:0}100%{opacity:1}}
.portfolin-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.portfolin-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.portfolin-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.portfolin-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.portfolin-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.portfolin-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
/* animation end */

.ql-syntax {
    background-color: black;
    color: white;
}

.p40{
    padding: 40px !important;
}
.p20{
    padding: 20px !important;
}
.p30{
    padding: 30px !important;
}
.m10 {
    margin: 10px !important;
}
.m20 {
    margin: 20px !important;
}
.boxshadow{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (min-width:400px) {
    .edit-btn-profile {
        display: flex;
        justify-content: end;
    }
}

.bgwhite {
    background: white !important;
}
.m5{
    margin: 5px !important;
}
@media screen and (min-width:400px) {
    
    .pdialog{
        max-width: 60%;
    }    
}

.page-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* .col-sm-12, .col-md-12, .col-lg-12{
    padding: 3px !important;
}
.col-md-6{
    padding: 12px !important;
} */

.action-align-center{
    display: flex;
    align-items: center;
}