*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    user-select: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #E3484E;  /*#2c3e50; */
    font-weight: 200;
}

a {
    transition: .3s all;
    color: #E3484E;
}
.name-color{
    color:#E3484E !important;
}

.btn-primary {
    color: #fff;
    background-color: #E3484E;
    border: 1px solid #E3484E;
}

.btn-primary:hover {
     background: #fff;
     color: #000;
   
}


/*============================================================*/


/********* Start Nav **********/

.site-navbar {
    position: fixed;
    padding: 15px 10px;
    width: 100%;
    z-index: 200;
    /* background:#0fa0ff !important; */
    background: transparent !important;
}

.site-navbar .navbar-nav>li>a {
    color: #fff!important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.site-navbar .navbar-nav>li>a:hover {
    /* color:#000 !important; */
    color: #E3484E !important;
}

.site-hero .social-item {
    font-size: 50px;
    padding: 0 15px;
    color: #fff;
}

.site-hero .social-item:hover {
    color: #E3484E;
}

.navbar-collapse {
    transition: .5s ease-in-out;
}

.fa-bars {
    font-size: 30px;
}

.site-navbar.scrolled {
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

.site-navbar.scrolled.bg-light {
    transition: .5s;
}

.site-navbar.scrolled.bg-light {
    background: #fff!important;
}


/* .site-navbar.scrolled.awake,
.site-navbar.scrolled.sleep{
    transition:.3s all ease-in-out;
}
.site-navbar.scrolled.awake{
    transform:translateY(0%);
    background:#fff!important
}
.site-navbar.scrolled.sleep{
    transform:translateY(-90%);
    background:#0389ff!important
}*/

.site-navbar.scrolled .navbar-nav>li>a {
    color: #000!important;
}

.site-navbar.scrolled .navbar-nav>li:not(:last-child) {
    border-right: 1px dotted #ddd;
}

.site-navbar.scrolled .navbar-nav>li>a:hover {
    color: #E3484E !important
}

.site-navbar.scrolled .navbar-nav>li>a.active {
    color: #E3484E !important
}

.site-navbar.scrolled .navbar-nav>li.active>a {
    color: #E3484E !important
}


/**** Start Media of navbarcollapsed ****/

@media(max-width:991.98px) {
    .site-navbar.bg-light {
        background: #fff!important;
    }
    .site-navbar .navbar-nav>li>a {
        color: rgba(0, 0, 0, .7)!important
    }
}


/**** End Media of navbarcollapsed ****/


/********* End Nav **********/


/*============================================================*/


/********* Start Home **********/

.site-hero,
.site-hero .row {
    height: 100vh;
    min-height: 800px;
}

.site-hero h1 {
    font-weight: 200;
    margin-bottom: 20px;
    display: block;
}

.site-hero h1 strong {
    font-weight: 800;
}

.site-hero h1 {
    font-weight: 200;
    color: #fff;
}

.site-hero .site-subheading {
    font-size: 25px;
    max-width: auto;
    margin: 0 auto;
    /* color: #0389ff; */
    color: #fff;
}


/********* Start Media of Home **********/

@media(min-width:768px) {
    .site-hero h1 {
        font-size: 70px
    }
}


/********* End Media of Home **********/


/********* End Home **********/


/*============================================================*/


/**** Start Sections Title and About/Skills  ****/

.site-section {
    padding: 80px 0;

}

.icon-size {
    width: 50px;
    height: 50px
}

.lead {
    font-weight: 200;
    line-height: 1.5;
    color: #798a9a;
}

.section-heading {
    position: relative;
    z-index: 10;
}

.section-heading h2 strong {
    font-weight: 800;
}

.section-heading h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #E3484E;
}

.section-heading.text-center h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.skill h3 {
    font-size: 18px;
}

.progress {
    height: 10px;
    overflow: visible;
}

.progress .progress-bar {
    background-color: #E3484E;
    position: relative;
}

.progress .progress-bar span {
    position: absolute;
    right: -13px;
    bottom: -20px;
   background-color: #E3484E; 
    font-size: 10px;
    line-height: 10px;
    padding: 2px 3px;
    border-radius: 2px;
}

.progress .progress-bar span::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* top:-10px; */
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: #E3484E;
}


/**** End Sections Title and About/Skills  ****/


/*============================================================*/


/********* Start Service  **********/

.site-service-item .lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.site-service-item {
    color: #E3484E;
}

.site-service-item .icon {
    transition: .5s;
    display: block;
    background: #eee;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
}

.site-service-item:hover .icon {
    background: #E3484E;
}

.site-service-item .icon span {
    font-size: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.site-service-item h3 {
    color: #fff;
    font-size: 30px;
}

.site-service-item .fa-code,
.site-service-item .fa-chart-line,
.site-service-item .fa-users,
.site-service-item .fa-paint-brush,
.site-service-item .fa-mobile-alt,
.site-service-item .fa-layer-group,
.site-service-item .fa-book-reader,
.site-service-item .fa-react,
.site-service-item .fa-php,
.site-service-item .fa-tasks,
.site-service-item .fa-user-friends,
.site-service-item .fa-cogs {
    transition: .5s;
}

.site-service-item:hover .fa-code,
.site-service-item:hover .fa-chart-line,
.site-service-item:hover .fa-users,
.site-service-item:hover .fa-paint-brush,
.site-service-item:hover .fa-mobile-alt,
.site-service-item:hover .fa-layer-group,
.site-service-item:hover .fa-book-reader,
.site-service-item:hover .fa-react,
.site-service-item:hover .fa-php,
.site-service-item:hover .fa-tasks,
.site-service-item:hover .fa-user-friends,
.site-service-item:hover .fa-chrome,
.site-service-item:hover .fa-cogs {
    color: #fff;
}

.fontsize {
    font-size: 100px;
}

.bg-white-logo {
    width: 90px;
    height: 100px;
    background: #fff;
}

.fa-html5 {
    color: #E44D26;
}

.fa-css3-alt {
    color: #E3484E;
}

.fa-bootstrap {
    color: #080135;
}

.fa-js-square {
    color: #f0db4f;
}


/********* End Service  **********/


/*============================================================*/


/********* Start Portfolio  **********/

.filters ul li {
    display: inline-block;
    cursor: pointer;
    padding: 20px;
    transition: .3s ease-in-out;
}

.filters ul li:hover {
    color: #E3484E;
    transform: scale(1.1,1.1) ;
}

.filters ul li.active {
    color: #E3484E;
}

.card {
    /* box-shadow: 0 10px 30px 10px rgba(50, 50, 50, 0.16); */
    box-shadow: 0 10px 30px 0px gray;
    border: 0;
    padding: 0;
    transition: .5s;
}

.card:hover {
    box-shadow: 0 10px 30px 10px #333;
}

.card img:first-child{
    /* width: 100%; */
    height: 250px;
}
.netlify-icon{
    width: 38px;
    height: 38px;
    float: right;
}

.card-text {
    font-size: 13px;
    color: #6f6f6f;
}

.card-title {
    font-size: 15px;
    font-weight: bolder;
    color: #4e4e4e;
    text-transform: capitalize;
}

/********* Start Media of Portfolio **********/

@media (max-width: 576px) {
    .filters ul li {
        padding: 10px;
    }
}


/********* End Media of Portfolio **********/


/********* End Portfolio  **********/


/*============================================================*/


/********* Start Experience **********/

.resume-item {
    padding: 40px;
    background: #fff;
    transition: .3s ease-in-out;
    border: 4px solid transparent;
    transition: .5s;
}

.resume-item:hover {
    border: 4px solid #E3484E;
    box-shadow: 0 15px 20px 10px rgba(0, 0, 0, .4);
    transform: translateY(-10px)
}

.resume-item .date,
.resume-item .school {
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    color: #E3484E;
}

.resume-item img:not(.tiger) {
    width: 100px;
    height: 100px;
    float: right;
}

.resume-item img.tiger {
    width: 50%;
    height: 100px;
    float: right;
}

.resume-item h3 {
    color: #2c3e50;
}

.fa-university,
.fa-briefcase {
    color: #E3484E;
}


/********* End Experience **********/


/*============================================================*/


/********* Start bg sections using id **********/

.site-hero {
    background-image: url(../images/header_top.jpg);
    
}

#section-services {
    background-color: #000;
}

#section-strength {
    background-image: url(../images/ifthekarsajalpic.jpg);
}

#section-interest {
    background-image: url(../images/ifthekarsajalpic.jpg);
}

.site-hero,
#section-services,
#section-strength,
#section-interest {
    background-attachment: fixed;
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.site-hero::before,
#section-services::before,
#section-strength::before,
#section-interest::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

#section-services h2,
#section-strength h2,
#section-interest h2 {
    color: #fff;
}


/********* End bg sections using id **********/


/*============================================================*/


/********* Start Contact **********/

.site-contact-details li {
    list-style: none;
    margin-bottom: 20px;
}

.site-contact-details li>span {
    letter-spacing: 2px;
    font-size: 15px;
}

.text {
    color: #fff;
    font-size: 25px;
}

textarea {
    resize: none;
}


/********* End Contact **********/


/*============================================================*/


/********* Start Footer **********/

.site-footer .social-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 45px;
    background-color: #ddd;
    position: relative;
}

.site-footer .social-item>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-footer .social-item:hover {
    background-color: #E3484E;
}

.site-footer .social-item:hover .fa-linkedin,
.site-footer .social-item:hover .fa-codepen,
.site-footer .social-item:hover .fa-github-square,
.site-footer .social-item:hover .iconify {
    color: #fff
}

.site-hero .iconify {
    margin-top: -10px;
}

.site-footer .iconify {
    margin-top: -20px;
}

.test {
    top: -7px;
}


/********* End Footer **********/


/*============================================================*/

/* my css */

#section-about{
    background-color: #5f5d5d !important;
}