* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*** 

====================================================================
Global Settings
====================================================================

***/

body {
    font-size: 15px;
    color: #696969;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
    .container {
        max-width: 1300px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1450px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

p {
    font-size: 15px;
}

input,
button,
select,
textarea {
    font-weight: 400;
    font-size: 15px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    color: #2c2c2c;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    color: #070719;
    margin: 0px;
    transition: all 500ms ease;
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-90 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 34px;
}

.pb-50 {
    padding-bottom: 29px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}


/** button **/

.sec-pad {
    padding: 110px 0px 120px 0px !important;
}

.sec-pad-2 {
    padding: 110px 0px !important;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 55px;
    height: 55px;
    line-height: 64px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 40px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
}

.scroll-top.open {
    bottom: 50px;
}

.scroll-top span {
    color: #fff;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.sec-title span.top-text {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 45px;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.sec-title span.top-text:before {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-1.png);
    width: 28px;
    height: 23px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    margin: 0px;
}

.sec-title h2 span {
    font-weight: 300;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title.centred {
    text-align: center !important;
}

.sec-title.centred span.top-text {
    padding-right: 45px;
}

.sec-title.centred span.top-text:after {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-1.png);
    width: 28px;
    height: 23px;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
}


/*** 

====================================================================
Home-Page-One
====================================================================

***/


/** main-header **/

.top_bar {
    width: 100%;
    z-index: 3;
    height: 40px;
    line-height: 50px;
    background-color: #BB271A;
}

.top_bar_contact_item a {
    color: rgb(255, 255, 255) !important;
}

.top_bar_contact_item i {
    color: rgb(255, 255, 255) !important;
}

.top_bar_contact_item span {
    color: rgb(255, 255, 255) !important;
}

.top_bar .flex-row {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.top_bar_contact_item {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.top_bar_contact_item:last-child {
    padding-right: 0;
}

.top_bar .social-icons {
    padding: 0 8px;
}

.top_bar .social-icons li {
    margin: 0;
}

.top_bar .social-icons li a {
    margin: 0;
    font-size: 13px;
    min-width: 35px;
}

.top_bar .social-icons:after {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.08);
    z-index: 1;
}

.header_btn:before {
    position: absolute;
    content: "";
    left: -50px;
    border-bottom-width: 50px;
    border-bottom-style: solid;
    border-left: 35px solid transparent;
}

ul.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}

.social-icons li {
    margin: 0 2px;
}

.social-icons li:last-child {
    margin-right: 0px;
}

.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center;
}

.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}


/* TooltipTop */

.tooltip-top {
    position: relative;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, .9);
}

.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}

.tooltip-bottom:after {
    bottom: -100%;
}

.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}

.tooltip-bottom:before {
    bottom: -7px;
}

.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -60px;
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header.style-one {
    position: relative;
    /* padding: 0px 70px; */
    width: 100%;
}

.header-top {
    position: relative;
    width: 100%;
    background: #ed2024;
    padding: 7px 63px;
}

.header-top ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    line-height: 26px;
}

.header-top ul li a {
    display: inline-block;
    color: #ffffff;
}

.header-top ul li a:hover {}

.header-top ul.left-info li {
    padding-left: 40px;
    margin-right: 10px;
}

.header-top ul.left-info li:last-child {
    margin: 0px !important;
}

.header-top ul.left-info li:first-child {
    padding: 0px;
}

.header-top ul.left-info li i {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: -4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.header-top ul.right-info li {
    margin-right: 18px;
    padding-left: 28px;
}

.header-top ul.right-info li:last-child {
    margin: 0px !important;
}

.header-top ul.right-info li i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 15px;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 49px;
}

.main-header .outer-box .logo-box {
    position: relative;
    padding: 6.5px 0px;
    max-width: 172px;
}

.main-header .outer-box .logo-box img {
    width: auto;
    height: 80px;
}

.header-top ul li a:hover {
    color: #ffffff;
}

.main-header .outer-box .btn-box {
    position: relative;
    top: 2px;
    display: flex;
}

.main-header .outer-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    color: #070719;
    padding: 10px 40px;
}

.main-header .outer-box .btn-box a:before {
    background: #fff;
}

.main-header .outer-box .btn-box a:hover {
    color: #fff;
}


/** search box btn **/

.main-header .search-box-outer {
    position: relative;
    display: inline-block;
    padding: 31px 0px;
    margin-left: 20px;
}

.main-header .search-box-btn {
    position: relative;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    transition: all 500ms ease;
}

.main-header .search-box-btn:hover {}

.main-header .search-box-outer .dropdown-menu {
    top: 55px !important;
    padding: 0px;
    width: 330px;
    border-radius: 0px;
    background: #ffffff;
    right: 0;
    left: auto !important;
    transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    transition: .5s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
    display: block;
    transform: scale3d(1, 1, 1)!important;
    opacity: 1;
    visibility: visible;
}

.main-header .search-panel .form-container {
    padding: 30px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 50px;
    border: 1px solid #f3f5fe;
    border-radius: 3px;
    background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 48px;
    text-align: center;
    color: #111111;
    background: #f3f5fe;
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

.header-top ul.right-info li i {
    color: #ffffff;
}


/** main-menu **/

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 30px 0px;
    margin: 0px 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hhdhjj{
    background: linear-gradient(75deg, rgba(255,53,70,1) 0%, rgba(16,50,83,1) 100%);
    padding: 9px 26px;
    color: #fff;
   
    border-radius: 5px;
}
.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    padding-right: 11px;
    font-weight: 500;
    opacity: 1;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    top: 0px;
    right: 0px;
}

.sticky-header .outer-box {
    position: relative;
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    filter: alpha(opacity=0);
    background: #103254;
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: 1px solid #112941 !important;
}

.main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none !important;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 7px 7px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    /* text-transform: capitalize; */
    color: #ffffff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    filter: alpha(opacity=0);
    background: #103254;
    border-radius: 10px 10px 10px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 8px 0px 12px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: 1px solid #00264ceb;
}

.main-menu .navigation>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 7px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
    border-radius: 0px !important;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    border-radius: 7px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
    background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 23px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: -13.3;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #00264c;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 40px 10px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    margin-left: 15px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li>a {
    margin-left: 25px;
}
.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #ed2024;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation li>ul>li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* new home */
.new__home{
    background-color: #133b63;
}
.new__home__inner{
    display: grid;
    place-items:  center;
    height: 80vh;
}
.new__home__logo{
    width: 300px;
}
.down-arrow {
    position: absolute;
    top: calc(100vh - 80px);
    left: calc(50% - 14px);
    width: 0;
    height: 30px;
    color: #fff;
    border: 2px solid;
    border-radius: 2px;
    animation: jumpInfinite 1.5s infinite;
  }
  
  .down-arrow:after {
    content: " ";
    position: absolute;
    color: #fff;
    top: 12px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
  }
  
  @keyframes jumpInfinite {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0;
    }
  }

  
.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}

.pb-215 {
    padding-bottom: 215px !important;
}

.main-header.style-one {
    background: #00264c !important;
    position: sticky !important;
}


/* colors */


/* template-color */

.scroll-top {
    background-color: #bc1622;
}

.preloader-close {
    background-color: #bc1622;
}

.header-top ul.left-info li i {
    background-color: #bc1622;
}

.header-top ul.right-info li i {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
        color: #bdbdbd;

    background: #0b2034;
    border-radius: 5px;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #bdbdbd;
    background: #0b2034;
    border-radius: 5px;
}

.theme-btn:before {
    background-color: #bc1622;
}

.sticky-header {
    background-color: #00264c;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #bc1622;
}


/* o-------------------- */

.hero-slider {
    position: relative;
}

.single-hs-item {
    height: 600px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-hs-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000005c;
    opacity: .6;
}
.verify_btn{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 7px;
}
.verify_btn:hover{
    color: grey;
}
.swseds{
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
.uuhdt{
    width: 140px;
    
}
.jhgtg{
    font-size: 14px;
    font-weight: 500;
}
.swsgrf{
    color: #fff;
    position: absolute;
    top: 25%;
    left: 38%;
    font-size: 20px;
    font-weight: 600;
}
.item-bg1 {
    background-image: url(../images/new-banner/b1.png);
}

.item-bg2 {
    background-image: url(../images/new-banner/b2.png);
}

.hero-text {
    padding: 20px 29px;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.hero-text p {
    color: #fff;
    font-size: 17px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {
    .single-hs-item {
        height: 500px;
    }
    .down-arrow{
        display: none;
    }
    .hero-text h1 {
        font-size: 22px;
        line-height: 2px;
    }
    .hero-text p {
        font-size: 14px;
        margin-bottom: 11px;
        line-height: 20px;
    }
    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
    .custom-btn1 {
        background-color: #BB271A;
        color: #fff;
        border: 1px solid #BB271A;
        display: inline-block;
        padding: 4px 18px !important;
        text-transform: uppercase;
        border-radius: 30px;
        text-decoration: none;
    }
    .Accreditation-img {
        text-align: center;
        padding: 59px 16px !important;
        margin-bottom: 65px;
        background: #ffffff;
        border: 1px solid #E7EAEF;
    }
}

@media only screen and (min-width: 600px) {
    .Accreditation-img {
        text-align: center;
        padding: 49px 54px !important;
        margin-bottom: 65px;
        background: #ffffff;
        border: 1px solid #E7EAEF;
    }
}

.d-table {
    width: 100%;
    height: 100%;
    display: table;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.custom-btn1 {
  
    background: rgb(255,53,70);
    background: linear-gradient(75deg, rgba(255,53,70,1) 0%, rgba(16,50,83,1) 100%);
    color: #fff;
    
    display: inline-block;
    padding: 8px 23px;
    text-transform: uppercase;
    border-radius: 7px;
    text-decoration: none;
}

.custom-btn1:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}

.section-area {
    padding-bottom: 50px;
    padding-top: 80px;
}
.thhyj{
    border-radius: 30px;
    padding: 1rem;
}

/* about  */

.about-desc {
    display: inline-block;
    width: 100%;
}

.about-desc a {
    margin-top: 20px;
}

.about-desc a,.custom-btn {
    background: #cc0000;
    padding: 7px 23px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    border-radius: 50px !important;
    border: 1px solid #cc0000;;
}

.about-us-thumb {
    position: relative;
}

.about-us-thumb::before {
    /* background-image: url(../images/dotted.jpg); */
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .2;
    right: 0;
    background-size: contain;
    background-position: center center;
}

.about-img-circle {
    /* width: 435px; */
    /* height: 279
px
; */
    /* overflow: hidden; */
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30 px;
    position: relative;
}
.rrlogo{
    width: 170px;
}
.tgdjs{
    color: #fff;
    margin-top: 20px;
    width: 80%;
    line-height: 20px;
}
.vedio-button {
    position: absolute;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 0 rgb(245 91 20 / 70%);
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    line-height: 87px;
    text-align: center;
    z-index: 2;
    bottom: 50px;
    right: 50px;
}

.owl-theme .owl-nav {
    margin-top: 1px !important;
}

.bg-color-grey {
    /* background-image: url(../images/banner/icons.jpg); */
    /* background-color: #133b63; */
    background-color: #f6f6f6;
    /* background: linear-gradient(75deg, rgba(255,53,70,1) 0%, rgba(16,50,83,1) 100%); */
}

.about-desc h1 {
    margin-bottom: 20px;
    font-size: 31px;
        font-weight: 600;
}
.uhjh{

    height: 17px;
    width: 17px;
    background: #ea130e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px !important;
    text-align: center !important;
    line-height: 17px !important;
    margin-right: 15px;
}
.hhszh{
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 50px !important;

}
/* .products-thumb {
    padding: 30px 5px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    margin-bottom: 31px;
}

.products-thumb:hover {
    background-color: #434e6e;
    color: white;
}

.products-thumb img:nth-child(1) {
    left: -15px;
    bottom: -15px;
}

.products-thumb img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.products-thumb i {
    display: block;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.products-thumb span {
    display: block;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

 .products-thumb a {
    display: block;
    color: #545454;
} */

.products-thumb {
    background-color: #434e6e;
}

.products-thumb img {
    opacity: .2;
    visibility: visible
}

.products-thumb img:nth-child(1) {
    left: 0;
    bottom: 0
}

.products-thumb img:nth-child(2) {
    top: 0;
    right: 0
}

.products-thumb i {
    color: #fff
}

.products-thumb span {
    color: #fff
}
.uhhkj{
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;

}
.products-thumb {
    padding: 2rem;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    text-align: left;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    margin-bottom: 31px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.products-thumb:hover {
    background-color: #cc0000;;
  
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.07);
}
.ffrff{
    font-size: 25px !important;
    margin-top: 10px;
    font-weight: 600 !important;
}
.products-thumb:hover img {
    opacity: .2;
    visibility: visible
}

.products-thumb:hover img:nth-child(1) {
    left: 0;
    bottom: 0
}

.products-thumb:hover img:nth-child(2) {
    top: 0;
    right: 0
}

.products-thumb:hover i {
    color: #fff !important;
}

.products-thumb:hover span {
    color: #fff;
}
.products-thumb:hover p {
    color: #fff;
}

.products-thumb img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.products-thumb img:nth-child(1) {
    left: -15px;
    bottom: -15px
}

.products-thumb img:nth-child(2) {
    top: -15px;
    right: -15px
}

.products-thumb i {
    display: block;
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 20px;
    transition: .5s;
    color: #cc0000;;
}

.products-thumb span {
    display: block;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    color: #2f2e2e;
    font-size: 17px;
}

footer .footer-top {
    padding: 4rem 0rem 1rem;
    background-color: #0C2549;
    color: white;
}

.site-footer.style-5 {
    background-color: #fff;
    border-top: 1px solid #d3d3d3;
    position: relative;
}

.bg-white {
    background-color: #fff !important;
}

.align-items-center {
    align-items: center !important;
}

footer .widget {
    margin-bottom: 40px;
}

.site-footer.style-5 .widget-title {
    margin-bottom: 30px;
}

.widget-title .title {
    position: relative;
    margin-bottom: 10px;

    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
.foot__links{
    color: #fff;

}
.amnjs:hover{
    color: #0056b3;
}
.amnjs{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.copyright {
    background: #000000;
    padding: 9px;
    text-align: center;
    color: white !important;
}

.copyright p {
    color: white;
    font-size: 14px;
}

.copyright a {
    color: white !important;
}

.main_btn_light {
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #00aeef;
    padding: 0px 11px;
    color: white !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 8px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #ffffff;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 300ms linear 0s;
}

.inspiring-section {
    background: #f8f8f8;
    position: relative;
    padding: 57px 0px 130px;
}

.inspiring-section-bg {
    right: 0;
    background: transparent;
    position: absolute;
    top: 0;
    -webkit-clip-path: polygon(355px 0px, 100% 0px, 100% 100.00%, 0px 100%);
    clip-path: polygon(355px 0px, 100% 0px, 100% 100.00%, 0px 100%);
    height: 796px;
    overflow: hidden;
    padding-top:30px;
    
}

.inspiring-by {
    margin-top: 68px
}

.inspiring-by img {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1368px) and (max-width: 1600px) {
    /* home1 */
    .inspiring-section-bg {
        height: 580px;
        width: 67%;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1367px) {
    .inspiring-section-bg {
        height: 612px;
        width: 60%;
        overflow: hidden;
    }
}

.making_complex_left ul {
    padding: 26px0 49px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.making_complex_left ul li i {
    position: relative;
    height: 17px;
    width: 17px;
    background: #ea130e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 8px;
    text-align: center;
    line-height: 17px;
    top: -4px;
    margin-right: 15px;
}

.section-body h3 {
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 20px !important;
}

.blog-wrap {
    /* background: linear-gradient(75deg, rgba(255,53,70,1) 0%, rgba(16,50,83,1) 100%); */
    padding: 60px 0 50px 0;
    background: #eeeeee;
}

.blog-section {
    position: relative;
}

.btn-style-four.border-anim-left:before {
    height: 6px;
    left: -6px;
    top: -6px;
}

.btn-style-four.border-anim-left:after {
    width: 6px;
    left: -6px;
    top: -6px;
}

.btn-style-four .border-anim-right:before {
    height: 6px;
    right: -6px;
    bottom: -6px;
}

.btn-style-four .border-anim-right:after {
    width: 6px;
    right: -6px;
    bottom: -6px;
}

.news-block-one .inner-box {
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 18%);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.news-block-one .image {
    position: relative;
    overflow: hidden;
}

.news-block-one .image img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.news-block-one .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-block-one .inner-box:hover .image a:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.news-block-one .inner-box:hover .image a:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.news-block-one .lower-content {
    position: relative;
    padding: 23px 30px 30px 30px;
}

.news-block-one .date {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 23px;
    border: 9px solid #fff;
    background: #ff5e14;
    text-align: center;
    top: -40px;
    left: 50px;
    padding: 9px 0;
    text-transform: uppercase;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .post-meta {
    margin-bottom: 10px;
}

.news-block-one .post-meta li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

.news-block-one .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.news-block-one .post-meta li:before {
    position: absolute;
    content: '';
    top: 5px;
    right: 0;
    background: #f57f4b;
    width: 1px;
    height: 13px;
}

.news-block-one .post-meta li:last-child:before {
    display: none;
}

.news-block-one .post-meta li a {
    color: #ff5e14;
    font-weight: 600;
    font-size: 14px;
}

.news-block-one h3 {
    font-size: 18px;
    font-weight: 500;
    min-height: 45px;
    margin-bottom: 10px;
}

.news-block-one h3 a {
    transition: all .5s ease;
    display: block;
    font-size: 17px;
    color: #000 !important;
    font-weight: 600;
    margin-top: -17px;
    padding-top: 10px;
}

.news-block-one h3 a:hover {
    color: #f57f4b;
}

.text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.blog-section h1 {
    font-size: 31px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 31px;
}

.news-btn {
    background: linear-gradient(75deg, rgba(255,53,70,1) 0%, rgba(16,50,83,1) 100%);

    color: white;
  
    padding: 12px 26px;
    border-radius: 7px;
}

.news-btn:hover {
    background: #000000;

    color: white;
}

@media (min-width: 767px) {
    .mobile-footer {
        display: none !important;
    }
}

.mobile-footer {
    background: #19446e;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 0 12px;
    box-shadow: 3px 5px 25px rgb(0 0 0 / 8%);
    z-index: 5;
}

.mobile-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-footer li {
    display: inline-block;
    font-size: 29px;
    width: 25%;
    padding: 0 20p;
    text-align: center;
    margin: 0 10px;
}

.mobile-footer li a {
    display: inline-block;
    color: #ffffff;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.shadow {
    position: relative;
    z-index: 1;
    box-shadow: inherit !important;
}

.shadow.dark::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.text-light {
    color: #f8f9fa!important;
}

.text-center {
    text-align: center!important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.breadcrumb-area {
    padding: 131px 0;
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border: none;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 500;
    margin-top: -10px;
    font-size: 35px;
    color: #fff;
}

.breadcrumb>li+li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 700;
}

.breadcrumb-area .breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    left: -5px;
    position: absolute;
    font-size: 18px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}


/* Shape */

.shape-box {
    position: relative;
    z-index: 1;
}

.shape-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.shape-bg img {
    width: 100%;
}

.default-padding {
    padding-top: 70px;
    padding-bottom: 118px;
    position: relative;
}

.default-padding-top {
    padding-top: 120px;
    position: relative;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.default-padding-bottom {
    padding-bottom: 120px;
    position: relative;
}

.about-area .thumb-left .thumb .experiecne {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 50px;
    background: #f42223;
    padding: 50px 30px;
    border: 5px solid #ffffff;
    max-width: 250px;
}

.yellow .about-area .thumb-left .thumb .experiecne {
    background: #febc35;
}

.about-area .thumb-left .thumb .experiecne h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 55px;
    color: #ffffff;
}

.about-area .thumb-left .thumb img {
    width: 80%;
}

.about-area .thumb-left .thumb .experiecne h5 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.about-area .thumb-left {
    padding-right: 35px;
}

.about-area .thumb-left .thumb {
    margin-bottom: 0;
}

.about-area .thumb-left .thumb {
    position: relative;
    z-index: 1;
    text-align: right;
}

.about-area .thumb-left .thumb::after {
    position: absolute;
    left: -50px;
    top: -50px;
    content: "";
    height: 300px;
    width: 300px;
    background: url(/assets/images/pattern.png);
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.4;
    z-index: -1;
}

.about-area .info .bottom {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.about-area .info .bottom .icon a {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.about-area .info .bottom .icon a span {
    font-weight: 400;
    color: #6666;
}

.about-area .info .bottom .icon i {
    display: inline-block;
    background: #022147;
    color: #ffffff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 15px;
}

.about-area .info .bottom .icon i.fa-phone-volume {
    transform: rotate(-45deg);
    position: relative;
}

.about-area .info .bottom .icon i.fa-phone-volume::before {
    left: 2px;
    position: relative;
    top: 2px;
}

.about-area .info .bottom .icon h4 {
    margin-bottom: 5px;
    font-weight: 700;
}

.about-area .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.about-area .info ul {
    display: block;
    margin-top: 25px;
}

.about-area .info ul li {
    display: block;
    line-height: 36px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.about-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #f42223;
}

.yellow .about-area .info ul li::after {
    color: #febc35;
}

.about-area .info>a.btn {
    margin-top: 30px;
}


/*  */


/* -----------------------------------------
  About CSS
----------------------------------------- */

.about-section {
    position: relative;
    overflow: hidden;
    margin-top: -80px;
    z-index: 1;
}

.about-section .about-image {
    overflow: hidden;
}

.about-section .about-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-image img {
        width: 100%;
    }
    .inspiring-section-bg img{
        display:none;
    }
}

.about-section .about-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-section .about-content h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.about-section .about-content h2 span {
    color: #fc5a34;
}

.about-section .about-content p {
    color: #555555;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section .about-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.about-section .about-content .content-list i {
    font-size: 24px;
    margin-right: 3px;
    margin-left: -8px;
    color: #fc5a34;
}

.about-section .about-content .content-list:last-child {
    margin: 0;
}

.about-section .about-content .content-list h6 {
    margin: 0;
}

.about-section .blockquote {
    position: relative;
    padding: 60px 25px;
    margin-top: 50px;
    margin-bottom: 0;
    background: #fff2d6;
}

.about-section .blockquote .image {
    position: absolute;
    left: 25px;
    top: -50px;
}

.about-section .blockquote .image img {
    border-radius: 50%;
}

.about-section .blockquote p {
    margin-bottom: 15px;
}

.about-section .blockquote span {
    font-size: 16px;
    color: #555555;
}

.about-section-two {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* margin-top: -79px; */
}

.about-section-two .about-image {
    position: relative;
    padding: 20px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /* border: 7px solid #ed2024; */
    z-index: 1;
}

.about-section-two .about-image img {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section-two .about-image img {
        width: 100%;
    }
}

.about-section-two .about-image .overlay-img img {
    position: absolute;
    max-width: 260px;
    display: block;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
}

.about-section-two .about-image .overlay-img .img1 {
    right: -100px;
    bottom: 100px;
}

.about-section-two .about-image .overlay-img .img2 {
    left: 50px;
    bottom: -75px;
}

.about-section-two .about-content h2 {
    color: #ed2024;
    /*margin-top: -9px;*/
    margin-bottom: 15px;
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height:normal;
}

.about-section-two .about-content h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ed2024;
}

.about-section-two .about-content h5 {
    font-weight: 500;
    font-size: 23px;
    color: #2c2c2c;
    line-height: 41px;
}

.about-section-two .about-content p {
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 15px;
}

.about-section-two .about-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.about-section-two .about-content .content-list i {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 0;
    color: #fc5a34;
}

.about-section-two .about-content .content-list:last-child {
    margin: 0;
}

.about-section-two .about-content .content-list h6 {
    margin: 0;
}

.about-section-two .blockquote {
    position: relative;
    padding: 40px 30px;
    margin-top: 30px;
    margin-bottom: 0;
    background: #fc5a34;
}

.about-section-two .blockquote p {
    color: #ffffff;
    margin-bottom: 15px;
}

.about-section-two .blockquote span {
    font-size: 16px;
    color: #ffffff;
}

.about-section-three .about-image {
    overflow: hidden;
}

.about-section-three .about-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section-three .about-image img {
        width: 100%;
    }
}

.about-section-three .about-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-section-three .about-content h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
}

.about-section-three .about-content h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 20%;
    height: 2px;
    background: #fc5a34;
}

.about-section-three .about-content h2 span {
    color: #fc5a34;
}

.about-section-three .about-content .sub-title {
    color: #fc5a34;
}

.about-section-three .about-content p {
    color: #555555;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section-three .about-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.about-section-three .about-content .content-list i {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 0;
    color: #fc5a34;
}

.about-section-three .about-content .content-list:last-child {
    margin: 0;
}

.about-section-three .about-content .content-list h6 {
    margin: 0;
}

.about-section-three .blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 20px;
    background: #2f3e49;
}

.about-section-three .blockquote .content {
    padding: 0 30px;
}

.about-section-three .blockquote p {
    color: #ffffff;
    margin-bottom: 15px;
}

.about-section-three .blockquote span {
    color: #ffffff;
    font-size: 16px;
}

.about-content {
    padding-top: 26px;
}

.Quality-Policy {
    padding-top: 70px;
    padding-bottom: 40px;
}

.Quality-Policy .title h1 {
    font-size: 25px;
    font-weight: 500;
}

.Quality-Policy .title h1 {
    color: #ed2024;
    margin-top: -9px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.Quality-Policy .title h1::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ed2024;
}

.Quality-Policy .title h5 {
    line-height: 32px;
    font-size: 19px;
    margin-bottom: 20px;
}

.Quality-Policy ul li {
    position: relative;
    margin-bottom: 12px;
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    padding-left: 26px;
    line-height: 1.7em;
}

.Quality-Policy ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f00c";
    left: 3px;
    top: 4px;
    padding-left: 4px;
    padding-top: 2px;
    width: 17px;
    color: white;
    line-height: 12px;
    font-size: 10px;
    height: 17px;
    border-radius: 50px;
    background-color: #ea130e;
}


/*----------------------------------------*/


/*   Partners Css
/*----------------------------------------*/

.partners-area {
    padding-top: 70px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partners-area .partners-65 {
        margin-right: 65;
        margin-bottom: 30px;
    }
}

.partners-area .partner-btn {
    background: transparent;
    border: 1px solid #E48216;
    color: #E48216;
}

.partners-area .partner-btn:hover {
    background: #E48216;
    border: 1px solid #E48216;
    color: #ffffff;
}

.partner-img {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border: 1px solid #E7EAEF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .partner-img {
        padding: 40px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partner-img {
        padding: 50px 10px;
    }
}

.partners-area h3 {
    font-weight: 400;
    line-height: 45px;
    font-size: 31px;
    margin-bottom: 20px;
}

.partners-area p {
    margin-bottom: 20px;
}

.site-btn {
    background: #BB271A;
    padding: 9px 26px;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}

.site-btn:hover {
    background: #BB271A;
    padding: 9px 26px;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}


/*----------------------------------------*/


/*  Accreditations Css
/*----------------------------------------*/

.Accreditations-area {
    min-height: 660px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Accreditations-area .Accreditations-65 {
        margin-right: 65;
        margin-bottom: 30px;
    }
}

.Accreditations-area .Accreditation-btn {
    background: transparent;
    border: 1px solid #E48216;
    color: #E48216;
}

.Accreditations-area .Accreditation-btn:hover {
    background: #E48216;
    border: 1px solid #E48216;
    color: #ffffff;
}


/* .Accreditation-img {
    text-align: center;
    padding: 52px 41px !important;
    margin-bottom: 65px;
    background: #ffffff;
    border: 1px solid #E7EAEF;
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Accreditation-img {
        padding: 40px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Accreditation-img {
        padding: 50px 10px;
    }
}

.project-filter li {
    display: inline-block;
    cursor: pointer;
    color: #bb271a;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    padding: 0px 33px;
    border: 1px solid #bb271a;
    margin-right: 5px;
    background: #bb271a24;
    font-weight: 500;
    border-radius: 33px;
    transition: 0.3s;

}

.project-filter li:hover{
    transform: scale(1.04);
}

.project-filter {
    text-align: center;
    margin-bottom: 60px;
}

.project-filter li:last-child {
    margin: 0;
}

.project-filter li.active {
    color: #ffffff;
    background: #BB271A;
    border: 1px solid #BB271A;
}

.project-filter li:focus {
    color: #ffffff;
    background: #BB271A;
}

.inspection-content h3 {
    font-size: 25px;
    margin-bottom: 11px;
}

.inspection-content p {
    font-size: 15px;
    line-height: 33px;
}

.inspection-content li {
    position: relative;
    margin-bottom: 12px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
    padding-left: 26px;
    line-height: 1.7em;
}

.inspection-content ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f00c";
    left: 1px;
    top: 4px;
    font-size: 10px;
    padding-left: 4px;
    padding-top: 2px;
    width: 17px;
    color: white;
    line-height: 14px;
    height: 17px;
    border-radius: 50px;
    background-color: #ea130e;
}

.inspection-item {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 40px;
}

.inspection-item h2 {
    text-align: center;
}

.inspection-item_content {
    width: 100%;
    padding: 0 10px 9px 10px;
    border: 1px solid #ddd;
    /* padding-bottom: 20px; */
    position: relative;
    margin-bottom: 30px;
    border-bottom: 5px solid #012c57;
    height:485px;
    /* padding: 0px 12px; */
}
.inspection-item_content-1 {
    height:540px!important;
    /* padding: 0px 12px; */
}

.inspection-item_content .inspection-item-info {
    border-radius: 5px;
    width: 100%;
    top: -20px;
    display: block;
    background: #012c57;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 15px 14px 17px;
    color: #f7f7f7;
    font-weight: 700;
    overflow: hidden;
    transition: .2s ease-in-out;
    position: relative;
    text-align: center;
}
 

.inspection-item_content.food {
    margin-bottom: 50px
}

.inspection-item_content.food .service_img {
    overflow: hidden;
}

.inspection-item_content.food .service_img img {
    transition: all .5s ease-in-out
}

.inspection-item_content.food:hover .service_img img {
    transform: scale(1.2)
}

.inspection-item_content.food .inspection-item-info {
    width: 35%;
    background: #fdc236
}

.inspection-item .heading {
    margin-bottom: 30px;
}


/* uyuyiuyiuyu */

.inspection-detail-info-inner {
    /* padding-left: 6.25rem; */
    position: relative;
}

.inspection-detail-info-inner>i {
    font-size: 4.375rem;
    position: absolute;
    left: 0;
    top: 0;
}

.inspection-detail-info-inner>h2 {
    font-size: 31PX;
    font-weight: 500;
    margin-bottom: 10px;
}

.inspection-detail-info p {
    font-size: 1rem;
    margin-top: 2rem;
}

.inspection-detail-desc {
    margin-top: 1.125rem;
}


/*  */

.inspection-detail-desc>p {
    margin-top: 2.8125rem;
}

.inspection-detail-desc>p+p {
    margin-top: 1.5625rem;
}

.services-items .item {
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
}

.services-items .item .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.services-items .item .info {
    padding: 15px;
    position: relative;
    z-index: 1;
    padding-top: 22px;
}

.services-items .item .thumb::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/brush.svg);
    background-size: cover;
    pointer-events: none !important;
}

.services-items .item .info h4 {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 6px;
    font-size: 18px;
}

.services-items .item .info h4 a {
    color: #222;
}

.services-items .item .info p {
    margin: 0;
}

.services-items .item .info .button {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.services-items .item .info .button a {
    text-transform: capitalize;
    color: #00264c;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.service-head {
    margin-bottom: 20px;
}

.service-head h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.service-head p {
    text-align: center;
}

.services-items .item {
    margin-top: 30px;
}

.services-items i {
    left: 4px;
    top: 1px;
    font-size: 14px;
    position: relative;
}

.service-details-cat {
    margin-bottom: 50px;
    padding: 25px 20px;
    background-color: #ebebeb;
    margin-bottom: 30px;
}

.service-details-cat h3 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd33;
    position: relative;
    color: #00264c !important;
    margin-bottom: 10px;
}

.service-details-cat ul {
    margin: 0;
    padding: 0;
}

.service-details-cat ul {
    margin: 0;
    padding: 0;
}

.service-details-cat ul li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
}

.service-details-cat ul li a {
    color: #242424 !important;
    font-weight: 500;
    transition: 0.2s;
    margin-bottom: 7px !important;
    position: relative;
    padding-left: 36px !important;
    background: #ed20240a;
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.service-details-cat ul li a::after{
    content: "\f176";
    border: 1px solid #bb271a !important;
    position: absolute;
    left: 0;
    height: 23px;
    width: 23px;
    border-radius: 50px;
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    color: #bb271a;
    transition: 0.3s;
    transform: rotate(45deg);
    left: 5px;
}

.service-details-cat ul li a:hover::after{
    content:"\f175" !important;
   background-color: #bb271a !important;
   color: #fff !important;
   transform: rotate3d(2, 1, 0, 180deg);

}

.service-details-cat ul li a:hover{
    color: #bb271a !important;
}
/* .services-categories {
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.03);
}

.services-categories li {
    position: relative;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    z-index: 9;
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #2a2e48;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li a {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #ffffff;
}

.services-categories li a:before {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 pro";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #ffffff;
}

.services-categories li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #BB271A;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.services-categories li.active a:after,
.services-categories li:hover a:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
} */


/*=== Brochures Box ===*/

.brochures-box {
    position: relative;
    margin-bottom: 50px;
}

.brochures-box .inner {
    position: relative;
    background-color: #00264c;
    padding: 35px 30px 25px;
    border-radius: 10px;
}

.brochures-box h4 {
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.brochures-box .text {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 20px;
}

.brochures-box .theme-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
    display: block;
    width: 100%;
    /* text-align: center; */
    background-color: #BB271A;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.brochures-box .theme-btn i {
    margin-right: 3px;
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 35px;
    font-weight: 700;
    overflow: hidden;
}

.btn-style-one:hover {
    color: #fff;
}

.service-detail {
    position: relative;
    /* padding-left: 20px; */
}

.service-detail .images-box {
    position: relative;
    margin: 0 -5px;
}

.service-detail .images-box .column {
    padding: 0 5px;
}

.service-detail .images-box .image {
    position: relative;
    margin-bottom: 10px;
}

.service-detail .images-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .content-box {
    position: relative;
    padding: 0px 0 0;
}

.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2em;
    color: #001659;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #001659;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .content-box p {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-detail .two-column {
    position: relative;
}

.service-detail .two-column .title {
    margin-bottom: 40px;
}

.service-detail .two-column p {
    margin-bottom: 25px;
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 26px;
}

.service-detail .two-column .image-column .image {
    margin-bottom: 0;
}

.service-detail .two-column .text-column {
    position: relative;
}

.service-detail .prod-tabs {
    position: relative;
}

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #333333;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #dc3545;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
    width: 100%;
    left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #ff5e14;
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 25px 30px 45px;
    border: 1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 0px;
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #ff5e14;
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.service-details-area {
    padding-top: 70px;
    padding-bottom: 40px;
}

.widget-content h4 {
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    /* background: red; */
    color: #313030;
    font-weight: 700;
    margin-bottom: 17px;
}

.widget-content h4::before {
    position: absolute;
    content: '';
    width: 110px;
    height: 3px;
    left: 0;
    bottom: -7px;
    background-color: #00264c;
}

#gallery .image img {
    margin-bottom: 30px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 88%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.widget_info_contact {
    padding: 0;
    margin-top: 17px;
}

.widget_info_contact li {
    list-style: none;
}

.widget_info_contact li p strong {
    /* color: #666; */
    float: left;
    margin: 0 50px 5px 0;
    font-size: 12px;
    width: 20%;
    font-size: 13px;
    font-weight: 600;
}

.footer .widget_info_contact li p strong {
    color: #fff;
    float: left;
    margin: 0 5px 5px 0;
    font-size: 12px;
    width: 20%;
}

.widget_info_contact li {
    margin: 0 0 5px 0;
}

.widget_info_contact p {
    margin: 0 0 0 20px;
    line-height: 18px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
}

.widget_info_contact p a {
    color: #1b1b1b;
    font-weight: 400;
    font-size: 13.5px;
}

.footer .widget_info_contact p a {
    color: #fff;
}

.widget_info_contact p a:hover {
    color: #919191;
}

.widget_info_contact li i {
    float: left;
    margin: 1px 0 0 0;
    font-size: 12px;
    font-weight: 500;
}

.footer .widget_info_contact {
    color: #FFF;
}

.partner-map {
    box-shadow: 0px 5px 250px 0px rgb(9 40 91 / 10%);
    padding: 40px;
    margin-bottom: 30px;
}

.partner-map .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-items: center;
}

.partner-map h4 {
    font-size: 17px;
    font-weight: 500;
}

.partners-deatils {
    padding-top: 70px;
    padding-bottom: 50px;
}

.partners-deatils span {
    position: absolute;
    z-index: 11;
    top: 48%;
    transform: translateY(-50%) rotate( 270deg);
    transform-origin: center;
    left: -116px;
    font-size: 16px;
    font-weight: 500;
    width: 264px;
    background: #221f3c;
    color: #fff;
    padding: 7px 33px;
    text-align: center;
}


/* tuytuyt */

.news-list,
.news-destils {
    padding-top: 70px;
    padding-bottom: 50px;
}

.post-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.post-item .post__img {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.post-item .post__img img {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.post-item:hover .post__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-item .post__body {
    padding: 30px 23px;
}

.post-item .post__meta {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.post-item .post__meta>* {
    font-size: 13px;
    margin-right: 20px;
}

.post-item .post__meta>*:last-child {
    margin-right: 0;
}

.post-item .post__cat {
    position: relative;
    padding-left: 14px;
}

.post-item .post__cat:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #4aab3d;
}

.post-item .post__cat a {
    position: relative;
    color: #4aab3d;
    padding-right: 7px;
}

.post-item .post__cat a:hover {
    color: #282828;
}

.post-item .post__cat a:after {
    content: ",";
    position: absolute;
    top: -1px;
    right: 2px;
    color: #4aab3d;
}

.post-item .post__cat a:last-child {
    padding-right: 0;
}

.post-item .post__cat a:last-child:after {
    display: none;
}

.post-item .post__author {
    font-size: 13px;
    color: #1b1a1a;
}

.post-item .post__author:hover {
    color: #00264c;
}

.post-item .post__date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    color: #00264c;
    padding: 3px 8px;
    border-top-left-radius: 5px;
    background-color: #ffffff;
}

.post-item .post__title {
    font-size: 20px;
    margin-bottom: 9px;
    line-height: 30px;
}

.post-item .post__title a {
    color: #282828;
}

.post-item .post__title a:hover {
    color: #ed2024;
}

.post-item .post__desc {
    margin-bottom: 0;
}

.post-item .btn {
    height: 39px;
    min-width: 126px;
    margin-top: 10px;
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.post-item:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.post-item:hover .btn {
    color: #ffffff;
    border-color: #ed2024;
    background-color: #ed2024;
}

.post-item:hover .btn .icon-arrow-right,
.post-item:hover .btn .icon-arrow-left {
    color: #ed2024;
    background-color: #ffffff;
}

.blog-area .single-item {
    /* margin-top: 30px; */
}

.blog-area .blog-items .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.blog-area .blog-items .blog-thin-colums .item {
    box-shadow: inherit;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    background: transparent;
}

.blog-area .blog-items .blog-thin-colums .single-item:first-child .item {
    padding-top: 0;
    border: none;
}

.blog-area .blog-items .blog-thin-colums .item .info {
    padding: 0 15px;
}

.blog-area .thumb {
    position: relative;
    z-index: 1;
}

.blog-area .thumb .cats {
    position: absolute;
    left: 30px;
    bottom: -20px;
}

.blog-area .thumb .cats a {
    display: inline-block;
    padding: 7px 25px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
}

.blog-area .item .info {
    padding: 20px 10px;
}

.blog-area.full-blog .item .info {
    padding: 30px;
    padding-top: 50px;
}

a.simple {
    text-transform: uppercase;
    color: #ff3514;
    position: relative;
    z-index: 1;
    padding-left: 27px;
    font-weight: 700;
    margin-top: 5px;
}

a.simple::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 20px;
    background: #ff3514;
}

.blog-area .item .info .meta ul {
    display: flex;
    align-items: center;
}

.blog-area .item .info .meta ul li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    font-weight: 600;
    color: #00264c;
}

.blog-area .item .info .meta ul li i {
    margin-right: 3px;
}

i.fas.fa-calendar {
    font-weight: 500;
}

.blog-area .item .info .meta ul li::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    height: 20px;
    width: 1px;
    background: #cccccc;
    margin-top: -10px;
}

.blog-area .item .info .meta ul li:last-child::after {
    display: none;
}

.blog-area .item .info .meta ul li:last-child {
    margin: 0;
    padding: 0;
}

.blog-area .item .info .meta ul li a {
    color: #666666;
}

.blog-area .item .info .meta ul li img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid rgba(255, 53, 20, 0.1);
    padding: 2px;
    margin-right: 5px;
}

.blog-area .item .info .meta {
    margin-bottom: 20px;
    display: flex;
    color: #00264c;
    justify-content: space-between;
    align-items: center;
}

.blog-area .item .info .content>a {
    margin-top: 8px;
}

.blog-area .item .info .content h4 {
    line-height: 1.4;
}

.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 22px;
}

.blog-area .item .info .content h4 a:hover {
    color: #ff3514;
}

.blog-area .item .info .meta ul li i.fas.fa-share-alt {
    color: #ff3514;
}

.blog-area .item .info .meta .social-share ul li.facebook a {
    color: #3B5998;
}

.blog-area .item .info .meta .social-share ul li.twitter a {
    color: #1DA1F2;
}

.blog-area .item .info .meta .social-share ul li.pinterest a {
    color: #BD081C;
}

.blog-area .item .info .meta .social-share ul li.g-plus a {
    color: #DB4437;
}

.blog-area .item .info .meta .social-share ul li.linkedin a {
    color: #0077B5;
}


/* Pagination */

.blog-area .pagi-area .pagination {
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
    display: inline-block;
    padding: 15px 20px;
    margin: 5px;
    margin-bottom: 0;
    border-radius: 10px;
    color: #ff3514;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff !important;
    background-color: #ff3514;
    border-color: #ff3514;
}


/* Sidebar */

.blog-area.left-sidebar .blog-content {
    float: right;
}

.blog-area.left-sidebar .sidebar {
    padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
    padding-left: 35px;
}

.blog-area .sidebar .title {
    display: block;
}

.blog-area .sidebar .title h4 {
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
}

.blog-area .sidebar .title h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 10px;
    width: 100%;
    background: #ff3514;
    z-index: -1;
    opacity: 0.1;
}

.blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
}

.blog-area .sidebar form {
    position: relative;
}

.blog-area .sidebar button[type="submit"] {
    background: #ff3514;
    border: medium none;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
    background: #ff3514 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-top: 15px;
}

.blog-area .sidebar .sidebar-item.category li::after {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    height: 7px;
    width: 7px;
    background: #cccccc;
    border-radius: 50%;
}

.blog-area .sidebar .sidebar-item.category li:first-child::after {
    top: 12px;
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: #ff3514;
}

.blog-area .sidebar .sidebar-item.category li a span {
    position: absolute;
    right: 0;
    top: 10px;
    color: #232323;
    font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item.recent-post li a {
    color: #333333;
    display: block;
    font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
}

.sidebar-item.recent-post .meta-title {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 500;
    color: #ff3514;
}

.sidebar-item.recent-post li a:hover {
    color: #ff3514;
}

.color-yellow .sidebar-item.recent-post li a:hover {
    color: #ff9800;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    color: #555454;
}

.sidebar-item.recent-post .meta-title a {
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #bdbaba;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    /* padding-left: 25px; */
    vertical-align: top;
}

.sidebar-item.recent-post li .info a {
    color: #666666;
    text-decoration: inherit;
    font-weight: 800;
}

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    font-weight: 500;
}

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    border-radius: 50%;
    font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
    color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
    margin-top: -8px;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 800;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666666;
    background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
    color: #ff3514;
}

.blog-area .sidebar {
    /* border-left: 1px solid #d1cece; */
    background: #f7f7f7;
    padding: 23px;
    height: 530px;
}

.contact-area .contact-item {
    margin-bottom: 30px
}

.contact-area .contact-left h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600
}

.contact-area .contact-left p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 25px
}

.contact-area .contact-right h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600
}

.contact-area .contact-right .form-group {
    margin-bottom: 25px
}

.contact-area .contact-right .form-group .form-control {
    border: 1px solid #012c57;
    border-radius: 0;
    height: 50px;
    padding-left: 25px;
    font-size: 14px;
}

.contact-area .contact-right .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #282828
}

.contact-area .contact-right .form-group textarea {
    height: auto!important;
    padding-top: 15px
}

.contact-area .contact-right .form-group ::-webkit-input-placeholder {
    color: #282828
}

.contact-area .contact-right .form-group :-ms-input-placeholder {
    color: #282828
}

.contact-area .contact-right .form-group ::-ms-input-placeholder {
    color: #282828
}

.contact-area .contact-right .form-group ::placeholder {
    color: #282828
}

.contact-area .contact-right .form-group .list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px
}

.contact-area .contact-right .contact-btn {
    background-color: #012c57;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 12px 0;
    text-transform: uppercase;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    font-weight: 600;
}

.contact-area .contact-right .contact-btn:hover {
    background-color: #012c57;
}

.contact-area .widget_info_contact li {
    margin: 0 0 5px 0;
    list-style-type: none;
    display: block;
    color: #282828;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd69;
    padding-bottom: 5px;
}

.contact-area h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.course-booking {
    background: #00264c;
    padding: 13px;
    border-radius: 8px;
    color: white;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.enquiry h3,
.enquiry p {
    text-align: center;
}

.enqury-form h3 {
    text-align: center;
}

.enqury-form {
    padding: 34px;
}

.enqury-area .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}

.pt-70 {
    padding-top: 70px;
}

.course-head h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 49px;
}

.course-head p {
    margin-bottom: 20px;
    text-align: center;
}

.single-course {
    background: transparent;
    margin-bottom: 30px;
}

.single-course .hvrbox {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.single-course .hvrbox .hvrbox-layer_top {
    opacity: 0;
    /* if 0 then hover after text showing */
    background: rgba(0, 0, 0, 0.6);
}

.single-course .hvrbox:hover .hvrbox-layer_top,
.single-course .hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.single-course .hvrbox-text {
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-course .hvrbox-text a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
}

.single-course .hvrbox-layer_bottom {
    /* max-height: 150px; */
    object-fit: cover;
}

.single-course .single-course-content {
    background: #fff;
    padding: 15px;
    /* box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom: 2px solid #ed2024;
}

.single-course .single-course-content a {
    /* display: block; */
    font-size: 20px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 5px;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-course .single-course-content p {
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: 9PX;
}

.single-course .single-course-content p span {
    float: right;
}

.single-course .single-course-content p span b {
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    margin-left: 7px;
}

.single-course .single-course-content h3 {
    margin-top: 17px;
    font-size: 14px;
    border-top: 1px solid #b9b8b8;
    padding: 15px 0 0 0;
}

.single-course .single-course-content h3 i {
    color: #00264c;
    font-size: 15px;
    margin-right: 13px;
    font-weight: 500 !important;
    transform: rotate( 0deg);
}

.single-course .single-course-content h3 a span {
    /*float: right;*/
    font-size: 14px;
    color: #00264c;
    font-weight: 500;
}

.single-course .single-course-content h3 i span {
    margin-left: 9px;
}

.course-items {
    padding-top: 70px;
    padding-bottom: 50px;
}

.services-box {
    margin-bottom: 30px;
    border: 4px solid #012c57cf;
    border-radius: 5px;
    padding: 23px 20px 23px 90px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}

.services-box .icon {
    position: absolute;
    left: 43px;
    top: 16px;
    color: #012c57;
    font-size: 34px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1;
}

.services-box h3 {
    margin-bottom: 8px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: 400;
}

.services-box p {
    -webkit-transition: .5s;
    transition: .5s;
}

.service-detail h5 {
    margin-bottom: 20px;
}

.footer-top span {
    float: left;
    margin-right: 7px;
}

.fa-phone {
    transform: rotate( 94deg);
}

/* -------------NEW CODES ~ AP------------- */
.fixed-header .logo a img{
    height: 45px;
}
.fixed-header .main-menu .navigation>li{
    padding: 5px 0px;
}

@keyframes customrotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
  }
.abt-section::before{
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    background: linear-gradient(71deg, #123b63, #0365c4);
    border-radius: 107px;
    right: -135px;
    bottom: -211px;
    box-shadow: 0px 0px 20px #0000008c;
    opacity: 0.88;
    animation: customrotate 50s infinite;
}
.abt-section::after{
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    background: linear-gradient(71deg, #123b63, #0365c4);
    transform: rotate(0deg);
    border-radius: 107px;
    left: -262px;
    top: 25%;
    box-shadow: 0px 0px 20px #0000008c;
    opacity: 1;
    animation: customrotate 50s infinite ;
    z-index: -1;
}
.abt-section{
    overflow: hidden;
}

.about-description{
    padding: 3rem;
    background: #ffffffa6;
    border-radius: 38px;
    backdrop-filter: blur(7px);
}

h1{
    margin-bottom: 20px;
    font-size: 37px !important;
    font-weight: 600 !important;
    color: #123b63 !important;
}
.home-banner{
    height:100%;
    height:100vh;
}
.about-img-circle img{
    max-height: 500px;
    border-radius: 20px;
}
.about-desc .list-unstyled li{
    background: white;
    margin-bottom: 2px;
    padding: 7px;
    display: flex;
    COLOR: #000 !important;
    FONT-SIZE: 16PX;
    line-height: 19px;
    font-weight: 600;
    align-items: center;
}
.main-header.fixed-header .header-lower{
    display: none !important;
}
.content-area{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: linear-gradient(50deg, #123b63d6, #123b638f);
    top: 0;
    flex-direction: column;
    padding: 40px;
}
/* .header-lower{
    background: #123b63bd;
} */
.content-area h1{
    /*font-size: 4.5rem !important;*/
        font-size: 6.5rem !important;
    color: #fff !important;
    /* text-shadow: 0px 0px 14px #000a3d !important; */
    text-transform: capitalize;
    animation: letterspace 2s;
    display: block;
    text-shadow: 1px 0px 20px black !important;
}
@keyframes letterspace {
    from {letter-spacing:4px}
    to {letter-spacing: 0px;}
  }
.content-area p{
    font-size: 20px !important;
    color: #fff !important;
}
#bgvid{
    object-fit: cover;
}
.ocean {
    height: 80px; /* change the height of the waves here */
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    direction:ltr !important;
  }
  
  .wave {
    background: url(../images/wave.svg);
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1.8;
    z-index: 3;
  }
  
  .wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 18s linear reverse infinite;
    opacity: 0.5;
  }
  
  .wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 20s -1s linear infinite;
    opacity: 0.5;
  }
  
  @keyframes wave {
      0% {transform: translateX(0);}
      50% {transform: translateX(-25%);}
      100% {transform: translateX(-50%);}
  }

.blog-section.blog-wrap{
    background:url(../images/update-bg.jpg);
    background-size: cover;
    background-position:fixed;
    background-attachment: fixed;
}
.news-block-one .lower-content {
    position: relative;
    padding: 21px 15px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 15px !important;
    margin-top: -60px !important;
    background: white;
    border-radius: 13px;
    box-shadow: 0px -4px 15px #00000057;
}
.about-description img{
    object-fit: cover;
    border-radius: 20px;
    max-height: 400px;
}
.owl-dots{
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: #d6d6d6 !important;
    margin: 10px;
    border-radius: 10px;
}
.owl-nav{
    display: none  !important;
}
.review-box{
    background-color: #fff !important;
    padding: 20px;
    border-radius: 15px;
}
.profile-name-dis{ 
    width: 55px !important;
    height: 55px;
    object-fit: cover;
    border-radius: 50% !important;
    outline-offset: 4px;
    border: 2px solid #00264c;
    margin-right: 10px;

}
.review-box h5{
    font-weight: 600;
    font-size: 16px;
    color: #cc0000;
    margin-bottom: 4px;
}
.review-box h6{
    font-size: 12px;
    color: #555555;
    margin-bottom: 15px;
}
.review-box p{
    font-size: 13px;
    text-align: justify;
    line-height: 21px !important;
    color: #302d2d !important;
}
.customer-review .owl-dots .owl-dot{
    background: #fff0 !important;
    margin-top: 30px !important;
    border: 1px solid #cc0000;
    width: 15px;
    height: 15px;
}
.customer-review .owl-dots .owl-dot.active{
    background: #cc0000  !important;
}
.about-desc a:hover,.custom-btn:hover{
    border: 1px solid #cc0000 !important;
    color: #cc0000 !important;
    background: #fff !important;
}
p{
    text-align: justify !important;
    hyphens: auto;
    word-spacing: -0.5px;
}

.breadcrumb-area.gradient-bg h1{
    color: #fff !important;
}

.services-items .thumb img,.inspection-item_content .service_img img{
    filter: saturate(0.7) !important;
    transition: 0.5s;
}

.services-items .item:hover .thumb img,.inspection-item_content:hover .service_img img {
    transform: scale(1.07);
    filter: saturate(1.5) !important;
}


.ekko-lightbox.modal .modal-content{
    background: #ff000000 !important;
    border: none !important;
}

.ekko-lightbox.modal .modal-header {
    display: block !important;
    border: none !important;
}

.ekko-lightbox.modal button.close{
    color: #fff !important;
    font-size: 18px;
    opacity: 1 !important;
    background: black;
    border-radius: 66%;
    right: 28px;
    position: relative;
    width: 50px;
    height: 50px;
}

.ekko-lightbox.modal .modal-dialog{
    max-width: 100% !important;
}

.ekko-lightbox.modal img{
    width: auto !important;
    margin: auto !important;
    display: block !important;
}
.ekko-lightbox-nav-overlay a{
    opacity: 0.7 !important;
}

p {
    word-spacing: -1.5px !important;
    word-break: auto-phrase;
    text-align-last: left;
}

.error{
    color:red;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.main-menu .navigation>li>ul>li>a, .main-menu .navigation>li>.megamenu li>a{
    padding-right: 30px !important;
}
.news-block-one .image img {
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}

.hhdhjj:hover{
  color: #fff !important;
    box-shadow: 0px 0px 20px #ed202473 !important;
}
.news-block-one .inner-box{
    height:100%;
}
.news-block-one .lower-content {
    height: calc(100% - 251px);
}
.partner-map .widget_info_contact p{
    display:flex;
}
.partner-map .widget_info_contact p strong{
    min-width:45px;
}
.news-block-one .inner-box .custom-btn{
    position: fixed;
    bottom: 25px;
}

/*-NEW FIX- DATED 2-7-24*/

.main-header.style-one{
    position: initial !important; 
    transition: 0.2s !important;
}

.sticky-header{
    transition: 0.2s !important;
    animation-duration: 0.2s !important;
}
.current.dropdown ul,.current.dropdown li{
    padding: 0px !important;
    border-radius: 2px !important;
}
.main-menu .navigation>li>ul>li>a, .main-menu .navigation>li>.megamenu li>a,.main-menu .navigation>li>ul>li>ul>li>a{
    padding: 12px 7px;
    border-radius: 0px !important;
    font-size: 14px;
    font-weight: 400 !important;
}
.main-menu .navigation>li>ul>li>ul{
    overflow-y: scroll;
    max-height:370px;
}

.main-menu .navigation ul::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
  /*.main-menu .navigation ul::-webkit-scrollbar-track {*/
  /*  background: #f1f1f100; */
  /*}*/
  /*.main-menu .navigation ul::-webkit-scrollbar-thumb {*/
  /*  background: #01488e; */
  /*}*/
  /*.main-menu .navigation ul::-webkit-scrollbar-thumb:hover {*/
  /*  background: #02417f; */
  /*}*/
  
  
  
  /*.main-menu .navigation>li>ul>li>ul { */
  /*  scrollbar-width: thin; */
  /*  scrollbar-color: #fff #0b2034;*/
  /*  overflow-x: hidden;*/
  /*  direction: rtl;*/
  /*}*/
  /*.main-menu .navigation>li>ul>li>ul>li {*/
  /*  direction: ltr;*/
  /*  width: 200px !important;*/
  /*  left: -250px;*/
  /*}*/
  /*.main-menu .navigation>li>ul>li>ul>li>ul {*/
  /*  width: 210px !important;*/
  /*  scrollbar-width: thin; */
  /*  scrollbar-color: #fff #0b2034;*/
  /*  overflow-x: hidden;*/
  /*  direction: rtl;*/
  /*}*/
  
  
  
  
  .vision-mission{
    background-color: #f6f6f6;
}


.mv-image{
    border-radius: 50%;
    max-width: 460px;
    display: block;
    z-index: 1;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: relative;
    border: 6px solid #ed2024;
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 44px !important;
}

.mv-bg-element{
    width: 600px;
    position: absolute;
    left: -390px;
    border-radius: 20px;
    height: 600px;
    background: linear-gradient(71deg, #123b63, #0365c4);
    transform: rotate(45deg);
    top: 0;
}

/*CUSTOMER FEEDBACK FORM*/
table.question-table {
    width: 100%;
    margin: 10px 0px 30px 0px;
}
.fb-rsp-col h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
    margin-top: 10px;
    text-transform: uppercase;
}
.question-row .question-option{
    white-space: nowrap;
    padding: 1px 15px;
    min-width: 140px;
    text-align:end;
}
.question-row td{
       width: 100%;
    vertical-align: middle;
    padding: 4px 0px;
    line-height: normal;
    padding-bottom: 12px !important;
}
.question-label label{
    margin-bottom:0px !important;
}
.fb-sbt-btn{
    max-width: 201px;
    margin: auto;
    display: block;
    margin-top:20px;
}
.question-row{
    position:relative;
}
.question-row .question-option label.error{
    position: absolute;
    left: 17px;
    bottom: -2px;
    font-size: 11px;
    margin-bottom: 0px;
}
.fb-rsp-col.col-lg-6 label.error{
    position: absolute;
    bottom: -10px;
    font-size: 12px;
}

.wh-descirption{
        display: block;
    line-height: normal;
    margin-top: 10px;
    font-weight: 200;
}
.wh-descirption span{
    white-space:nowrap;
}
.disc-custom li{
    list-style: disc;
}
.disc-custom li::marker{
    color:#ed2024 !important;
}
.disc-custom{
    padding-left: 16px;
    margin-bottom:15px;
}
.news-list .post__img img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@font-face {
    font-family: edwardian;
    src: url(../images/edwardian.TTF);
}

.home-banner .content-area h1{
    font-family:edwardian !important;
}




/*----main menu 3rd level design---*/
.main-menu .navigation>li>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    /* display: none; */
    padding: 10px 0px;
    filter: alpha(opacity = 0);
    background: #103254;
    border-radius: 10px 10px 10px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li:hover>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.main-menu .navigation>li>ul>li:hover>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-menu .navigation>li>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 8px 0px 12px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: 1px solid #00264ceb;
}
.main-menu .navigation>li>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
    border-radius: 0px !important;
}
.main-menu .navigation li ul li a{
    padding: 10px 7px;
    border-radius: 0px !important;
    font-size: 14px;
    font-weight: 400 !important;
    display: block;
    color: #ffff;
    text-transform: uppercase;
}
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 7px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation ul li ul li.dropdown a{
    padding-right: 33px !important;
}

.main-menu .navigation>li>ul>li>ul{
    overflow-y: auto;
    max-height:400px;
    background-color: #ffffff00 !important;
    box-shadow: none !important;
    min-width: 460px;
    /*min-height:100px;*/
    
    /*overflow-y: auto;*/
    /*max-height: 400px;*/
    /*background-color: #ffffff00 !important;*/
    /*box-shadow: none !important;*/
    /*min-width: 460px;*/
    /*overflow-y: scroll !important;*/
}

.main-menu .navigation>li>ul>li>ul>li>ul{
    max-height:300px;
    overflow:auto;
}
.main-menu .navigation>li>ul>li>ul>li>ul>li a:hover{
        background: #0b2034;
}

.main-menu .navigation>li>ul>li>ul>li{
    width: 220px;
    background-color:#103254;
}

.main-menu .navigation>li>ul>li>ul::-webkit-scrollbar-thumb,.main-menu .navigation>li>ul>li>ul::-webkit-scrollbar-track {
    background: #ffffff00; 
  } 
  
  .uhhkj{
      /*text-align:left !important ;*/
  }
  
  /*ARABIC STYLE ~ STARTS*/
  
  .arabic .main-menu .navigation a{
      text-align:right !important;
  }
  .arabic .main-menu .navigation li ul li.dropdown a{
      padding-right:40px !important;
  }
  
  .arabic .about-description p, .arabic .about-description h1,.arabic .products-thumb i,.arabic .products-thumb span,.arabic .uhhkj,.arabic .about-desc h1,.arabic .disc-custom li,
  .arabic h2,.arabic h5,.arabic .Quality-Policy .title,.arabic .Quality-Policy p,.arabic .contact-area .contact-right h3,.arabic .contact-area .contact-right .form-group .form-control,
  .arabic .course-head p,.arabic .single-course,.arabic .single-course .single-course-content p,.arabic .service-details-cat h3,.arabic .contact-area h3,
  .arabic .post-item .post__title,.arabic .blog-area .sidebar .sidebar-item,.arabic .blog-area .item .info,.arabic .blog-area .item .info p,.arabic .services-items .item .info,
  .arabic .inspectiont-area{
     text-align: right !important;
    text-align-last: right !important;
  }
  .arabic .tgdjs,.arabic .about-section-two .about-content p,.arabic .about-content, .arabic .post-item .post__desc,.arabic .inspection-item_content p,.arabic .service-head p,
  .arabic .services-items .item .info p,.arabic .inspectiont-area p,.arabic .inspection-detail-info p,.arabic .inspection-detail-info p{
      text-align-last: right;
  }
  
  .arabic .inspection-content ul li:before{
      left:auto !important;
      right:4px !important;
          display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .arabic .top_bar_icon{
      margin-right:0px !important;
      margin-left:8px !important;
  }
  
  .arabic .uhjh{
      margin-right:0px !important;
      margin-left:15px !important;
  }
  .arabic .owl-stage-outer{
      direction:ltr !important;
  }
  
  .arabic .blog-section .text-center,.customer-review-section .text-center{
      text-align:center !important;
      text-align-last: center !important;
  }
  .arabic .review-box .justif-content-start,.arabic .review-box p{
    flex-direction: row-reverse !important;
    text-align:end !important;
    text-align-last: end !important;
  }
    .arabic .profile-name-dis{
        margin-left:10px !important;
        margin-right:10px !important;
    }
    
    .arabic .news-block-one .lower-content{
        text-align:right!important;
    }
    .arabic footer .widget{
        text-align:right !important;
    }
    .arabic .widget li{
        padding-right:40px !important;
    }
    .arabic .widget ul span{
        float: inline-start !important;
        display: inline-block;
        direction: ltr;
    }
    a.lang-switch {
    background: #ffffff30;
    color: #ffffff !important;
    font-weight: 600;
    padding: 5px 6px;
    border-radius: 3px;
    height: 30px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center !important;
    font-size: 13px;
    letter-spacing: 1px;
    }
    
    .menu-area{
        display: flex;
        align-items: center;
        gap: 25px;
    }
    
    .arabic .about-section-two .about-image .overlay-img .img1 {
    left: -100px;
    right:auto;
    }
    
    .arabic .about-section-two .about-image .overlay-img .img2{
            right: 50px;
    }
    
    .arabic .inspiring-section .row{
        flex-direction:row-reverse;
    }
    
    .arabic .inspiring-content-area.making_complex_left{
        text-align: right;
        padding-right: 11rem;
    }
    .arabic .inspiring-content-area.making_complex_left ul li{
        display:flex;
        gap:20px;
    }
    .making_complex_left ul li i{
        min-width:17px;
    }
    
    .arabic .top_bar_social {
        margin-right:auto !important;
        margin-left:0px !important;
    }
    .arabic .list-unstyled li{
        text-align:right !important;
        padding-left:0px;
        padding-right:25px;
    }
.arabic .Quality-Policy ul li:before{
        left: auto !important;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.arabic .making_complex_left ul li i{
    top:8px !important;
}

.arabic .mr-2 {
    margin-right:0px;
    margin-left: 0.5rem !important;
}

.arabic .single-course .single-course-content h3 a:last-child{
    position: absolute;
    left: 0;
}
.arabic .services-box .icon{
    position:static;
}
.arabic .services-box a h3{
    margin-bottom:0px !important;
    line-height:normal;
}

.arabic .services-box a{
    display: flex;
    gap: 15px;
    text-align:right;
}

.arabic .service-details-cat ul li a{
    padding-left:0px !important;
    padding-right:36px !important;
}
.arabic .service-details-cat ul li a::after{
    left:auto;
    right:5px !important;
}
.arabic .main-menu .navigation>li>ul>li>ul{
    direction:ltr;
}
.arabic .contact-area li{
    text-align: left;
    display: flex;
    flex-direction: row;
}

.arabic .contact-area li p{
    display: flex;
    text-align-last: right;
    gap: 10px;
}
.arabic .contact-area li p strong{
    min-width:70px;
    margin-right:10px !important;
}

.news-list .post__img img{
    width:100%;
}
.post-item .post__desc{
    min-height:85px;
}
.arabic .blog-item-box img{
    display:block;
    margin-right:0px;
}

.inspection-item .inspection-item_content-1{
    min-height:500px !important;
    height:100% !important;
}

.inspection-item .row .col-12,.services-items .col-12{
    padding-bottom:30px;
}
.arabic .services-items i{
    left:-4px;
}
.services-items .item{
    height:100%;
}
.services-items .thumb img{
    margin: auto;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.services-items .item .info h4{
    min-height:63px;
}

.arabic .top_bar_contact_item span{
    direction: ltr;
    display: inline-block;
}

.arabic .main-menu .navigation ul,.arabic .main-menu .navigation li{
    /*direction:rtl !important;*/
}
.arabic .feedback-frm{
    text-align:right !important;
}

.arabic .feedback-frm .question-row .question-option label.error{
    right:auto !important;
    left:auto !important;
}


#qrScannerModal .modal-dialog {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

#my-qr-reader {
    width: 100%;
    height: 400px;
}

.modal-body {
    padding: 1rem;
}

.close-btn {
    cursor: pointer;
    font-size: 1.5rem;
    border: none;
    background: transparent;
}
.html5-qrcode-element{

  background-color: #19446e;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height: none;
  outline: 0;
  overflow: hidden;
  padding: 7px 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 90%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  margin-bottom : 1rem;
}
#html5-qrcode-button-camera-stop{
    background-color: red;
}
#my-qr-reader__dashboard_section_csr span{
    margin-bottom : 1rem;
}
#html5-qrcode-anchor-scan-type-change{
        display: none !important;
}
#html5-qrcode-button-camera-start{
    background-color: orange;
}
#html5-qrcode-select-camera{
    margin-left : .5rem;
}



/*Menu-trial-correction*/
.main-menu .navigation li{
    display:flex !important;
    align-items:center;
}
.main-menu .navigation li a{
    width:100% !important;
}
.main-menu .navigation>li>ul>li>ul{
    top:auto !important;
    margin-top:50% !important;
    max-height:90vh !important;
}




  .scroll-buttons{
    top: 0;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 0;
    position: sticky;
    align-items: self-end;
    margin-left: 10px;
  }
  .scroll-buttons button{
    max-width: 200px;
    background-color: #00264c;
    color: #fff !important;
    font-size: 10px;
    width: 100%;
  }

  .scroll-buttons button:last-child{
    position: absolute;
    bottom: 0;
    width: 103%;
    left: 5px;
    max-width: 192px;
  }

  .height_btn_position{
    height: auto !important;
  }

  .outer-box ul.scrolled_bottom li:last-child{
    padding-bottom: 20px !important;
  }
  
  .scrollButton{
    position: sticky;
    width: 100%;
    max-width: 220px;
    z-index:8888;
    background-color:#0b2034 !important;
    color:#fff !important;
    font-size:9px;
    min-height:30px;
  }
  .scrollBottomButton{
      bottom:0;
  }
  .scrollTopButton{
      top:0;
  }
  
  .mobile-footer ul li:last-child{
      display:none !important;
  }
  
  .main-menu .navigation>li>ul>li>ul>li{
      display:flex;
      align-items:center;
  }
  .main-menu .navigation>li>ul>li>ul>li:nth-last-child(-n+4),.main-menu .navigatio>li>ul>li>ul>li>ul:nth-last-child(-n+4){
    align-items:end;
  }
  .main-menu .navigation>li>ul>li>ul>li:nth-child(-n+5),.main-menu .navigatio>li>ul>li>ul>li>ul:nth-child(-n+5){
      align-items:start !important;
  }
  .main-menu .navigation>li>ul>li>ul>li>ul{
      max-height:400px !important;
      top:auto !important;
  }
.main-menu .navigation ul li ul li:nth-last-child(2){
          margin-bottom: 15px !important;
  }
  
  
  
  .main-menu .navigation>li>ul>li:nth-last-child(-n+4)>ul,.main-menu .navigatio>li>ul>li:nth-last-child(-n+4)>ul>li>ul:nth-last-child(-n+4){
    margin-top:0px !important;
  }
