
*{
    margin: 0;
    padding: 0;
}
body{
    scroll-behavior: smooth !important;
    
}

body,h1,h2,h3,h4,h5,h6{
    font-family: 'Playball', cursive;
    box-sizing: border-box; 
    scroll-behavior: smooth !important; 
}

p,a{
    font-family: 'Roboto', sans-serif;
}
img{
    max-width: 100%;
}
:focus{
    outline: 0;
}


/* new header */


/* new end */
.jon-header .navbar-brand {
	font-size: 25px;
	font-weight: 500;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color:#4D5656!important;
}
.jon-header span {
	display: inline-block;
	background: #6278df;
	color: #fff;
	height: 43px;
	width: 40px;
	text-align: center;
	border-radius: 10px;
	font-size: 28px;
	position: relative;
	top: 3px;
}
.jon-menu .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.navbar-nav{
    text-align: center;
    margin: auto;
    
    
}
.nav-item {
    margin: -8px 8px;
    line-height: 2.5rem;
}
.nav-item a{
    color: #f7f9ff !important;
    font-weight: 600;
    letter-spacing: 0.1rem;
    
}
/* .nav-item .active a{
    color: #92DD03;
} */
.nav-item a:hover{
    background-color: #edb511d1;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff !important;
    background-color: #4a1a1acf !important;
    border: 1px solid yellow !important;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-manu ul li:hover > a{
    

}


/* Slider Section */
.slider-section{
    background: url(img/1.jpg) no-repeat center center fixed;
    padding-bottom: 10rem;
    position: relative;
    z-index: 1;
    background-size: cover;
       
}
.font-img{

    width: 9rem;
    
}

.intro {
    font-family: 'Playball',cursive;
    line-height: 1.5;
    font-weight: 900;
    width: 100%;
    display: block;
    margin: auto;
}
.intro a {
	color: #000;
    text-decoration: none;
    font-size: 3rem !important;
    font-family: 'Playball', cursive;
}


.intro:hover a{
    color: rgba(237, 186, 4, 0.9);
}
.slider-section::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.slider-caption h4 {
    margin-bottom: 35px;
}
.slider-caption h2 {
    margin-bottom: 50px;
    font-size: 46px;
}

.slider-caption .form-control {
    padding: 18px 20px;
}

/*  About Section  */
.heading {
	padding-bottom:15px;
	text-align:center;
	max-width:960px;
	margin:0px auto;
	padding-top:80px;
}
.heading h2 {
	font-weight:700;
	font-family:'Playball',cursive;
	font-size:35px;
	color:#333;
	margin:0;
	padding:5px;
}
.heading h2::first-letter {
	color:#edb511d1 ;
}
.heading h3 {
	font-size:15px;
	line-height:1.7;
}
img#site-title {
	max-width: 150px;
}

.papers,.papers:before,.papers:after {
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 0 30px rgba(0,0,0,0.1),1px 1px 3px rgba(0,0,0,0.2);
}
.papers {
    position: relative;
    width: 80%;
    padding: 2em;
    margin: 0px auto;
    margin-top: 60px;
    font-size: 10px;
}

.papers:before,.papers:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateZ(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotateZ(2.5deg);
	z-index:-1;
}
.papers:after {
	-webkit-transform:rotateZ(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotateZ(-2.5deg);
}
.papers h1 {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    padding: 0.2em 0;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.papers p {
	text-align:left;
	margin:1.5em 0;
}
.papers img {
	max-width:100%;
	margin-bottom: 5px;
}

/* skill section */
.skills-section h1{
    font-weight: 700;
}

.skills-header h1::first-letter{
    color: #edb511d1;
    
}
.skills-para {
    width: 78%;
    margin: auto;
    font-weight: 500;
    font-family: 'Playball', cursive;
}

.qualification {
    padding: 0;
}
.qualification h2 {
    font-size: 1.3rem;
}
.qualification h3 {
    font-size: 1rem;
}
.qualification p {
    font-size: 1rem;
    line-height: 1.9rem;
}

.qualification h2, h3 {
    font-family: 'Roboto' !important;
}



/*  Feature Section css */
.feature-item {
    height: 300px;
    box-shadow: 2.5px 4.33px 30px 0 rgba(64,87,191,0.1);
}
.left-img-sec {
    width: 40%;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
.left-test-sec {
    width: 60%;
    padding: 25px;
}

.left-img-sec img {
    height: 100%;
    width: auto !important;
    max-width: inherit;
    position: relative;
    left: -80px;
}

/*  Portolio Hover Css  */

.portfolio-section h1::first-letter{
    color: #edb511d1;

}
.btn-close {
    width: 0.2rem !important;
    height: 0.2rem !important;
    padding: 1rem 1rem !important;
    color: #fff;
    border-radius: 1rem !important;
    opacity: 1.5 !important;
    background-color: crimson !important;
    border: 9px solid #fff !important;
    margin-left: 27.5rem !important;
}
.tabs-manu {
    margin-bottom: -1rem;
    margin-top: -1rem;
}

.modal-content {
    border-radius: 1rem !important;
    
}
.portfolio-section h1{
    font-weight: 700;
}
.portfolio-section {
    font-weight: 700;
    font-size: 0.9rem;
}
.portfolio-item a {
    position: relative;
    display: block;
    height: 22rem;
    text-align: center;
    margin: auto;
    object-fit: cover;
}
.portfolio-item a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(16 16 18 / 71%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.portfolio-item:hover a::after{
    opacity: 1;
    visibility: visible;
}

.min-section-bg{
    background-color: #f7f9ff;
}
.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.gal-item a:after {
    content: "\f002";
    /* font-family: 'Glyphicons Halflings'; */
    font-family: 'Font Awesome 5 Free';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 0;
    top: 0;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


/* --- Educations --- */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline-image{
    text-align: center;
    width: 8rem;
    margin: auto;
    margin-bottom: 9rem !important;

}


.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52%;
    width: 2px;
    margin-left: -21.5px;
    content: '';
    background-color: #e9ecef;
    z-index: -3;
}

.timeline>li .timeline-image {
    position: relative;
    z-index: 100;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #fed136;
    margin: auto;
    
    
}

.timeline-text h4 {
    width: 100%;
    font-weight: 100;
    display: block;
    padding: 0.8rem;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.timeline-heading .subheading {
    margin-left: 41rem !important;
    position: absolute;
    margin-top: -15rem !important;
    font-family: 'Roboto', sans-serif;
    clear: both;
}

.timeline-heading .text-muted {
    margin-left: 41rem !important;
    position: absolute;
    margin-top: -13.5rem;
    line-height: 3rem !important;
    font-family: 'Roboto', sans-serif;
    clear: both;
}
.timeline-heading .text-muted4 {
    position: absolute;
    margin-left: 41rem !important;
    margin-top: -11rem !important;
    line-height: 1rem !important;
    clear: both;
}

.timeline-heading .subheading2 {
    position: absolute;
    margin-top: -15rem;
    margin-left: 5rem;
    font-family: 'Roboto', sans-serif;
    clear: both;
}

.timeline-heading .text-muted2 {
    margin-top: -13rem;
    margin-left: 17rem;
    position: absolute;
    color: #6c757d !important;
    clear: both;
    font-family: 'Roboto', sans-serif;
}
.subheading2.sc-text {
    margin-left: 11rem;
}
.text-muted2.th-text {
    margin-left: 25rem;
}
.timeline>li .timeline-image2 {
    position: relative;
    z-index: 100;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #fed136;
    margin: auto;

}
.timeline-image2 {
    text-align: center;
    width: 8rem;
    margin: auto;
    margin-bottom: 0rem !important;
}

/* contact-section */





/* new contact section */


.contact-section{
    position: absolute;
}

.contact-section h2::after{
    background: #373a71;
}
.contact-section .little-description{
    color: #fff;
}
.contact-section form{
    width: 70%; 
    margin-top: 14rem;
    margin-left: 22%; 
}
/* .contact-section form {
    width: auto;
    margin: auto;
    padding: 238px 0;
} */

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section textarea {
    background: #0a122a94;
    border: 1rem solid #273a710a;
    width: 100%;
    padding: 0.5rem;
    border-radius: .5rem;
    font-size: 1rem;
    color: #fff;
    margin: 0.5rem 7.5rem;
    
    
}
.form-group {
    margin: 0 !important;
}

.contact-section form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section form ::placeholder {
    color: #fff;
    opacity: 1;
}
.contact-section textarea{
    height: 14rem;
}
.btn-submit{
    border: 0;
    border-bottom: 0.3rem solid rgb(213 166 27) !important;
    background-color: #edb511d1 !important;
    color: #fff !important;
    margin-top: 2rem !important;
    margin-left: 24rem !important;
    width: 34% !important;
    line-height: 2rem !important;
    margin: auto;
}
.btn-submit:hover{
    cursor: pointer;
}

.modal-footer {
    background: radial-gradient(#df1313, #dd141466) !important;
    color: #fff;
}


@media (max-width: 1200px){}
@media (max-width: 1024px){}
@media (max-width: 980px){}
@media (max-width: 768px){}
@media (max-width: 480px){

    .contact-section form {
        width: 59%;
        margin-top: 11rem;
        margin-left: -25%;
    }
    .contact-section input[type="text"],
    .contact-section input[type="email"],
    .contact-section textarea {
        background: #0a122a94;
        border: 1rem solid #273a710a;
        width: 100%;
        border-radius: 1.5rem;
        font-size: 1rem;
        color: #fff;
        margin: 0.5rem 11rem !important;
    }
    .btn-submit {
        margin-left: 15rem !important;
        margin-top: 1rem !important;
        width: 53% !important;
    }
    .timeline-heading .subheading {
        margin-left: 4rem !important;
        position: absolute;
        margin-top: -9rem !important;
        font-family: 'Roboto', sans-serif;
        clear: both;
    }
    .timeline-heading .subheading2 {
        margin-top: -4rem;
        margin-left: 3rem;

    }
    .timeline-heading .text-muted2 {
        margin-top: -7rem;
        margin-left: 4rem;
    }
    .timeline-heading .text-muted {
        margin-left: 8rem !important;
        position: absolute;
        margin-top: -5.5rem;
        font-family: 'Roboto', sans-serif;
        clear: both;
    }
    .timeline-heading .text-muted4 {
        position: absolute;
        margin-left: 5rem !important;
        margin-top: -3rem !important;
        line-height: 1rem !important;
        clear: both;
    }


    
    .sticky-top {
        position: unset !important;
        top: 0;
        z-index: 1020;
    }
}




 /* ######## contact section end##################*


/* --- Footer --- */
.footer {
	background:#edb511d1 ;
	margin-top:0;
	position:relative;
    
}
.footer .container {
	padding:10px 0 0px;
}
.gototop {
    display: inline-block;
    width: 60px;
    height: 60px;
    /* background: #0c0c0e40; */
    background: #fff;
    position: absolute;
    margin-left: -30px;
    top: -18px;
    border-radius: 50%;
}
.footer ul {
	margin:0 auto;
	margin-bottom:30px;
	margin-top:10px;
	text-align:center;
	list-style-type:none;
	padding-left:0;
}
.footer ul li {
	display:inline-block;
	text-align:center;
	background:rgba(0,0,0,0.2);
	color:#ffffff;
	line-height:45px;
    margin: 16px 4px -17px;
	width:45px !important;
	height:45px !important;
		-webkit-border-radius:3px;
	border-radius:3px;
}
/* .footer ul li:hover {
	background:#2a2a2a;
} */
.footer ul li:hover {
    background: #edb511d1;
    transition: 1s;
}
.footer ul li:hover	a {
	color:#fff;
}
.footer ul li a {
	color:#fff;
	width:42px !important;
	height:42px !important;
}
.footer ul li a i {
	line-height:45px;
	color:#fff;
}
.footer p {
	color:#fff;
	font-size:13px;
	line-height:24px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}
.fa, .fas {
    font-weight: 900;
    line-height: 2.5;
}

/* *********js************* */

