html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:left;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Josefin Sans', sans-serif;
	background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
}
.header {
    text-align: center;
    margin-top: 4em;
}
.header h1 {
    font-size: 3.5em;
    color: #fff;
    font-weight: 400;
}
.main-section {
    width: 50%;
    margin: 3 auto -2;
	text-align: center;
}
.popup-section {
    width: 50%;
    margin: 1em auto 0;
	text-align: center;
}
.login-form {
    background: #fff;
	padding: 4em 1em;
	border-radius: 10px;
	width: 170%;
}
.login-form h2 {
    font-size: 2em;
    text-transform: capitalize;
	color: #777;
}
.login-form p {
    font-size: .95em;
	color: #777;
    line-height: 2em
}
.login-form span {
    width: 75%;
    height: 2px;
    display: block;
    background: #4543d0;
    margin: 1em auto;
}
.login-form h4 {
    font-size: 1.2em;
    text-transform: capitalize;
    margin-bottom: .2em;
	    color: #777;
}
.login-form input[type="text"] {
    padding: .8em 4em .8em 1em;
    width: 40%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
	outline: none;
	color: #555;
}
.login-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 40%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
}
.login-form select[type="Services"] {
    padding: .8em 2em .8em 1em;
    width: 40%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
}
.login-form select[type="technologies"] {
    padding: .8em 2em .8em 1em;
    width: 40%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
}

input[type=file]::file-selector-button {
  margin-bottom: 20px;
  width: 40%;
  border: none;
  background: #4543d0;
  padding: 10px 20px;
  border-radius: 10px;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #71c6c1;
}

/*contact_form*/
.contact-form {
    background: #fff;
	padding: 2em 1em;
	border-radius: 10px;
	width: 150%;
}
.contact-form h2 {
    font-size: 2em;
    text-transform: capitalize;
	color: #777;
}
.contact-form p {
    font-size: .95em;
	color: #777;
    line-height: 2em
}
.contact-form span {
    width: 75%;
    height: 1px;
    display: block;
    background: #f99104;
    margin: 1em auto;
}
.contact-form h4 {
    font-size: 1.2em;
    text-transform: capitalize;
    margin-bottom: .2em;
	    color: #777;
}
.contact-form input[type="text"] {
    padding: .8em 4em .8em 1em;
    width: 70%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
	outline: none;
	color: #555;
}
.contact-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 70%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
}
.contact-form select[type="Services"] {
    padding: .8em 2em .8em 1em;
    width: 70%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
}
.contact-form select[type="technologies"] {
    padding: .8em 2em .8em 1em;
    width: 70%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
}
/*end contact_form*/

 input.user {
   background: url(../images/user.png) no-repeat 96% 55%;
}
.login-form input.phone{
background: url(../images/phone.png) no-repeat 96% 55%;
}
.login-form input.email{
background: url(../images/email.png) no-repeat 96% 55%;
}
.login-form select.dropdown{
background: url(../images/email.png) no-repeat 96% 55%;
}
.login-form textarea.mess{
background: url(../images/mess.png) no-repeat 96% 5%;
}
.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.login-form  textarea {
    width: 81%;
    height: 100px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}

::-webkit-input-placeholder{
color:#C3C3C3 !important;
    font-family: 'Josefin Sans', sans-serif;
}
.login-form textarea:hover {
    border: 1px solid #71c6c1;
}
.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: #4543d0;
    color: #fff;
    cursor: pointer;   
	width: 56%;
	font-family: 'Josefin Sans', sans-serif;
	border-bottom: 2px solid#020118;
}
.login-form input[type="submit"]:hover {
    background: #71C6C1;
	border-bottom: 2px solid#59928F;
}

.login-form input.phone{
background: url(../images/phone.png) no-repeat 96% 55%;
}
.login-form input.email{
background: url(../images/email.png) no-repeat 96% 55%;
}
.login-form select.dropdown{
background: url(../images/email.png) no-repeat 96% 55%;
}
.login-form textarea.mess{
background: url(../images/mess.png) no-repeat 96% 5%;
}
.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.login-form  textarea {
    width: 81%;
    height: 100px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}


.contact-form textarea:hover {
    border: 1px solid #71c6c1;
}
.contact-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: #f99104;
    color: #fff;
    cursor: pointer;   
	width: 56%;
	font-family: 'Josefin Sans', sans-serif;
	border-bottom: 2px solid#A26E28;
}
.contact-form input[type="submit"]:hover {
    background: #71C6C1;
	border-bottom: 2px solid#59928F;
}
.contact-form input.phone{
background: url(../images/phone.png) no-repeat 96% 55%;
}
.contact-form input.email{
background: url(../images/email.png) no-repeat 96% 55%;
}
.contact-form select.dropdown{
background: url(../images/email.png) no-repeat 96% 55%;
}
.contact-form textarea.mess{
background: url(../images/mess.png) no-repeat 96% 5%;
}
.contact-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.contact-form  textarea {
    width: 70%;
    height: 100px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}

.footer {
    text-align: center;
    padding: 3em 0;
}
.footer p {
    font-size: 1em;
    color: #fff;
    margin: 0px;
}
.footer p a {
    color: #000;
}
.footer p a:hover {
    color: #fff;
}


/**responsive*/
@media(max-width:1440px){
.main-section {
    width: 60%;
}
}
@media(max-width:1366px){
.main-section {
    width: 60%;
}
}
@media(max-width:1280px){
.main-section {
    width: 60%;
}
}
@media(max-width:1080px){
.main-section {
    width: 60%;
}
.header h1 {
    font-size: 3em;
}
.header {
    text-align: center;
    margin-top: 3em;
}
.login-form h2 {
    font-size: 1.8em;
}
.login-form h4 {
    font-size: 1.1em;
}
.contact-form h2 {
    font-size: 1.8em;
}
.contact-form h4 {
    font-size: 1.1em;
}
}
@media(max-width:991px){
.main-section {
    width: 60%;
}
}
@media(max-width:800px){
.main-section {
    width: 58%;
}
}
@media(max-width:768px){
.main-section {
    width: 60%;
}
}
@media(max-width:640px){
.main-section {
    width: 75%;
}
.header h1 {
    font-size: 2.8em;
}
}
@media (max-width: 480px){
.main-section {
    width: 95%;
	margin: 2em auto 0
}
.header {
    text-align: center;
    margin-top: 2em;
}
.login-form {
    background: #fff;
    padding: 1em 1em;
    width: 100%;
}
.login-form input[type="email"] {
    width: 90%;
}
.login-form select[type="Services"] {
    width: 45%;
}
.login-form select[type="technologies"] {
    width: 45%;
}
.contact-form {
    background: #fff;
    padding: 1em 1em;
}
.footer {
    text-align: center;
    padding: 2em 0;
}
}
@media (max-width: 320px){
.header h1 {
    font-size: 2.3em;
}
.login-form input[type="submit"] {
   width: 67%;
 }
.login-form p {
    line-height: 1.5em;
}
.login-form h2 {
    font-size: 1.6em;
}
.login-form h4 {
    font-size: 1em;
}
.login-form input[type="text"],.login-form textarea {
   width: 73%;
}
.contact-form input[type="submit"] {
   width: 67%;
 }
.contact-form p {
    line-height: 1.5em;
}
.contact-form h2 {
    font-size: 1.6em;
}
.contact-form h4 {
    font-size: 1em;
}
.contact-form input[type="text"],.contact-form textarea {
   width: 73%;
}
.footer p {
    font-size: .95em;
}
}








/**popup-section*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  height: 100vh;
  background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
}
.show-btn, .wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.show-btn{
  color: rgb(142,197,252);
  padding: 13px 18px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.wrapper{
  z-index: 5;
  background: #fff;
  padding: 1px,
  text-align: center;
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
#toggle{
  display: none;
}
#toggle:checked ~ .wrapper{
  opacity: 0;
  pointer-events: none;
  top: 40%;
}
.wrapper .cancel-icon{
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgb(142,197,252);
  cursor: pointer;
}
.cancel-icon:hover{
  color: rgb(224,195,252);
}
.wrapper .icon{
  height: 110px;
  width: 110px;
  background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
  line-height: 110px;
  border-radius: 50%;
  color: #fff;
  font-size: 55px;
}
.wrapper .content{
  margin: 20px 0;
}
.content header{
  font-size: 30px;
  font-weight: 600;
}
.content p{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-left: -3px;
}
form{
  width: 98%;
}
form .field{
  height: 45px;
  width: 100%;
  margin-bottom: 12px;
}
form .field input{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 15px;
  outline: none;
  font-size: 17px;
  transition: all 0.3s ease;
}
form .field input:focus{
  border-color: rgb(142,197,252);
}
form .btn{
  height: 47px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
form .btn .layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: linear-gradient(136deg, rgb(224,195,252) 0%, rgb(142,197,252) 100%);
  transition: all 0.4s ease;
}
form .btn:hover .layer{
  left: 0;
}
form .btn button{
  z-index: 1;
  position: relative;
  background: none;
  padding: 0px!important;
  color: #fff;
  border: 0px;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 100%;
  width: 100%;
}



/**responsive*/
@media(max-width:1440px){
.popup-section {
    width: 60%;
}
}
@media(max-width:1366px){
.popup-section {
    width: 80%;
}
}
@media(max-width:1280px){
.popup-section {
    width: 60%;
}
}
@media(max-width:1080px){
.popup-section {
    width: 60%;
}
.header h1 {
    font-size: 3em;
}
.header {
    text-align: center;
    margin-top: 3em;
}
.login-form h2 {
    font-size: 1.8em;
}
.login-form h4 {
    font-size: 1.1em;
}
}
@media(max-width:991px){
.popup-section {
    width: 60%;
}
}
@media(max-width:800px){
.popup-section {
    width: 58%;
}
}
@media(max-width:768px){
.popup-section {
    width: 60%;
}
}
@media(max-width:640px){
.popup-section {
    width: 75%;
}
.header h1 {
    font-size: 2.8em;
}
}
@media (max-width: 480px){
.popup-section {
    width: 95%;
	margin: 2em auto 0
}
.header {
    text-align: center;
    margin-top: 2em;
}
.login-form input[type="submit"] {
   width: 67%;
 }
.login-form p {
    line-height: 1.5em;
}
.login-form h2 {
    font-size: 1.6em;
}
.login-form h4 {
    font-size: 1em;
}
.login-form input[type="text"],.login-form textarea {
   width: 90%;
}
.footer p {
    font-size: .95em;
}
}



/**floating-contact-form

.floating-contact-form .contact-icon {
  position: fixed;
  bottom: 40px;
  right: 50px;
  cursor: pointer;
  padding: 16px;
}

.floating-contact-form .contact-icon i {
  font-size: 42px;
  color: #003049;
  transition: all 300ms ease;
}

.floating-contact-form .contact-icon i:hover {
  transform: scale(1.1);
}

.floating-contact-form .form-container {
  position: fixed;
  bottom: 120px;
  right: 50px;
  padding: 24px 36px;
  width: 480px;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 24px;

  transform: rotateZ(-6deg);
  transform-origin: bottom right;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
}

.floating-contact-form .form-container.active {
  transform: rotateZ(0deg);
  opacity: 1;
  pointer-events: auto;
}

.floating-contact-form * {
  box-sizing: border-box;
}

.floating-contact-form h3 {
  font-size: 30px;
  color: #003049;
  margin-top: 10px;
  position: relative;
}

.floating-contact-form h3::after {
  content: "";
  height: 3px;
  width: 36px;
  background: #ef233c;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.floating-contact-form form input[type="text"],
.floating-contact-form form textarea {
  width: 100%;
  padding: 14px 32px;
  padding-left: 40px;
  font-size: 16px;
  border: 1px solid rgba(0, 47, 73, 0.3);
  border-radius: 8px;
  color: #003049;
  margin-bottom: 20px;
}

.floating-contact-form form input:focus,
.floating-contact-form form textarea:focus {
  outline: none;
}

.floating-contact-form .field-container {
  position: relative;
}

.floating-contact-form .field-container label {
  position: absolute;
  top: 16px;
  left: 40px;
  color: #003049;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  transition: all 300ms ease;
  pointer-events: none;
}

.floating-contact-form .field-container label.active {
  font-size: 13px;
  background: #ef233c;
  color: #fff;
  padding: 2px 16px;
  top: -8px;
  left: 24px;
  font-weight: bold;
}

.floating-contact-form .field-container i {
  position: absolute;
  top: 16px;
  left: 12px;
  color: rgba(0, 55, 85, 0.8);
}

.floating-contact-form form textarea {
  height: 150px;
  resize: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}


.floating-contact-form form input[type="submit"] {
  border: none;
  background: #003049;
  color: #fff;
  padding: 16px 32px;
  width: 100%;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 500ms ease;
}

.floating-contact-form form input[type="submit"]:hover {
  background: #00659b;
}
*/