/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. work
11. Contact

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #676a81;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #6a708e;
	font-size:16px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	/* margin: 0; */
	color:#43485c;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
p {
	margin: 0;
	line-height:1.8;
	color:#43485c;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
.extra-info{
    text-align: center;
}
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #0745a8;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    /* text-transform: uppercase; */
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 35px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: #0745a8;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#6a708e;}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active>a{color: #0745a8;}
/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #0745a8;
}
/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #0745a8;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #0745a8;}
/*.navbar-toggle */



/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    /* background-attachment: fixed; */
    background:url(../images/about/mumbai.jpg) no-repeat fixed;
    /* https://www.pexels.com/search/mumbai%20skyline/ */
    background-size:cover;
    background-position: center;
    height:890px;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    opacity: 20%;
    background:black;
    width:100%;
    height:100%;
}

/*.header-text-area*/
.header-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    /* margin-bottom: 30px; */
    line-height: 1.5;
}
.header-text h2 span {color: #0745a8;}
.header-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-weight: 300;
    /* margin: 30px 0 60px; */
    margin-bottom: 50px;
    letter-spacing: 1px;
}
/* .header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #b636ff;
    border:1px solid #b636ff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
} */
/* .header-text a:hover{ 
    box-shadow: 0 5px 20px rgba(0,0,0,.4);
    background:#9f00ff;
    border: 1px solid #9f00ff;} */
/*.header-text-area*/

.circle-image-container {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #fff; /* Optional: Add border for styling */
}

.circle-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 5%;
}

/*-------------------------------------
        4.  About
--------------------------------------*/
.about {
    padding: 50px 0 100px;
    background-color: #dfdada;
}
.about-content {padding-top: 100px;}
/*.single-about-txt*/
.single-about-txt h1{
    font-size: 40px;
    color: #3c4258;
}
.single-about-txt h2 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.2;
}
.single-about-txt h3 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1;
}
/* .single-about-txt h2 .hero-text{
    font-weight: 700;
} */
.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    /* padding: 35px 0 43px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #999fb3;
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}
/*.single-about-txt*/

/*.single-about-img */
.single-about-img{
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 5px solid #fff;
    /* box-shadow: 0 5px 20px rgba(14,25,80,.30); */
}
/* .single-about-img:before {
    position:  absolute;
    content: " ";
    top: 0;
    left:  0;
    width: 109%;
    height:  100%;
    background: rgba(31,44,108,.3);
} */
.single-about-img img {
    /* max-width: 500px;
    height: 468px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 5%;
}
.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 109%;
    height: 90px;
    background: #1f2c6c;
}
/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
}
.about-list-icon  ul li a {
    padding-right: 22px;
    cursor:pointer;
    color: #fff;
}
.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.about-list-icon ul li a i {
    margin-left: 6px;
}
/*.ab-list-icon */

/*.single-about-img */
/*-------------------------------------
        7. Experience
-------------------------------------*/
#experience{
    /* background-color: white; */
}
#experience .section-heading .extra-info h1{
    font-size: 25px;
}
.experience {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
}
.experience-content {padding-top: 100px;}
.single-timeline-box {margin-bottom: 75px;}

.circle-2{
    height: 200px;
    width: 200px;
    margin:0 auto;
    overflow: hidden;
    background-color:#c5d4e6 ;
    border-radius: 100%;
    border: solid 2px #c5d4e6;
    visibility: hidden;
}
.circle-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.fa-circle:hover + .circle-2{
    visibility: visible;
}
/*experience-time*/
.experience-time {
    position: relative;
}
.experience-time h2 {
    font-weight: 400;
}
.experience-time h3 {
    font-size: 16px;
    font-weight: 300;
    color: #636a82;
    margin-top: 14px;
    text-transform: uppercase;
}
/*experience-time*/

/*main-timeline*/
.main-timeline{
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}
.main-timeline .timeline{
    position: relative;
}

.timeline-content span>i, .experience-time span>i {
    color: #0745a8;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #43485c;
}
.timeline-content h5 {
    color: #636a82;
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 20px;
}
.main-timeline .description {
    font-size: 14px;
    color: #999fb3;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height:400px;
    border-left:15px solid #fff;
}

.experience-time-responsive{display: none;}

/*-------------------------------------
        5.  Projects
--------------------------------------*/
#portfolio{
    background-color: rgb(221, 219, 219);
}
#portfolio .portfolio-section-heading{
    padding-top: 20px;
}
#portfolio .text-center{
    text-align:center
}
#portfolio .section-services {
    position: relative;
    padding-top: 220px;
}

#portfolio .section-services:before {
    content: '';
    background: url(../img/services-bg.jpg) no-repeat fixed center / cover;
    width: 100%;
    height: 400px; 
    position: absolute;
    left: 0;
    top: 0;
}

#portfolio .overlay:after {
    content: '';
    width: 100%;
    height: 400px; 
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

#portfolio .section-services .container {
    padding: 120px 100px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#portfolio .service h4 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 700;
}

#portfolio .service p {
    color: #000;
    margin-bottom: 0;
}

/* Section: Portfolio */
#portfolio .section-portfolio {
    padding-bottom: 120px;
}

#portfolio .portfolio-item {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
}

#portfolio .portfolio-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#portfolio .section-portfolio .col-md-4:nth-last-child(-n+3) .portfolio-item {
    margin-bottom: 0;
}

#portfolio .portfolio-item:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
}

#portfolio .portfolio-item:hover:before{
    background-color: rgba(33,33,33,0.6);
}

#portfolio .portfolio-item-info {
    position: absolute;
    top: 150px;
    left: 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
}

#portfolio .portfolio-item:hover .portfolio-item-info {
    left: 50px;
    opacity: 1;
}

#portfolio .portfolio-item-info h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

#portfolio .portfolio-item-info a {
    padding: 6px 7px 4px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

#portfolio .portfolio-item-info a:hover {
    color: #212121;
    background-color: #fff;
}

#portfolio .section-portfolio .btn {
    margin-top: 10px;
}

#portfolio .site-section {
    padding-top: 90px;
}

#portfolio .section-skills,
.section-portfolio,
.section-form {
    padding-bottom: 90px;
}

#portfolio  .site-section h2,
.site-section h3 {
    font-size: 32px
}

/* Section: Skills */
#portfolio .section-skills .col-md-4 + .col-md-4,
.skill + .skill {
    margin-top: 20px;
}

#portfolio .skill h4 {
    font-size: 22px;
}

/* Section: Services */
#portfolio .section-services{
    padding-top: 200px;
}

#portfolio .section-services .container {
    padding: 70px 90px;
}

#portfolio .service h4 {
    font-size: 22px; 
}

/* Section: Portfolio */
#portfolio .section-portfolio .col-md-4:nth-last-child(-n+3) .portfolio-item {
    margin-bottom: 30px;
}

#portfolio .section-portfolio .col-md-4:nth-last-child(-n+2) .portfolio-item {
    margin-bottom: 0;
}

#portfolio .extra-info{
    padding-top: 10px;
}

#portfolio .extra-info h1{
    font-size: 25px;
}

/* Modal */
.modal-header {
    height: 350px;
}
/* Modal */
.modal {
    z-index: 9999;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    position: relative;
    padding: 0;
    height: 500px;
}

.modal-header img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 0% 50%;
}

.modal-header .close {
    position: absolute;
    right: 0;
    padding: 10px 11px;
    margin-top: 0;
    background-color: #fff;
    font-size: 16px;
    color: #212121;
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    opacity: 1;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.modal-header .close:hover {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
}

.modal-body h4 {
    font-weight: 700;
}

.modal-footer {
    text-align: center;
}
/*-------------------------------------
        5.  Certifications
--------------------------------------*/
/* Section: Portfolio */
#certificate .certificate-section-heading{
    padding-top: 20px;
}
#certificate .section-portfolio {
    /* padding-bottom: 120px; */
}

#certificate .certificate-item {
    height: 280px;
    /* margin-bottom: 30px; */
    position: relative;
    text-align: center;
}

#certificate .certificate-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#certificate .section-portfolio .col-md-3:nth-last-child(-n+3) .certificate-item {
    margin-bottom: 0;
}

#certificate .certificate-item:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out; */
}

#certificate .certificate-item:before{
    background-color: rgba(2, 2, 2, 0.706);
}

#certificate .certificate-item-info {
    position: absolute;
    /* top: 150px; */
    top:80px;
    left: 0px;
    z-index: 999;
    padding: 10px;
    /* opacity: 0; */
    /* transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out; */
}

#certificate .certificate-item .certificate-item-info {
    /* left: 50px; */
    /* opacity: 1; */
}

#certificate .certificate-item-info h4 {
    /* margin: 0 0 30px; */
    font-weight: 700;
    color: #fff;
}

#certificate .certificate-item-info h5 {
    /* margin: 0 0 10px; */
    margin-top: 4px;
    font-weight: 600;
    color: #fff;
}

#certificate .certificate-item-info a {
    /* padding: 6px 7px 4px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff; */
    /* transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; */
}

#certificate .certificate-about-info {
    margin-top: 20px;
}

/* #certificate .certificate-item-info a {
    color: #212121;
    background-color: #fff;
} */

#certificate .section-portfolio .btn {
    /* margin-top: 10px; */
}

#certificate .site-section {
    /* padding-top: 90px; */
}

#certificate .section-skills,
.section-portfolio,
.section-form {
    padding-bottom: 90px;
}

#certificate  .site-section h2,
.site-section h3 {
    font-size: 32px
}

/* Section: Portfolio */
#certificate .section-portfolio .col-md-3:nth-last-child(-n+3) .certificate-item {
    margin-bottom: 30px;
}

#certificate .section-portfolio .col-md-3:nth-last-child(-n+2) .certificate-item {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    /* Section: Portfolio */
        #certificate .certificate-section-heading{
            padding-top: 20px;
        }
        #certificate .section-portfolio {
            /* padding-bottom: 120px; */
        }

        #certificate .certificate-item {
            height: 280px;
            margin-bottom: 30px;
            position: relative;
            text-align: center;
        }

        #certificate .certificate-item img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #certificate .section-portfolio .col-md-3:nth-last-child(-n+3) .certificate-item {
            margin-bottom: 0;
        }

        #certificate .certificate-item:before {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            /* transition: background-color 0.25s ease-in-out;
            -moz-transition: background-color 0.25s ease-in-out;
            -webkit-transition: background-color 0.25s ease-in-out;
            -o-transition: background-color 0.25s ease-in-out;
            -ms-transition: background-color 0.25s ease-in-out; */
        }

        #certificate .certificate-item:before{
            background-color: rgba(2, 2, 2, 0.706);
        }

        #certificate .certificate-item-info {
            position: absolute;
            /* top: 150px; */
            top:60px;
            left: 0px;
            z-index: 999;
            padding: 10px;
            /* opacity: 0; */
            /* transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
            -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
            -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
            -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
            -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out; */
        }

        #certificate .certificate-item-info h4 {
            /* margin: 0 0 30px; */
            font-weight: 700;
            color: #fff;
        }

        #certificate .certificate-item-info h5 {
            /* margin: 0 0 10px; */
            margin-top: 4px;
            font-weight: 600;
            color: #fff;
        }

        #certificate .certificate-about-info {
            margin-top: 20px;
        }

        #certificate .section-skills,
        .section-portfolio,
        .section-form {
            padding-bottom: 90px;
        }

        #certificate  .site-section h2,
        .site-section h3 {
            font-size: 32px
        }

        /* Section: Portfolio */
        #certificate .section-portfolio .col-md-3:nth-last-child(-n+3) .certificate-item {
            margin-bottom: 30px;
        }

        #certificate .section-portfolio .col-md-3:nth-last-child(-n+2) .certificate-item {
            margin-bottom: 0;
        }

}

/*-------------------------------------
        5.  More
--------------------------------------*/
  

/*-------------------------------------
        5.  Education
--------------------------------------*/

.education {
    background:  #f9fbfd;
    padding-top:  50px;
}
.education-horizontal-timeline {
    padding: 80px 0;
}

/*.education-horizontal-timeline*/
.education-horizontal-timeline .col-sm-4 {padding:0 2px;}

.single-horizontal-timeline .experience-time h3{text-transform: capitalize;}
.single-horizontal-timeline .experience-time h3 span{text-transform:lowercase;}
.single-horizontal-timeline .timeline-content h5 {margin: 15px 0;}
.single-horizontal-timeline p {color: #999fb3;max-width: 335px;}

/*.timeline-horizontal-border*/
.timeline-horizontal-border {
    display:  flex;
    align-items: center;
    padding: 26px 0 30px;
}
.timeline-horizontal-border i {
    font-size:  10px;
    color: #0745a8;
    margin-right:  5px;
}
span.single-timeline-horizontal {
    display:  inline-block;
    background: #b2c1ce;
    height:  1px;
    width: 380px;
}
span.single-timeline-horizontal.spacial-horizontal-line {width: 88px;}
/*.timeline-horizontal-border*/

/*.education-horizontal-timeline*/

/*-------------------------------------
        6.  Skills
--------------------------------------*/
.skills {
    
}
.skill-content{padding: 50px 0 80px;}
.single-skill-content{padding-top: 100px;}
.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5ebf2;
}
.single-progress-txt {
    display: flex;
}
/* .single-progress-txt h3 {
    width: 10%;
    color: #a606c3;
    position: relative;
    top: 6px;
    left: 20px;
} */
.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.progress {
    border-radius:3px;
    overflow: visible;
    background: #e6ecf3;
    height:8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}
/* .progress-bar {
   background: #b636ff;
    border-radius: 3px;
   -webkit-transition: width 1.5s ease-in-out;
   -ms-transition: width 1.5s ease-in-out;
   -moz-transition: width 1.5s ease-in-out;
   -o-transition: width 1.5s ease-in-out;
   transition: width 1.5s ease-in-out;
} */
.tooltip{
   position:relative;
   float:right;
}
.tooltip > .tooltip-inner {
   background-color: transparent;
   padding: 1px 5px;
   color: #b636ff;
   font-weight: 500;
   font-size: 12px;
   border-radius: 0;
}
.popOver + .tooltip > .tooltip-arrow {
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #fff;
   bottom: -1px;
   transform: translateX(-50%);
   margin-left: 0;
}

/*-------------------------------------
        8. Profiles
--------------------------------------*/
.profiles {
    padding:  50px 0 100px;
    border:  1px solid #e5ebf2;
}

.profiles-content {padding-top: 100px;}
.profiles-content .col-sm-3{padding:0;}
.profile-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.single-profile {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b2c1ce;
    overflow:hidden;
    -webkit-transition:background 0.5s linear; 
    -moz-transition:background 0.5s linear; 
    -ms-transition:background 0.5s linear; 
    -o-transition:background 0.5s linear; 
    transition:background 0.5s linear;
}
.profile-icon-name {
    text-transform: capitalize;
    color: #636a82;
    font-size: 16px;
}
.single-profile.profile-no-border{border-right:transparent;}
.profile-border {
    border-bottom: 1px solid #b2c1ce;
}
.single-profile-overlay{
    display:flex;
    align-items:center;
    text-transform: capitalize;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width:100%;
    height: 100%;
    background: #0745a8;
    background: -moz-linear-gradient(left, #0758db 0%, #0745a8 100%);
    background: -webkit-linear-gradient(left, #0758db 0%,#0745a8 100%);
    background: linear-gradient(to right, #0758db 0%,#0745a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0758db', endColorstr='#0745a8',GradientType=1 );
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-profile:hover .single-profile-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}
.single-profile:hover .profile-icon-name,.single-profile:hover .profile-txt a>i{color: #fff;}
.single-profile:hover .profile-border {border:transparent;}
/*-------------------------------------
        9. Portfolio
--------------------------------------*/
#more-about-me .portfolio {
    padding:  50px 0 100px;
    border:  1px solid #e5ebf2;
}

#more-about-me .portfolio-details .section-heading .extra-info h1{
    font-size: 25px;
}
#more-about-me .portfolio-content {padding-top: 100px;}

/* ---- .item ---- */
#more-about-me .isotope:after {
    content: '';
    display: block;
    clear: both;
}
#more-about-me .isotope .item {
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
}
/*.item img*/
#more-about-me .isotope .item img{
    width:100%;
    height:100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#more-about-me .isotope .item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
#more-about-me .isotope-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(31,44,108,.5);
    display:flex;
    align-items:center;
    text-transform: uppercase;
    justify-content:center;
    flex-direction:row;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#more-about-me .isotope-overlay a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#more-about-me .isotope-overlay h2,h3,p{
    color: white;
}
#more-about-me .isotope .item:hover .isotope-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}/*.isotope-overlay*/

/*-------------------------------------
        10. work
--------------------------------------*/
.work {
    /* padding-top: 50px; */
}

.work-area2{
}

.work-area2 .new-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work-area2 .item{
    flex: 1;
    padding: 30px;
}
/*-------------------------------------
        11. Mission
--------------------------------------*/
.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
/* 
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
} */

.service-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10vh;
    background-image: url(../images/about/usa.jpg);
    background-attachment: fixed;
    min-height: 65vh;
    background-size: cover;
    background-position: center center;
  }
.service-content:before{
   position: absolute;
   top: 1790px;
   content: " ";
   left:0;
   background-attachment: fixed;
   background: black;
   opacity: 20%;
   width: 100%;
   height:68%;
  }

  @media (max-width: 1000px){
    .service-content:before{
        visibility: hidden;
        /* position: absolute;
        top: 1830px;
        content: " ";
        left:0;
        background-attachment: fixed;
        background: black;
        opacity: 20%;
        width: 100%;
        height:68%; */
       }
  }
  
  .service-content .left-text h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
  }
  
  h4, .h4 {
    font-size: 18px;
    color: white;
  }
  
  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px 0px 20px 0px;
  }
  
  .service-content .left-text p {
    color: #fff;
  }
  
  .service-content .left-text ul {
    padding: 0;
    margin-top: 30px;
    list-style: none;
  }
  
  .service-content .left-text ul li {
    margin: 15px 0px;
    font-weight: 600;
    color: #fff;
  }
  
  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

  .service-content .service-item p{
    color:white;
  }
  
  .service-content .service-item .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px auto 15px auto;
  }

/*-------------------------------------
        11. Papers
--------------------------------------*/

#papers {
     /* Gradient from blue-500 to blue-700 */
    padding-top: 2.5rem; 
    /* Equivalent to py-10 (top padding) */
    /* padding-bottom: 2.5rem;  */
    /* Equivalent to py-10 (bottom padding) */
}

#papers .paper-div{
    background: linear-gradient(to bottom, #4299e1, #2b6cb0);
}

#papers .container {
    max-width: auto; /* Equivalent to max-w-4xl (1024px or 64rem) */
    margin-left: auto; /* Center align horizontally */
    margin-right: auto; /* Center align horizontally */
    padding-left: 1rem; /* Equivalent to px-4 (left padding) */
    padding-right: 1rem; /* Equivalent to px-4 (right padding) */
}

#papers .section-heading {
    font-size: 3rem; /* Large font size */
    font-weight: 500; /* Bold text */
    color: #ffffff; /* White color */
    text-align: center; /* Center align the heading */
    margin-bottom: 4rem; /* Space below the heading */
}

/* Common styling for all paper containers */
.paper-container {
    background-color: #ebf8ff; /* Light blue */
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    transition: transform 0.3s;
    text-align: center;
}

/* Hover effect for all paper containers */
.paper-container:hover {
    transform: translateY(-8px);
}

/* Styling for Paper 1 */
.paper-1 {
    margin-top: 20px;
    border-left: 5px solid #4299e1; /* Blue accent border */
}

/* Styling for Paper 2 */
.paper-2 {
    border-left: 5px solid #63b3ed; /* Lighter blue accent border */
}

/* Text Styling */
.paper-title {
    font-size: 2.8rem;
    font-weight: 600;
    color: #2d3748; /* Dark Gray */
}

.paper-conference {
    font-size: 2rem;
    color: #4a5568; /* Medium Gray */
    margin-top: 0.5rem;
}

.paper-authors {
    font-size: 1.5rem;
    color: #718096; /* Light Gray */
    margin-top: 0.25rem;
}

/* Link Styling */
.paper-links {
    margin-top: 1rem;
}

.paper-link {
    color: #3182ce; /* Blue */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
}

.paper-link:hover {
    color: #2b6cb0; /* Darker Blue on hover */
}

/* Disabled link styling for in-process papers */
.paper-link-disabled {
    color: #a0aec0; /* Gray */
    cursor: not-allowed;
    text-decoration: none;
}

/* Responsive styling */
@media (max-width: 640px) {
    .paper-container {
        padding: 1rem;
    }

    .paper-title {
        font-size: 1.25rem;
    }

    .paper-conference {
        font-size: 1rem;
    }

    .paper-authors {
        font-size: 0.875rem;
    }
}
#papers .paper-div .container .extra-info{
    padding-top: 30px;
    padding-bottom: 30px;
}
#papers .paper-div .container .extra-info h1{
    font-size: 25px;
    color: white;
}



/*-------------------------------------
        11. Contact
--------------------------------------*/
#contact .section-heading .extra-info h1{
    font-size: 25px;
}
.contact {
    background: #f9fbfd;
    padding: 50px 0 100px;
}
.single-contact-box {
    padding-top: 10px;
}
.contact-form  .form-group {
    margin-bottom: 20px;
    
}
.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: #fff;
    color: #636a82;
    resize: none;
}

/*--contct button--*/
.contact-form .single-contact-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    text-transform:capitalize;
    margin-top: 3px;
    background: #b636ff;
    border: 1px solid #b636ff;
    cursor:pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
     -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn .contact-btn ,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    border-radius: 0px;
    font-size:14px;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    
}
.single-contact-btn:hover{
    background: #9f00ff;
    border: 1px solid #9f00ff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

/*--contct button--*/

/* contact-adress */
.contact-add-head h3 {
    font-size:  24px;
    color:  #3c4258;
}
.contact-add-head p {
    font-size:  16px;
    text-transform: capitalize;
    color:  #636a82;
    font-weight:  300;
    margin-top:  6px;
}
/* contact-adress */

/*.contact-add-info */
.contact-add-info { margin: 42px 0 52px;}
.single-contact-add-info h3 {
    color:  #636a82;
    font-weight:  500;
}
.single-contact-add-info p {
    color:  #999fb3;
    font-size:  16px;
    margin-top:  18px;
}
.single-contact-add-info {
    margin-bottom:  26px;
}
/*.contact-add-info */

/*hm-foot-icon*/
.hm-foot-icon {
   
}
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: #636a82;
    margin-right:18px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-icon ul li>a:hover{
    color: #b636ff;
}/*hm-foot-icon*/

.hm-footer-copyright p{
    color: #888ea5;
    text-transform: capitalize;
    padding: 38px 0;
}
.hm-footer-copyright p a {color: #888ea5;}
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    /* display: none; */
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#1f2c6c;
	border:1px solid #1f2c6c;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #1f2c6c;
	border:1px solid #1f2c6c;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================