body {
    overflow-x: hidden;
}

/* hr line  */
.b-header__seperator {
    background-color: #002e74;
    height: 1px;
    position: relative;
}

.b-header__seperator:before {
    position: absolute;
}

.b-header__seperator:before {
    transition-timing-function: ease-in;
    transition-delay: 0s;
    content: "";
    background-color: #fff;
    height: 1px;
    margin-left: -16px;
    top: 0;
    left: 49%;
    width: 59px;
}

.b-header__seperator .b-icon i {
    position: absolute;
    top: -12px;
    left: 49%;
    font-size: 30px;
    color: #897358;
    color: #002d6f;

}

.dropdown-mega .dropdown-mega-container ul li {
    padding: 6px;
    font-size: 13px;
}

.pro_buy_media i {
    background: #5e4e3e;
    padding: 10px;
    border-radius: 9px;
    color: white;
}

.my_title {
    font-size: 30px !important;
    font-weight: 700;
    color: #897358 !important;
}

/* animate btn start  */
.my_btn {
    background: linear-gradient(-30deg, #0c2f55 50%, #0c2f57 50%);
    padding: 13px 19px;
    margin: 12px 0;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: white;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: none;
    transition: 6s;
}

.my_btn:hover {
    color: white;
    background: linear-gradient(-30deg, #4154f1 50%, #4154f1 50%);
}

.my_btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.my_btn:hover::before {
    opacity: 0.2;
}

.my_btn span {
    position: absolute;
}

.my_btn span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #0071cc);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.my_btn span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #0071cc);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.my_btn span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #0071cc);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.my_btn span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #0071cc);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* animate btn end  */

.logo_color {
    color: #002d6f !important;
}

.brown_color {
    color: #897358;
}

video {
    object-fit: fill;
}

.blue_bg {
    background-color: #f6f9ff;
}


/* 13. About-area */
.about-content {
    padding-left: 25px;
}

.about-content>.title {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.our-mission-wrap .title {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.our-mission-list {
    display: flex;
    flex-wrap: wrap;
}

.mission-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 35px;
    border-right: 1px solid #ebebeb;
    margin-right: 35px;
    margin-top: 35px;
}

.mission-box:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.mission-icon {
    font-size: 40px;
    color: #b3c1cf;
    margin-right: 15px;
}

.mission-count h2 {
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    margin-bottom: 0;
}

.mission-count>span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}

.our-mission-wrap {
    margin-top: 37px;
}

.about-img img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 1px 16px 0px rgba(94, 94, 94, 0.21);
}


.bg_img1 {
    background-image: url(../img/services1.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.bg_img2 {
    background-image: url(../img/services2.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.bg_img3 {
    background-image: url(../img/services5.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.bg_img4 {
    background-image: url(../img/Sapphire-gemstone-testing.jpeg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.page_name_title {
    min-height: 315px;
    position: relative;
    overflow: hidden;
    height: 406px;
}

/*dfsfs*/
.services .img img {
    /* min-height: 315px; */
    /* position: relative; */
    /* overflow: hidden; */
    object-fit: cover;
    height: 406px;
    width: 100%;
}

.parallax-background {
    height: 100% !important;
    transform: none !important;
    background-size: cover !important;
    background-position: center !important;
}

.parallax-background:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
}

#main {
    padding: 103px 0 0 0;
}

/*/ loader start /*/

#loading {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#loading-center img {
    width: 100px;
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    z-index: 99;
    margin: auto;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*/ loader end /*/


/* .home_two_img {
    position: relative;
}

.home_two_img .img_1 {
    position: absolute;
    left: 10px;
    bottom: -40px;
}

.home_two_img .img_2 {
    position: absolute;
    right: 10px;
    top: -40px;
}

.home_two_img .img_1 img,
.home_two_img .img_2 img {
    width: 300px;
    height: 240px;
    object-fit: cover;
} */
.home_two_img .img_1 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/*/ report card start /*/

.report .text {
    color: black;
    font-weight: 600;
    font-size: 12px;
}

/*/ report card end /*/