/*

Stimulus Template

http://www.templatemo.com/tm-498-stimulus

*/

body {
	background: #F3F6F8;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
}

html,body {
  width: 100%;
  height: 100%;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
}

h1,h2,h3 {
  font-weight: 300;
}

h1 {
  font-size: 42px;
  padding-bottom: 14px;navba
  margin-bottom: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-top: 0px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 6px;
}

h3 {
  color: #999;
  font-size: 16px;
  font-weight: normal;

  letter-spacing: 2px;
  padding-top: 6px;
}

h5 {
  color: #666666;
}

strong {
  color: #232B2B;
  font-weight: normal;
}

p {
    color: #595352;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    
}

.section-btn {
  background-color: transparent;
  border: 3px solid #232B2B;
  border-radius: 100px;
  color: #232B2B;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 42px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.section-btn:hover {
  background: #1c7cb0;
  border-color: transparent;
  color: #ffffff;
}

.btn-success:focus {
  background-color: #1c7cb0;
  border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.section-title {
  position: relative;
  padding-top: 80px;
  padding-bottom: 22px;
  padding-right: 80px;
  padding-left: 0%;
  text-align: justify
}
.section-title-research {
  position: relative;
  padding-top: 0px;
  padding-bottom: 22px;
  padding-right: 1%;
  padding-left: 0%;
  text-align: justify
}
.section-title-cv {
  position: absolute;
  padding-top: 8%;
  padding-bottom: 22px;
  padding-right: 20px;
  padding-left: 13%;
}

#research,
#cv {
  position: relative;
}

#home .container,
#about .container, 
#experience .container,
#service .container,
#education .container,
#contact .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#experience .experience-thumb,
#education .education-thumb  {
  padding: 22px 42px 42px 42px;
}

#service,
#quotes,
footer {
  text-align: center;
}

#experience,
#education {
  background: #1c7cb0;
}

.background-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    min-height: 75vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.color-white {
  color: #ffffff;
}

.color-yellow {
  color: #1c7cb0;
}

.bg-yellow {
  background: #1c7cb0;
}

.bg-white {
  background: #ffffff;
}

.bg-dark {
  background: #161616;
}



/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #1c7cb0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #1c7cb0;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #1c7cb0;
  border-top-color: #f9f9f9;
  animation: spinner .6s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
    Navigation section              
-----------------------------------------*/
.nav-name{
    padding-right:240px;
    color: #333;
    font-size:15px;
    font-weight:bold;
}
.navbar-header {
    display: flex;
    justify-content: space-between; /* Space between the name and navigation */
    align-items: center; /* Ensures elements are vertically aligned */
    justify-content: flex-start; /* Aligns items to the left initially */
    width: 100%;
}

.navbar-toggle {
    margin-left: 15px; /* Add some spacing between the name and the toggle */
}

.custom-navbar .navbar-nav {
    margin-right: 15px; /* Ensures space between nav items and edges */
}



.navbar-nav {
    margin: 0;
}

.navbar-nav.navbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}


.custom-navbar {
    margin-bottom: 0;
    background-color: #ffffff;
    left: 0%;
}
  .custom-navbar {
      width: 104%;
}


.custom-navbar .navbar-brand {
    color: #333;
	text-shadow: 1px 1px #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1px;
}

.custom-navbar .nav li a {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
    padding-left: -5%;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #1c7cb0;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #1c7cb0;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px; 
        float: right


}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #1c7cb0;
    border-color: transparent;
}

/* Screen responsive*/
@media screen and (min-width: 1440px) {
    .nav-name{
    padding-right:275px;
}
  .custom-navbar {
      width:112%;
}

.section-title {
    padding-left: 4%;
}

.section-title-research {
    width: 120%;
    left:-8%;
    padding-right:5%;
}

}

@media screen and (min-width: 1600px) {
    .nav-name{
    padding-right:360px;
}
  .custom-navbar {
      width:121%;
}
.section-title-research {
    width: 132%;
    left:-15%;
    padding-right:5%;
}
.section-title-cv {
  padding-top: 5%;
}

}
@media screen and (min-width: 1680px) {
        .nav-name{
    padding-right:410px;
}
  .custom-navbar {
      width:126%;
}
.section-title-research {
    width: 132%;
    left:-15%;
    padding-right:5%;
}
.section-title-cv {
  padding-top: 5%;
}
}
@media screen and (min-width: 1920px) {
        .nav-name{
    padding-right:492px;
}
  .custom-navbar {
      width: 132%;
}
.section-title {
  padding-right:11%;
}
.section-title-research {
    width: 150%;
    left:-25%;
    padding-right:1%;
}

.section-title-cv {
  padding-left: 5%;
}
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 12px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        padding: 0;
    }

}



/*---------------------------------------
    Home section              
-----------------------------------------*/

#home h1 {
  padding-bottom: 18px;
}

#home .col-md-6 {
  background: #F3F6F8;
/* light blue color: #c3eafd; */
  padding-right: 0;
  padding-left: 0;
}

#home .home-img {
  background: url('../images/home-img.jpg') no-repeat;
  background-size: contain;
  background-position: 10% 90%;
  width: 100%;
  height: 100vh;
}

#home .home-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}




/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: inherit;
  }

  h3 {
    font-size: 22px;
    line-height: inherit;
  }
}


@media only screen and (max-width: 767px) {
  .custom-navbar .navbar-brand {
    line-height: 18px;
  }

  #home .home-thumb {
    height: auto;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 10%;
  }

  #home .container {
     padding-right: 0%;
     padding-left: 0%;
   }

     #research .container, 
   #cv .container{
       padding-right:30px;
       padding-left:30px;
   }

  #about .col-md-3,
  #reseach .col-md-6,
  #cv .col-md-6 {
    padding: 0;
    margin: 0;
  }

  .background-image {
    position: relative;
    min-height: 65vh;
  }

}

@media only screen and (max-width: 1024px) {
  .section-title {
    padding-bottom: 12px;
  }

  footer {
    padding: 40px 0;
  }
  
}
