@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/* 
author name: Nishant Jangid
*/
:root {
  --Recursive: "Recursive", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.allSectionSideSpaces {
  padding: 40px 50px;
}
.allSectionHeading {
  margin: 2rem 0;
  color: #504e4e;
  font-weight: 100;
}
.allSectionHeading h1{
    font-size: 4rem;
}
.allSectionHeading::after {
  content: "--------------------------";
  position: relative;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #1a303e;
  width: 100%;
}
#preloader
{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    position: fixed;
    top:0;
    left: 0;
    z-index: 200;
    background-color: #fff;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #1a303e; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: relative;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/*sidebar Css Style */
#sideBar {
  max-width: 250px;
  min-width: 250px;
  height: 100vh;
  background: #1a303e;
  color: #fff;
  transition: 0.5s ease;
  float: left;
  z-index: 1999;
  position: fixed;
}
#sideBar .sideHead {
  text-align: center;
  padding: 3rem 0;
}
#sideBar .sideHead .myimage {
  max-width: 100%;
  max-height: 100%;
  display: block;
  text-align: center;
  padding-bottom: 1rem;
}
#sideBar .sideHead .myimage img {
  border-radius: 100%;
  border: 5px solid #1f1d1d;
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
}
#sideBar .sideHead h3 {
  font-size: 2.75rem;
}
#sideBar .sideHeadDetail {
  text-align: center;
  padding: 20px 0;
}
#sideBar .sideHeadDetail span {
  font-size: 2rem;
  color: #fff;
}
#sideBar .sidebarMenuList ul {
  list-style: none;
  font-size: 20px;
}
#sideBar .sidebarMenuList ul li {
  padding: 10px 20px;
  display: block;
}

#sideBar .sidebarMenuList ul li:hover {
  padding: 10px 20px;
  display: block;
  background: linear-gradient(45deg, #f7efef4a, transparent);
}
#sideBar .sidebarMenuList ul li:hover a {
  color: #000;
}
#sideBar .sidebarMenuList ul li a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
#sideBar .sidebarMenuList ul li a i {
  padding-right: 10px;
}
#sideBar .sideCopyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#sideBar .sideCopyright p {
  font-weight: 100;
  font-size: 1rem;
  padding: 0 1rem;
}
.sideBar-collapse {
  margin-left: -250px;
}

/*MasterContent->home Css */

/**************/
#masterContent .sliderImg1 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../images/blank.jpg);
  /* background-position: left; */
  background-size: cover;
  filter: grayscale(5);
}
#masterContent .sliderImg1 .caption1 {
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  /* background: rgb(201,218,227); */
  /* background: linear-gradient(159deg, rgba(201,218,227,1) 9%, rgba(140,137,179,1) 26%, rgba(0,212,255,1) 88%); */
  /* animation: Caption 8s linear infinite; */
}
#masterContent .caption1 h4 {
  font-size: 7rem;
}
#masterContent .caption1 p {
  font-size: 3rem;
}
#masterContent .sliderImg1 .caption1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  background: rgb(201, 218, 227);
  height: 200px;
  width: 200px;
  z-index: 1;
  opacity: 0.3;
  border-radius: 50%;
  animation: Caption 8s linear infinite;
}
#masterContent .sliderImg1 .caption1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  background: rgb(201, 218, 227);
  height: 200px;
  width: 200px;
  z-index: 1;
  opacity: 0.7;
  border-radius: 50%;
  animation: Caption2 8s linear infinite;
}
@keyframes Caption {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateX(30px) rotateX(45deg);
  }
  70% {
    transform: translateY(60px) rotateX(180deg);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes Caption2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translate3d(30px) rotateY(45deg);
  }
  70% {
    transform: translateY(60px) rotate(180deg);
  }
  100% {
    transform: translateY(0px);
  }
}
/**************/

/*content Css  Style */
.contentHide {
  display: none;
}
.sideSpacesNone {
  margin: 0;
  padding: 0;
  height: auto !important;
}
.content {
  height: auto;
  width: 100%;
  animation-duration: 0.5s;
}
.content .container-fluid button {
  margin: 10px;
  background: #1a303e;
  font-size: 2rem;
}
.content .container-fluid button:hover {
  background: #1a303e;
}

/* About Content Section */
.content #aboutSection {
  width: 100vw;
}
.content #aboutSection .aboutDesc h2 {
  font-size: 3rem;
  padding-bottom: 3rem;
}
.content #aboutSection .aboutDesc p b {
  text-align: justify;
  font-size: 2rem;
}
.content #aboutSection .aboutDesc p {
  text-align: justify;
  font-size: 1.5rem;
}
.content #aboutSection .aboutBox {
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  padding: 4rem;
  margin: 3rem 0;
}
.content #aboutSection .aboutBox1 {
  border-right: 5px solid #de6262;
}
.content #aboutSection .aboutBox2 {
  border-right: 5px solid #7a92ea;
}
.content #aboutSection .aboutBox3 {
  border-right: 5px solid #91f5a1;
}
.content #aboutSection .aboutBox4 {
  border-right: 5px solid #f18a0a;
}
.content #aboutSection .aboutBox i {
  font-size: 4rem;
  padding: 1rem 0;
}
.content #aboutSection .aboutBox .fa-css3 {
  color: #7a92ea;
}
.content #aboutSection .aboutBox .fa-code {
  color: #91f5a1;
}
.content #aboutSection .aboutBox .fa-shopping-cart {
  color: #de6262;
}
.content #aboutSection .aboutBox .fa-leaf {
  color: #f18a0a;
}
.content #aboutSection .aboutBox p {
  font-size: 2rem;
  padding: 1rem 0;
}
.content #aboutSection .aboutBox span {
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: justify;
}

/*services Section Start */
.content #services {
  width: 100vw;
}
.content #services .serviceDesc h2 {
  font-size: 3rem;
  padding-bottom: 3rem;
}
.content #services .serviceDesc p {
  text-align: justify;
  font-size: 2rem;
}
.content #services .serviceBox {
  padding: 4rem;
  margin: 3rem 0;
  text-align: center;
  transition: 0.5s ease-in-out;
  border-top: 2px solid #ccc;
  cursor: pointer;
}
.content #services .serviceBox:hover {
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-top: 2px solid #000;
}
.content #services .serviceBox i {
  font-size: 4rem;
  padding: 1rem 0;
}
.content #services .serviceBox h4 {
  font-size: 2rem;
  padding: 1rem 0;
}
.content #services .serviceBox p {
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: justify;
}
/*services Section End */

/* HireMe Section Start */
#hireme .gigBx
{
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  margin-bottom: 2rem;
}
#hireme .gigBx a{
  width: 100%;
  background: #1a303e;
  font-size: 2rem;
  cursor: pointer;
}
#hireme .gigBx .gigDetail{
  padding:4rem 3rem;
  text-align: center !important;
}
#hireme .gigBx .gigDetail h3{
  font-size: 2.5rem;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  margin-bottom: 1rem;
}
#hireme .gigBx .gigDetail ul,#hireme .gigBx .gigDetail span
{
  list-style: none;
  font-size: 2rem;
}

/* HireMe Section End */

/* Skills Section Start */
.content #skills {
  background: #fff7f3;
}
.content #skills .skillsDesc h2 {
  font-size: 3rem;
  padding-bottom: 3rem;
}
.content #skills .skillsDesc p {
  text-align: justify;
  font-size: 2rem;
}
.content #skills .skillDetail ul {
  font-size: 1.7rem;
  padding: 2rem;
}
.content #skills .skillDetail2 .progressDetail {
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.7rem;
}
.content #skills .skillDetail2 .progress-bar {
  background-color: #1a303e;
}
.content #skillCounter .skillsParallex {
  background-image: linear-gradient(
      120deg,
      rgba(52, 52, 49, 0.7) 100%,
      transparent 0%
    ),
    url("../images/slider1.jpg");
  background-attachment: fixed;
  background-size: 100% 100%;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.content #skillCounter .skillsParallex .allNumbers h3 {
  font-size: 4rem;
  color: #fff;
}
.content #skillCounter .skillsParallex .allNumbers span {
  font-size: 2rem;
  color: #bba6a6;
}

/*contact Section */

.content #contactus {
  position: relative;
  overflow: hidden;
}
.content #contactus::before {
  content: "";
  position: absolute;
  bottom: -9rem;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0 0 4px #000;
  background: #1a303e;
  animation: Eb 8s linear infinite;
  opacity: 0.9;
}
@keyframes Eb {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  70% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0px);
  }
}
.content #contactus .contactHeading h1 {
  font-size: 4rem;
}
.content #contactus .contactHeading h1::before {
  content: "";
  text-align: center;
  border-top: 3px solid #1a303e;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 13rem;
}
.content #contactus .contactHeading {
  padding-bottom: 6rem;
}
.content #contactus .contactHeading span {
  font-size: 2rem;
}
.content #contactus .contactIcon {
  font-size: 1.5rem;
  padding: 1rem;
  margin: 3rem 0;
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
}
.content #contactus .icon {
  margin: 1rem 1rem 2rem 0;
}
.content #contactus form {
  margin-top: 1rem;
}
.content #contactus form input {
  height: 4.5rem;
  border: none;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 3px black;
  font-size: 2rem;
}
.content #contactus form textarea {
  border: none;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 3px black;
  font-size: 2rem;
}
.content #contactus form .form-control:focus {
  border: 1px solid #1a303e;
  box-shadow: inset 0 0 3px black;
}
.content #contactus form button {
  color: #fff;
  box-shadow: 0 0 3px black;
  border-radius: none !important;
  background: #1a303e;
  font-size: 2rem;
}
.content #contactus form button:hover {
  color: #fff;
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-radius: none !important;
}
/* Social icon  */
.content footer .socialIcons {
    text-align: center;
    height: auto;
    line-height: 2;
    background: #fbfbfb;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content footer .socialIcons span {
  text-align: center;
  padding: 1rem;
  border-radius: 100%;
  background-color: #1a303e;
  margin: 1rem;
  font-size: 2.4rem;
  box-shadow: 0 0 4px #000;
}
.content footer .socialIcons span:hover i {
  transform: rotateX(360deg);
  transition: 0.5s ease-in-out;
  font-size: 2rem;
}
.content footer .socialIcons span a {
  color: #fff;
  text-decoration: none;
}

/* ModalBox Css */
.hideModal {
  display: none;
}
.content #ModalBox {
  width: 100%;
  height: 100%;
  background: #35323285;
  z-index: 2000;
  padding: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.content #ModalBox .SubmitMessage {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.content #ModalBox .SubmitMessage::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 20rem;
  height: 20rem;
  border-radius: 100%;
  background: #33688a;
  box-shadow: 0px 0px 28px 8px rgba(0, 0, 0, 0.17);
}
.content #ModalBox .SubmitMessage::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 20rem;
  height: 20rem;
  border-radius: 100%;
  background: #33688a;
  box-shadow: 0px 0px 28px 8px rgba(0, 0, 0, 0.17);
}
.content #ModalBox .SubmitMessage h3 {
  font-size: 5rem;
  color: #5f5656;
}
.content #ModalBox .SubmitMessage p {
  font-size: 2rem;
  padding-top: 1rem;
  font-weight: 100;
}

@media (max-width: 768px) {
  html {
    font-size: 44%;
  }
  .content button {
    font-size: 3rem;
  }
  #masterContent .caption1 h4 {
    font-size: 7rem !important;
  }
  #masterContent .caption1 p {
    font-size: 3rem !important;
  }

  #sideBar {
    margin-left: -250px;
    overflow: hidden;
  }
  #sideBar.sideBar-collapse {
    margin-left: 0;
    overflow: hidden;
  }
  #sideBar .sidebarMenuList ul li a {
    font-size: 2.5rem;
  }
  #sideBar .sideHead h3 {
    font-size: 3.75rem;
  }
  h1 {
    font-size: 4rem !important;
  }
  h2 {
    font-size: 3rem !important;
  }
  h4 {
    font-size: 2.5rem !important;
  }
  p,
  .skillDetail ul li {
    font-size: 2.5rem !important;
    text-align: left !important;
    line-height: 40px;
  }
  .content #skills .skillDetail2 .progressDetail {
    font-size: 2rem;
  }
  .content #aboutSection .aboutBox span {
    font-size: 2.5rem;
  }
  .content #contactus .contactHeading span {
    font-size: 2.5rem;
  }
  .content #contactus .contactIcon {
    font-size: 2.5rem;
  }

  .content #contactus form input,
  .content #contactus form textarea {
    font-size: 3rem;
    padding: 0.5rem;
  }
  .content #contactus form button {
    font-size: 3rem;
  }
  .content footer .socialIcons span {
    font-size: 3.4rem;
  }
  #sideBar .sideCopyright p {
    font-size: 2rem !important;
    line-height: 20px;
    text-align: center !important;
  }
}
@media (max-width: 550px) {
  #ModalBox .SubmitMessage h3 {
    font-size: 2rem !important;
  }
  #ModalBox .SubmitMessage p {
    font-size: 1.3rem !important;
  }
}
