
*{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}
::-webkit-scrollbar{
  background: #ddd;
  width: 12px;
}
::-webkit-scrollbar-track{
  box-shadow: inset 0 0 10px #00000070;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(125deg,#3498db,#34495e);
  border-radius: 10px;
}

/*-- page-loading-icon --*/
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_11.gif) center no-repeat #fff; }

/*--// page-loading-icon --*/


select,
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Open Sans', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}



/*-- //Reset-Code --*/
/* what we do */
.about-grid-main img {
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

h3.title,
h2.title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
}


.img4{
	margin-top:150px;
}
a.button-w3ls {
    color: #705ecf;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#error_message{
  padding:0px;
  text-align: center;
  border-radius:6px;
  transition: all 0.5s ease;
  
}

/*--background --*/
body {
    box-sizing: border-box;
    background: #ffffff;
    min-height: 100vh;
}
.w3layouts-two-grids {
    width: 82%;
    margin: 0px auto;
}
.mid-class,.main-two-w3ls {
display: -webkit-flex;
 display: flex; 
 -webkit-justify-content: space-between; 
justify-content: space-between; 
-webkit-flex-wrap: wrap;
flex-wrap:wrap;
}

.img-right-side{   
  text-align: center;
 flex-basis: 65%;
    -webkit-flex-basis: 65%;
    box-sizing: border-box;}

.txt-left-side {
    flex-basis: 35%;
    -webkit-flex-basis: 35%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
	margin-bottom:10px;
    box-shadow: 0px 0px 10px 1px #cccccc;

}

.txt-left-side h2 {
	text-transform:uppercase;
    color: #000;
    letter-spacing: 0px;
}

.form-left-to-w3l {
    display: flex;
    display: -webkit-flex;
    border: none;
    border-bottom: 1px solid #a5a2a2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.form-left-to-w3l input[type="text"],.form-left-to-w3l input[type="password"] {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
    width: 100%;
    color: #000;
    border: none; 
    border-left:1px solid #a5a2a2; 
    outline: none;
    -webkit-appearance: none;
    background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
    box-sizing: border-box;
}
.form-left-to-w3l:hover{border-bottom:1px solid #3498db;}
.form-left-to-w3l:hover span{color:#3498db;}
.form-left-to-w3l:hover.form-left-to-w3l input[type="password"],
.form-left-to-w3l:hover.form-left-to-w3l input[type="text"]
{ border-left:1px solid #3498db; }
.form-left-to-w3l span {
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
    border: none;
    text-align: center;
    color: #cccccc;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button[type=submit] {
    background: #3498db;
    outline: none;
    color: #fff;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
	border-radius: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 0px 0px 8px 0px #3498db;
}
a.for:hover,.w3layouts_more-buttn a:hover{opacity:0.5;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color:#b7b6b6;
	 background:#fff;
}
button[type=submit]:hover{
	color:#3498db;
	background:#fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color:#b7b6b6;
}
:-ms-input-placeholder { /* IE 10+ */
     color:#b7b6b6;
}
:-moz-placeholder { /* Firefox 18- */
    color:#b7b6b6;
}


.w3layouts_more-buttn a {
    font-size: 13px;
    color: blue;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0px;
    outline: none;
	
	
}

 .middle{
          background: none;
          margin-top: 50px;
          width: 100%;
          text-align: right;
}
		   
.middle .btn{
  display: inline-block;
  width: 45px;
  height: 40px;
  background: #3498db;
  margin: 0px 6px;
  border-radius: 50%;
  box-shadow: 0 5px 25px -5px #00000070;
  color: #f1f1f1;
  overflow: hidden;
  position: relative;
}
.middle .btn i{
  line-height: 27px;
  font-size: 23px;
  transition: 0.2s linear;
}
.middle .btn:hover i{
  transform: scale(1.3);
  color: #3498db;
}
.middle .btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f1f1f1;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.middle .btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url('../images/wink.png'); /* fallback */
  background-image: url('../images/wink.svg'), none;
  background-position: 0 center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
  background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {

  outline: transparent;
}

/*--responsive--*/
@media(max-width:1920px){

.img-right-side h3, .txt-left-side h2 {
    font-size: 25px;
    margin-bottom: 37px;
}

.img-right-side, .txt-left-side {
    padding: 5.5em 5em 3.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    font-size: 16px;
    padding-left: 25px;
}
.form-left-to-w3l {
    margin: 0px 0px 36px;
    padding-bottom: 17px;
}
.form-left-to-w3l span {
    font-size: 25px;
}
.w3layouts_more-buttn h3 {
    font-size: 15px;
}

}
@media(max-width:1680px){

.img-right-side h3, .txt-left-side h2 {
    font-size: 23px;
    margin-bottom: 35px;
}

.img-right-side, .txt-left-side {
    padding: 4.5em 4.5em 3em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    font-size: 15px;
    padding-left: 23px;
}
.form-left-to-w3l {
    margin: 0px 0px 35px;
    padding-bottom: 15px;
}
.form-left-to-w3l span {
    font-size: 23px;
}
.w3layouts_more-buttn h3 {
    font-size: 14px;
}

}
@media(max-width:1600px){

.img-right-side h3, .txt-left-side h2 {
    font-size: 22px;
    margin-bottom: 50px;
}

.img-right-side, .txt-left-side {
    padding: 3.5em 4em 2.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
    font-size: 14px;
    padding-left: 20px;
}
.form-left-to-w3l {
    margin: 0px 0px 33px;
    padding-bottom: 14px;
}
.form-left-to-w3l span {
    font-size: 21px;
}
.w3layouts_more-buttn h3 {
    font-size: 13px;
}

button[type=submit] {
    font-size: 15px;
    padding: 19px 20px;
    margin: 53px 0px;
}
.right-side-forget {
    text-align: right;
}
}
@media(max-width:1440px){

.img-right-side h3, .txt-left-side h2 {
    font-size: 21px;
	}
.img-right-side, .txt-left-side {
    padding: 3em 3.5em 2.3em;
}
.w3layouts-two-grids {
    width: 85%;
}
button[type=submit] {
    padding: 17px 20px;
}
}
/* what we do */
.about-grid-main img {
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

h3.title,
h2.title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
}

.about-grid-main {
    background: #fff;
    padding: 4em 4em;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
}

.about-grid-main h4,
.about-in h5.card-title {
    font-size: 22px;
    color: #000;
}

a.button-w3ls {
    color: #705ecf;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* //what we do */

@media(max-width:1366px){
.form-left-to-w3l {
    margin: 0px 0px 30px;
    padding-bottom: 13px;
}
.img-right-side h3, .txt-left-side h2 {
    margin-bottom: 29px;
}
.img-right-side, .txt-left-side {
    padding: 2.5em 3em 2.3em;
}
button[type=submit] {
    margin: 50px 0px;
}
}
@media(max-width:1280px){

.img-right-side, .txt-left-side {
    padding: 2.5em 3em 2.3em;
}
.w3layouts-two-grids {
    width: 88%;
}
.form-left-to-w3l span {
    font-size: 18px;
}
.form-left-to-w3l input[type="text"],
.form-left-to-w3l input[type="password"] {

    padding-left: 16px;
}	
button[type=submit] {
    margin: 47px 0px;
}
.img-right-side p {
    margin-bottom: 39px;
}
}
@media(max-width:1080px){

.img-right-side, .txt-left-side {
    padding: 2.3em 2.5em 2em;
	margin-left:10px;
	margin-right:10px;
}
.form-left-to-w3l {
    margin: 0px 0px 26px;
	}
	.w3layouts-two-grids {
    width: 92%;
}
.copyrigh-wthree {
    padding: 2.5em 0em 4em;
}

.img-right-side h3, .txt-left-side h2 {
    margin-bottom: 27px;
}

}
@media(max-width:1050px){
.img-right-side h3, .txt-left-side h2 {
    font-size: 20px;
}
.img-right-side, .txt-left-side {
    padding: 2.3em 2.5em 2em;
	margin-left:10px;
	margin-right:10px;
}
.img-right-side p {
    margin-bottom: 33px;
}

.w3layouts_more-buttn h3 {
    font-size: 12px;
}
.w3layouts_more-buttn a {
    font-size: 12px;
	}
}
@media(max-width:1024px){
.mid-class {
    flex-direction: column;
}
.w3layouts-two-grids {
    width: 51%;
}

.form-left-to-w3l {
    margin: 0px 0px 24px;
    padding-bottom: 11px;
}
.img-right-side, .txt-left-side {
    padding: 2.3em 2.5em 2em;
	margin-left:10px;
	margin-right:10px;
}
button[type=submit] {
    margin: 42px 0px;
}
}
@media(max-width:991px){

.img-right-side, .txt-left-side {
    padding: 2.1em 2.2em 1.8em;
	margin-left:10px;
	margin-right:10px;
}

button[type=submit] {
    padding: 14px 20px;
}	
}
@media(max-width:900px){

.form-left-to-w3l span {
    font-size: 16px;
}
.form-left-to-w3l input[type="text"],.form-left-to-w3l input[type="password"] {
    padding-left: 14px;
}
button[type=submit] {
    margin: 39px 0px;
}	
.img-right-side, .txt-left-side {
    padding: 2.1em 2.2em 1.8em;
	margin-left:10px;
	margin-right:10px;
}
}
@media(max-width:800px){
.w3layouts-two-grids {
    width: 58%;
}
.img-right-side, .txt-left-side {
    padding: 2em 2em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
	
}
@media(max-width:768px){
.w3layouts-two-grids {
    width: 61%;
}
button[type=submit] {
    font-size: 14px;
}
.img-right-side, .txt-left-side {
    padding: 2em 2em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
	
}
@media(max-width:767px){

.img-right-side h3, .txt-left-side h2 {
    margin-bottom: 23px;
}	
.img-right-side, .txt-left-side {
    padding: 2em 2em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
}
@media(max-width:736px){
.w3layouts-two-grids {
    width: 64%;
}
.img-right-side p {
    margin-bottom: 31px;
}
.form-left-to-w3l {
    margin: 0px 0px 21px;
	}
.img-right-side, .txt-left-side {
    padding: 2em 2em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
}
@media(max-width:667px){
.w3layouts-two-grids {
    width: 69%;
}
.img-right-side, .txt-left-side {
    padding: 2em 2em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
	
}
@media(max-width:640px){
.w3layouts-two-grids {
    width: 72%;
}

button[type=submit] {
    margin: 36px 0px;
}
}
@media(max-width:600px){
.w3layouts-two-grids {
    width: 78%;
}	
.img-right-side, .txt-left-side {
    padding: 1.8em 1.8em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
button[type=submit] {
    padding: 12px 20px;
    font-size: 13px;
}
}
@media(max-width:568px){

.w3layouts-two-grids {
    width: 81%;
}
.img-right-side, .txt-left-side {
    padding: 1.8em 1.8em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
.form-left-to-w3l {
    padding-bottom: 9px;
}
}
@media(max-width:480px){
	
.w3layouts-two-grids {
    width: 84%;
}
.img-right-side h3, .txt-left-side h2 {
    font-size: 19px;
	
}
.img-right-side, .txt-left-side {
    padding: 1.6em 1.6em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
}

@media(max-width:414px){
.w3layouts-two-grids {
    width: 100%;
}
	button[type=submit] {
    margin: 29px 0px;
}
.img-right-side, .txt-left-side {
    padding: 1.4em 1.4em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}
.form-left-to-w3l {
    margin: 0px 0px 21px;
}
}
@media(max-width:384px){

.img-right-side, .txt-left-side {
    padding: 1.4em 1.4em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}	
}
@media(max-width:375px){
.form-left-to-w3l {
    margin: 0px 0px 19px;
    padding-bottom: 7px;
}
.img-right-side, .txt-left-side {
    padding: 1.2em 1.2em 1.6em 1.6em;
	margin-left:10px;
	margin-right:10px;
}

}
@media(max-width:320px){
	.img-right-side h3, .txt-left-side h2 {
    font-size: 17px;
}
.img-right-side, .txt-left-side {
    padding: 1.2em 1.2em 1.6em 1.6em;
}

.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="password"] {
    font-size: 13px;

}


/*--//responsive--*/
