/*
*
* ==========================================
* CUSTOM UTILS CLASSES
* ==========================================
*
*/
/* EFFECT 1 ========================================== */


:root {
  --color-white: #ffffff;
  --color-light: #f1f5f9;
  --color-black: #121212;
  --color-night: #001632;
  --color-red: #f44336;
  --color-blue: #1a73e8;
  --color-gray: #80868b;
  --color-grayish: #dadce0;
  --shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
  	0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
  	0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  	0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


.effect-1 {
  position: relative;
}

.effect-1::before, .effect-1::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(-3deg);
}

.effect-1::after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* EFFECT 2 ========================================== */
.effect-2::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 5px;
  left: 30px;
  right: 30px;
  top: 80%;
  background: #aaa;
  box-shadow: 0 0 25px 17px #aaa;
  border-radius: 100px/10px;
}

/* EFFECT 3 ========================================== */
.effect-3 {
  position: relative;
}

.effect-3::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(-3deg);
}

/* EFFECT 4 ========================================== */
.effect-4 {
  position: relative;
}

.effect-4::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(3deg);
}

/* EFFECT 5 ========================================== */
.effect-5::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 20px;
  left: 8px;
  right: 8px;
  top: 20px;
  background: #aaa;
  box-shadow: 0 0 25px 10px #aaa;
  border-radius: 10px/40px;
}

.effect-5::after {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 14px;
  left: 30px;
  right: 30px;
  top: 14px;
  background: #aaa;
  box-shadow: 0 0 25px 17px #aaa;
  border-radius: 100px/10px;
}

/* EFFECT 6 ========================================== */
.effect-6 {
  position: relative;
}

.effect-6::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 26px;
  left: 12px;
  bottom: 50px;
  width: 20%;
  transform: rotate(-10deg);
  box-shadow: 0 10px 25px 10px #aaa;
}

.effect-6::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 26px;
  right: 10px;
  bottom: 50px;
  width: 20%;
  transform: rotate(8deg);
  box-shadow: 0 10px 25px 10px #aaa;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
body {
 
  background: #fff;
}

section {
  position: relative;
  z-index: 99;
}

.card {
border: 1px solid #e2e2e2;
    background: #f7f7f7;
    width: 150px;
    height: 150px;
    margin: 13px 20px;
}

.img-logo{        height: auto;
    display: block;
    width: auto;
    padding-top: 110px;
    text-align: center;
}

.img-logo img{max-width: 100%;
}

.card{
}

.card img{   height: 100px;
    width: auto;
}
.right-bx{
    position: relative;
    display: block;
    align-items: center;
    margin: auto;
    padding-left: 20%;
    padding-top: 46px;
}
.right-bx::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 161px;
    background: #4286d0;
    left: 50px;
    top: 60px;
    z-index: 99999;
}





.pro-card{    display: table;
    margin: auto;
}

.pro-card img{
    height: 260px;
    max-width: 100%;

}

.pro-card .card{
width: 43%;
    height: auto;
    float: left;
}




.table_center{
  display:table-cell;
  vertical-align: middle;
}


 











.drop-down{
    display: inline-block;
    position: relative;
}

.drop-down__button{
  background: linear-gradient(to right,#3d6def, #8FADFE);
  display: inline-block;
  line-height: 40px;
  padding: 0 18px;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
  cursor: pointer;
}

.drop-down__name {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}

.drop-down__icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 14px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  
}



.drop-down__menu-box {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
     transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
 visibility: hidden;
opacity: 0;
  margin-top: 5px;
}

.drop-down__menu {
    margin: 0;
    padding: 0 13px;
    list-style: none;
  
}
.drop-down__menu-box:before{
  content:'';
  background-color: transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  top: -15px;
  right: 18px;

}

.drop-down__menu-box:after{
  content:'';
  background-color: transparent;
}

.drop-down__item {
    font-size: 13px;
    padding: 13px 0;
    text-align: left;
    font-weight: 500;
    color: #909dc2;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0e2e9;
}

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;
  
}

.drop-down__item:hover .drop-down__item-icon{
  fill: #3d6def;
}

.drop-down__item:hover{
  color: #3d6def;
}



.drop-down__item:last-of-type{
  border-bottom: 0;
}


.drop-down--active .drop-down__menu-box{
visibility: visible;
opacity: 1;
  margin-top: 15px;
  z-index:99999;
}

.drop-down__item:before{
  content:'';
  position: absolute;
width: 3px;
height: 28px;
background-color: #3d6def;
left: -13px;
top: 50%;
transform: translateY(-50%);
  display:none;
}

.drop-down__item:hover:before{
  display:block;
}

header{
width:100%;
background:#000;
position:fixed;
}
.fixed-top{right: 70px;
left:inherit;
}

.navbar-light .navbar-nav .nav-link{
color:#000;
}






.ion-logo-apple {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-black);
}
.ion-logo-google {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-red);
}
.ion-logo-facebook {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-blue);
}

.text {
  font-family: inherit;
  line-height: inherit;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.text-large {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-black);
  text-align:center;
}
.text-normal {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
    text-align:center;
}
.text-links {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-blue);
}
.text-links:hover {
  text-decoration: underline;
}
.main{
min-height: 100vh;
    align-items: center;
    display: flex;
}
.main .wrapper {
  max-width: 28rem;
  width: 100%;
  margin: 1rem auto 0rem auto;
  padding:3rem 2.5rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: var(--color-black);
  background: var(--color-white);
  box-shadow: var(--shadow-large);
}
.main .wrapper .form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.main .wrapper .form .input-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.main .wrapper .form .input-field {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: var(--color-black);
  background: var(--color-light);
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.main .wrapper .form .input-submit {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  min-width: 40%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: var(--color-white);
  background: var(--color-blue);
  box-shadow: var(--shadow-medium);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}
.main .wrapper .striped {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.main .wrapper .striped-line {
  flex: auto;
  flex-basis: auto;
  border: none;
  outline: none;
  height: 2px;
  background: var(--color-grayish);
}
.main .wrapper .striped-text {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  color: var(--color-black);
  margin: 0 1rem;
}
.main .wrapper .method-control {
  margin-bottom: 1rem;
}
.main .wrapper .method-action {
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.35rem 1.25rem;
  outline: none;
  border: 2px solid var(--color-grayish);
  border-radius: 2rem;
  color: var(--color-black);
  background: var(--color-white);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
}
.main .wrapper .method-action:hover {
  background: var(--color-light);
}



 .input-control{

position:relative;
}
.input-control span{    position: absolute;
    right: 19px;
    cursor: pointer;
}

.input-control  svg{position: absolute;
    right: 19px;
}















