body {
  font-family: 'Poppins', sans-serif;
}
.bgcolor{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	height: 100vh;
	width: 25%;
	padding-top: 37px;
	display: block;
	background: #00031a;

}
.profilepic{
	text-align: center;
}
.myfoto{
		border: 7px solid deeppink;
	border-radius: 82%;
}
.myname{
	color: white;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	padding-top: 28px;
}
.social{
    list-style: none;
    display: block;
    padding: 0 10px;
}
.s-m{
	display: inline-flex;
	margin-top: 0;
  padding: 0;

}
.sm{
	color: white;
}
.sm:hover {
  color: deeppink;
}
.s1{
	text-decoration: none;
	color: white;
	transition: 0.3s;
	 border-radius: 50%;
    background-color: blue;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    line-height: 35px !important;
    font-size: 19px !important;

}
.s1:hover {
	color: blue;
	background-color: white;
}

.s2{
text-decoration: none;
	color: white;
	transition: 0.3s;
	 border-radius: 50%;
    background-color: #c13584;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    line-height: 35px !important;
     font-size: 19px !important;
}                                                                    /*..... scroll nav.....*/             
.s2:hover {
	color: #c13584;
	background-color: white;
}
.s3{
text-decoration: none;
	color: white;
	transition: 0.3s;
	 border-radius: 50%;
    background-color: #00acee;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    line-height: 35px !important;
     font-size: 19px !important;
}
.s3:hover {
	color: #00acee;
	background-color: white;
}

.s4{
text-decoration: none;
	color: white;
	transition: 0.3s;
	 border-radius: 50%;
    background-color: #171515;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    line-height: 35px !important;
     font-size: 19px !important;
}
.s4:hover {
	color: #171515;
	background-color: white;
}

.s5{
text-decoration: none;
	color: white;
	transition: 0.3s;
	 border-radius: 50%;
    background-color: limegreen;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    line-height: 35px !important;
     font-size: 19px !important;
}
.s5:hover {
	color: limegreen;
	background-color: white;
}
.s6{
	text-decoration: none;
	color: white;
	transition: 0.3s;
	 border-radius: 50%;
    background-color: red;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    line-height: 35px !important;
     font-size: 19px !important;
}
.s6:hover{
	color: red;
	background-color: white;
}

#nav {
  top: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  list-style: none;
  text-align: center;
}

#nav a {
  display: block;
  padding: 10px 10px;
  color: #fff;
}

#nav a:hover {
  color: deeppink;
}


#section-1 {
  background: #ddd;
}

#section-2 {
  background: #212529;
   padding-top: 10vh; 
   padding-bottom: 10vh;
}

#section-3 {
  background: #41464b;
  padding-top: 10vh; 
  padding-bottom: 10vh;
}
#section-4{
   background: #212529;
   padding-top: 10vh; 
   padding-bottom: 19vh;
}
#section-5{
    background: #41464b;
    padding-top: 10vh; 
   padding-bottom: 10vh;
}
#section-6{
   background: #212529;
   padding-top: 10vh; 
   padding-bottom: 10vh;
}

.profilenav{
  text-decoration: none;
  font-weight: 600;
}
.title{
	color: white;
	text-align: center;
}

.banner{
	position: relative;
   background-image: 
    linear-gradient(4deg, rgba(0,0,0,0.64) 30%, rgba(0,0,0,0.3) 45%, rgba(0,0,0,0.3) 100%),
    url('../image/wd.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.typing {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;

}
.type2{
	  position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.ityped{ 
	font-weight: 700; 
	font-size: 46px; 
}
.hire{
	  position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 37px;
    border-color: deeppink;
    font-size: 24px;
    color: deeppink;
    border: solid deeppink;
    padding: 10px 37px;
    transition: 0.3s;
    font-weight: 500;
}
.hire:hover{
	background: deeppink;
	color: white;
}

.title{
	font-weight: 700;
	font-size: 127px;
	text-align: center;
	color: lightgrey;
	opacity: 10%;
}
.KM{
    font-weight: 600;
    text-align: center;
    display: block;
    color: white;
}
.line{
    background: deeppink;
    height: 5px;
    width: 82px;
    display: block;
    margin: 0 auto;
  }
  .heading {
    position: relative;
    top: -91px;
}
.nameclr{
	color: deeppink;
	font-weight: 600;
	font-size: 28px;
}
.name{
	font-weight: 600;
	font-size: 28px;
	color: white;
}
.abt-me{
	color: gray;
	font-size: 19px;
	text-align: justify;
}
.listme{
	border-bottom: 1px solid #41464b;
	font-weight: 600;
  color: white;
  font-size: 19px;
}
.liname{
 border-bottom: 1px solid #41464b;
	font-weight: 400;
  color: deeppink;
  font-size: 19px;
}
.mail{
	font-size: 19px;
	text-decoration: none;
	color: deeppink;
}
.mail:hover{
	color: pink;
}
.abtme{
	padding-top: 55px;
}
.CV{
	text-decoration: none;
	color: white;
	font-weight: 600;
	border-radius: 28px;
	background-color:deeppink ;
	padding: 19px;
}
.CV:hover {
	background-color: hotpink;
	color: white;
}
.cv{
	margin-top: 46px;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);


/*/ start count stats /*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: white;
}

.stats .fa {
  color: gray;
  font-size: 60px;
}

/*/ end count stats /*/
.box-icon{
	color: deeppink;
	font-weight: 900;
	font-size: 40px !important;
	text-align: center;
	padding-top: 10px;
}
.boxicon{
	background-color: #1b1c1f;
	padding: 28px;
  box-sizing: border-box;
  border-radius: 10px;
}
.wid{
	font-weight: 700;
	color: white;
	font-size: 20px;
}
.ser-txt{
	color: gray;
	font-size: 19px;
}
.SERV{
	padding-left: 10px;
}
.service{
 padding-top: 10px;
 padding-bottom: 73px;
}



.res{
	color: white;
	font-size: 28px;
	font-weight: 600;
}
.bg{
	background-color: #141619;
}
.bg-danger {
    background-color: #dc3545!important;
    display: inline-block;
}
.tag{
	font-weight: 500;
	color: white;
}
.place{
	color: deeppink;
}
.rsmt{
	color: gray;
	font-size: 19px;
}

.counting{
	color: deeppink;
}

.skills-bar-container {
  position: relative;
  width: 100%;
  min-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}
.skills-bar-container li {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.skills-bar-container li .progressbar-title {
  color: #fff;
}
.skills-bar-container li .progressbar-title h3 {
  display: inline-block;
}
.skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 5px;
}
.skills-bar-container li .bar-container {
  background: #555;
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.skills-bar-container li .bar-container #progress-html {
  -webkit-animation-name: progress-html;
  animation-name: progress-html;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.skills-bar-container li .bar-container #progress-css {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.skills-bar-container li .bar-container #progress-javascript {
  -webkit-animation-name: progress-javascript;
  animation-name: progress-javascript;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.skills-bar-container li .bar-container #progress-php {
  -webkit-animation-name: progress-php;
  animation-name: progress-php;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.skills-bar-container li .bar-container #progress-angular {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.skills-bar-container li .bar-container #progress-bootstrap {
  -webkit-animation-name: progress-bootstrap;
  animation-name: progress-bootstrap;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.progressred {
  background-color: #c0392b;
}

.progressblue {
  background-color: #1199ff;
}

.progresspurple {
  background-color: #9b59b6;
}

.progressorange {
  background-color: #ffa500;
}

.progressgreen {
  background-color: #27ae60;
}
.progresspink {
	background-color: #e30b5d;
}

@-webkit-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 64%;
  }
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 37%;
  }
}
@-webkit-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 46%;
  }
}
@-webkit-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 69%;
  }
}
@-webkit-keyframes progress-bootstrap {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
@-moz-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 64%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 37%;
  }
}
@-moz-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 46%;
  }
}
@-moz-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 69%;
  }
}
@keyframes bootstrap-pourcent {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}

@keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 64%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 37%;
  }
}
@keyframes progress-php {
  
  0% {
    width: 0%;
  }
  100% {
    width: 46%;
  }
}
@keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 69%;
  }
}
@keyframes progress-bootstrap {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
.CVD{
	padding-top:91px ;
}
.DCV{
	text-decoration: none;
	background-color: transparent;
	border: 2px solid white;
	border-radius: 28px;
	padding: 19px;
	color: white;
	transition: 0.3s;
}
.DCV:hover {
	color: dimgrey;
	background-color: white;
	opacity: 55%;
}


@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
  span,
  p,
  li,
  a {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h4 {
    font-size: 20px;
  }
  span,
  p,
  li,
  a {
    font-size: 14px;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.template-btn {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.template-btn:hover {
  color: white;
  background: #f28500;
}
.portfolio-section {
  transition: 1.3s;
  box-sizing: border-box;
  height: auto;
}

.portfolio-tab ul {
  text-align: center;
  margin-top: 50px;
}
.portfolio-tab ul li {
  color: #c0c0c0;
  background: transparent;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #e30b5d;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 575.98px) {
  .portfolio-tab ul li {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
}
.portfolio-tab ul li:hover {
  background: #e30b5d;
  color: #fff;
}
.portfolio-tab ul .active {
  background: #e30b5d;
  color: #fff;
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.portfolio-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
}
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 991px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.portfolio-grid .portfolio {
  /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; */
  display: none;
  overflow: hidden;
}
.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}
.portfolio-bg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  transform: scale(1);
}
.portfolio:hover .portfolio-bg {
  transform: scale(1.2);
}
.first .portfolio-bg {
  background-image: url("../image/port3.jpg");
}
.second .portfolio-bg {
  background-image: url("../image/dent2.png");
}
.third .portfolio-bg {
  background-image: url("../image/agen3.jpg");
}
.portfolio .label {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.bnr2{
  width: 100%;
}
.portfolio .label-bg {
  background: #232323;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1px;
}
.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 50px 20px;
}
.portfolio:hover .label {
  opacity: 1;
  visibility: visible;
}
.portfolio .text-category {
  display: block;
}
.portfolio .template-btn {
  background: #e30b5d;
  border: 1px solid #e30b5d;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 500;
}
.address{
	font-weight: 500;
	color: lightgrey;
	padding-top: 10px;
	padding-bottom: 10px;
}
.house{
	color: deeppink;
}
.contact{
	color: deeppink;
	padding-right: 10px;
	padding-bottom: 10px;
}
.call{
	text-decoration: none;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.call:hover{
	color: pink;
}
.form-controla{
	background-color: black;
	color: #fff;
   outline: none;
   width: 100%;
   border: none;
   border-radius: 7px;
   padding: 10px;

}
.form-controla:focus { 
    outline: none;
  
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}    
.msg{
	color: grey;
	font-weight: 500;
}
.snd-msg{
	border-radius: 37px;
	background-color: pink;
	padding: 15px 28px;
	border: none;
	transition: 0.46s;
}
.snd-msg:hover {
	background-color: deeppink;
	color: white;
	 box-shadow: 0 0 10px pink;

}
.form{
	 background-color: black;
   outline: none;
   border: none;
   border-radius: 7px;
   padding: 10px;
   width: 100%;
   color: white;
}
.form:focus { 
    outline: none;
    background-color: black;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.copyright{
	color: gray;
}
.co{
	text-decoration: none;
	color: deeppink;
}    
.co:hover{
	color: pink;
}
#scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: dimgrey;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: deeppink;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
.float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 15px;
  left: 15px !important;
  background-color: #25d366;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 10px green;
  z-index: 9999;
}

.my-float {
  margin-top: 13px;
}
.nav-res{
	display:none;
}
.service{
	display: inline-flex;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	z-index: 9999;
	padding: 28px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {



		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.footer-bm{
	background-color: black;
}
.image-card {

  top: 0;
  left: 0;
}