

@import url(https://fonts.googleapis.com/css?family=Open+Sans);


/*Resize the wrap to see the search bar change!*/

.sb-example-1 .search {
  width: 100%;
  position: relative;
  display: flex;
}

.sb-example-1 .searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.sb-example-1 .searchTerm:focus{
  color: #00B4CC;
}

.sb-example-1 .searchButton {
  width: 40px;
  height: 50px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/* example 2*/
.sb-example-2 .tb
{
    display: table;
    width: 100%;
}

.sb-example-2 .td
{
    display: table-cell;
    vertical-align: middle;
}

.sb-example-2 input, button
{
    color: #fff;
    font-family: Nunito;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.sb-example-2 #cover
{

    padding: 35px;
    margin: 0 auto;
    margin-top:40px;
    background-color: #ff7575;
    border-radius: 20px;
    box-shadow: 0 10px 40px #ff7c7c, 0 0 0 20px #ffffffeb;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
}

.sb-example-2 form
{
    height: 96px;
}

.sb-example-2 input[type="text"]
{
    width: 100%;
    height: 96px;
    font-size: 60px;
    line-height: 1;
}

.sb-example-2 input[type="text"]::-webkit-input-placeholder
{
    color: #e16868;
}

.sb-example-2 input[type="text"]:-ms-input-placeholder
{
    color: #e16868;
}

.sb-example-2 input[type="text"]::-ms-input-placeholder
{
    color: #e16868;
}

.sb-example-2 input[type="text"]::placeholder
{
    color: #e16868;
}

.sb-example-2 #s-cover
{
    width: 1px;
    padding-left: 35px;
}

.sb-example-2 button
{
    position: relative;
    display: block;
    width: 84px;
    height: 96px;
    cursor: pointer;
}

.sb-example-2 #s-circle
{
    position: relative;
    top: -8px;
    left: 0;
    width: 43px;
    height: 43px;
    margin-top: 0;
    border-width: 15px;
    border: 15px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.sb-example-2 button span
{
    position: absolute;
    top: 68px;
    left: 43px;
    display: block;
    width: 45px;
    height: 15px;
    background-color: transparent;
    border-radius: 10px;
    -webkit-transform: rotateZ(52deg);
            transform: rotateZ(52deg);
    transition: 0.5s ease all;
}

.sb-example-2 button span:before,
.sb-example-2 button span:after
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 15px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    transition: 0.5s ease all;
}

.sb-example-2 #s-cover:hover #s-circle
{
    top: -1px;
    width: 67px;
    height: 15px;
    border-width: 0;
    background-color: #fff;
    border-radius: 20px;
}

.sb-example-2 #s-cover:hover span
{
    top: 50%;
    left: 56px;
    width: 25px;
    margin-top: -9px;
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
}

.sb-example-2 #s-cover:hover button span:before
{
    bottom: 11px;
    -webkit-transform: rotateZ(52deg);
            transform: rotateZ(52deg);
}

.sb-example-2 #s-cover:hover button span:after
{
    bottom: -11px;
    -webkit-transform: rotateZ(-52deg);
            transform: rotateZ(-52deg);
}
.sb-example-2 #s-cover:hover button span:before,
.sb-example-2 #s-cover:hover button span:after
{
    right: -6px;
    width: 40px;
    background-color: #fff;
}

/* example 3*/


.sb-example-3 .search__title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #0076ae;
}

.sb-example-3 .search__input {
    width: 100%;
    padding: 12px 24px;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-color: transparent;
    /*background-image: url(../img/Search.png);*/
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");*/
    background-repeat: no-repeat;
    /*background-size: 18px 18px;*/
    background-position: 95% center;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
   
    
}

    .sb-example-3 .search__input::placeholder {
        color: #061539;
        
        letter-spacing: 1.5px;
    }

    .sb-example-3 .search__input:hover,
    .search__input:focus {
        /*width: 80% !important;*/
        background-repeat: no-repeat;
        /*background-size: 25px 17px;*/
        background-position: 95% center;
        /*padding: 8px 21px;*/
        outline: 0;
        border-radius: 50px !important;
       
        /*background-position: 100% center;*/
        /*transform-style: preserve-3d;*/
        cursor: pointer;
    }
.Key {
    width: 47%;
}
.Portfolio {
    width: 51%;
}

.Abt {
    width: 124%;
    margin-left: -28px !important;
    margin-top: -16px !important;
}

@media only screen and (max-width : 480px) {
    .sb-example-3 .search__input {
        /*width: 87%;
        padding: 8px 20px 5px;
        margin-bottom: -1px;
        margin-left: -4px;*/
        /*width: 89%;*/
        /* padding: 10px 9px 8px; */
        /*font-size: 10px;
        margin-left: -14px;
        padding-left: 34px;
        margin-bottom: -3px;*/
        /* margin-left: -14px; */
        /* position: absolute; */
        height: 34px;
        width: 72%;
        /* padding: 10px 9px 8px; */
        font-size: 10px;
        margin-left: 12px;
        /*padding-left: 34px;*/
        margin-bottom: 1px;
        /* margin-left: -14px; */
        /* position: absolute; */
        height: 31px;
    }


    


   



        .Key {
            width: 100%;
        }

        .Portfolio {
            width: 100%;
        }

        .RESEARCH {
            width: 100%;
        }

        .Abt {
            width: 119%;
            margin-left: -28px !important;
            margin-top: -16px !important;
        }
    }
