﻿/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/

body {
    font-family: 'Poppins', sans-serif;
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: normal;
    /*line-height: 200%;*/
}

h1 {
    font-size: 24px;
    color: #000;
    font-weight: 900;
}

header {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    /*position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;*/
}

.top-header {
    padding: 0px 0px 10px;
    height: 100px;
}

header .logo {
    position: absolute;
    top: 0px;
    z-index: 999;
}

.top-header .right {
    position: relative;
}

    .top-header .right .form-group {
        margin-top: 34px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

.right {
    float: right;
}

.left {
    float: left;
}

header .top-header .right input[type="text"] {
    background: transparent;
    border: 0px;
    font-size: 12px;
    border: 1px solid #e7e8ea;
    border-radius: 30px;
}

header .top-header .right input[type="submit"] {
    padding: 0px;
    height: 30px;
    color: transparent;
    border: #fff;
    position: absolute;
    right: 6px;
    width: 30px;
    background: transparent url(../images/ui/search-icon.png) no-repeat scroll center center;
    top: 12px;
}

header .top-header .ohi_top_menu_links {
    text-align: right;
    padding-top: 42px;
}

    header .top-header .ohi_top_menu_links > ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        header .top-header .ohi_top_menu_links > ul > li {
            display: inline-block;
        }

            header .top-header .ohi_top_menu_links > ul > li > a {
                padding: 0 7px;
                color: #2250a3;
                font-weight: 500;
                text-transform: uppercase;
                font-size: 12px;
            }

@media screen and (max-width: 767px) {
    .right {
        margin-right: 25px;
    }

    header {
        background-color: rgba(255, 255, 255, 0.7);
    }
}

@media screen and (max-width: 992px) {
    header .logo .custom-logo-link img {
        width: 100%;
    }
}

header .ohi_top_menu {
    background: #1f4fa2;
}

header .top-header .ohi_top_menu_links .ohi_login_but {
    display: inline-block;
    float: right;
}

    header .top-header .ohi_top_menu_links .ohi_login_but .login {
        background: #f1ba32;
        padding: 6px 25px;
        border-radius: 4px;
        color: #000;
        font-weight: 600;
    }

    header .top-header .ohi_top_menu_links .ohi_login_but .lang {
        background: #f1ba32;
        border-radius: 30px;
        padding: 2px 3px;
        color: #000;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 12px;
    }

@media screen and (max-width: 750px) {
    header .top-header .ohi_top_menu_links > ul {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    header .logo .custom-logo-link img {
        width: 70%;
        margin-top: 17px;
    }
}
/* navigation */
/* ================================================== */
.div-menu {
    background: #fff;
    text-align: center;
}

.navbar-default {
    background-color: transparent;
}

.navbar-brand {
    float: none;
    height: auto;
    line-height: 10px;
}

.navbar-toggle {
    float: right;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50%;
    float: right;
    margin-bottom: 0;
    margin-right: 22px;
    margin-top: 0px;
    padding: 10px 10px;
    position: relative;
    width: 40px;
    height: 40px;
}

#cssmenu {
    /*float: right;*/
    margin: 0;
    position: relative;
    width: auto;
    z-index: 999;
    text-align: center;
}

    #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        border: 0 none;
        box-sizing: border-box;
        display: inline-block;
        /*line-height: 1;*/
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

    #cssmenu::after, #cssmenu > ul::after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    #cssmenu #menu-button {
        display: none;
    }

    #cssmenu.align-right > ul > li {
        float: left;
    }

    #cssmenu > ul > li {
        border-right: 0px solid #d8d8d8;
        display: inline-block;
        float: left;
        font-size: 14px;
        margin: 0;
    }

    #cssmenu.align-center > ul {
        float: none;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
        transition: all 0.3s ease-in 0s;
    }

    #cssmenu > ul > li > a {
        background: rgba(232, 164, 46, 0) none repeat scroll 0 0;
        color: #fff;
        /*height: 50px;
        line-height: 50px;*/
        padding: 0;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s ease-in 0s;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
    }

        #cssmenu > ul > li > a i {
            margin-left: 8px;
        }

        #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
            background: #f1ba30;
            color: #fff;
        }

    #cssmenu ul ul {
        background-color: rgba(16, 43, 114, 0.8);
        float: left;
        font-size: 12px;
        left: -9999px;
        margin-top: 14px;
        opacity: 0;
        padding: 0;
        position: absolute;
        transition: top 0.3s ease 0s, opacity 0.3s ease-in 0s;
        width: 260px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li:hover > ul {
        left: 0;
        opacity: 1;
        top: 21px;
    }

    #cssmenu.align-right > ul > li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu ul ul ul {
        padding-left: 6px;
        padding-top: 0;
    }

    #cssmenu.align-right ul ul ul {
        left: -9999px;
        padding-right: 6px;
    }

    #cssmenu ul > li:hover > ul {
        right: 0;
    }

    #cssmenu ul ul > li:hover > ul {
        left: 215px;
        opacity: 1;
        top: 0;
    }

    #cssmenu.align-right ul ul > li:hover > ul {
        left: auto;
        opacity: 1;
        right: 100%;
    }

	#cssmenu ul li ul {
		z-index: 9999;
    }
	
    #cssmenu ul ul li {
        float: left;
        padding: 0px;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #203c85;
    }

        #cssmenu ul ul li a {
            color: #eee;
            float: left;
            font-weight: 400;
            padding: 15px 25px;
            text-decoration: none;
            width: 100%;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            background: #203c85 none repeat scroll 0 0;
            color: #fff;
        }

        #cssmenu ul ul li a:hover {
            background: #203c85 none repeat scroll 0 0;
        }

    #cssmenu ul ul ul {
        background: rgba(16, 43, 114, 0.8);
        float: left;
        margin-left: 46px;
        margin-top: 0px;
        padding: 15px 0;
        width: 250px;
    }

    #cssmenu ul ul li.has-sub {
    }

        #cssmenu ul ul li.has-sub span {
            font-size: 15px;
        }

@media screen and (max-width: 1199px) {
    #cssmenu > ul > li > a {
        font-size: 13px;
        /*padding: 15px 20px;*/
    }
}

@media screen and (max-width: 992px) {
    #cssmenu > ul > li > a {
        font-size: 13px;
        padding: 5px 20px;
    }
}

@media screen and (max-width: 767px) {

    .nav-span-txt {
        color: #fff;
        font-size: 16px;
        position: absolute;
        right: 55px;
        text-transform: uppercase;
    }

    #cssmenu {
        background: #eee none repeat scroll 0 0;
        width: 100%;
    }

        #cssmenu > ul.open {
            display: block;
        }

        #cssmenu #menu-button {
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 12px;
            font-weight: bold;
            padding: 12px 25px;
            text-decoration: none;
        }

        #cssmenu.align-right > ul {
            float: none;
        }

        #cssmenu.align-center > ul {
            text-align: right;
        }

        #cssmenu > ul > li > ul {
            top: 0 !important;
        }

        #cssmenu > ul > li, #cssmenu.align-right > ul > li {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            #cssmenu > ul > li > a {
                background: #1f4fa2 none repeat scroll 0 0;
                border-bottom: 1px solid #fff;
                font-size: 14px;
                /*height: 40px;
                line-height: 40px;*/
                margin: 0;
                padding: 15px;
                text-decoration: none;
                width: 100%;
                color: #FFF;
                text-align: left;
            }

        #cssmenu > ul > li {
            border-right: 0px;
        }

    .navbar-collapse {
        box-shadow: none;
    }

    #cssmenu > ul > li > a:hover {
    }

    #cssmenu ul ul, #cssmenu ul li:hover > ul, #cssmenu > ul > li > ul, #cssmenu ul ul ul, #cssmenu ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul li:hover > ul, #cssmenu.align-right > ul > li > ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul ul li:hover > ul {
        display: block;
        left: auto;
        opacity: 1;
        position: relative;
        right: 0;
        text-align: right;
        top: auto;
        width: 100%;
    }

    #cssmenu ul ul {
        float: left;
        margin: 0;
        padding: 0 15px;
    }

        #cssmenu ul ul li {
            padding: 0;
            width: 100%;
        }

            #cssmenu ul ul li a {
                box-shadow: none;
                height: 40px;
                line-height: 40px;
                margin: 0;
                padding: 0 20px;
                text-align: left;
                width: 100%;
            }

            #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            }

        #cssmenu ul ul ul {
            float: left;
            margin-left: 0;
            margin-top: 0;
            padding: 0;
            width: 100%;
        }

            #cssmenu ul ul ul li a {
                padding-left: 35px;
            }

            #cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li.active > a {
            }

        #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
            border-radius: 0;
        }

        #cssmenu ul ul li.has-sub span {
            font-size: 13px;
        }

    .navbar-collapse.in {
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0 none;
    }

    .navbar-toggle {
        border: 0 none !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important;
    }

    .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
        background-color: #f1ba32 !important;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
        display: block !important;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
        margin-top: 0px !important;
    }

        .responsive-slider-parallax .slides-container ul li .slide-body .caption.header h2 {
            font-size: 16px !important;
            line-height: 20px;
        }

        .responsive-slider-parallax .slides-container ul li .slide-body .caption.header p {
            font-size: 12px !important;
            text-align: center;
            color: #000;
        }
}

.navbar-toggle .icon-bar {
    /*background-image: url("../img/resp-menu.png");*/
    border-radius: 0;
    display: block;
    height: 2px;
    width: 20px;
}

.contact-us-but {
    background: #fedc58;
    transform: skew(-33deg)!important;
    display: inline-block;
    /*border-radius: 9px 12px 9px 12px;*/
    margin: 0;
    text-transform: lowercase;
    position: relative;
    left: 8px;
    font-size: 14px;
}

    .contact-us-but span {
        display: flex;
        transform: skew(33deg);
        position: relative;
        left: -1px;
        color: #306a74;
    }

@media screen and (max-width: 767px) {
    #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        width: 100%;
    }

    .contact-us-but {
        transform: none !important;
        left: 0px;
    }

        .contact-us-but a {
            background: #fedc58 !important;
        }

        .contact-us-but span {
            display: flex;
            transform: none;
            color: #2b676e;
        }
}

@media screen and (max-width: 500px) {
    .top-header .right {
        display: none;
    }

    .navbar-toggle {
        margin-top: 0px;
    }

    #cssmenu {
        margin-top: 15px;
    }
}


.ohi_social-links-aside {
       position: fixed;
    top: 20%;
    right: 20px;
    background: rgba(255,255,255,0.4);
    padding: 20px 10px;
    border-radius: 50px;
    z-index: 999;
}

    .ohi_social-links-aside > ul {
        margin: 0px;
        padding: 0px;
    }

        .ohi_social-links-aside > ul > li {
            list-style-type: none;
            margin-bottom: 10px;
            text-align: center;
        }

            .ohi_social-links-aside > ul > li > a > i {
                color: #f1ba32;
                font-size: 20px;
            }

                .ohi_social-links-aside > ul > li > a > i:hover {
                    color: #1f4fa2;
                }



/**********************Start ohi ohi_intro_bg********************/
.ohi_intro_bg {
    background: url("../images/ui/ohi_intro_bg.jpg") no-repeat;
    background-size: cover;
    padding: 15px 0;
}

    .ohi_intro_bg .ohi_intro_text {
        text-align: center;
    }

        .ohi_intro_bg .ohi_intro_text img {
            margin: 0 auto 15px;
        }

        .ohi_intro_bg .ohi_intro_text p {
            color: #FFF;
            padding: 0 150px;
            font-size: 18px;
        }

        .ohi_intro_bg .ohi_intro_text a {
            background: #f1ba32;
            padding: 10px 20px;
            display: inline-block;
            border-radius: 4px;
            color: #000;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.3s ease-in 0s;
        }

            .ohi_intro_bg .ohi_intro_text a:hover {
                background: #FFF;
                text-decoration: none;
            }

@media screen and (max-width: 992px) {
    .ohi_intro_bg .ohi_intro_text p {
        padding: 0px;
    }
}
/**********************End ohi ohi_intro_bg********************/
/**************************Start ohi home news *******************/
.ohi_home_news {
    background: url("../images/ui/ohi_home_news_bg.jpg") no-repeat;
    background-size: cover;
    padding: 15px 0;
}

    .ohi_home_news .ohi_news_list {
        text-align: center;
    }

        .ohi_home_news .ohi_news_list > ul {
            margin: 0px;
            padding: 0px;
        }

            .ohi_home_news .ohi_news_list > ul > li {
                background: #FFF;
                list-style-type: none;
                display: inline-block;
                margin-right: 10px;
                position: relative;
                margin-bottom: 15px;
                width: 23%;
                min-height: 375px;
                vertical-align: top;
                box-shadow: 0px 0px 30px 0px #9fabb3;
            }

                .ohi_home_news .ohi_news_list > ul > li a {
                    display: block;
                    overflow: hidden;
                    font-size: 22px;
                    color: #1f4fa2;
                    text-align: left;
                }

                    .ohi_home_news .ohi_news_list > ul > li a img {
                        transition: all 0.5s ease 0s;
                        height: 190px;
                        width: 100%;
                    }

                        .ohi_home_news .ohi_news_list > ul > li a img:hover {
                            transform: scale(1.2, 1.2);
                        }

        .ohi_home_news .ohi_news_list .ohi_news_list_desc {
            padding: 15px;
        }

            .ohi_home_news .ohi_news_list .ohi_news_list_desc span {
                display: block;
                color: #f1ba32;
                font-size: 12px;
                font-weight: 900;
                text-align: left;
            }

            .ohi_home_news .ohi_news_list .ohi_news_list_desc p {
                text-align: left;
            }

        .ohi_home_news .ohi_news_list .ohi_view_all_but {
            background: #f1ba32;
            color: #000;
            font-weight: 600;
            padding: 8px 25px;
            display: inline-block;
            font-size: 18px;
            transition: all 0.3s ease-in 0s;
        }

            .ohi_home_news .ohi_news_list .ohi_view_all_but:hover {
                background: #1f4fa2;
                color: #FFF;
                text-decoration: none;
            }

@media screen and (max-width: 992px) {
    .ohi_home_news .ohi_news_list > ul > li {
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .ohi_home_news .ohi_news_list > ul > li {
        width: 100%;
    }
}
/**************************end ohi home news *******************/
/*******************Start ohi enjoy_student**************************/
.ohi_enjoy_student {
    background: url("../images/ui/ohi_enjoy_student.jpg") no-repeat;
    background-size: cover;
    padding: 15px 0;
    height: 360px;
}

    .ohi_enjoy_student .ohi_enjoy_student_title {
        text-align: center;
    }

        .ohi_enjoy_student .ohi_enjoy_student_title h1 {
            color: #fff;
            font-size: 50px;
        }

        .ohi_enjoy_student .ohi_enjoy_student_title a {
            background: #f1ba32;
            padding-top: 15px;
            display: inline-block;
            border-radius: 50px;
            transition: all 0.3s ease-in 0s;
            width: 55px;
            height: 55px;
        }
            /*.ohi_enjoy_student .ohi_enjoy_student_title a:hover {
            background:#FFF;
            color:#1f4fa2;
        }*/
            .ohi_enjoy_student .ohi_enjoy_student_title a i {
                font-size: 26px;
                color: #FFF;
            }

/*******************end ohi enjoy_student**************************/
/*****************Start ohi Students Projectst********************/
.ohi_students_projects {
    padding: 20px 0;
}

    .ohi_students_projects .ohi_students_projects_list .owl-buttons {
        display: none;
    }

    .ohi_students_projects .ohi_students_projects_list .item {
        position: relative;
        display: inline-block;
    }

    .ohi_students_projects .ohi_students_projects_list .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        opacity: 1;
        background: #2250a3 none repeat scroll 0 0;
    }

    .owl-theme .owl-controls .owl-page span {
        background: #cbcbca none repeat scroll 0 0;
        border-radius: 20px;
        display: block;
        height: 15px;
        margin: 5px 7px;
        opacity: 0.9;
        width: 15px;
    }

.ohi_students_projects .ohi_students_projects_list .ohi_students_projects_content {
    position: absolute;
    bottom: 0px;
    background: rgba(30,68,140,0.8);
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

    .ohi_students_projects .ohi_students_projects_list .ohi_students_projects_content h4 {
        color: #f1ba32;
    }

    .ohi_students_projects .ohi_students_projects_list .ohi_students_projects_content span {
        color: #fff;
    }
/*****************end ohi Students Projectst********************/
/*****************Start ohi_bord_staff********************/
.ohi_bord_staff {
    background: #e6e9eb;
    padding: 20px 0;
}

    .ohi_bord_staff .ohi_bord_staff_list .item {
        margin: 0 10px;
    }

    .ohi_bord_staff .ohi_bord_staff_list img {
        width: 100%;
    }

    .ohi_bord_staff .ohi_bord_staff_list .ohi_students_projects_content {
        /*position: absolute;*/
        bottom: 0px;
        background: #FFF;
        width: 100%;
        text-align: center;
        padding: 10px;
        min-height: 130px;
    }

        .ohi_bord_staff .ohi_bord_staff_list .ohi_students_projects_content h4 {
            color: #2552a3;
            font-size: 14px;
        }

        .ohi_bord_staff .ohi_bord_staff_list .ohi_students_projects_content span {
            color: #9e9d9e;
            font-size: 14px;
            font-weight: 600;
        }

/*****************end ohi_bord_staff********************/
/******************************Start ohi home events ********************/
.ohi_home_events {
    padding: 20px 0px;
}

    .ohi_home_events .section-title {
        text-align: left;
    }

        .ohi_home_events .section-title h1 {
            text-align: left;
        }

    .ohi_home_events .ohi_home_events_list {
        border: 1px solid #2452a2;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

        .ohi_home_events .ohi_home_events_list .ohi_enents_date {
            background: #2452a2;
            float: left;
            padding: 20px 35px;
            margin-right: 15px;
        }

            .ohi_home_events .ohi_home_events_list .ohi_enents_date span {
                color: #FFF;
            }

        .ohi_home_events .ohi_home_events_list .ohi_enents_summary {
            float: left;
            width: 80%;
            line-height: normal;
        }

            .ohi_home_events .ohi_home_events_list .ohi_enents_summary a {
                font-size: 16px;
            }

                .ohi_home_events .ohi_home_events_list .ohi_enents_summary a:hover {
                }

@media screen and (max-width: 700px) {
    .ohi_home_events .ohi_home_events_list .ohi_enents_date {
        width: 100%;
        padding: 5px 35px;
        text-align: center;
    }

    .ohi_home_events .ohi_home_events_list .ohi_enents_summary {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
}

.ohi_newsletter {
    background: #e6e9eb;
    padding: 20px;
    margin-top: 60px;
}

    .ohi_newsletter h6 {
        margin: 10px 0;
        color: #1f4fa2;
    }

    .ohi_newsletter h3 {
        margin: 10px 0;
        color: #1f4fa2;
    }

    .ohi_newsletter .form-control {
        border-radius: 0px;
        margin-bottom: 10px;
        height: 50px;
        font-size: 12px;
        color: #b8b8b8;
    }

    .ohi_newsletter input[type=submit] {
        background: #fdd54f;
        width: 100%;
        border: 0px;
        padding: 12px 0;
        font-weight: 700;
        margin-bottom: 30px;
        transition: all 0.3s ease-in 0s;
    }

        .ohi_newsletter input[type=submit]:hover {
            background: #1f4fa2;
            color: #FFF;
        }

    .ohi_newsletter > ul {
        margin: 0px;
        padding: 0px;
    }

        .ohi_newsletter > ul > li {
            list-style-type: none;
            margin-bottom: 20px;
        }

            .ohi_newsletter > ul > li > a {
                font-weight: 700;
            }

                .ohi_newsletter > ul > li > a > img {
                    display: inline-block;
                    margin-right: 10px;
                }

@media screen and (max-width: 992px) {
    .ohi_newsletter {
        margin-top: 0px;
    }
}
/******************************End ohi home events ********************/
footer .ohi_footer_menu {
    background: #1f4fa2;
    padding: 20px 0;
}

    footer .ohi_footer_menu ul {
        padding: 0px;
        display: inline-block;
        width: 16%;
    }

        footer .ohi_footer_menu ul li {
            list-style-type: none;
            padding: 5px 0;
        }

            footer .ohi_footer_menu ul li a {
                color: #FFF;
            }

                footer .ohi_footer_menu ul li a:hover {
                    color: #f1ba32;
                }

            footer .ohi_footer_menu ul li.first a {
                font-size: 16px;
                color: #FFF;
                font-weight: 700;
                text-transform: uppercase;
            }

@media screen and (max-width: 992px) {
    footer .ohi_footer_menu ul {
        width: 30%;
    }
}

@media screen and (max-width: 500px) {
    footer .ohi_footer_menu ul {
        width: 100%;
    }
}

footer .ohi_footer_copyright {
    background: #FFF;
    padding: 20px 0;
    text-align: center;
}

    footer .ohi_footer_copyright .ohi_copyroght span {
        font-weight: 700;
        color: #1f4fa2;
    }
/*******************************************/
.ohi_top_page_banner {
    position: relative;
    margin-bottom: 30px;
}
/*********************************************/
.ohi_breadcrumb-list {
    /*background-color: rgba(241, 186, 50, 0.7);
    padding: 8px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;*/
    padding: 8px 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

    .ohi_breadcrumb-list h1 {
        font-size: 40px;
        text-transform: uppercase;
        color: #FFF;
    }

@media screen and (max-width: 500px) {
    .ohi_breadcrumb-list {
        bottom: 10px;
    }

        .ohi_breadcrumb-list h1 {
            font-size: 26px;
            text-transform: uppercase;
            color: #FFF;
        }
}

.ohi_breadcrumb-list > ul {
    margin: 0px;
    padding: 0px;
}

    .ohi_breadcrumb-list > ul > li {
        list-style-type: none;
        display: inline-block;
        color: #FFF;
    }

        .ohi_breadcrumb-list > ul > li > a {
            color: #FFF;
            text-transform: uppercase;
        }

        .ohi_breadcrumb-list > ul > li.current {
            color: #f1ba32;
            text-transform: uppercase;
            font-weight: 900;
        }
/***************************************/
.ohi_content_page .ohi_content_template {
    margin: 0px 0 30px;
}

    .ohi_content_page .ohi_content_template h1 {
        border-left: 4px solid #1f4fa2;
        color: #1f4fa2;
        display: block;
        text-transform: capitalize;
        font-family: inherit;
        font-size: 32px;
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .ohi_content_page .ohi_content_template img {
        float: left;
        width: 40%;
        margin-right: 20px;
        border: 2px solid #f1ba32;
        border-radius: 4px;
    }
/**************************************/
.ohi_right-menu {
    background: #1f4fa2;
    /*padding: 25px 0;*/
    border-radius: 4px;
    margin-bottom: 30px;
}

    .ohi_right-menu > ul {
        margin: 0px;
        padding: 0px;
    }

        .ohi_right-menu > ul > li {
            list-style-type: none;
            padding: 10px 0;
        }

            /*.ohi_right-menu > ul > li.active {
                background: #f1ba32;
            }*/

            .ohi_right-menu > ul > li.active a {
                color: #fff;
                font-weight: 900;
            }

            .ohi_right-menu > ul > li > a {
                padding: 5px 20px 5px 28px;
                display: block;
                color: #ccc;
                transition: all ease .3s;
                -webkit-transition: all ease .3s;
                -moz-transition: all ease .3s;
                backface-visibility: hidden;
            }

                .ohi_right-menu > ul > li > a:hover {
                    color: rgba(241, 186, 50, 0.9);
                    -webkit-transform: translateX(3px);
                    -moz-transform: translateX(3px);
                }

                .ohi_right-menu > ul > li > a:before {
                    width: 8px;
                    height: 11px;
                    background: url(../New-en/img/sprite.png) no-repeat -484px -18px;
                    content: "";
                    display: inline-block;
                    vertical-align: -1px;
                    margin-right: 8px;
                    margin-left: -16px;
                }
/*************************************/

/*************************************/
/* The side navigation menu for Quality */
.list-group-qa .list-group-item {
    background-color: #1f4fa2;
    color: #fff;
    border-top: 1px solid #0091b5;
    border-left-color: #fff;
    border-right-color: #fff;
}

.list-group-item-sub {
    text-indent: 10px;
}

.list-group-submenu {
    text-indent: 20px;
}

.list-group-qa .list-group-item:hover {
    background-color: rgba(241, 186, 50, 0.9);
}
/*************************************/
.ohi_content_template .ohi_news_list {
    text-align: center;
}

    .ohi_content_template .ohi_news_list > ul {
        margin: 0px;
        padding: 0px;
    }

        .ohi_content_template .ohi_news_list > ul > li {
            background: #FFF;
            list-style-type: none;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            margin-bottom: 15px;
            width: 23%;
            min-height: 375px;
            vertical-align: top;
            box-shadow: 0px 0px 30px 0px #9fabb3;
        }

            .ohi_content_template .ohi_news_list > ul > li a {
                display: block;
                overflow: hidden;
                font-size: 22px;
                color: #1f4fa2;
                text-align: left;
            }

                .ohi_content_template .ohi_news_list > ul > li a img {
                    transition: all 0.5s ease 0s;
                    height: 190px;
                    width: 100%;
                    border-radius: 0px;
                    border: 0px;
                }

                    .ohi_content_template .ohi_news_list > ul > li a img:hover {
                        transform: scale(1.2, 1.2);
                    }

    .ohi_content_template .ohi_news_list .ohi_news_list_desc {
        padding: 15px;
    }

        .ohi_content_template .ohi_news_list .ohi_news_list_desc span {
            display: block;
            color: #f1ba32;
            font-size: 12px;
            font-weight: 900;
            text-align: left;
        }

        .ohi_content_template .ohi_news_list .ohi_news_list_desc p {
            text-align: left;
        }

    .ohi_content_template .ohi_news_list .ohi_view_all_but {
        background: #f1ba32;
        color: #000;
        font-weight: 600;
        padding: 8px 25px;
        display: inline-block;
        font-size: 18px;
        transition: all 0.3s ease-in 0s;
    }

        .ohi_content_template .ohi_news_list .ohi_view_all_but:hover {
            background: #1f4fa2;
            color: #FFF;
            text-decoration: none;
        }

@media screen and (max-width: 992px) {
    .ohi_content_template .ohi_news_list > ul > li {
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .ohi_content_template .ohi_news_list > ul > li {
        width: 100%;
    }
}
/************************************/
.ohi_news_details .social-share .social-links {
    margin: 0px 0 15px 0;
    padding: 0px;
}

    .ohi_news_details .social-share .social-links > li {
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
    }

        .ohi_news_details .social-share .social-links > li.twitter {
            background: #1da1f3;
            width: 30px;
            height: 30px;
            border-radius: 30px;
            padding: 5px 8px;
        }

            .ohi_news_details .social-share .social-links > li.twitter i {
                color: #FFF;
            }

.social-share .social-links > li.facebook {
    background: #395694;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 5px 8px;
}

.ohi_news_details .social-share .social-links > li.facebook i {
    color: #FFF;
}

.ohi_news_details .social-share .social-links > li.envelope {
    background: #f1ba30;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 5px 8px;
}

    .ohi_news_details .social-share .social-links > li.envelope i {
        color: #FFF;
    }

.ohi_news_details .social-share .social-links > li.google-plus {
    background: #dc4538;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 5px 8px;
}

    .ohi_news_details .social-share .social-links > li.google-plus i {
        color: #FFF;
    }

.ohi_news_details .social-share .social-links > li.linkedin {
    background: #0077b5;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 5px 8px;
}

    .ohi_news_details .social-share .social-links > li.linkedin i {
        color: #FFF;
    }

.ohi_news_details .news-date {
    background: #f1ba32;
    display: inline-block;
    padding: 3px 10px;
    color: #FFF;
    margin-bottom: 5px;
}
/************************************/
.ohi_contact-page {
    margin-top: 30px;
}

    .ohi_contact-page .contact-content {
        text-align: center;
        border: 2px solid #e5e5e5;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 32%;
        float: left;
        margin-right: 15px;
        min-height: 170px;
        margin-bottom: 10px;
    }

        .ohi_contact-page .contact-content .contact-address {
            padding: 53px 40px 20px;
            position: relative;
        }

            .ohi_contact-page .contact-content .contact-address .style img {
                margin-top: -105px;
                margin-right: auto;
                margin-left: auto;
                float: initial;
                width: auto;
                border: 0px;
                border-radius: inherit;
            }

            .ohi_contact-page .contact-content .contact-address .details h5 {
                color: #1f4fa2;
                font-size: 20px;
            }

@media screen and (max-width: 1200px) {
    .ohi_contact-page .contact-content {
        width: 31%;
        min-height: 190px;
    }
}

@media screen and (max-width: 992px) {
    .ohi_contact-page .contact-content {
        width: 100%;
    }
}
/************************************/
.ohi_contact-page .ohi_comment_respond {
    background: #e6e9eb;
    padding: 5px 20px 0px;
}

.wrap-type-input .form-control {
    padding: 6px 36px;
    font-size: 12px;
    height: 42px;
    border-radius: 0px;
}

    .wrap-type-input .form-control:focus {
        border-color: rgba(241, 186, 50, 0.9);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

.ohi_contact-page .ohi_comment_respond h2 {
    text-align: center;
}

.ohi_contact-page .ohi_comment_respond .wrap-type-input {
    overflow: hidden;
    margin-bottom: 20px;
}

    .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.name {
        width: 32%;
        float: left;
        margin-right: 2%;
        position: relative;
    }

        .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.name:before {
            content: "\f007";
            font-family: "Font Awesome 5 Free";
            font-size: 14px;
            line-height: 23px;
            position: absolute;
            top: 10px;
            left: 15px;
            color: #bcbcbc;
        }

    .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.email {
        float: left;
        width: 32%;
        position: relative;
    }

        .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.email:before {
            content: "\f0e0";
            font-family: "Font Awesome 5 Free";
            font-size: 14px;
            line-height: 23px;
            position: absolute;
            top: 10px;
            left: 15px;
            color: #bcbcbc;
        }


    .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.Subject {
        float: right;
        width: 32%;
        position: relative;
    }

        .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.Subject:before {
            content: "\f084";
            font-family: "Font Awesome 5 Free";
            font-size: 14px;
            line-height: 23px;
            position: absolute;
            top: 10px;
            left: 15px;
            color: #bcbcbc;
        }

.ohi_contact-page .ohi_comment_respond .textarea-wrap textarea {
    max-width: 100%;
    height: 220px;
    padding-left: 44px;
    width: 100%;
    border: 1px solid #ccc;
    padding-top: 13px;
    color: #ccc;
}

.ohi_contact-page .ohi_comment_respond .textarea-wrap {
    position: relative;
}

    .ohi_contact-page .ohi_comment_respond .textarea-wrap:before {
        content: "\f075";
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        line-height: 23px;
        position: absolute;
        top: 13px;
        left: 15px;
        color: #bcbcbc;
    }

.submit-wrap {
    text-align: center;
}

.flat-contact-form .submit-wrap button {
    padding-right: 24px;
    padding-left: 26px;
}

.flat-button.bg-orange {
    background: #fdd54f;
    border: 0px;
    padding: 12px 20px;
    font-weight: 700;
    margin-bottom: 30px;
    transition: all 0.3s ease-in 0s;
}

    .flat-button.bg-orange:hover {
        background: #1f4fa2;
        color: #FFF;
    }

@media screen and (max-width: 767px) {
    .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.name {
        width: 100%;
        margin-bottom: 10px;
    }

    .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.email {
        width: 100%;
        margin-bottom: 10px;
    }

    .ohi_contact-page .ohi_comment_respond .wrap-type-input .input-wrap.Subject {
        width: 100%;
        /*margin-bottom:10px;*/
    }
}
/***********************************/
/*******gallery****/
#fullscreen {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

#fullscreen-inner {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.8);
}

.fullscreen-inner-button {
    height: 35px;
    width: 35px;
    background-color: #eea320;
    position: absolute;
    font-size: 18px;
    line-height: 35px;
    color: rgba(255,255,255,1);
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .fullscreen-inner-button:hover {
        background-color: #FDB800;
        cursor: pointer;
        /*-webkit-border-radius: 35%;
	-moz-border-radius: 35%;
	border-radius: 35%;*/
    }

#fullscreen-inner-left {
    left: 20px;
    top: 50%;
    margin-top: -17.5px;
}

#fullscreen-inner-right {
    top: 50%;
    right: 20px;
    margin-top: -17.5px;
}

#fullscreen-inner-close {
    top: 0px;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
}

#fullscreen-image {
    height: 667px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    position: relative;
}

    #fullscreen-image img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
        opacity: 0;
        width: auto !important;
        height: auto !important;
    }

        #fullscreen-image img:nth-child(1) {
            -ms-transform: translate(-30%,0) scale(0.6,0.6);
            -webkit-transform: translate(-30%,0) scale(0.6,0.6);
            transform: translate(-30%,0) scale(0.6,0.6);
            z-index: 1;
            opacity: 0.2;
        }

        #fullscreen-image img:nth-child(2) {
            -ms-transform: translate(-20%,0) scale(0.7,0.7);
            -webkit-transform: translate(-20%,0) scale(0.7,0.7);
            transform: translate(-20%,0) scale(0.7,0.7);
            z-index: 1;
            opacity: 0.4;
        }

        #fullscreen-image img:nth-child(3) {
            -ms-transform: translate(-10%,0) scale(0.8,0.8);
            -webkit-transform: translate(-10%,0) scale(0.8,0.8);
            transform: translate(-10%,0) scale(0.8,0.8);
            z-index: 2;
            opacity: 0.6;
        }

        #fullscreen-image img:nth-child(4) {
            -ms-transform: scale(0.9,0.9);
            -webkit-transform: scale(0.9,0.9);
            transform: scale(0.9,0.9);
            z-index: 3;
            opacity: 0.8;
        }

        #fullscreen-image img:nth-child(5) {
            -ms-transform: translate(10%,0) scale(1,1);
            -webkit-transform: translate(10%,0) scale(1,1);
            transform: translate(10%,0) scale(1,1);
            z-index: 4;
            opacity: 1;
        }

.wrapper-inner-content-image {
    /*float: right;*/
    width: 315px;
    /*position: relative;*/
    height: 180px;
    margin-right: 25px;
}

.wrapper-inner-content-image-desc {
    margin-top: 20px;
}

    .wrapper-inner-content-image-desc h2 {
       border-right: 0 none;
    color: #2552a3;
    font-size: 17px;
    margin: 0 0 10px;
    padding: 0 10px;
    text-align: left;
    line-height: inherit;
    }

    .wrapper-inner-content-image-desc h6 {
       color: #f1ba30;
    font-family: droid arabic kufi,roboto;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 0px 0 10px;
    text-align: left;
    }
.galery-list {
    background: #FFF;
    min-height:310px;
    box-shadow: 0px 0px 1px 0px #9fabb3;
}
.wrapper-inner-content-image img {
    width: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 200px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    border: 0px !important;
        padding: 0 15px;
}

.wrapper-inner-content-image-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.8);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.wrapper-inner-content-image-hover-cercle {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    background-color: rgba(255,206,82,1);
    font-size: 25px;
    line-height: 50px;
    color: rgba(255,255,255,1);
    text-align: center;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.wrapper-inner-content-image img:nth-child(1) {
    opacity: 1;
}

.wrapper-inner-content-image img:nth-child(2) {
    opacity: 1;
}

.wrapper-inner-content-image img:nth-child(3) {
    opacity: 1;
}

.wrapper-inner-content-image img:nth-child(4) {
    opacity: 1;
}

.wrapper-inner-content-image:hover img:nth-child(1) {
    -ms-transform: translate(-20%,0) scale(0.7,0.7);
    -webkit-transform: translate(-20%,0) scale(0.7,0.7);
    transform: translate(-20%,0) scale(0.7,0.7);
}

.wrapper-inner-content-image:hover img:nth-child(2) {
    -ms-transform: translate(-10%,0) scale(0.8,0.8);
    -webkit-transform: translate(-10%,0) scale(0.8,0.8);
    transform: translate(-10%,0) scale(0.8,0.8);
}

.wrapper-inner-content-image:hover img:nth-child(3) {
    -ms-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}

.wrapper-inner-content-image:hover img:nth-child(4) {
    -ms-transform: translate(10%,0) scale(1,1);
    -webkit-transform: translate(10%,0) scale(1,1);
    transform: translate(10%,0) scale(1,1);
}


.wrapper-inner-content-image:hover .wrapper-inner-content-image-hover {
    opacity: 1;
    -ms-transform: translate(5%,0) scale(1,1);
    -webkit-transform: translate(5%,0) scale(1,1);
    transform: translate(5%,0) scale(1,1);
    height: 200px;
}

.wrapper-inner-content-image:hover .wrapper-inner-content-image-hover-cercle {
    -webkit-animation-name: jello;
    animation-name: jello;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.icon-close:before {
    content: "\f00d";
}
/******end gallery*****/
.section-title {
    text-align: center;
    padding: 15px 0;
}

    .section-title h1 {
        font-size: 28px;
        color: #1f448c;
        font-weight: lighter;
        margin: 0px;
        text-transform: uppercase;
    }
/***********arrow************/
.cd-top {
    display: inline-block;
    animation: 1s ease-out 0s normal none infinite running home-scroll-down;
    /*border-radius: 50% 50% 0 0;*/
    height: 52px;
    width: 52px;
    position: fixed;
    bottom: 0px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/ui/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: 1;
    }

.no-touch .cd-top:hover {
    background-color: #e28e00;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        animation: 1s ease-out 0s normal none infinite running home-scroll-down;
        /*border-radius: 50% 50% 0 0;*/
        right: 20px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        animation: 1s ease-out 0s normal none infinite running home-scroll-down;
        border-radius: 0;
        height: 52px;
        width: 52px;
        right: 20px;
        bottom: 30px;
    }
}

/***********end-arrow**********/

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f1ba32;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,155,168,0.4);
    }

.search-contant-title h1 {
    font-size: 18px;
}

.search-contant-title .word {
    color: #fedc58;
}
