body {
  font-family: "Open Sans", sans-serif;}

body.customize-support > header {
    margin-top: 32px;
}

header {
    position: absolute;
    z-index: 3;

    z-index: 99;
    width: 100%;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .headerTop {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
header .headerTop .topContact span {
    color: #fff;
}
header .headerTop .topContact span + span {
    margin-left: 25px
}
header .headerTop .topContact span i {
    font-style: normal;
    margin-left: 5px;
}
header .headerBottom {
    padding: 15px 0
}

header .logo img {
    max-height: 50px;
}

header .topMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .social {
    display: block
}

header .social a {
    display: inline-block;
}

header .social a svg {
    height: 24px;
    width: auto
}

header .social a svg path {
    fill: #fff
}

header .social a:hover svg path {
    fill: #2a2f35
}

header .social a + a {
    margin-left: 20px;
}
header.header-page {
position: relative;
background: rgba(0, 131, 227, 0.05);

}
header.header-page .headerTop {
    border-bottom-color: rgb(42 47 53 / 15%)
}
header.header-page .headerTop .topContact span {
    color: #2A2F35;
}
header.header-page .headerTop .topContact  svg path {
    fill:#2A2F35
}
header.header-page .social a svg path {
        fill:#2A2F35
}
header.header-page .topMenu ul li a {
       color:#2A2F35
}
header.header-page .topMenu ul li a:hover {
    color: #0283e3
}
header .language  {
    display: flex;
    align-items: center;
}
header .language .dropdown button {
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    align-items: center;
    box-shadow: none;
}
.sectionTitle {
    text-align: center;
    margin-bottom: 20px;
}

.sectionTitle h3 {
    position: relative;
    color: #000;
    font-size: 22px;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 700;

}


.sectionTitle h3::after {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 100%;
    right: 0;
    content: '';
    background: linear-gradient(to left, transparent, #0283e3);
    transform: translateY(-50%)
}



.sectionDesc {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

header .topMenu ul li {
    position: relative;
}

header .topMenu ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .topMenu ul li a:not(:only-child):after {
    content: '\f107';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

header .topMenu ul li:hover a {
    color: #2a2f35;
}

header .topMenu > div {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

header .topMenu ul li > ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 100%;
    right: 0;
}

header .topMenu ul li:hover > ul {
    display: block;
}

header .topMenu ul ul ul {
    right: 100%;
    top: 0;
}

header .topMenu ul ul li a {
    color: #000;
}

header .topMenu ul ul li a:hover {
    background: #0483e3;
    color: #fff !important;
}


header .topMenu ul ul li a:not(:only-child):after {
    content: '\f104';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

header .language li a {
    display: block;
}

header .language li a,
header .search {
    color: #2A2F35;
text-decoration: none;
    padding: 5px 10px;
    font-size: 13px;
}


header .language {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

header .language ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#homeBanner {
    position: relative;
}


.btn-all {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #0283e3;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px

}

.btn-all:hover {
    background: #2a2f35;
    color: #fff;
}

.btn-blue {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #0283e3;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px

}

.btn-blue:hover {
    background: #2a2f35;
    color: #fff;
}
.bannerPhoto {
    background-size: cover;
    background-position: center;
    min-height: 800px;
}

#homeBanner .bannerText {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%)
}

#homeBanner .bannerText strong {
    font-size: 28px;
    font-weight: 600;
}

#homeBanner .bannerText span {
    display: block;
    margin: 10px 0 20px;
    font-size: 16px;
    font-weight: 300;
}

#homeBanner .bannerText a {
    display: inline-block;
    background: #d19a5b;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#homeBanner .bannerText a:hover {
    background: #fff;
    color: #000;
}

#homeServices {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
#homeServices:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../images/pattern.jpg)
}

.homeServicesContent {

    margin: 20px 0;
}

.servicesItem {

    background: #fff;
    margin-bottom: 30px;

}


.servicesItem a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}
.servicesItem a:before {
    content: "";
    position: absolute;
    left: 0;
    top:50% ;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border:1px solid transparent;
       -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateY(-50%) 
        
}
.servicesItem a:hover:before {
    border-color: #0483e3;
     border-radius: 20px;
    
}


.servicesItem a .text {
 
    margin-top: -5px;
    position: relative;
    z-index: 2
}

.servicesItem a .text * {
    display: block;
}
.servicesItem .icon {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
min-width: 64px;
min-height: 64px;
    margin-right: 10px;


background: rgba(0, 131, 227, 0.2);;
border-radius: 20px;

}
.servicesItem .icon img {
    height: 32px;
    margin: auto
}

.servicesItem strong {
    color: #0083E3;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;


}

.servicesItem span.excerpt {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 17px;
    height: 34px;
    font-weight: 300;
    overflow: hidden;
}

.servicesItem a:hover .text span.excerpt {
}



#aboutus {
    padding: 80px 0;


background: rgba(0, 131, 227, 0.05);

}

#aboutus .aboutBoxTitle {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #4d4d4d;
    padding-bottom: 5px;
}

#aboutus .aboutBoxTitle:after {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 50%;
    height: 1px;
    background: #4d4d4d;
}

#aboutus .aboutPhoto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#aboutus .aboutBoxContent {
    margin: 0 0 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
}

#aboutus .aboutFooter .social {
    margin-right: 15px;
}

#aboutus .aboutFooter .social a {
    display: inline-block;
    height: 48px;
    width: 48px;
    background: #a32135;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
}

#aboutus .readMore {
    font-size: 13px;
    color: #d19a5b;
    font-weight: 300;
    text-decoration: none;
}

#aboutus .readMore:hover {
    text-decoration: underline;
}


.aboutPhoto {
    position: relative;
    height: 100%;
}

#homeBlog {
    padding: 80px 0;


background: rgba(140, 140, 140, 0.05);

}
.blogItem {
    padding: 10px;
}
.blogItem a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden
}


.blogItem a .blogItemPhoto {
    display: block;
    height:260px;
    width: 100%;
    overflow: hidden;
    border-radius: 0
   

}

.blogItem a .blogItemPhoto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blogItem a:hover .blogItemPhoto img {
    transform: scale(1.1)
}

.blogItem a .blogItemText {
    position: relative;
    display: block;
    font-size: 15px;
      padding: 30px 35px 20px;
    font-weight: 500;
    color: #2a2f35;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   border-radius: 10px 10px 0 0
}

.blogItem a .blogItemText strong {
    display: block;
    position: relative;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.blogItem a .blogItemText strong::after {
    position: absolute;
    width: 50px;
    height: 2px;
    top: 100%;
    left: 0;
    content: '';
    background: #0283e3;
    transform: translateY(-50%)
}

.blogItem a .blogItemText p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    color: rgb(119, 119, 119)
}

.blogReadMore {
    font-size: 13px;
    color: #a32135;
    text-decoration: none;
}

#homeBlog .owl-theme .owl-dots {
    margin-top: 20px;
}

#homeBlog .owl-theme .owl-dots .owl-dot span {
    background: #505050;
    margin: 0;
}

#homeBlog .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}

#homeBlog .owl-theme .owl-dots .owl-dot.active span,
#homeBlog .owl-theme .owl-dots .owl-dot:hover span {
    background: #a32135;
}


footer {
    padding: 20px 0;
    background: #2A2F35;
}

footer .footerLogo img {
    max-width: 200px;
}

.hc-nav-trigger {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 25px;
    height: 24px;
    

}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #000;
}
header.fixedHeader .hc-nav-trigger span,
header.fixedHeader .hc-nav-trigger span::before,
header.fixedHeader .hc-nav-trigger span::after,
header#headerContent .hc-nav-trigger span,
header#headerContent .hc-nav-trigger span::before,
header#headerContent .hc-nav-trigger span::after {
    background: #000;

}


footer .social a {
    color: #fff;
    font-size: 18px;
}

footer .social a + a {
    margin-left: 10px;
}

footer .notice {
    color: #fff;
    font-size: 13px;
}
.pageTitle {
    font-weight: 700;
}
.pageTitle h2 {
    margin: 0;
    color: #a32135;
}


#searchModal {
    background: rgba(0, 0, 0, 0.61)
}

#searchModal .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}

#searchModal .modal-header {
    border-bottom: 0;
    padding: 0 0 20px;
}

#searchModal .modal-header .btn-close {
    padding: 0;
    opacity: 1;
    width: 28px;
    height: 28px;
    background-image: url('../images/close.svg');
    background-size: cover;
}

#searchModal .modal-body input {
    background: transparent;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    box-shadow: none;
    border-bottom-color: #fff !important
}

#searchModal .modal-body input::placeholder {
    color: #fff;

}

#searchModal .modal-body input.btn {
    background: #fff;
    line-height: 38px;
    color: #000;
    min-width: 100px;
}

.searchList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.searchList ul li + li {
    margin-bottom: 20px;
}

.searchList ul li a {
    text-decoration: none;
}

.searchList ul li a:hover strong {
    text-decoration: underline;
}

.searchList ul li a strong {
    color: #a32135;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.searchList ul li a strong + span {
    display: block;
    color: #505050;
    font-size: 13px;
    line-height: 17px;
    height: 68px;
    font-weight: 300;
    overflow: hidden;
}

footer .menuFooterBox >div {
    display: flex;
     justify-content: space-between;
    width: 100%;
    margin-right: 100px;
}
footer .footerMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer .footerMenu > li {
    min-width: 150px;
}
footer .footerMenu li a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
footer .footerMenu  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
footer .footerMenu  ul li a {
    font-weight: 400;
    font-size: 13px;
            -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .footerMenu  ul li + li {
    margin-top: 3px;
}
footer .footerMenu li a:hover {
    color: #0283e3
}
footer .menuFooterBox >div.footerContact {
    display: block;
    margin:0;
    width: auto;
    min-width: 200px
}
footer .footerContact strong {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
footer .footerContact .footerContactItem span {
        font-weight: 400;
    font-size: 13px;
    color: #fff;
}
footer .footerContact .footerContactItem + .footerContactItem {
    margin-top: 3px;
}

footer .social {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

footer .social a {
    display: flex;
    width: 18px;
    height: 18px;
    text-decoration: none;
}

footer .social a svg {
    width: 18px;
    height: 18px;

}

footer .social a svg path {
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .social a:hover svg path {
    fill: #d19a5b;
}

footer .copyRight {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    border-top: 0.5px solid rgba(255, 255, 255, 0.1)
}

.pageHeader {
    position: relative;
}

.pageHeader .pagePhoto {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 

background-color: #0483e3


}

.pageHeader .pagePhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
}

.pageHeader .text {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 0;
}

.pageHeader .text h1 {
    font-size: 24px;
    color: #fff;
}
.breadcrumbs * {
    font-size: 15px;
    color: #2A2F35;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
    color: #0283e3;
}
 .breadcrumbs * + *:before {
    content: ">";
    display: inline-block;
    padding: 0 5px;
}

.pageHeader .text .breadcrumbs * {
    font-size: 11px;
    color: #fff;
}

.pageHeader .text .breadcrumbs * + *:before {
    content: "/";
    display: inline-block;
    padding: 0 5px;
}

.pageText {
    padding: 20px 0;
}

.allactivityBox.achiveActivity a {
    border: 1px solid #eee;
}

.allactivityBox.achiveActivity {
    margin-bottom: 24px;
}


.smilarBlog {
    padding: 10px;
}
.smilarBlog a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden
}


.smilarBlog a .smilarBlogPhoto {
    display: block;
    height:180px;
    width: 100%;
    overflow: hidden;
    border-radius: 0
   

}

.smilarBlog a .smilarBlogPhoto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.smilarBlog a:hover .smilarBlogPhoto img {
    transform: scale(1.1)
}

.smilarBlog a .smilarBlogText {
    position: relative;
    display: block;
    font-size: 15px;
      padding: 15px 20px 10px;
    font-weight: 500;
    color: #2a2f35;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   border-radius: 10px 10px 0 0
}

.smilarBlog a .smilarBlogText strong {
    display: block;
    position: relative;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.smilarBlog a .smilarBlogText strong::after {
    position: absolute;
    width: 50px;
    height: 2px;
    top: 100%;
    left: 0;
    content: '';
    background: #0283e3;
    transform: translateY(-50%)
}

.smilarBlog a .smilarBlogText p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: rgb(119, 119, 119)
}
#thumbnailSlider {
   margin-top: 10px;
}
#productDetailSlider .item a {
    display: block;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center
}

.sideBar {
    padding: 20px 0;
}

.siderbarTitle {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.wp-pagenavi,
.pagination {
    display: flex;
    justify-content: center;
}

.wp-pagenavi *,
.pagination * {
    display: flex;
    min-width: 32px;
    padding: 0 10px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: #f0f1f2;
    color: rgba(0, 131, 227, 0.2);
    text-decoration: none;
    margin: 0 5px;
    border-radius: 5px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.wp-pagenavi .current,
.pagination .current {
    background: rgba(0, 131, 227, 1);;
    color: #fff;
}

.wp-pagenavi a:hover,
.pagination a:hover {
    background: #0a1747;
    color: #fff;
}

.categoryContent .blogItem a {
    margin-bottom: 24px;
}


#aboutSlidePanel {
    height: 100%;
}

#aboutSlidePanel .panels {
    height: 100%;
}

#aboutSlidePanel .panels .panel {
    position: relative;
    width: 166px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 15px
}

#aboutSlidePanel .panels .panel:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 52.6%, rgba(0, 0, 0, 0.75) 100%);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#aboutSlidePanel .panels .panel + .panel {
    margin-left: 15px;
}

#aboutSlidePanel .panels .panel .text {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 30px;
    z-index: 2;
    color: #fff;
    transition: all 0.6s ease;
}

#aboutSlidePanel .panels .panel .text a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

#aboutSlidePanel .panels .panel.active {
    width: 350px;
}


#homeProduct {
    padding: 80px 0 60px
}
.productList a {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 3px
}
.productList a:before {
    content: "";
position: absolute;
width: 100%;
    height: 85px;
    left: 0;
    bottom: 0;
z-index: 2;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);

}
.productList a .productPhoto {
    display: block;
        height: 300px;
    overflow: hidden;
}
.productList a .productPhoto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.productList a:hover .productPhoto img {
    transform: scale(1.1);
  
        
}
.productList a .productText {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 15px;
}
.productList a .productText strong {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.pageCover {
    position: relative;
    margin-bottom: 20px;
}
.pageCover .pageCoverText {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #fff;
}
.pageCover .pageCoverText .breadcrumbs a , .pageCover .pageCoverText .breadcrumbs span {
    color: #fff;
}
.pageCover .pageCoverPhoto:before{
content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

background: linear-gradient(180deg, rgba(0, 131, 227, 0) 0%, rgba(7, 66, 110, 1) 100%);

}
.pageCover .pageCoverPhoto img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center
}

.servicesHeader .icon {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
min-width: 64px;
min-height: 64px;
    margin-right: 10px;


background: rgba(0, 131, 227, 0.2);;
border-radius: 20px;

}
.servicesHeader .icon img {
    height: 32px;
    margin: auto
}

.productMeta  {
    padding: 10px 0;
border-top:1px solid #F0F0F0;
    border-bottom:1px solid #F0F0F0;
    margin: 50px 0;
}
.productMeta .btn-blue {
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
}
.productMeta .btn-blue svg {
    height: 20px;
    margin-left: 10px;
}
.share svg {
   
}


.share span {
    font-weight: 700;
    color: #2a2f35;
    font-size: 16px;
    margin-right: 10px
}
.share a {
    display: inline-block;
}
.share a + a {
    margin-left: 10px;
}
.share a svg {
  max-height: 32px;
   width: 32px;
}

.share a svg path {
    fill: #0283e3
}

.share  a:hover svg path {
    fill: #2a2f35
}
.projectBigPhoto img {
    width: 100%;
}
.projectBigPhoto {
    margin-bottom: 24px
}
.projectSmallPhoto a {
    display: block;
    width: 100%;
    aspect-ratio:1/1;
    background-size: cover;
    background-position: center;
    margin-bottom: 24px
}
.projectMeta {
padding: 15px;
background: rgba(244, 244, 244, 0.42);
border-top: 3px solid #0083E3;
    margin: 20px 0;

}
.projectMeta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.projectMeta ul li {
    display: flex;
}
.projectMeta ul li .icon {
    margin-right: 10px;
}
.projectMeta ul li strong {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000000
}
.projectMeta ul li span {
    color: #0083E3;
    font-size: 14px;
    font-weight: 600;
}
.sliderItem {
    position: relative;
}
.sliderItem .sliderText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 50%;
    text-align: center;
    color: #fff;
}


.sliderItem .sliderText strong {
    font-size: 28px;
    font-weight: 600;
}

.sliderItem .sliderText span {
    display: block;
    margin: 10px 0 20px;
    font-size: 16px;
    font-weight: 300;
}

.sliderItem .sliderText a {
    display: inline-block;
    background: transparent;
    color: #fff;
    border:2px solid #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 40px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#slider {
    position: relative;
}
#slider .sliderArrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0.7
    
}
#slider .sliderArrow:hover {
    opacity: 1
}
#slider .sliderArrow svg {
    width: 48px
}
#slider .sliderArrow.sliderNext {
left: auto;
    right: 20px;
}

.projectItems a{
    display: flex;
    text-decoration: none;

background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}
.projectItems a .photo {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    margin-right: 10px;
}
.projectItems a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectItems a .text {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 20px 10px;
}
.projectItems a .text strong {
    display: block;
    margin-bottom: 10px;
}
.projectItems a .text span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    height: 100px;
    overflow: hidden;
}
.projectItems a .text i {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
      color: #0083E3;
    font-size: 14px;
    font-weight: 600;
}
.categoryList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.categoryList  a {
    border:1px solid #0483e3;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 300;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}
.categoryList  a:hover, .categoryList  a.active {
    background: #0483e3;
    color: #fff;
}
html[dir="rtl"] header .social a + a {
    margin-left: 0;
    margin-right: 20px;
}
html[dir="rtl"]  header .headerTop .topContact span + span {
    margin-left: 0;
    margin-right: 20px;
}

html[dir="rtl"] #aboutSlidePanel .panels .panel + .panel {
    margin-left: 0;
    margin-right: 15px;
}
html[dir="rtl"]  footer .menuFooterBox >div.footerContact .icon {
    margin-right: 0 !important;
    margin-left: 16px;
}
html[dir="rtl"] footer .social a + a {
    margin-left: 0;
    margin-right: 20px;
}


html[dir="rtl"] .offset-lg-5:has(.btn-all) {
   margin-left: auto;
    margin: auto;
}
html[dir="rtl"]  .share a + a {
    margin-left: 0px;
    margin-right: 10px;
}

html[dir="rtl"]  .share span {
    margin-left: 10px;
    margin-right: 0;
}
html[dir="rtl"] .sectionTitle.text-start {
    text-align: right !important;
}