h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

.container {
  max-width: 1175px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none;
}
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}
/* PRELOADER END */
.active-class {
  border: 2px solid #000;
}
/* ************************************ */

.diff-bck {
  background-color: rgb(239, 239, 239);
}
.dis img {
  width: 6%;
  height: 0%;
}
.image {
  border-radius: 12px;
  padding: 30px 0px 0px 40px;
}
.image img {
  width: 80%;
}
.resume {
  padding: 50px 0px;
}
.shad {
  height: 650px;
}
.shad1 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 0px 0px;
  padding-left: 15px;
}
.shad1 img {
  width: 10%;
  height: 0%;
}
.shad2 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.resum {
  padding-bottom: 50px;
}
.withou-img {
  padding: 80px 0px 0px 40px;
}
.name h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  /* font-family: Roboto-ExtraBoldItalic; */
}
.name h4 {
  font-size: 21px;
  font-weight: 100;
  margin-top: 0;
  text-transform: uppercase;
}

.profile {
  padding: 40px 0px;
}

.profile h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(0, 158, 0);
}
.green-txt {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(0, 158, 0);
  padding-top: 10px;
}
.profile p {
  margin-top: 10px;
  line-height: 18px;
  font-size: 17px;
  font-family: cursive;
}

.experience {
  padding-bottom: 20px;
}

.exp-txt {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
  padding-top: 5px;
}
.experience p {
  margin: 0;
  color: rgb(0, 158, 0);
  font-size: 14px;
  text-transform: capitalize;
}

.experience h2 {
  margin-left: 15px;
}
.experience p {
  margin-left: 15px;
}
.edu p {
  margin: 0;
  margin-left: 15px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 300;
}
#exp {
  margin-left: 15px;
}

/* contact */
.contact {
  padding: 30px 0px 0px 10px;
}
.contact p {
  font-size: 14px;
  padding: 0px 0px 0px 10px;
}
#green {
  padding-bottom: 15px;
}
#skills {
  padding-top: 0px;
}
.skills {
  padding-top: 30px;
}
.skills h6 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.side {
  padding-bottom: 5px;
}

img {
  width: 10%;
}

.dis {
  display: flex;
  padding-top: 10px;
}

/* first sec */

.sec-box img {
  width: 100%;
  border-radius: 3px;
}

/* form */

.first_banner_form {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 25px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-position: 100%;
  border-radius: 12px;
  padding: 35px 25px;
}
.first_banner_form {
}
.first_banner_form {
}
.first_banner_form {
}
.first_banner_form {
}
.first_banner_form h5 {
  font-size: 23px;
  color: #c6913d;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 700;
}
.first_banner_form input {
  border: 1px solid #767676;
  height: 42px;
  padding: 9px;
  width: 100%;
  border-radius: 2px;
  color: #3b3a3c;
  font-size: 14px;
  margin-bottom: 12px;
}
.first_banner_form textarea {
  border: 1px solid #767676;
  padding: 9px;
  width: 100%;
  border-radius: 2px;
  color: #3b3a3c;
  font-size: 14px;
  height: 100px !important;
  margin-bottom: 12px;
}
.mine_form_sub {
  background: #c6913d;
  color: white;
  margin-top: 27px;
  /* margin-bottom: -15px; */
  padding: 5px;
  border: none;
  width: 95%;
  /* font-size: 17px; */
  margin-top: 10px;
  margin-left: 15px;
  float: left;
}

/* new sec ser */
.services-one {
  position: relative;
  display: block;
  padding: 30px 0px;
  z-index: 1;
}
.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 61px;
}
.section-title__tagline-box {
  position: relative;
  display: inline-block;
}
.section-title__tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: var(--bixola-base);
  font-weight: 500;
  letter-spacing: 0.16em;
  z-index: 1;
}
.section-title__title {
  margin: 0;
  color: var(--bixola-black);
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  margin-top: 9px;
  font-family: var(--bixola-font-two);
  text-transform: capitalize;
}
.services-one__single {
  position: relative;
  display: flex;
box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 30px 20px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
  height: 300px;
}
.services-one__title a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-one__text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 23px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-one__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
}
.cv a {
  font-size: 17px;
  color: #fff;
  /* border: 1px solid; */
  padding: 10px;
  /* border-bottom: none; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #000;
  transition: width 2s ease-in-out;
}
.cv a:hover {
  box-shadow: rgba(240, 46, 170, 0.4) -5px 5px,
    rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px,
    rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
  transition: width 2s ease-in-out;
}
/* banner */
.banner {
  padding: 50px 0px;
}
.main {
  padding: 20px;
  /* border: 1px solid #d5cccc; */
  width: 50%;
}
.typewriter {
  font-size: 28px;
  border-right: 2px solid #0f0;
  white-space: nowrap;
  overflow: hidden;
  width: 0ch;
  animation: blink 0.7s infinite step-end;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.main h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 20px;
}

.main p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
}
.main span {
  color: rgb(0, 158, 0);
}
