@font-face {
    font-family: 'f';
    src: url('../fonts/alexandria-regular.ttf');
    src: url('../fonts/alexandria-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-image: url("../images/bg.png");
    font-family: 'f' !important;
    overflow-x: hidden !important;
    position: relative;

}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 999999999999999999999999999;
    opacity: 0.6;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

.front-head {
    padding-bottom: 15px;
    z-index: 9999999;
    position: relative;
    padding-top: 20px;

}

.front-head .contacts {
    padding-top: 15px;
    padding-bottom: 0px;
    float: left;
}

.front-head .contacts p {
    margin-left: 15px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
}

.front-head .contacts p i {
    margin-right: 5px;
    color: #2999CC;
    font-size: 16px;
}

.front-head .header {
    z-index: 9999999999;
    background-color: #ffffff;
    float: right;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.front-head .header .logo {
    padding: 10px;
    float: left;
}

.front-head .header .logo img {
    width: auto;
    display: block;
    float: left;
}
.front-head .menu{
    margin-top: 45px;
}
.front-head .menu ul li a {
    color: #003c34;
    padding-bottom: 10px;
    transition: all .6s ease-in-out;
    font-size: 14px;
    text-decoration: none;
}

.front-head .menu ul li.active a,
.front-head .menu ul li a:hover {
    border-bottom: 3px solid #e3b557;
}

.front-head .menu ul li a .search-bar {
    cursor: pointer;
    color: #1B2F5A;
    font-size: 16px;
}

.front-head .menu ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 35px;
}

.front-head .menu ul li {
    display: inline-block !important;
    margin-left: 0px;
    margin-right: 25px;
}

.front-head .menu ul li i {
    font-size: 12px;
    color: #000;
    margin-left: 5px;
    margin-right: 10px;
}

.front-head .call-us {
    background-color: #e3b557;
    width: 45%;
    float: left;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    margin-left:5px;
}

.front-head .call-us a {
    color: #fff;
    font-size: 14px;
}
.front-head .call-us:hover{
    background-color: #003c34;
    border: 1px solid #fff;
}
.front-head .call-us img {
    width: 20px;
    margin-left: 10px;
}
.front-head .call-us i{
    font-size: 16px;
}
.slider .intro-slider .content {
    overflow: hidden !important;
}
.slider .intro-slider .content img{
    border-radius: 8px;
}
.slider .intro-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    text-align: center;
    bottom: 27px;
}

.slider .intro-slider .owl-dot {
    border-radius: 12px;
    background-color: #FFFFFF;
    float: right;
    height: 10px;
    margin-left: 10px;
    width: 10px;
}

.slider .intro-slider .owl-dot.active {
    background-color: #003c34;
}


.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background-color: #003c34;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    text-align: center;
}

.sidenav .closebtn {
    position: absolute;
    top: -15px;
    z-index: 999999;
    left: 30px;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.sidenav .big-menu-nav .menu-nav {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    margin-top: 30px;
    padding-left: 5px;
}

.sidenav .big-menu-nav .menu-nav li {
    display: block;
    transition: all .6s ease-in-out;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
}

.sidenav .big-menu-nav .menu-nav li:hover {
    color: #1a1e6d;
}

.sidenav .big-menu-nav .menu-nav li a i {
    color: #ffba00;
    font-size: 8px;
    margin-left: 5px;
}

.sidenav .big-menu-nav .menu-nav li a {
    padding: 0px;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.sidenav .big-menu-nav img {
    width: 100%;
    margin-top: 20px;
    height: 130px;
}

.hidden-xx {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 50px;
    color: #003c34;
    top: 20px;
    font-size: 40px;
}

.searching {
    background: #24aa5d;
    position: fixed;
    top: 0px;
    display: none;
    right: 0px;
    width: 100%;
    z-index: 99999999;
    padding-bottom: 32px;
    padding-top: 32px;
}

.searching form {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.searching form input {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    outline: none;
    border: none;
    border-radius: 25px;
    width: 40%;
}

.searching form select {
    position: relative;
    outline: none;
    font-size: 12px;
    padding: 10px;
    margin: 0 auto;
    border: none;
    border-radius: 25px;
    background-color: #fff;
    display: inline-block;
    width: 170px;
    margin-left: 15px;
    margin-right: 15px;
}

.searching form button {
    position: relative;
    outline: none;
    font-size: 14px;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
    border: none;
    border-radius: 25px;
    background-color: #23527c;
    display: inline-block;
    width: 120px;
}

.searching .closing {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    opacity: 1;
    width: 25px;
    cursor: pointer;
    border-radius: 150px;
    height: 25px;
    line-height: 28px;
}

.headerz {
    background-color: #ffffff;
    float: right;
    width: 100%;
    position: fixed;
    right: 0px;
    z-index: 999999;
    padding: 10px 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: none;
}

.headerz .logo {
    padding: 10px;
    float: right;
}

.headerz .logo img {
    width: 100%;
    display: block;
    float: right;
}

.headerz .menu ul {
    text-align: center;
}

.headerz .menu ul li a {
    color: #003c34;
    padding-bottom: 10px;
    transition: all .6s ease-in-out;
    font-size: 14px;
    text-decoration: none;
}

.headerz .menu ul li a:hover {
    color: #3b8553;
}

.headerz .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
}

.headerz .menu ul li {
    display: inline-block !important;
    margin-right: 30px;
    margin-left: 0px;
}

.headerz .menu ul li i {
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    margin-right: 10px;
}

.headerz .call-us {
    background-color: #e3b557;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
.headerz .call-us:hover{
    background-color: #003c34;
    border: 1px solid #fff;
}
.headerz .call-us a {
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
}

.headerz .call-us img {
    width: 25px;
}


.about-us-section {
    padding: 50px 0px;
}

.about-us-section .pic img {
    width: 100%;
    border-radius: 12px;
    margin-top:84px;
}

.about-us-section .content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #e3b557;
    position: relative;
}

.about-us-section .content h5 hr {
    width: 50px;
    color: #DE9402;
    border: 2px solid #e3b557;
    position: absolute;
    top: -12px;
    right:115px;
}

.about-us-section .content h3 {
    color: #003c34;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
}

.about-us-section .content p {
    color: #8D8486;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}

.about-us-section .content a{
    background-color: #e3b557;
    width: 150px;
    display: block;
    padding: 12px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    float: right;
}
.about-us-section .content a:hover{
    background-color: #003c34;
}

.we-do {
    background-image: url("../images/bk-2.svg");
    background-size: 100%;
    padding: 100px 0px;
    margin: 50px 0px;
    margin-bottom: 0px;
    padding-bottom: 200px;
}

.we-do .head-bar {
    text-align: center;
}

.we-do .head-bar h3 {
    font-size: 18px;
    position: relative;
    color: #e3b557;
}

.we-do .head-bar h3:after {
    position: absolute;
    top: 9px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    right: 35%;
    content: "";
}

.we-do .head-bar h3:before {
    position: absolute;
    top: 9px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    left: 35%;
    content: "";
}

.we-do .head-bar p {
    font-size: 20px;
    color: #080808;
    font-weight: bolder;
    margin: 20px 0px;
}

.we-do .one {
    transition: all .6s ease-in-out;
    background-color: #fff;
    margin-top: 50px;
    position: relative;
    text-align: center;
    border-radius: 6px;
    padding: 25px 10px;
    width: 100%;
    height: 360px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
}

.we-do .one .white {
    display: none;
    filter: brightness(0) invert(1);
}

.we-do .one img {
    width: auto;
    margin: 0 auto;
    height: 103px;
}

.we-do .one h4 {
    font-weight: bolder;
    font-size: 18px;
    color: #221E1F;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.we-do .one p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8D8486;
    overflow: hidden;
    margin-top: 30px;
    height: 130px;
}
.we-do .one hr{
    position: absolute;
    width: 80px;
    height: 2px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    right: 35%;
    content: "";
}
.how-works {
    position: relative;
    margin-top: -120px;
    margin-bottom: 150px;
}

.how-works .col-md-6 {
    padding: 0px;
    float: left;
}

.how-works .content {
    padding: 50px 0px;
    float: left;
    height: 468px;
    width: 100%;
    background-color: #003c34;
    padding-right: 34px;
    border-radius: 0px 6px 6px 0px;
}

.how-works .content .head-bar {
    padding-left: 50px;
}

.how-works .content .head-bar h5 {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color: #e3b557;
}

.how-works .content .head-bar:after {
    position: absolute;
    top: 17px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    right: 40%;
    content: "";
}

.how-works .content .head-bar h4 {
    font-size: 24px;
    position: relative;
    color: #fff;
    margin-top: 20px;
}

.how-works .content .num {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    float: right;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
}

.how-works .content .desc {
    margin-top: 30px;
    width: 80%;
}

.how-works .content .desc h3 {
    font-size: 18px;
    color: #fff;
}

.how-works .content .desc p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-style: normal;
}

.how-works .pic img {
    position: absolute;
    /* width: 800px; */
    height: 498px;
    z-index: 99999;
    right: 0px;
    top: 45px;
    border-radius: 6px 0px 0px 6px;
}

.news-section {
    margin-top: 100px;
}

.news-section .head-bar {
    text-align: center;
    position: relative;
}

.news-section .head-bar h4 {
    color: #e3b557;
}

.news-section .head-bar h4:after {
    position: absolute;
    top: 9px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    right: 38%;
    content: "";
    margin-right: 10px;
}

.news-section .head-bar h4:before {
    position: absolute;
    top: 9px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    left: 38%;
    content: "";
    margin-left: 10px;
}

.news-section .head-bar p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bolder;
    color: #221E1F;
    margin-bottom: 20px;
}

.news-section .one {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-section .one img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.news-section .one h4 {
    color: #221E1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.9%;
}

.news-section .one p {
    color: rgba(34, 30, 31, 0.6);
    font-size: 14px;
    overflow: hidden;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

{
    color: #e3b557;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
    text-decoration-line: underline !important;
}
.news-section .one a:hover{
    color: #003c34;
}
.news-section .one a i{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #e3b557;
    margin-top: -2px;
}
.contact-now {
    background-color: #126358;
    padding: 30px 0px;
    margin-top: 80px;
}

.contact-now .pic {
    display: inline-block;
    width: 15%;
    float: right;
    margin-top:18px;
}

.contact-now .content {
    display: inline-block;
    width: 80%;
}

.contact-now .content h4 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}

.contact-now .content h6 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.contact-now .call {
    display: block;
    margin-top: 20px;
}

.contact-now .call a {
    float: right;
    width: 180px;
    text-align: center;
    padding: 12px;
    background-color: #fff;
    color: #003c34;
    border-radius: 12px;
    margin-top: 18px;
}
.contact-now .call a:hover{
    background-color: #003c34;
    color:#fff;
}
.footer {
    width: 100%;
    padding: 30px 0px;
    position: absolute;
    left: 0px;
    background-color: #003c34;

}
.footer .logo {
    padding: 10px 0px;
}
.footer .logo img {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 60px;
    height: 150px;
}

.footer .logo p {
    color: #e3b557;
    line-height: 30px;
    font-size: 15px;
    text-align: right;
}

.footer .con {
    padding: 10px 0px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.footer .con h4 {
    padding-bottom: 20px;
    border-bottom: 3px solid #e3b557;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 20px;
}

.footer .con ul {
    margin-top: 20px;
}

.footer .con ul li {
    display: block;
    width: 100%;
    margin-top: 15px;
    color: #fff;
}

.footer .con ul li a {
    color: #fff;
    font-weight: bolder;
    font-size: 14px;
    line-height: 25px;
}

.footer .con ul.footer-nav-menu li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #e3b557;
    margin-top: -2px;
}


.footer .con ul li i {
    color: #e3b557;
    margin-left: 8px;
}


.footer .copyright {
    text-align: center;
    border-top: 1px solid #e3b557;
    padding-top: 15px;
    margin-top: 30px;
}

.footer .copyright p {
    margin-top: 5px;
    color: #e3b557;
    margin-bottom: 0px;
}

.front-head .road {
    color: #fff;
    display: block;
    margin-top: 155px;
    padding-bottom: 50px;
}

.front-head .road h4 {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}

.about-page {
    margin-top: 20px;
}

.about-page .pic {
    margin-top: 190px;
}

.about-page .pic img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-page .content {
    padding-top:60px;
}
.about-page .content2 {
    background: #fff;
    padding: 0px 10px 25px 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 15px;
    height: 350px;
}
.about-page .content2 h3:after {
    position: absolute;
    width: 70px;
    top: 93px;
    height: 2px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    right: 22%;
    content: "";
    margin-right: 15px;
}

.about-page .content2 h2{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #003c34;
}
.about-page .content2 ul{
    margin-right: 10px;
 }
.about-page .content2 ul li{
    margin-bottom: 10px;
}
.about-page .content2 h4 {
    font-size: 20px;
    color: #003c34;
    line-height: 30px;
}

.about-page .content2 h3 {
    color: #e3b557;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 70px;
}

.about-page .content2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: rgba(34, 30, 31, 0.6);
    line-height: 30px;
    text-align: center;
}
.about-page .content h2{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
    text-align: right;
    color: #003c34;
}
.about-page .content h4 {
    font-size: 20px;
    color: #003c34;
    line-height: 30px;
}

.about-page .content h3 {
    color: #e3b557;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 70px;
}

.about-page .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: rgba(34, 30, 31, 0.6);
    line-height: 30px;
    text-align: justify;
}

.about-page .content ul li {
    margin-top: 15px;
    font-size: 14px;
    padding-left: 1em;
}
.about-page .content ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #e3b557;
    font-size: 9px;
}
.about-page .content ul li i {
    margin-right: 10px;
    color: #e3b557;
}

.about-page iframe {
    margin-top: 50px;
    background: rgba(16, 26, 50, 0.5);
    border-radius: 0px 10px 10px 0px;

}


.our-team .head-bar {
    text-align: center;
    margin-top: 50px;
}

.our-team .head-bar h3 {
    font-size: 18px;
    position: relative;
    color: #e3b557;
}

.our-team .head-bar h3:after {
    position: absolute;
    top: 9px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    right: 35%;
    content: "";
    margin-right: 10px;
}

.our-team .head-bar h3:before {
    position: absolute;
    top: 9px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    left: 35%;
    content: "";
    margin-left: 10px;
}

.our-team .head-bar p {
    font-size: 20px;
    color: #080808;
    font-weight: bolder;
    margin: 20px 0px;
}

.our-team .one {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.our-team .one img {
    width: 100%;
    height: 200px;
    object-fit: cover !important;
}

.our-team .one h3 {
    color: #221E1F;
    font-size: 18px;
    font-weight: bolder;
}

.our-team .one p {
    color: #e3b557;
    font-size: 12px;
    font-weight: bolder;
}

.our-services .one {
    background-color: #fff;
    margin-top: 50px;
    position: relative;
    text-align: center;
    border-radius: 12px;
    padding: 25px 10px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #b8b1b1;
}

.our-services .one img {
    width: auto;
    margin: 20px;
}

.our-services .one h4 {
    font-weight: bolder;
    font-size: 18px;
    color: #221E1F;
    overflow: hidden;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.our-services .one p {
    font-weight: bolder;
    font-size: 14px;
    line-height: 25px;
    color: #9a9a9a;
    margin-bottom: 50px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.our-services .one:after {
    position: absolute;
    bottom: 15px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 100px;
    content: "";
    height: 4px;
    background-color: #e3b557;
}

.news-page .one {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-page .one img {
    width: 100%;
    margin-bottom: 15px;
}

.news-page .one h4 {
    color: #221E1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.9%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .one p {
    color: rgba(34, 30, 31, 0.6);
    font-size: 14px;
    overflow: hidden;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

{
    color: #e3b557;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
    text-decoration-line: underline !important;
}
.news-page .one a:hover{
    color: #003c34;
}
.news-page .one a i{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #e3b557;
    margin-top: -2px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.gallery-item {
    border-radius: 7px;
    flex-basis: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item.item-2x3 {
    flex-basis: calc(175px * 0.666);
}

.gallery-item.item-3x4 {
    flex-basis: calc(175px * 0.75);
}

.gallery-item.item-1x1 {
    flex-basis: 175px;
}

.gallery-item.item-4x3 {
    flex-basis: calc(175px * 1.333);
}

.gallery-item.item-3x2 {
    flex-basis: calc(175px * 1.5);
}

.gallery-item.item-8x5 {
    flex-basis: calc(175px * 1.6);
}

.gallery-item.item-2x1 {
    flex-basis: calc(175px * 2);
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.gallery-item .caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
}

.gallery-item .caption span {
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-item:hover .thumb {
    transform: scale(1.05);
}

@media (hover: hover) {
    .gallery-item:hover::after {
        opacity: 1;
    }

    .gallery-item:hover .caption {
        transform: translateY(0);
    }
}

.gallery-item .thumb {
    display: inline-block;
    width: 100%;
    height: 220px;
    object-fit: cover !important;
    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.ie-fix .gallery-item .thumb {
    width: auto;
}

.gallery-item .placeholder {
    filter: blur(20px);
}

.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header > * {
    opacity: .75;
}

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.all-pictures {
    margin: 50px 0px;
}

.the-service {
    padding: 50px 0px;
}

.the-service .one-serv img {
    width: 100%;
    border-radius: 8px;
    height: 450px;
    margin-bottom: 20px;
}

.the-service .one-serv .more-pics {
    margin-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.the-service .one-serv .more-pics img {
    width: 95px;
    border-radius: 8px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 70px;
    object-fit: fill !important;
}

.the-service .one-serv h4 {
    display: block;
    color: #003c34;
    width: 100%;
    font-size: 20px;
    float: left;
}

.the-service .one-serv h5 {
    display: block;
    margin: 0px;
    color: #003c34;
    width: 100%;
    font-size: 20px;
    float: left;
}

.the-service .one-serv p {
    float: left;
    margin: 15px 0px;
    color: #221E1F;
    width: 100%;
    display: block;
    line-height: 30px;
}

.the-service .last-news .head-bar {
    margin-bottom: 20px;
}

.the-service .last-news .head-bar h3 {
    color: #e3b557;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    margin: 0px;
}

.the-service .last-news .head-bar h3:after {
    position: absolute;
    left:163px;
    top: 10px;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #e3b557;
}

.the-service .last-news .one {
    margin-bottom: 20px;
}

.the-service .last-news .one img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.the-service .last-news .one h3 {
    font-size: 10px;
    line-height: 16px;
    margin: 0px 0px;
}

.the-service .last-news .one a {
    color: #e3b557;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
    text-decoration-line: underline !important;
}
.the-service .last-news .one a:hover{
    color: #003c34;
}
.the-service .last-news .one a i {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #e3b557;
    margin-top: -2px;
}
.contact-us {
    padding: 30px 0px;
}

.contact-us h2 {
    font-size: 22px;
    font-weight: bolder;
    color: #221E1F;
    line-height: 37px;
}

.contact-us form {
    margin: 20px 0px;
    direction: rtl;
    padding: 25px;
}

.contact-us form label {
    display: block;
    font-weight: bolder;
    color: rgba(34, 30, 31, 0.60);
    font-size: 14px;
    text-align: right;
    direction: rtl;
    margin-bottom: 5px;
    margin-top: 10px;
}

.contact-us form label span {
    margin-left: 5px;
    color: #e3b557;
    font-size: 9pt;
}

.contact-us form input {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid rgba(34, 30, 31, 0.11);
    outline: none;
    background: rgba(208, 224, 255, 0.05);
    width: 100%;
    text-align: right;
}
.contact-us form input[type="checkbox"]{
    padding: 10px;
    margin: 10px 0px;
    text-align: right;
    width: 8%;
}
.contact-us form textarea {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid rgba(34, 30, 31, 0.11);
    outline: none;
    resize: none;
    background: rgba(208, 224, 255, 0.05);
    width: 100%;
}

.contact-us form input[type='submit'] {
    width: 200px;
    padding: 12px;
    background-color: #e3b557;
    border-radius: 8px;
    text-align: center;
    border: none;
    color: #fff;
    float: none;
    margin: 0 auto;
    display: block;
}
.contact-us form input[type='submit']:hover{
    background-color: #003c34;
}
.contact-us form .wpcf7-list-item{
    display: block;
}
.wpcf7-not-valid-tip {
    direction: rtl !important;
}

.contact-us .contact {
    border-radius: 6px;
    background: #003c34;
    text-align: center;
    padding: 20px 30px;
    float: left;
    width: 100%;
    margin-top: -150px;
}

.contact-us .contact h2 {
    line-height: 36px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.contact-us .contact ul li {
    display: block;
    text-align: left;
    width: 100%;
    color: #fff;
    float: left;
    margin-bottom: 20px;
    font-weight: bolder;
}

.contact-us .contact ul li h5 {
    margin: 0px;
    line-height: 30px;
}
.contact-us .contact ul li h5 a{
    color:#fff;
}
.contact-us .contact ul li .pic {
    display: inline-block;
    width: 25%;
    float: right;
    text-align: center;
}

.contact-us .contact ul li .con {
    display: inline-block;
    width: 68%;
    text-align: right;
    float: right;
}

.contact-us .contact ul li img {
    width: 30px;
    margin-right: 10px;
    top: 10px;
}

.contact-us .contact ul li span {
    font-size: 12px;
    margin-top: -8px;
}

.we-do .owl-dots
{
    display: table;
    margin: 0px auto;
    position: absolute;
    bottom: -35px;
    right: 0px;
    left: 0px;
}
.we-do .owl-dot
{
    border-radius: 100%;
    background-color: #797777;
    float: right;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}

.we-do .owl-dot.active
{
    background-color:#e3b557;
    width: 10px;
    height: 10px;
}
img {
    object-fit: contain !important;
    object-position: center center !important;
}
.we-do .one button{
    background-color: #e3b557;
    border:none;
}
.we-do .one button:hover{
    background-color: #fff;
    color:#e3b557;
    border:none;
}
.modal-open .modal {
    z-index: 999999999;
}
.modal .modal-content {
    border-radius: 0px;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}
.modal .modal-header {
    border-bottom: none!important;
    padding: 30px 0px;
}
.modal .modal-title {
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    color: #e3b557;
}
.modal-header .close {
    position: absolute;
    left: 20px;
    top: 30px;
    opacity: 1;
}
.our-services .one button{
    background-color: #e3b557;
    border:none;
}
.how-works a {
    background-color: #e3b557;
    width: 23%;
    border: none;
    float: right;
    margin-right: 95px;
    margin-top:20px;
}
.how-works .content2{
    padding: 50px 0px;
    float: left;
    width: 100%;
    background-color: #003c34;
    padding-right: 50px;
    z-index: 99999999999;
    position: relative;
}
/***************/
.how-workspg {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #003c34;
}

.how-workspg .col-md-6 {
    padding: 0px;
}

.how-workspg .content {
    padding: 50px 0px;
    float: left;
    width: 100%;
    background-color: #003c34;
    /*padding-left: 50px;*/
}

.how-workspg .content .head-bar {
    padding-left: 50px;
}

.how-workspg .content .head-bar h5 {
    font-size: 18px;
    position: relative;
    color: #e3b557;
}

.how-workspg .content .head-bar:after {
    position: absolute;
    top: 17px;
    width: 80px;
    height: 4px;
    border: 1px solid #e3b557;
    background-color: #e3b557;
    left: 30%;
    content: "";
}

.how-workspg .content .head-bar h4 {
    font-size: 24px;
    position: relative;
    color: #fff;
    margin-top: 20px;
}

.how-workspg .content .num {
    background-color: #5e5e5e;
    width: 100px;
    float: right;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    border-radius: 8px;
}

.how-workspg .content .desc {
    margin-top: 30px;
    width: 80%;
}

.how-workspg .content .desc h3 {
    font-size: 18px;
    color: #fff;
}

.how-workspg .content .desc p {
    font-size: 12px;
    color: #fff;
}

.how-workspg .pic img {
    position: absolute;
    width: 55%;
    right: 0px;
    top: 80px;
    border-radius: 8px;
    height: 380px;
    object-fit: cover !important;
}
.footer ul.social{

}
.footer ul.social li{
    display: inline-block;
    margin-left: 8px;
    float: right;
    width: auto;
}
.footer ul.social li a{
    transition: all .6s ease-in-out;
    color: #5C5F68;
    font-weight: 400;
}
.footer ul.social li a i{
    font-size: 22px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    background: #ffffff;
    color: #e3b557;
}
.footer ul.social li a i:hover{
    background: #e3b557;
    color: #ffffff;
}
/**************/
.footer .icons {
    position: fixed;
    left: 75px;
    bottom: 70px;
    z-index: 99999999999999999;
}
.footer .icons ul li {
    border-radius: 150px;
    margin-bottom: 10px;
    animation: contact-icon-animation 2s infinite;
    text-align: center;
}
.footer .icons ul li a img {
    height: 55px;
}

.one-serv .owl-nav
{
    position: relative;
    top: -290px;
    font-size: 16px;
    text-align: center;

}
.one-serv  .owl-prev
{
    position: absolute;
    left: 0px;
    color: #ffffff;
    background: rgba(238, 46, 46, 0.4);
    width: 51px;
    height: 53px;
    padding: 12px;
}
.one-serv .owl-next
{
    position: absolute;
    right:0px;
    font-size: 18px;
    color: #ffffff;
    background: rgba(238, 46, 46, 0.4);
    width: 51px;
    height: 53px;
    padding: 12px;
}
.gallery .video iframe{
    border-radius: 6px;
    margin-bottom: 20px;
}
.map iframe{
    width: 100%;
    height:450px;
}
.about-page .contentpage{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.onenew a{
    background-color: #e3b557;
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
    height: 45px;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    float: none;
    display: grid;
}
.onenew a:hover{
    background-color: #003c34;
}
/********************/
.front-head .menu ul li ul.dropdown-menu li {
    margin: 0px;
}
.front-head .menu ul li ul.dropdown-menu li a{
    color:#003c34;
}
.front-head .menu ul.dropdown-menu li.active a, .front-head .menu ul.dropdown-menu li a:hover{
    color:#003c34;
    background: transparent;
    border-bottom: 0px solid #e3b557;
}
/********************/
.headerz .menu ul li ul.dropdown-menu li {
    margin: 0px;
}
.headerz .menu ul li ul.dropdown-menu li a{
    color:#003c34;
}
.headerz .menu ul.dropdown-menu li.active a, .front-head .menu ul.dropdown-menu li a:hover{
    color:#003c34;
    background: transparent;
    border-bottom: 0px solid #e3b557;
}
.contact-now .pic i {
    font-size: 60px;
    margin-top: 13px;
    color: #e3b557;
}
.all-pages {
    margin: 50px 0px;
}
.all-pages .box {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #003c34;
    text-align: center;
    height: 235px;
}
.all-pages .box h3{
    text-align: center;
    color: #e3b557;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 35px;
    height: 130px;
}
.all-pages .icons a {
    margin: 0 10px;
    text-decoration: none;
    color: inherit;
}
.all-pages .icons img {
    width: 40px;
    height: 40px;
}
div#wpcf7-f587-o1,div#wpcf7-f16-o1 {
    background: #ffffff;
    border-radius: 10px;
}

.front-head .menu ul .dropdown-menu{
    left: -43px;
    padding: 10px;
    top: 3px;
}
.about-us-section .pic {
    margin-top: 90px;
}
.sidenav .big-menu-nav .menu-nav ul.dropdown-menu li a{
    color: #003c34;
}
.about-page ul li{
    line-height: 40px;
}