.techknowmindsjs-heading {
  font-size: 39px;
  color: blue;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2%;
  font-family: sans-serif;
}


.techknowmindsjs-wrokprocess {
  background-color: #fff;
  margin: 0%;
  padding: 0%;
}

.service-android-techuwweb h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding-top: 1%;
}

.service-android-techuwweb p {
  text-align: center;
  padding-top: 1%;
  font-size: 18px;
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 500;
}

.tecuweb-process-img {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.tecuweb-process-img img {

  width: 500px;
  height: 350px;
}






/* webcoder css */

.service {
  width: 100%;

  background: #fff;
}

.service .work {
  width: 85%;
  height: 100%;
  background: #fff;
  margin-top: -1px;
  margin: auto;
}

.work h1 {
  color: white;
  text-transform: capitalize;
  font-size: 50px;
  text-align: center;
  margin-top: 0px;
}

.box {
  width: 382px;
  height: 358px;
  background: #003c7e;
  margin-top: 20px;
  margin-left: 4%;
  margin-right: 4%;
  border-radius: 10px;
  transition: 0.5s;
  padding: 12px;
  text-align: center;
}

.box span {
  font-size: 40px;
  color: white;
  padding: 12px;

}

.box h3 {
  color: #fff;
  padding: 12px;
  margin-top: -6px;
}

.box p {
  color: #fff;
  padding: 12px;
  margin-bottom: 25px;
  margin-top: -16px;
}

.box a {
  color: black;
  padding: 12px;
  margin-top: 6px;
  background: linear-gradient(to right, #b18501, #ea4e0b);
  margin-left: 13px;
  border-radius: 6px;

}

.box a:hover {
  text-decoration: none;
  background-color: white;
  color: white;
  transition: 0.5s;
}

.box:hover {
  background: #0273b4;
  transform: translateY(-10px);
}

.box img {
  width: 76px;
  height: 69px;
  color: white;
  border-radius: 44px;
  text-align: center;

  margin-top: 20px;
}

.india {
  font-weight: 600;
  font-size: 45px;
}

.india span {
  color: #ea4e0b;
  font-size: 38px;
}


/* 
footer from codekro */
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;
  background: #bac1cb;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00ff73;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1f3064;
  margin-top: -60px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer-contact h3 {
  color: #edf0f3;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #edf0f3;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #edf0f3;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #edf0f3;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links {
  color: #edf0f3;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #00ff73;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #010101;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffffff;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #00ff73;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}



/* webcoder about seciton */
.about img {
  width: 90%;

}

.mouse {
  padding: 20px 0px;
}

.in {
  padding-bottom: 20px;
}

.about1 a {
  background: linear-gradient(to right, #b18501, #ea4e0b);
  padding: 10px 19px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}

.contact-1 {

  background-color: black;
}

.contact h1 {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 0px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 83px;
  left: 520px;
}

.adda {
  border: 1px solid transparent;
  width: auto;
  height: 150px;
  background: #ffeef0;

}

.adda h3 {
  color: #b1002e;

}

.adda h3 i {
  margin-right: 10px;
}

.adda-1 {
  padding: 40px 10px;
}


.carrer {
  width: 100%;
  height: 300px;
  background: #010101;

}

.carrer img {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
}

.carrer h1 {
  position: absolute;
  color: white;
  top: 74px;
 
  font-size: 40px;
  left: 102px;
}
.job-section{
 background: #fff3f3;
}
.job-section-1{
  margin: 0 auto;
}
.hero{
  width: 98%;
  border: 2px solid #e3b3b3;
  margin: 10px 5px;
  padding: 5px;
  box-shadow: 0px 0px 10px 3px grey;
}
.hero:hover{
  transform: scale(1.1);
  transition: 0.6s;
  z-index: 1;
}
.hero h3{
  font-size: 22px;
  font-weight: 500;
  color: #f84c00;
  text-align: center;
}


.hero p{

   margin:9px 15px;
}
.hero h1{
font-size: 14px;
color: #f84c00;
}
.hero h2{
  font-size: 16px;
  margin: 12px 12px;
  color: #f84c00;
}
.hero h2 span{
  font-size: 14px;
  color: #ea4e0b;
  margin: 4px;
}
.hero ul {
  margin: 20px;
}
.hero ul li {
  margin: 5px 12px ;
}
.hero button{
 
  margin: 7px 15px;
  padding: 6px 15px;
  background: linear-gradient(to right, #b18501, #ea4e0b);
  color: white;
  border-radius: 5px;
margin-bottom: 30px;
border-radius: 0 10px 0 0;
border-radius: none;

}
.col-md-12.carr h1{
  margin-top: -40px;
}


/* pop section start */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-login {
  padding: 10px 15px;
  background: black;
  color: white;
}

.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .6s;

}
.showoverlay{
  opacity: 1;
  z-index: 1;
}
.loginform{
  width: 650px;
  background-color: white;
  padding: 30px 33px;
  position: absolute;
  top: 139%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0px 0px 10px 3px grey;
  transition: 0.8s;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  display: none;


  
}
.showlogin{
  visibility: visible;
  opacity: 1;
  transition: 0.8s;
  display: block;
 
}
.loginform input{
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
}
.loginform button{
  background: black;
  color: white;
  padding: 5px 15px; margin-top: 10px;
}
.loginform span{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: green;
  color: white;
  text-align: center;
  line-height: 30px;
}
.loginform h2{
  color: #f84c00;
}
.close{

}
.single_service_content img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-left: 90px;
    
}
.single_service_content h1{
  text-align: center;
}


@media(max-width:414px){
    .carrer h1{
           font-size: 30px;
    margin-left: -32px;
    }
}







/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #1836cb;
  border-bottom: 3px solid #1836cb;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #00ff73;
  float: left;
  width: 44px;
  height: 44px;
  background: #0A6D2F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 1px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #0a6de7;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0a6de7;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #1836cb;
  border-bottom: 3px solid #1836cb;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #0a6de7;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #0a6de7;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #0a6de7;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #0a6de7;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef7f4d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:480px){
  .loginform{
    width: 370px;
    transition: 0.6s;
  }
  .carrer h1 {
    
   
    font-size: 25px;
    left: 85px;
}


}
@media (max-width:767px){
    .mobile{
        display:flex;
       
    }
    .box{
        width:90%;
        margin:0px auto;
    }
}

@media (max-width: 350px){
.box {
   width: 390px;
    height: 411px;
    margin: 10px auto;
}
}
@media only screen and (max-width: 480px) and (min-width: 280px){
    .box {
   width: 350px;
    height: 411px;
    margin: 10px auto;
    margin-right:7px;
}
}
@media (min-width:1300px){
    .box{
        width:450px;
    }
}

/*End Contact us */



/* here our service section */



.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #0e3d71;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #0e3d71;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #0e3d71;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #0e3d71;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #0e3d71;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

/* our Services */


