* {
  margin: 0;
  padding: 0;
}
body {
  overflow: hidden;
}
/* Preloader code starts */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 99;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/* Preloader code ends */
#scrollUp {
  bottom: 2%;
  right: 1%;
  padding: 10px 20px;
  background: url(../img/top.png) no-repeat;
  color: #fff;
  text-indent: -999999px;
}
/* scrollUp code ends */
.menuSection {
  background-color: #a19e8f;
}
.navbar {
  padding-top: 15px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #a19e8f;
}
.navbar-inverse .navbar-brand {
  color: #000;
  text-transform: uppercase;
  text-shadow: none;
  font-family: "Text Me One", sans-serif;
  font-size: 35px;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #000;
}
.navbar-inverse {
  border-color: transparent;
  background-image: none;
  background: #a19e8f;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background: #a19e8f;
  box-shadow: none;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  text-shadow: none;
  font-family: "Text Me One", sans-serif;
  font-size: 20px;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  border-top: 1px solid #000;
  padding-top: 14px;
  padding-bottom: 14px;
}
/* menu section ends*/
.aboutMeSection {
  position: relative;
  background: #ffffff;
}

.hi {
  text-align: right;
  font-size: 25px;
  color: #000;
  padding: 36% 0 0;
}
.name {
  margin-top: -15px;
  text-align: right;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  text-shadow: 3px 3px 0 #5d5d5d;
  font-family: "Text Me One", sans-serif;
}
.aManIs {
  margin-top: -8px;
  font-size: 28px;
  text-align: right;
  font-style: italic;
  color: #464646;
}
.detail {
  padding-top: 5px;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}
.detail a {
  text-decoration: none;
  color: #000;
  border-bottom: 2px dotted #02bdc6;
}
.arrow {
  position: absolute;
  bottom: -3%;
  left: 15%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  -o-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.arrow i {
  color: #000000;
  padding: 20px 10px;
  border: 2px solid #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 15px;
}
@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -ms-transform: translateY(0);
  }
  0%,
  20%,
  60%,
  100% {
    -o-transform: translateY(0);
  }
  0%,
  20%,
  60%,
  100% {
    -moz-transform: translateY(0);
  }
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
}
/* about section ends */
.serviceSection {
  background: #1c2839;
  padding-top: 2%;
  padding-bottom: 4%;
}
.serviceHeading,
.skillHeading {
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  padding: 5% 0;
  font-family: "Oswald", sans-serif;
  font-size: 37px;
  font-weight: 700;
}
.serviceSection i {
  color: #02bdc6;
  background: #ffffff;
  font-size: 55px;
  text-align: center;
  border-radius: 110px;
  height: 100px;
  width: 100px;
  display: block;
  margin: auto;
  padding: 23px 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.serviceSection i:hover {
  color: #ffffff;
  background: #02bdc6;
}
.serviceTitle {
  color: #02bdc6;
  padding: 25px 0px 4px 0px;
  text-align: center;
  font-family: "Text Me One", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
.servicePara {
  color: #c5c5c5;
  line-height: 1.9em;
  letter-spacing: 0.3px;
  text-align: center;
  font-size: 13.5px;
}
.serviceRow3 {
  padding-top: 70px;
}
/* service section ends */
.portfolioSection {
  background: #ffffff;
  padding-top: 5%;
  padding-bottom: 2%;
}
.noPad {
  padding: 0;
}
.portfolioHeading,
.educationHeading,
.contactHeading {
  text-align: center;
  color: #000;
  padding-bottom: 50px;
  font-size: 37px;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
}
.portfolioList {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.portfolioList button.active {
  color: #10a7af;
}
.portfolioList button {
  background: #fff;
  outline: 0;
  border: 0px solid transparent;
  cursor: pointer;
  color: #848484;
  display: inline-block;
  padding: 0px 25px 50px 25px;
  font-family: "Text Me One", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.portfolioList button:hover {
  color: #10a7af;
}
.portfolioRow4 {
  padding-top: 45px;
}
.portfolioRow5 {
  padding-top: 45px;
}
.forPfolioCurtain {
  position: relative;
}
.pfolioImg {
  display: block;
  width: 100%;
  height: auto;
}
.pfolioCurtain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(2, 189, 198, 0.7);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}
.forPfolioCurtain:hover .pfolioCurtain {
  width: 100%;
  height: 100%;
}
.curtainText {
  font-family: "Text Me One", sans-serif;
  white-space: nowrap;
  color: #000;
  font-size: 30px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mos-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* portfolio section ends */
.educationSection {
  padding-top: 3%;
  padding-bottom: 5%;
  background: #ffffff;
}
.collapsible {
  border: 1px solid #cacaca;
}

.accordionSection h5 {
  border-bottom: 1px solid #cacaca;
  overflow: hidden;
}
.accordionSection .lastChild {
  border: none;
  overflow: hidden;
}

.accordionTitle p {
  color: #23527c;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0px 20px 0px;
  font-family: "Text Me One", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.accordionTitle span {
  padding: 0px 20px 0px 35px;
  color: #929292;
}
.accordionTitle i {
  color: #000;
  float: right;
  display: inline-block;
  padding: 20px 20px 20px 0px;
}
.accordionContent {
  border-bottom: 1px solid #cacaca;
  padding: 10px 0px 10px 35px;
  text-transform: uppercase;
}
.lastContent {
  border-bottom: none;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
}
.accordionContent ul {
  list-style-type: none;
}
.accordionContent ul li {
  font-family: "Text Me One", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
/* education section ends */
.skillSection {
  background-image: url(../img/coding.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 450px;
  position: relative;
}
.curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.progress {
  height: 35px;
}
.progress-bar {
  font-size: 20px;
  color: #000;
  padding-top: 8px;
  font-family: "Text Me One", sans-serif;
  font-weight: bold;
}
.progaming {
  color: #fff;
  text-align: center;
  font-family: "Text Me One", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.skillRow3 {
  padding-top: 75px;
  padding-bottom: 40px;
}
/* skill section ends */
.contactSection {
  background: #fff;
  padding-top: 5%;
}
.formTextArea {
  padding-top: 20px;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.form-group-lg .form-control {
  background: #fcfcfc;
  font-family: "Text Me One", sans-serif;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.form-group-lg .form-control:hover {
  background: #fcfcfc;
}
input {
  outline: 0;
}
.contactSection button {
  color: #fff;
  background: #00c2c9;
  display: block;
  margin: auto;
  outline: none;
  padding: 10px 35px;
  border: 0px;
  font-family: "Text Me One", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.contactSection button:hover {
  background: #000;
  color: #fff;
}
.contactSection iframe {
  margin-top: 35px;
  margin-bottom: 60px;
}
/* contact section ends */
.thanksSection {
  background: #1f1f1f;
}
.thanksSection h3 {
  color: #999;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 30px;
}
.socialMedia {
  display: flex;
  gap: 10px;
  margin: 0px auto 20px;
  width: 170px;
}
.socialMedia a {
  text-decoration: none;
}
.socialMedia a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 10px 0px;
  color: #999;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.socialMedia a i:hover {
  color: #fff;
  border-color: #fff;
}
/* thanks section ends */
.footerSection {
  background: #191919;
  color: #999;
  padding-top: 20px;
  padding-bottom: 10px;
}
.footerSection p {
  text-align: center;
  font-family: "Text Me One", sans-serif;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}
.footerSection p span {
  font-style: italic;
}
.footerSection a {
  text-decoration: none;
}
/* media query starts */

@media only screen and (max-width: 991px) {
  .navbar-inverse .navbar-brand {
    font-size: 25px;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
  }
  .hi {
    padding-top: 12%;
  }
  .aboutMyself {
    margin-bottom: 10%;
  }
  .arrow i {
    margin-top: 85%;
  }
  .serviceRow3 {
    padding-top: 50px;
  }
  .service4 {
    margin-top: -20px;
  }
  .service2,
  .service3,
  .service5,
  .service6 {
    padding-top: 30px;
  }
  .singlePfolio2,
  .singlePfolio3,
  .singlePfolio4,
  .singlePfolio6,
  .singlePfolio7,
  .singlePfolio8,
  .singlePfolio10,
  .singlePfolio11,
  .singlePfolio12 {
    margin-top: 70px;
    margin-bottom: 10px;
  }
  .singlePfolio1,
  .singlePfolio5,
  .singlePfolio9 {
    margin-top: 10px;
  }
  .singlePbar2,
  .singlePbar3,
  .singlePbar5,
  .singlePbar6 {
    padding-top: 50px;
  }
  .singlePbar1,
  .singlePbar4 {
    padding-top: 20px;
  }
  .singlePbar4 {
    margin-top: -30px;
  }
  .singleInput3,
  .singleInput4 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a,
  .navbar-inverse .navbar-nav > .active > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > .active > a:hover {
    border: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .aManIs {
    font-size: 22px;
  }
  .singleInput2 {
    margin-top: 20px;
  }
  .accordionTitle i {
    display: block;
    width: 50px;
    margin: auto;
  }
  .accordionTitle i {
    display: block;
    padding: 0px 0px 10px 0px;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .lastChild i {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-inverse .navbar-brand {
    font-size: 23px;
  }
  .hi,
  .name,
  .aManIs,
  .detail {
    text-align: center;
  }
  .name {
    font-size: 45px;
  }
  .aManIs {
    font-size: 18px;
  }
  .arrow i {
    display: none;
  }
  .accordionSection p {
    text-align: center;
  }
}
