body {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: -96px;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
p {
  font-size: 17px;
}

a {
  text-decoration: none !important;
  outline: none;
}

.color {
  color: rgb(2, 160, 161);
  margin-bottom: 35px;
}

hr.hr {
  border: 1px solid rgb(228, 227, 227);
}

/*---------------------------------------
    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;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



.header {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../AirBrush_20200826211419.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 !important;
  padding-top: 250px;
  padding-bottom: 200px;
  height: 100vh;
  color: #ffffff;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/

.navbar {
  margin-bottom: 0;
  background: #222 !important;
}

.nav-link {
  color: #ddd !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 5px;
  transition: all 0.4s ease-in-out;
}

.nav-link:hover {
  background: transparent;
  color: #66ccff !important;
}

.nav-link:hover,
.nav-link:focus {
  background-color: transparent;
}

.nav-link.active {
  background-color: transparent;
  color: #66ccff;
}

.navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: none !important;
  color: white;
  padding-top: 5px;
  
}

.navbar-light .navbar-toggler-icon:hover {
  color: #66ccff !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

@media(min-width:768px) {
  .navbar {
    padding: 20px 0;
    border-bottom: 0;
    background: 0 0;
  }

  .navbar.top-nav-collapse {
    background: #101010;
    padding: 0;
  }

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
  letter-spacing: 2px;
}

/*---------------------------------------
   About  section              
-----------------------------------------*/
#about {
  padding: 120px 0;
  color: #000000;
  background-color: #fff;
}

#resume_pdf a {
  color: #000;
}

#resume_pdf a:hover {
  color: tomato;
  border-bottom: 1px solid tomato;
}

/*---------------------------------------
    Skills section              
-----------------------------------------*/
#skills {
  padding: 150px 0;
  background: rgb(19, 18, 18);
  color: #ffffff;
}



/*---------------------------------------
    Experience section              
-----------------------------------------*/
#experience {
  padding: 100px 0px;
}
.cardBody {
  background: rgb(2, 160, 161);
  color: #fff;
}

.experience {
  margin-bottom: 70px;
}

/*---------------------------------------
   Education section              
-----------------------------------------*/
#education {
  padding: 100px 12px;
  background: #f2f5f9;
}

.left {
  border-left: 2px solid rgb(2, 160, 161);
  border-bottom: 1px solid rgb(214, 213, 213);
}

.left-bottom {
  border-left: 2px solid rgb(2, 160, 161);
  border-bottom: none;
  margin-left: 15px;
}

.education {
  margin-top: 45px;
  margin-bottom: 20px;
}


/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
  background: #f2f5f9;
}

.contact {
  margin-top: 60px;
}

.col-md-3 {
  border-top: 1px solid rgb(2, 160, 161);
  margin-bottom: 30px;
}

.col-md-3 a {
  font-weight: 500;
  color: #000;
}

.font_awesome {
  font-size: 25px;
  color: rgb(2, 160, 161);
  margin-top: -23px;
  margin-bottom: 45px;
}

.font_awesome i {
  padding: 10px;
  border-radius: 100%;
  border: 1px solid rgb(2, 160, 161);
  background: #fff;
}


/*---------------------------------------
    Portfolio section              
-----------------------------------------*/
#portfolio {
  background: url('../images/register-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0px;
}

#portfolio .col-md-4 {
  border: none;
  margin-bottom: 10px;
}

.portfolio {
  background: transparent;
  color: #707070;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #9b9a9a;

}
.portfolio a {
  color: #707070;
}


/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
  padding: 100px 0px;
  background: #f2f5f9;
}

.contact {
  margin-top: 60px;
}

.col-md-3 {
  border-top: 1px solid rgb(2, 160, 161);
  margin-bottom: 30px;
}

.col-md-3 a {
  font-weight: 500;
  color: #000;
}

.font_awesome {
  font-size: 25px;
  color: rgb(2, 160, 161);
  margin-top: -23px;
  margin-bottom: 20px;
}

.font_awesome i {
  padding: 10px;
  border-radius: 100%;
  border: 1px solid rgb(2, 160, 161);
  background: #fff;
}

/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background: #f2545f;
  color: #ffffff;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #707070;
}

.copy {
  font-size: 14px;
}


/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 991px) {
  .bootstrap {
    margin-top: -200px;
  }
}

@media (max-width: 980px) {
  p {
    font-size: 13px;
  }

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
    line-height: 20px;
  }

  #intro {
    height: 65vh;
  }
}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  .nav-tabs>li>a {
    font-size: 13px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

  .bootstrap {
    margin-top: -180px;
  }
}

@media (max-width: 630px) {

  .bootstrap {
    margin-top: -120px;
  }
}

@media screen and (max-width: 767px) and (min-width: 415px) {

  .header {
    height: 100vh !important;
    padding-top: 150px;
    padding-bottom: 350px;
    color: #ffffff;
  }

}

@media screen and (max-width: 1023px) and (min-width: 768px) {

  .experience h4 {
    font-size: 15px;
  }

}