.clear {
    clear: both;
    display: table;
    content: '';
}

.ripplelink {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

.ripplelink2 {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

.ripplelink:hover {
    z-index: 1000;
}

.ripplelink2:hover {
    z-index: 1000;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.ink2 {
    display: block;
    position: absolute;
    background: rgba(15,44,102,.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple .65s linear;
    -moz-animation: ripple .65s linear;
    -ms-animation: ripple .65s linear;
    -o-animation: ripple .65s linear;
    animation: ripple .65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.text-center {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
}

.text-right {
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
}

.text-left {
    text-align: -moz-left;
    text-align: -webkit-left;
    text-align: left;
}

.text-justify {
    text-align: -moz-justify;
    text-align: -webkit-justify;
    text-align: justify;
}

.limit-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.abs {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*slider*/
.rslides {
    margin: 0 auto 40px;
    position:relative;
}
.rslides strong{
position:absolute;
text-align:center;
top:30%;
left:0;
right:0;
z-index:10;
color:#fff;
font-size:22pt;
display:block;
margin:auto;
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    font-size: 11pt;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
    max-width: 30px;
    display:none;
}

    .rslides_tabs li {
        display: block;
        float: left;
    }

    .rslides_tabs a {
        width: 30px;
        height: 30px;
        background: #fff;
        display: inline;
        color: #161616;
        display: block;
        text-align: center;
        line-height: 2.5;
    }

    .rslides_tabs li:first-child {
        margin-left: 0;
    }

    .rslides_tabs .rslides_here a {
        width: 100px;
        height: 100px;
        font-size: 35pt;
    }

.rslides_nav {
    display: none;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: 87vh;
        float: left;
        width: 100%;
        border: 0;
    }

.slider {
    position: relative;
}

    .slider:after {
        content: '';
        clear: both;
        display: table;
    }

.title {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 15pt;
    margin-bottom: 30px;
    color: #212121;
}
/*carousel circle*/
.boutique {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.boutique-frame {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    display: none;
    border-width: 0;
}

    .boutique-frame a {
        display: block;
    }

    .boutique:after,
    .boutique-frame:after {
        content: '';
        clear: both;
        display: table;
    }

.borderImg {
    cursor: pointer;
    position: relative;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    border-radius: 50%;
    overflow: hidden;
}

  

    .borderImg img {
        transition: 0.8s;
    }
.boutique-frame strong {
    color: #434343 !important;
    font-size: 10.5pt;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
    padding-top: 12px;
}
.frame3 strong{
    opacity:1;
}
.boutique .frame3 .borderImg:hover img {
    transform: rotate(360deg);
}

.boutique .frame3 .borderImg:hover a {
    opacity: 1;
    transform: scale(1);
}

.boutique-frame-image {
    border: 0;
    vertical-align: bottom;
}

.boutique-frame-title {
    cursor: default;
}

.boutique-frame-text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    cursor: default;
    margin: 0;
    font-size: 15pt !important;
    padding: -500px 0;
    color: #7e7e7e !important;
}

.boutique-frame-link, .boutique-frame-link:hover {
    display: block;
    cursor: default;
    text-decoration: none;
    outline: 0;
}

.boutique-frame-image, .boutique-frame, .boutique-frame-link {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
}

.boutique.rtl .boutique-frame-title, .boutique.rtl .boutique-frame-text {
    text-align: right;
}

#boutique, .boutique {
    display: none;
    margin: 0 auto;
}

    #boutique:after, .boutique:after {
        clear: both;
        display: table;
        content: '';
    }

.boutique-frame {
    cursor: pointer;
    padding: 0;
}

.boutique-frame-title {
    margin: 0;
    line-height: 1.3;
    font-family: sans-serif;
    font-weight: normal;
    color: #222;
}

.boutique .front .boutique-frame-title {
    font-size: 28px;
}

.boutique .front .boutique-frame-text {
    font-size: 11px;
}

.boutique .front .boutique-frame {
    background: none !important;
}

.boutique .behind .boutique-frame-title {
    font-size: 18px;
}

.boutique .behind .boutique-frame-text {
    font-size: 9px;
}

.boutique .back .boutique-frame-title {
    font-size: 13px;
}

.boutique .back .boutique-frame-text {
    font-size: 9px;
}

.boutique-frame-title {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    font-size: 18px !important;
    margin-top: 3px;
}

.boutique li, .boutique .frame3, .zoomed {
    cursor: pointer !important;
}

#content:after {
    clear: both;
    display: table;
    content: '';
}
/*learn*/
.learn:after, .learn .item:after {
    content: '';
    clear: both;
    display: table;
}
.learn{
    position:relative;
    margin-top:30px;
}
.learn .item {
    text-align: center;
    height: 178px;
    overflow: hidden;
    padding: 25px 0;
    margin-bottom: 30px;
}

    .learn .item a {
        color: #212121;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13pt;
        margin: 15px 0;
        transition: 0.6s;
    }

    .learn .item svg {
        width: 93px;
        height: 93px;
        display: block;
        transition: 0.6s;
        margin: auto;
        transition: 0.6s;
    }

        .learn .item svg path {
            fill: #03a9f4;
        }

    .learn .item p {
        color: #434343;
    font-size: 10pt;
    transition: 0.6s;
    opacity: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 100%;
    flex-flow: row wrap;
    }

    .learn .item .text {
        background: transparent;
        transition: 0.8s;
    }

    .learn .item:hover img {
        transform: translateY(-118px);
    }

    .learn .item:hover a {
        transform: translateY(-93px);
    }

    /*.learn .item:hover .text {
        background: rgba(255,255,255,0.5);
    }*/

    .learn .item:hover p {
        transform: translateY(-100%);
        opacity: 1;
    }

    .learn .item:hover svg {
        opacity: 0.1;
        transform: scale(0.7);
    }
/*professors*/
.professors:after,
.professors .profItem:after {
    content: '';
    clear: both;
    display: table;
}

.professors .title,
.articles .title {
    margin-bottom: 15px;
}

.professors {
    margin-bottom: 140px;
}

    .professors .profItem {
        height: 263px;
        overflow: hidden;
        position: relative;
    }

        .professors .profItem img {
            width: 100%;
            height: 263px;
            transition: 0.8s;
        }

        .professors .profItem figcaption {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            background: rgba(3,169,244,0.7);
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            transform: translateY(100%);
            transition: 0.8s;
        }

            .professors .profItem figcaption * {
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                font-size: 9.5pt;
                color: #fff;
            }

            .professors .profItem figcaption a {
                font-size: 12pt;
                margin-bottom: 5px;
            }

        .professors .profItem:hover figcaption {
            transform: translateY(0%);
        }

        .professors .profItem:hover img {
            transform: scale(1.1);
        }
/*articles*/
.articles:after,
.newsItem:after {
    content: '';
    clear: both;
    display: table;
}

.articles {
    margin-bottom: 15px;
}
.Articles{
    margin-bottom: 160px;
}

    .articles .owl-theme .owl-controls .owl-buttons div {
        top: 0;
    }

.newsItem {
    transition: 0.8s;
    cursor: pointer;
    
}
.newItem:last-child{
    margin-bottom: 160px;
}
    .newsItem img {
        width: 100%;
        height: 305px;
    }

    .newsItem .text {
        padding: 15px;
    }

    .newsItem a {
        color: #1a237e;
        font-size: 11.25pt;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .newsItem p {
        color: #434343;
        font-size: 9pt;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .newsItem .more {
        float: left;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        background: #03a9f4;
        padding: 6px 45px;
        color: #fff;
        font-size: 9pt;
    }

    .newsItem:hover {
        -webkit-box-shadow: 0px 8px 20px 0px rgba(26,35,126,0.1);
        -moz-box-shadow: 0px 8px 20px 0px rgba(26,35,126,0.1);
        box-shadow: 0px 8px 20px 0px rgba(26,35,126,0.1);
    }

    .news:after, .newsItem:after, .newsItem .text:after {
        content: '';
        display: table;
        clear: both;
    }
/*parallax*/
.parallax {
    position:relative;
    background-attachment: fixed;
    height: 300px;
    background-size: cover;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.parallax:before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    background:rgba(0,0,0,0.5);
}
    .parallax * {
        color: #fff;
        z-index:1;
        position:relative;
    }

    .parallax p {
        text-align-last: center;
    }
/*comments*/
.productGallery {
    min-height: 480px;
    margin-top: -295px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

    .productGallery .title {
        color: #fff;
    }

.comments {
    min-height: 400px;
    overflow: hidden;
    margin-bottom:30px;
}

    .comments .commentsIn {
        padding: 40px 24px 0;
        position: relative;
    }

        .comments .commentsIn .btnCarousel {
            display: none;
        }

        .comments .commentsIn:after {
            clear: both;
            display: table;
            content: '';
        }

    .comments .commentItem {
        padding: 15px 25px 15px;
        -webkit-box-shadow:1px 1px 20px 0 rgba(33,33,33,.15);
        -moz-box-shadow:1px 1px 20px 0 rgba(33,33,33,.15);
        box-shadow:1px 1px 20px 0 rgba(33,33,33,.15);
        text-align: -moz-right;
        text-align: -webkit-right;
        text-align: right;
        background: #fff;
        transform: scale(0.8);
    }

        .comments .commentItem img {
            width: 72px;
            height: 72px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            float: right;
            margin: -30px 0 0 15px;
        }

        .comments .commentItem strong {
            font-size: 11.25pt;
            color: #03a9f4;
            float: right;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 82%;
        }

        .comments .commentItem .text {
            width: 100%;
            clear: both;
            margin-top: 50px;
            margin-bottom: 10px;
        }

            .comments .commentItem .text p {
                color: #1D1D1D;
                font-size: 15px;
               /* text-align-last: center;*/
            }

            .comments .commentItem .text:after {
                clear: both;
                display: table;
                content: '';
            }

        .comments .commentItem:after,
        .productGallery:after {
            clear: both;
            display: table;
            content: '';
        }

    .comments .boutique .frame3 .commentItem {
        transform: scale(1);
    }
/*productgallry*/
.productGallery {
    position: relative;
}

   .productGallery .btnCarousel {
     width: 0; 
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 38vw;
    z-index: 1;
    top: 0;
}.productGallery .btnCarousel .prev {
  
    left: -23vw !important;
    float: left;

}
.productGallery .btnCarousel .next {
    right: 1vw;
    float: right;
    /* margin-right: 20vw; */
}
        .productGallery .btnCarousel span {
            width: 50px;
            height: 50px;
            display: inline-block;
            font-size: 25pt;
            line-height: 1.5;
            color: #333;
            font-family: "Material Design Icons";
            position: absolute;
            text-align: -moz-center;
            text-align: -webkit-center;
            text-align: center;
            cursor: pointer;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            text-align: center;
            background: rgba(255,255,255,0.7);
        }

            .productGallery .btnCarousel span:hover {
                background: #fff;
            }

        .productGallery .btnCarousel .next {
            right: 0;
        }

            .productGallery .btnCarousel .next:before {
                content: "";
            }

        .productGallery .btnCarousel .prev {
            left: 0;
        }

            .productGallery .btnCarousel .prev:before {
                content: "";
            }

@media only screen and (max-width: 1200px) {
    .professors .profItem {
        height: 213px;
    }

        .professors .profItem img {
            height: 213px;
        }

    .newsItem img {
        height: 248px;
    }
}

@media only screen and (max-width: 992px) {
.rslides img {
    height: auto !important;
}
    .productGallery .btnCarousel {
        width: 300px;
        height: 40px;
        top: 10px;
    }

        .productGallery .btnCarousel span {
            width: 40px;
            height: 40px;
            font-size: 20pt;
        }

    .rslides_tabs {
        display: none;
    }

    .professors .profItem {
        height: 220px;
    }

        .professors .profItem img {
            height: 220px;
        }

    .owl-theme .owl-controls .owl-buttons {
        display: none;
    }

    .learn .item {
        margin-bottom: 10px;
        padding: 15px 0;
    }

        .learn .item a {
            font-size: 11pt;
        }

        .learn .item p {
            font-size: 9pt;
        }

    .newsItem img {
        height: 292px;
    }

    .comments .commentItem strong {
        font-size: 11.25pt;
        width: 78%;
    }
}

@media only screen and (max-width:768px) {
    .parallax{
        height:auto;
    }
    .productGallery .btnCarousel {
        width: 268px;
    }

    .professors .profItem {
        height: auto;
    }

        .professors .profItem img {
           height: auto;
        }

    .learn .item {
        height: 145px;
    }

        .learn .item svg {
            width: 72px;
            height: 72px;
        }

    .newsItem img {
        height: 250px;
    }
.searchIn{
    margin-left: 116px;
}
.searchIn input{
    width: 165px !important;
}
    .comments .commentItem img {
        width: 60px;
        height: 60px;
    }

    .comments .commentItem strong {
        font-size: 10pt;
        width: 74%;
    }

    .comments .commentItem .text {
        margin-top: 35px;
        margin-bottom: 5px;
    }

        .comments .commentItem .text p {
            font-size: 14px;
        }
}

@media only screen and (max-width: 992px) {
    .productGallery {
        margin-top: 0;
        min-height:initial;
    }
        .productGallery .title {
            color: #000;
            margin-top: 15px;
        }

        .productGallery .btnCarousel {
            display: none;
        }

    .title {
        margin-bottom: 15px;
        font-size: 12pt;
    }

    .professors .profItem figcaption * {
        font-size: 8pt;
    }

    .professors .profItem figcaption a {
        font-size: 9pt;
    }

    .learn {
        margin-top: 15px;
        margin-bottom: 25px;
    }

        .learn .item {
            height: auto;
            padding: 0;
            margin-bottom: 25px;
        }

            .learn .item svg {
                width: 55px;
                height: 55px;
            }

            .learn .item a {
                font-size: 9pt;
                margin: 5px 0 0;
            }

      
.learn .item p {
    font-size: 9pt;
    position: absolute;
}
            

            .learn .item:hover a {
                transform: translateY(0);
            }

    .newsItem a {
        font-size: 10pt;
    }

    .newsItem p {
        font-size: 8pt;
        margin-bottom: 10px;
    }

    .newsItem .more {
        padding: 4px 25px;
        font-size: 8pt;
    }

    .parallax * {
        font-size: 9pt;
    }

    .comments {
        min-height: 275px;
    }

        .comments .commentItem {
            padding: 10px 15px;
        }

            .comments .commentItem img {
                display: block;margin-left:-20px;
            }

            .comments .commentItem strong {
                width: 100%;    margin-top: 35px;
            }

            .comments .commentItem .text {
                margin-top: 0;
                margin-bottom: 0;
            }
}


@media only screen and (max-width: 420px) {
    .learn .item a {
        font-size: 8pt;
    }

    /*.comments {
        display: none;
    }*/

    .parallax {
        margin-bottom: 0;
    }

    footer {
        margin-top: 0;
    }
}

@media only screen and (max-width: 380px) {
    .learn .row > div {
        width: 50%;
    }
}
.searchIn {
    position: absolute;
    left: -133px;
    top: -4px;
    z-index: 1;
}
.input-field input{
    width: 249px !important;
}
.searchForm{
    position: relative;
}
header .parnet-login{
    margin-left: 155px;    min-height: 41px;
}
.searchIn{
    z-index: 1 !important;
}
.magnify{
    position: absolute;
    left: 2px !important;top: 4px !important;  width: 37px;
    border: 0;
    background: #fff;
    color: #161616;
    font-size: 25pt;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0;
    z-index: 1;
    position: absolute;
    
    height: 37px;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}


.borderImg span {
    display: none !important;
} .boutique-frame span{
    display:none !important;
}
.frame3 .borderImg:hover  span{
    display:block !important; opacity: 1 !important;
    transform: scale(1);transition: 0.6s !important;
} 

.frame3 .borderImg a span{
    display:block !important;
}
.borderImg a span {
    width: 90px;
    height: 90px;
    background: #03a9f4;
    color: #fff;
    text-align: center;
    line-height: 6.5;
    margin: auto;
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0 !important;
    transition: 1s !important;
    transform: scale(0.5);    font-size: 15px !important;
    color: white !important;
}


.borderImg a {
    width: 100% !important;
    height: 100% !important;
    display:none;
    text-align: center;
    line-height: 6.5;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}
    
    .AboutPage {
    position: ;
    margin-bottom: 30px;
    z-index: 10000 ;
}.productGallery .btnCarousel {
    /* width: 430px; */
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 38vw;
    z-index: 1;
    top: 0;
}
@media only screen and (max-width: 992px){
.comments .commentItem img {
    /* display: none; */
    margin-left: -64px;
}
    .boutique-frame-image {
width: 351px;
    margin: 0px;
    opacity: 1;
    height: 400px;}
   
    
}
@media only screen and (max-width: 768px){
    
    header .parnet-login {
    width: 100px;
    padding: 5px 0;
    margin-left:60px !important;
}
.professors {
    margin-bottom: 15px;
}
.learn .item{
    position:relative;
}
.learn .item p{
    background:rgba(255,255,255,.8);
}
.newsItem {
    margin: 0 auto;
}
.articles {
    margin-bottom: 0;
     margin-top: 30px;
}
}
@media only screen and (max-width: 450px) {
.comments {
    min-height: 150px;
    margin-bottom:-90px;
}
.learn {
    margin-top: -50px;
}
.owl-theme .owl-controls .owl-page span{
    opacity:.3;
}
}
@media only screen and (max-width: 370px) {
header .parnet-login {
    width: 80px;
}}