/*----------------------------------------------------*/


/*font Variables*/


/*Color Variables*/


/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/*---------------------------------------------------- */

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

main{
    overflow: hidden;
}
/*----------------------------------------------------*/

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.service-img{ height:120px !important; overflow: hidden !important;}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.row.m0 {
    margin: 0px;
}

body {
    line-height: 27px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #797979;
    background-color: #fdfdfd;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #3f3e3e;
}

p {
    color: #222;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pad_top {
    padding-top: 120px;
}

.mt-25 {
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.area-padding-top-service {
    padding-top: 100px;
}

.area-padding-top {
    padding-top: 40px;
}

.area-padding-bottom {
    padding-bottom: 100px;
}

.background_one {
    background: #f7f7f7;
}

.border-bottom {
    border-bottom: 1px solid #e8edf1;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}

.text-align {
    text-align: center;
}

.title {
  
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}


/* ============================================================== 
     # Topbar 
=================================================================== */

.top-bar-area {
    overflow: hidden;
    padding-top: 7px;
    height: 37px;
    background-color: #003f58 !important;
}

.top-bar-area a {
    color: #fff;
}

.top-bar-area .shape {
    position: relative;
    z-index: 1;
}

.top-bar-area .shape::after {
    position: absolute;
    right: 0;
    top: -100%;
    content: "";
    height: 74px;
    width: 500%;
    background: #053c55;
    z-index: -1;
    /* transform: skewX(20deg); */
    /* border-right: 5px solid #ffffff; */
}

.yellow .top-bar-area .shape::after {
    background: #053c55;
}

.top-bar-area .social li {
    margin-right: 20px;
}

.top-bar-area .social li:last-child {
    margin-right: 0;
}

.top-bar-area li {
    display: inline-block;
}

.top-bar-area .text-left .info {
    display: flex;
    justify-content: flex-start;
}

.top-bar-area .float-right .info {
    display: flex;
    justify-content: flex-end;
}

.top-bar-area .info>ul li {
    display: inline-block;
    align-items: center;
    text-align: left;
}

.top-bar-area .info>ul li a {
    font-weight: 400;
}

.top-bar-area .info>ul li a:hover {
    color: white;
}

.yellow .top-bar-area .info>ul li a:hover {
    color: #053c55;
}

.top-bar-area .float-right .info>ul {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e7e7e7;
}

.top-bar-area .text-left .info>ul {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e7e7e7;
}

.top-bar-area.bg-dark .float-right .info>ul {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.bg-dark .text-left .info>ul {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .float-right .info>ul:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.top-bar-area .text-left .info>ul:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.top-bar-area .float-right .info .list li {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 400;
}

.top-bar-area .text-left .info .list li {
    margin-right: 20px;
}

.top-bar-area .text-left .info .list li:last-child {
    margin-right: 0;
}

.top-bar-area .info .list li i {
    color: #ffffff;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.yellow .top-bar-area .info .list li i {
    color: #053c55;
}

.top-bar-area.bg-dark .float-right .social a {
    margin-left: 15px;
}

.top-bar-area.bg-dark .text-left .social a {
    margin-right: 15px;
}

.top-bar-area.bg-dark .float-right .social li:first-child a {
    margin: 0;
}

.top-bar-area.bg-dark .text-left .social li:last-child a {
    margin: 0;
}

.top-bar-area .item-flex {
    display: flex;
    align-items: center;
}

.top-bar-area .item-flex ul {
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.top-bar-area .item-flex ul li {
    margin-left: 15px;
}

.top-bar-area .item-flex ul::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .item-flex ul:first-child {
    margin: 0;
    padding: 0;
}

.top-bar-area .item-flex ul:first-child::after {
    display: none;
}

.top-bar-area .item-flex ul li:first-child {
    margin: 0;
}

.top-bar-area .text-right .button {
    position: relative;
    z-index: 1;
}

.top-bar-area .text-right .button::after {
    position: absolute;
    left: 0;
    top: -35px;
    content: "";
    height: 100px;
    width: 200%;
    background: #053c55;
    z-index: -1;
    transform: skewX(-30deg);
    border-left: 3px solid #ffffff;
}

.yellow .top-bar-area .text-right .button::after {
    background: #053c55;
}

.top-bar-area .text-right .button a {
    font-weight: 600;
    display: inline-block;
}

.header_area {
    position: absolute;
    width: 100%;
    /* top: 43px; */
    top: 50px;
    left: 0;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
    background: transparent;
    padding: 1px;
    border: 0px;
    border-radius: 0px;
}

.header_area .navbar .navbar-brand img {
    /* width: 189px; */
    /* background: #2b2724; */
    /* padding: 7px; */
    /* border-bottom-left-radius: 9px; */
    /* border-bottom-right-radius: 9px; */
    margin-top: 9px;
    /* margin-left: -3px; */
}

.header_area .navbar .logo_h {
    color: #fff;
    height: 76px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.header_area .navbar .navbar-brand {
    padding-top: 0px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 5px;
}


/* .header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/80px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #020a21;
    padding: 0px;
    display: inline-block;
    font-size: 15px;
} */

.header_area .navbar .nav .nav-item .nav-link {
    font-family: 'POPPINS';
    text-transform: capitalize;
    color: #3a3939;
    padding-left: 14px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}
/* 
.header_area .navbar-toggler {
    width: 34px;
    height: 28px;
    border: 0;
    padding: 0;
    position: relative;
    color: transparent;
    font-size: 0;
    background: transparent;
}

.header_area .navbar-toggler::before,
.header_area .navbar-toggler::after {
    content: '';
    position: absolute;
    left: 4px;
    width: 26px;
    height: 3px;
    background: #053c55;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.header_area .navbar-toggler::before {
    top: 5px;
    box-shadow: 0 8px 0 #053c55;
}

.header_area .navbar-toggler::after {
    top: 21px;
}

.header_area .navbar-toggler[aria-expanded="true"]::before {
    top: 13px;
    transform: rotate(45deg);
    box-shadow: none;
}

.header_area .navbar-toggler[aria-expanded="true"]::after {
    top: 13px;
    transform: rotate(-45deg);
} */

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #053c55;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #424242;
    padding: 3px 18px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
    font-size: 13px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #053c55;
    color: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area+section,
.header_area+row,
.header_area+div {
    margin-top: 83px;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-active {
    color: #053c55 !important;
}

.header_area .navbar .nav .nav-active {
    color: #053c55 !important;
}

.top_menu .header_social {
    float: right;
}

.top_menu .header_social li {
    display: inline-block;
    margin-right: 15px;
}

.top_menu .header_social li a {
    font-size: 13px;
    color: #797979;
    display: inline-block;
    line-height: 42px;
    transition: all 300ms linear 0s;
}

.top_menu .header_social li:last-child {
    margin-right: 0px;
}

.top_menu .header_social li:hover a {
    color: #00aeef;
}

.alpha-mp {
    PADDING-TOP: 25PX;
    PADDING-BOTTOM: 25PX;
}
.banner{
    overflow: hidden;
}
.banner .item {
    height: 90vh;
    position: relative;
}

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

.banner .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(34 33 33 / 50%);
    display: flex;
    align-items: center;
}

.banner .item .cover .header--content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

.banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /* border: 11px solid #053c55; */
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.banner .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    text-align: center;
    word-spacing: 3px;
    color: #fff;
}

.banner .item .cover .header-content h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    padding-top: 7px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(5 60 85) !important;
    width: 40px;
    cursor: pointer;
    color: white;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-prev i {
    margin-left: 11px;
}

.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    padding-top: 7px;
    color: white;
    padding-left: 7px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(5 60 85) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-next:focus {
    outline: 0;
}

.banner .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.sec-pad {
    padding: 70px 0;
}

.tag-line {
    line-height: 46px;
    color: #001d2b;
    font-weight: bold;
}


/*  */

.about-style-one p {
    margin: 0;
    margin-top: 20px;
}

.about-style-one p.highlighted {
    font-size: 30px;
    line-height: 36px;
    color: #ffaa01;
    margin-top: 30px;
}

.about-style-one .phone-block {
    background: #002c42;
    margin-top: 50px;
}

.about-style-one .phone-block .icon-block,
.about-style-one .phone-block .text-block {
    display: table-cell;
    vertical-align: middle;
}

.about-style-one .phone-block .icon-block {
    width: 162px;
    background: #001d2b;
    text-align: center;
    padding: 54px 0;
}

.f-1 {
    font-size: 41px !important;
}

.txt-1 {
    padding: 10px 10px 10px !important;
}

.sec-1 {

    /* margin-bottom: 90px; */
    padding-bottom: 30px;
    background-color: #031f2c;
}

.fl-1 {
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    /* text-align: center; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.trade {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
}

.ins-1 {
    background-color: #053c55;
    color: white !important;
    font-size: 17px !important;
    padding: 7px;
    line-height: 25px !important;

}

.ic {
    color: #0a166e;
}

.about-style-one .phone-block .icon-block i {
    font-size: 54px;
    display: block;
    color: #ffaa01;
}

.about-style-one .phone-block .text-block {
    padding-left: 60px;
}

.about-style-one .phone-block .text-block h3,
.about-style-one .phone-block .text-block p {
    margin: 0;
}

.about-style-one .phone-block .text-block p {
    font-size: 20px;
    font-weight: 600;
    color: #b1bec5;
}

.about-style-one .phone-block .text-block h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.about-style-one .image-block-wrapper {
    position: relative;
    display: inline-block;
}

.about-style-one .image-block-wrapper .bubbled-text-block {
    position: absolute;
    top: 1px;
    left: 51px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    color: white;
    height: 97px;
    border-radius: 50%;
    background: #053c55;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.about-style-one .image-block-wrapper .bubbled-text-block .inner-box {
    display: block;
    width: 100%;
}

.about-style-one .image-block-wrapper .bubbled-text-block:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #063d56;
    position: absolute;
    right: 3px;
    bottom: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.about-style-one .image-block-wrapper .bubbled-text-block i {
    font-size: 60px;
    color: #002c42;
    display: block;
}

.about-style-one .image-block-wrapper .bubbled-text-block h3 {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    margin-top: 7px;
}

.about-style-one .image-block-wrapper .image-block-two {
    position: absolute;
    /* left: -90px; */
    margin-left: -106px;
    bottom: -51px;
}

.about-style-one .image-block-wrapper .image-block-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 44px;
    /* padding: 15px; */
    bottom: 0;
    border: 16px solid #fff;
    width: 30p;
}

button {
    margin: 20px 0px 0px 0px;
    outline: none;
}

.custom-btn {
    width: 154px;
    border-radius: 15px;
    height: 46px;
    padding: 5px 15px;
    border: 2px solid #000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-15 {
    background: #000;
    color: #fff;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    border-radius: 12px;
    right: 0;
    z-index: -1;
    background: #e0e5ec;
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #000;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

.all-service {
    text-align: center;
    margin-top: 6px;
}

.service-items {
    position: relative;
    margin: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.service-items .service-img {
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: -22px;
}

.service-items .service-img .mg {
    border-radius: 8px;
}

.service-items .service-text {
    position: relative;
    text-align: center;
    border-radius: 6px;
    padding: 40px 20px 20px;
    -webkit-transition: .5s;
    background: white;
    transition: .5s;
    -webkit-box-shadow: 0 2px 12px 0 rgba(146, 184, 255, .3);
    box-shadow: 0 2px 12px 0 rgba(146, 184, 255, .3);
}

.service-items .service-text h3 {
    -webkit-box-shadow: 0 2px 16px 0 rgba(146, 184, 255, .3);
    box-shadow: 0 2px 16px 0 rgba(146, 184, 255, .3);
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 275px;
    top: -20px;
    padding: 8px 10px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.service-items .service-text p {
    margin-bottom: 10px
}

.service-items .service-text a {
    color: #1f1c0c;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.service-items .service-text a:hover {
    color: rgb(27, 27, 27)
}

.service-items:hover .service-text h3 {
    background: #053c55;
    color: white;
}

.service-items:hover .service-text a {
    color: #1a425a
}

.service-section .service-link {
    margin-top: 30px
}

.service-section .service-link p {
    margin-bottom: 0;
    line-height: 1
}

.service-section .service-link p a {
    font-weight: 500;
    color: #1f1c0c
}

.service-section .service-link p a:hover {
    color: #1a425a;
}

.section-title {
    position: relative;
    /* padding-left: 25px; */
    margin-bottom: 15px;
}


/* hhku */

.product-left {
    background-color: #1a425a;
}

.product-section-title {
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-left .product-section-title .title-wrapper .subtitle,
.product-left .product-section-title .title-wrapper .title {
    color: white;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.product-section {
    padding-bottom: 63px;
}

.home-partners-block {
    background: #ffffff;
}

.home-partners-block .brand-logo img {
    max-width: 178px;
    border-radius: 8px;
}

.clients-logos ul li {
    display: inline-block;
    padding: 30px 5px 0
}

.clients-logos ul li p {
    font-size: 16px;
    padding-top: .5em;
    letter-spacing: 0
}

.brand-logo {
    border-radius: 14px;
    max-width: 220px;
    margin: 0 auto;
    padding: 10px;
}


/* .jumbotron-head {
    text-align: center;
    padding: 20px;
    margin: 10px 0;
}

.gallery {
    padding: 40px;
}

.gallery img {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 0;
    position: relative;
} */


/* ;;; */

.sec-pad-gallery {
    padding: 90px 0px 10px;
}

.lightbox-gallery {
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    /* padding-top: 37px; */
    color: rgb(34, 34, 34);
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        /* padding-top: 25px; */
        /* font-size: 24px; */
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}


/* ;;;; */

.totop-link span {
    font-size: 11px;
    color: #d1af0f;
    font-weight: 800;
}


/* footer */

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #222;
    text-align: center;
}

.footer-section .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.footer-line nav ul {
    list-style-type: none;
    padding: 0;
    margin: 16px 0;
}

.footer-line nav ul li {
    display: inline-block;
    margin: 9px 10px;
}

.footer-line nav ul li a {
    text-decoration: none;
    color: rgb(3 31 44);
}

.footer-line #top-menu li a {
    font-family: 'poppins';
    font-weight: 500;
}

.footer-section {
    background-color: #031f2c;
    overflow: hidden;
}

.footer-top {
    padding: 11px 0px 64px 0px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.footer-bottom {
    padding: 8px 0;
}

.footer-bottom p {
    margin: 0;
    color: white;
}

.footer-top .footer-bg {
    background-image: url(../img/city-skiline.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.footer-top .truck {
    background-image: url(../img/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}

.footer-top .truck-2 {
    background-image: url(../img/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 40px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite;
}

.footer-top .truck-3 {
    background-image: url(../img/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}

.footer-content {}

.footer-content .logo {
    width: 70%;
    margin-bottom: 10px;
}

.footer-content p {
    margin-top: 15px;
    color: #ddd;
}

.footer-icon-content {
    position: relative;
}

.footer-icon-content svg {
    width: 50px;
    height: 50px;
    fill: #fdb900;
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-icon-info {
    padding-left: 65px;
}

.footer-icon-info h3 {
    font-family: 'Teko', sans-serif;
    color: #ddd;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-icon-info a {
    font-family: 'Teko', sans-serif;
    color: #fdb900;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-social {
    margin-top: 15px;
}

.footer-social li {
    display: inline-block;
    margin-right: 3px;
}

.footer-social li a {
    background-color: #0c2042;
    font-size: 14px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}

.footer-social li a:hover {
    background-color: #fdb900;
}

.footer-header {
    position: relative;
}

.footer-header h3 {
    font-size: 24px;
    color: #fff;
}

.footer-header h3:after {
    background-color: #fdb900;
    content: "";
    display: inline-block;
    width: 60px;
    height: 3px;
    top: 50%;
    position: absolute;
    margin-left: 8px;
    border-radius: 2px;
    margin-top: -1.5px;
}

.footer-list {}

.footer-list li {
    line-height: 40px;
}

.footer-list li a {
    font-size: 15px;
    color: #ddd;
}

.footer-list li a:hover {
    color: #fdb900;
}

.footer-section .thumb-post li a {
    color: #fff;
}

.footer-section .thumb-post li a span {
    color: #ddd;
}

.footer-section .thumb-post li a:hover {
    color: #fdb900;
}

.footer-section .overlay-icon svg {
    fill: #fff;
    width: 200px;
    opacity: .2;
}

@-moz-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

.footer-line {
    text-align: center;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 6px;
    padding-top: 8px;
    background-color: white;
}

.footer-bottom p a {
    margin: 0;
    color: white;
}

.photos img {
    border-radius: 8px;
}

.service-img img {
    border-radius: 8px;
}


/* kjlkj */

.no-padding {
    padding: 0;
}

.about-style {
    background-color: #003d56;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-section-left,
.video-section-right-2 {
    width: 44.5%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-section-right {
    padding: 82px;
    width: 55.5%;
    padding-right: 0;
}

.video-section-left-2 {
    padding: 120px;
    width: 55.5%;
    padding-left: 0;
}

.block-right,
.block-left-2 {
    max-width: 555px;
}

.video-section-right a:hover {
    color: #00aeef;
}

.home-video .video-play {
    position: absolute;
    right: -50px;
    top: 44%;
    z-index: 1;
    width: 103px;
    height: 103px;
    background-color: #fff;
    border: 10px solid #003d56;
    border-radius: 50%;
    text-align: center;
    line-height: 83px;
    display: inline-block;
}

.home-video a i {
    font-size: 13px;
    margin-left: 4px;
    color: #003d56;
    font-weight: 600;
    font-style: normal;
}

.video-section-right-2 .video-play {
    right: auto;
    left: -50px;
}

.home-video .video-play:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    background-color: #003d56;
    border-color: #fff;
}

.home-video a:hover i {
    color: #fff;
}

.video-section-right h2,
.video-section-left-2 h2 {
    margin-bottom: 23px;
}

.block-left-2 h4,
.block-right h4 {
    margin-bottom: 15px;
    font-size: 19px;
    color: white;
    font-weight: 500;
}

.block-right h2 {
    color: #fff;
    font-size: 30px;
    line-height: 41px;
}

.block-right p {
    color: #fff;
    font-size: 13px;
}

.about-author-info h4 {
    font-size: 18px;
    font-weight: 400 !important;
}

.mv {
    padding-top: 20px;
}

.about-author-info h4 i {
    font-size: 18px;
    font-weight: 400 !important;
    margin-right: 10px;
}

@media (max-width: 991px) {

    .video-section-left,
    .video-section-right-2 {
        display: flex;
        align-content: center;
        align-items: center;
    }

    .home-video .video-play {
        position: absolute;
        right: 53px;
        top: 90%;
        z-index: 1;
        width: 103px;
        height: 103px;
        background-color: #fff;
        border: 10px solid #003d56;
        border-radius: 50%;
        text-align: center;
        line-height: 83px;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .video-section-left {
        width: 100%;
        min-height: 500px;
    }

    .video-section-right {
        padding: 16px;
        width: 95.5%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .home-video .video-play {
        right: 4%;
        top: 90%;
    }
}

.gauto-promo-area {
    position: relative;
    background: url(../img/para.jpg) no-repeat fixed 0 0 / cover;
    overflow: hidden;
    z-index: 1;
}

.gauto-promo-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 10 10 / 62%) none repeat scroll 0 0;
    z-index: -1;
}

.promo-box-left {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 50px;
}

.promo-box-left:after {
    position: absolute;
    background: #003d56 none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 55%;
    width: 2030px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-left:before {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 43%;
    width: 70px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-right h3 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 50px;
}

@media (min-width: 992px) and (max-width: 1169px) {
    .promo-box-right h3 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .promo-box-right {
        padding: 50px 0;
    }

    .promo-box-right h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .promo-box-left {
        display: none;
    }

    .promo-box-right {
        text-align: center;
    }

    .promo-box-right h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .promo-box-right a.gauto-btn {
        margin-bottom: 0;
    }

    .gauto-promo-area {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .promo-box-left {
        display: none;
    }

    .promo-box-right {
        text-align: center;
    }

    .promo-box-right h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .promo-box-right a.gauto-btn {
        margin-bottom: 0;
    }
}

.gauto-btn {
    color: white;
    font-size: 22px;
    line-height: 26px;
}

.gauto-btn:hover {
    color: white;
    font-size: 22px;
    line-height: 26px;
}


/* .fa-facebook,
fa-linkedin-in {
    color: #3255b5;
}

.fa-instagram {
    color: #a62aa3;
} */


/*
20.Page Heading Section
==========================*/

.pagehding-sec {
    background-image: url("../img/page_hd.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 112px 0px;
    position: relative;
}

.page-heading h1 {
    font-size: 35px;
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}

.images-overlay {
    background-color: rgb(0 61 86 / 65%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


/*
9.Why Us Box Section
==========================*/

.why-us-box h1 {
    font-size: 34px;
    color: #1c394f;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 49px;
}

.why-us-box-item {
    margin: 10px 0;
}

.why-us-box-icon i {
    color: #fc5508;
    ;
    font-size: 24px;
}

.why-us-box-text {
    text-transform: capitalize;
}

.why-us-item-img {
    margin-bottom: 30px;
}

.why-us-item-desc h2 {
    font-size: 22px;
    text-transform: capitalize;
}

.why-us-readmore {
    padding: 9px 26px;
    border: 1px solid #fc5508;
    background: #fc5508;
    color: #fff;
}

.why-us-item:hover .why-us-readmore {
    background: transparent;
    color: #fc5508
}

.why-us-box {
    margin-bottom: 30px;
}

.why-us-item {
    margin-bottom: 30px;
}

.why-us-subtitle,
.faq-subtitle {
    font-weight: bold;
    color: #fc5508;
    text-transform: capitalize;
}

.why-us-item-desc h2 a {
    color: #1c394f;
}

.why-us-item-desc p {
    text-align: justify;
}

.gm-message h3 {
    color: #1c394f;
    font-size: 27px;
    font-weight: 500;
}

.gm-message {
    padding-top: 70px;
    padding-bottom: 40px;
    background: #f7f7f7;
}


/* service */

#services_main {
    padding-top: 28px;
    padding-bottom: 30px;
}

#services_main h2 {
    line-height: 44px;
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 500;
}

#services_main ul li {
    color: #222;
}

#services_main {
    color: #222;
}

#client_main {
    padding-top: 70px;
    padding-bottom: 40px;
}

.margin_bottom img {
    border: 1px solid #ddd;
    margin: 1%;
}


/* ---------------career ----------------*/

.carrer-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    /* -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); */
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}

.carrer-form h2 {
    margin-bottom: 30px;
    font-size: 23px;
    border-bottom: 1px solid #dedddf;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    color: #222;
}

.carrer-form h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #1e324c;
    height: 100%;
    width: 100px;
}

.carrer-form form .form-group {
    margin-bottom: 25px;
}

.carrer-form form .form-group .form-control {
    height: 60px;
    padding: 0 15px 0 15px;
    line-height: initial;
    color: #202647;
    background-color: transparent;
    border-color: #c2baba;
    border-radius: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.carrer-form form .form-group .form-control:focus {
    border-color: #1e324c;
    background-color: transparent;
    outline: 0;
}

.carrer-form form .form-group textarea.form-control {
    height: 120px;
    padding-top: 15px;
}

.carrer-form form label {
    display: block;
    margin-bottom: 5px;
    color: #6b6b84;
    font-weight: 400;
    font-size: 16px;
}

.carrer-form form .nice-select {
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: transparent;
    border-color: #c8c5c5;
    color: #6b6b84;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
}

.carrer-form form .nice-select:focus {
    border-color: #1e324c;
    background-color: transparent;
}

.carrer-form form .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 1px;
    margin-bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.carrer-form form .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #585858;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.carrer-form form .nice-select .list .option:hover {
    background-color: #eae8e8 !important;
    color: #585858;
}

.carrer-form form .nice-select .list .option.selected {
    background-color: #ffffff00;
    font-weight: 600;
}

.carrer-form form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #1e324c;
    right: 15px;
}

.carrer-form form .banner-btn {
    text-align: center;
}

.carrer-form form .banner-btn .default-btn {
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    cursor: pointer;
    background: #003d56;
    border: 1px solid #003d56;
    border-radius: 20px;
    color: white;
}

.carrer-form form .form-check {
    margin-bottom: 20px;
    font-weight: 400;
    color: #6b6b84;
    font-size: 15px;
}

.carrer-form form .form-check a {
    color: #1e324c;
}

.carrer-area {
    background-color: #ffff;
    padding-top: 60px;
    padding-bottom: 40px;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
    border-radius: 7px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.career-des h5 {
    color: #8f1b28 !important;
    font-size: 18px !important;
}

.career-des h3 {
    color: #1e324c !important;
}

.career-des p {
    margin-bottom: 30px !important;
}


/* ============================================================== 
     # Contact 
=================================================================== */

.contact-area {
    padding-top: 70px;
    /* position: relative; */
}

.contact-area .fixed-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    text-align: right;
}

.contact-area .fixed-bg img {
    width: 60%;
    position: relative;
    right: 0;
    height: 100%;
    bottom: 0;
}


/* .contact-area .contact-items {
    background: #ffffff;
    padding: 80px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    position: relative;
    bottom: -120px;
    margin-top: -120px;
    z-index: 9;
} */

.contact-area .left-item {
    padding-right: 80px;
}

.contact-area .right-item {
    margin-top: 75px;
}

.contact-area .contact-items .right-item h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-area .contact-items .item {
    display: flex;
    margin-bottom: 40px;
}

.contact-area .contact-items .item:last-child {
    margin-bottom: 0;
}

.contact-area .contact-items .item i {
    display: inline-block;
    font-size: 30px;
    background: rgb(255 255 255 / 10%);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: rgb(0 63 88);
    border-radius: 5px;
    margin-right: 25px;
    border: 1px solid rgb(0 63 88);
}

.contact-area .contact-items .item p {
    margin: 0;
}

.contact-area .contact-items .item a {
    font-weight: 400;
    color: #313030;
}

.contact-area .contact-items .item a:hover {
    color: #053c55;
}

.yellow .contact-area .contact-items .item a:hover {
    color: #053c55;
}

.contact-area .contact-items .item h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-area .contact-items .content h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-area .contact-items .content input,
.contact-area .contact-items .content textarea {
    border: none;
    padding: 20px;
    background: #eef1f6;
    min-height: 60px;
}

.contact-area .contact-items .content textarea {
    min-height: 220px;
}

.contact-area .contact-items .content button {
    background: #053c55;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 126px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.yellow .contact-area .contact-items .content button {
    background: #053c55;
    color: #232323;
}

.contact-area .contact-items .content button:hover::after {
    width: 100%;
    height: 100%;
}

.contact-area img.loader {
    margin-left: 10px;
}

.map-container {
    overflow: hidden;
    padding-bottom: 26%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#services_main h3 {
    color: #3a3a3a;
    font-size: 23px;
    font-weight: 500;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

.bg_cl {
    color: #fff;
    background-color: #053c55;
    font-size: 16px;
    font-weight: 400
}

table {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

th,
td {
    padding: 5px 10px;
    border: 1px solid #0630439e;
    font-size: 15px;
    text-align: left;
}

.width_1 {
    width: 10%
}

.width_2 {
    width: 35%
}

.width_3 {
    width: 25%
}

.width_3 {
    width: 25%
}

.top-bar-area .social li {
    margin-right: 20px;
}

.top-bar-area li {
    display: inline-block;
}

.service-inner {
    padding-top: 70px;
    padding-bottom: 31px;
}

.service-inner .about-us-img-box .img-box img {
    border-radius: 10px;
}

.ser li {
    color: #000;
}

.content-new {
   
    border: 1px solid #0069b7;
    margin-top: 10px;
}

.content-new h5 {
    background-color: #003f58;
    color: #fff;
    font-size: 19px;
    padding: 8px 15px;
    text-align: left;
    margin-bottom: 5px;
}

.listed1 li {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 7px;
}
.project-block .inner-box{ margin-bottom:30px;}
.listed1 li i {
    color: #fff;
    padding-right: 10px;
    font-size: 15px;
}

.listed1 {
    padding: 5px 15px 0px 15px;
    text-align: left;
    margin-top: 0;
}

.listed1 li {
    font-size: 15px;
}

.listed2 li {
    float: left;
    width: 33%;
    font-size: 15px;
}
.services-block-three {
    position: relative;
}
.services-block-three .inner-box {
    position: relative;
}
.services-block-three .inner-box .lower-box {
    padding: 3px 0px;
}
.services-block-three .inner-box .lower-box .content {
    position: relative;
}
.services-block-three .inner-box .lower-box .content a {
    color: rgb(16 53 152);
    font-weight: 600;
    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;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}
.services-block-three .inner-box .lower-box .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.services-block-three .inner-box .lower-box .content .text {
    margin-top: 5px;
}.services-block-three .inner-box .lower-box .content .text {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: justify !important;
    line-height: 26px;
}
.listed3 li{ float:left; width:50%; font-size:15px;}
@media(max-width:767px){
   
    .listed2 li{ float:left; width:100%; font-size:15px;}
.listed3 li{ float:left; width:100%; font-size:15px;}
}
.project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.image-section  img {
    max-height: 300px;
}
.flt--1{
    float: right;
    font-size: 15px;
}

/* Trust & Credibility */
.tc-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.09);
    height: stretch;
    text-align: center;
    padding: 20px;
    margin-top: 45px;
    p{
        color: #3F3E3E;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        text-transform: capitalize;
    }
    small{
        font-size: 13px;
    }
}
.icon-box {
    width: 81px;
    height: 81px;
    background: #003F58;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 20px;
    margin-top: -50px;
}
.number{
color: #003F58;
font-size: 65px;
font-style: normal;
line-height: 107.692%;
small{
    font-size: 46px;
    font-weight: 400;
}
}
.why-choose-us{
    background: #F6F5F5;
}
.choose-card{
    border-radius: 15px;
    background: #FFF;
    height: stretch;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    z-index: 1;
    .icon-box{
        width: 110px;
        height: 110px;
        margin: 0 auto 20px;
        transition: all 0.3s ease;
    }
    h3{
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 185.185%;
        text-transform: capitalize;
        transition: all 0.3s ease;
    }
    p{
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 156.25%;
        transition: all 0.3s ease;
    }
    &:after{
        content: '';
        position: absolute;
        inset: 0;
        background-color: #031F2C;
        top: 98%;
        z-index: -1;
        transition: all 0.3s ease;
    }
    &:hover{
        &:after{
            top: 0;
            transition: all 0.3s ease;
        }
        .icon-box{
            background-color: #fff;
            transition: all 0.3s ease;
            img{
                filter: invert(1);
                transition: all 0.3s ease;
                transform: rotateY(180deg);
            }
        }
        h3, p{
            color: #fff;
            transition: all 0.3s ease;
        }
    }
}

.certification {
    background: #003D56;
}

.faq-area {
    background: #fff;
    padding: 80px 0 45px;
}

.faq-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.faq-content {
    padding-left: 25px;
}

.faq-content h2,
.our-client-area h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
}

.faq-content > p {
    color: #3f3e3e;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 25px;
    max-width: 470px;
}

.faq-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    border: 0;
    background: #fff;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 14px;
    text-align: left;
    margin: 0;
}

.faq-question:focus {
    outline: none;
}

.faq-question i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #003f58;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 1;
}

.faq-answer {
    display: none;
    padding: 0 44px 20px 14px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    color: #3f3e3e;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
}

.our-client-area {
    background: #fff;
    padding: 35px 0 85px;
}

.our-client-area h2 {
    margin-bottom: 28px;
}

.client-logo-slider {
    margin: 0 -8px;
}

.client-logo-slider .slick-slide {
    margin: 0 8px;
}

.client-logo-box {
    height: 112px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 28px rgb(0 0 0 / 6%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    margin-block: 14px;
}

.client-logo-box img {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.slick-next, .slick-prev{
    margin: 0;
    z-index: 1;
}
.slick-next:before, .slick-prev:before {
    font-size: 40px;
    opacity: 1;
}
.blog-banner {
    position: relative;
}

.blog-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #031f2cbd;
    transition: all 0.3s ease;
}

.blog-banner .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.blog-banner h1 {
    text-align: left;
    color: #fff;
}

.blog-listing {
    background: #fff;
    padding: 90px 0 82px;
}

.blog-listing .row {
    margin-bottom: -42px;
}

.blog-listing .col-lg-4,
.blog-listing .col-md-6 {
    margin-bottom: 42px;
}

.blog-card {
    height: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 26px rgba(3, 31, 44, 0.11);
    overflow: hidden;
    padding: 20px;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(3, 31, 44, 0.15);
}

.blog-image {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.blog-image img {
    display: block;
    width: 100%;
    height: 214px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.04);
}

.blog-content {
    padding-top: 18px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
}

.blog-meta li {
    color: #003b52;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}

.blog-meta i {
    color: #005d7d;
    margin-right: 5px;
}

.blog-title {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.blog-title a {
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-title a:hover {
    color: #005d7d;
}

.blog-content p {
    color: #333;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 18px;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #003b52;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-read-more i {
    font-size: 18px;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #005d7d;
    text-decoration: none;
}

.blog-read-more:hover i {
    transform: translateX(4px);
}

.blog-pagination {
    margin-top: 70px;
}

.blog-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-pagination a,
.blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    color: #111;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-pagination a:hover,
.blog-pagination a.active {
    color: #fff;
    background: #003b52;
}

.blog-pagination span {
    border-radius: 0;
}

.blog-details {
    background: #fff;
    padding: 80px 0;
}

.blog-details .blog-details-content h1 {
    color: #111;
    font-size: 31px;
    line-height: 1.22;
    font-weight: 700;
    margin: 0 0 10px;
    max-width: 720px;
}

.blog-details .blog-details-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 0;
    margin: 10px 0 24px;
    list-style: none;
    li{
        padding: 0;
    }
    li::before{
        display: none;
    }
}

.blog-details .blog-details-meta li {
    color: #005d7d;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}

.blog-details .blog-details-meta i {
    margin-right: 6px;
}

.blog-details .blog-details-feature {
    width: 100%;
    height: 455px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 28px;
}

.blog-details .blog-details-content h2 {
    color: #151515;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 12px;
}

.blog-details .blog-details-content p {
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.blog-details .blog-details-content a {
    color: #005d7d;
    font-weight: 700;
    text-decoration: none;
}

.blog-details .blog-details-content a:hover {
    color: #003b52;
}

.blog-details ul {
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}

.blog-details ul li {
    position: relative;
    color: #252525;
    font-size: 14px;
    line-height: 1.55;
    padding-left: 22px;
    margin-bottom: 10px;
}

.blog-details ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #005d7d;
}

.blog-details ol {
    margin: 20px 0 32px;
}

.blog-details ol {
    margin-bottom: 22px;
    padding-left: 20px;
}


.blog-details ol li h3 {
    color: #151515;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 6px;
}

.blog-details .blog-details-point p {
    margin-bottom: 0;
}

.blog-details .blog-details-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
    align-items: stretch;
    margin-top: 45px;
}

.blog-details .details-nav-card {
    min-height: 142px;
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 10px;
    align-items: center;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 10px;
    color: #111;
    text-decoration: none;
}

.blog-details .details-nav-card:hover {
    color: #005d7d;
}

.blog-details .details-nav-next {
    grid-template-columns: 160px 1fr;
    padding: 22px 26px 22px 20px;
    .details-nav-content span{
        text-align: left;
    }
    strong{
        margin-right: auto;
        margin-left: 0 !important;
    }
}

.blog-details .details-nav-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-details .details-nav-prev .details-nav-content {
    align-items: flex-start;
}

.blog-details .details-nav-card span {
        display: block;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: right;
}

.blog-details .details-nav-card strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 88px;
    height: 36px;
    color: #fff;
    background: #003b52;
    border-radius: 6px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    padding: 0 14px;
    transition: all 0.3s ease;
        margin-left: auto;
}

.blog-details .details-nav-card:hover strong {
    background: #005d7d;
}

.blog-details .details-nav-card strong i {
    font-size: 14px;
}

.blog-details .details-nav-card img {
        width: 145px;
    height: 90px;
    border-radius: 9px;
    object-fit: cover;
}

.blog-details .blog-sidebar {
    padding-left: 18px;
}

.blog-details .sidebar-widget {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 7px 24px rgba(3, 31, 44, 0.12);
    margin-bottom: 32px;
    overflow: hidden;
}
.blog-details .sidebar-widget ul li::before{
    display: none;
} 
.blog-details .sidebar-widget ul li{
   padding: 0;
} 

.blog-details .sidebar-widget h3 {
    color: #fff;
    background: #003b52;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    padding: 15px 18px;
}

.blog-details .recent-post-widget {
    box-shadow: none;
    overflow: visible;
}

.blog-details .recent-post-widget h3 {
    color: #111;
    background: transparent;
    padding: 0 0 18px;
}

.blog-details .recent-post {
    display: grid;
    grid-template-columns: 92px 1fr;
    column-gap: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 7px 22px rgba(3, 31, 44, 0.11);
    color: #111;
    margin-bottom: 16px;
    padding: 8px;
    text-decoration: none;
}

.blog-details .recent-post:hover span {
    color: #005d7d;
}

.blog-details .recent-post img {
    grid-row: span 2;
    width: 92px;
    height: 64px;
    border-radius: 3px;
    object-fit: cover;
}

.blog-details .recent-post span {
    align-self: end;
    color: #151515;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    transition: all 0.3s ease;
}

.blog-details .recent-post small {
    align-self: start;
    color: #005d7d;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
}

.blog-details .category-widget ul {
    padding: 14px 18px 18px;
    margin: 0;
    list-style: none;
}

.blog-details .category-widget li {
    border-bottom: 1px solid #e8eef1;
}

.blog-details .category-widget li:last-child {
    border-bottom: 0;
}

.blog-details .category-widget a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222;
    font-size: 12px;
    line-height: 1.4;
    padding: 9px 0;
    text-decoration: none;
}

.blog-details .category-widget a:hover {
    color: #005d7d;
}

.blog-details .category-widget i {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #005d7d;
    border-radius: 50%;
    font-size: 9px;
}

.blog-details .contact-widget form {
    padding: 22px 18px 20px;
}

.blog-details .contact-widget input,
.blog-details .contact-widget textarea {
    width: 100%;
    height: 38px;
    color: #111;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 0 12px;
    outline: none;
}

.blog-details .contact-widget textarea {
    height: 88px;
    resize: none;
    padding-top: 10px;
}

.blog-details .contact-widget input:focus,
.blog-details .contact-widget textarea:focus {
    border-color: #005d7d;
}

.blog-details .contact-widget button {
    width: 100%;
    height: 36px;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-details .contact-widget button:hover {
    background: #003b52;
}


.all-service {
            text-align: left;
            margin-top: -23px
        }
.read-more-btn {
    display: inline-block;
    min-width: 94px;
    padding: 5px 19px;
    background: #003f58;
    color: #fff;
    text-decoration: none;
    border: 1px solid #003f58;
    border-radius: 30px;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}
.read-more-wrap {
    width: 100%;
    text-align: center;
    display:flex;
    justify-content:center;
    margin-top:16px;
}
.read-more-btn:hover {
    color: #003f58;
    background: transparent;
    text-decoration: none;
}
@media (max-width: 991px) {
    .faq-img {
        margin-bottom: 35px;
    }

    .faq-content {
        padding-left: 0;
    }

    .faq-img img {
        height: auto;
    }

    .blog-details .blog-sidebar {
        padding-left: 0;
        margin-top: 45px;
    }

    .blog-details .blog-details-feature {
        height: 385px;
    }
}

@media (max-width: 767px) {
    .footer-section .row {
        flex-wrap: wrap;
    }

    .blog-details .blog-details-nav {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .blog-details .details-nav-card {
        grid-template-columns: 1fr 132px;
    }

    .blog-details .details-nav-next {
        grid-template-columns: 132px 1fr;
    }
}

@media (max-width: 575px) {
    .faq-area {
        padding: 55px 0 30px;
    }

    .faq-content h2,
    .our-client-area h2 {
        font-size: 25px;
    }

    .faq-question {
        font-size: 12px;
        padding: 13px 12px;
    }

    .faq-answer {
        padding: 0 36px 16px 12px;
    }

    .our-client-area {
        padding-bottom: 60px;
    }

    .client-logo-box {
        height: 105px;
    }

    .blog-listing {
        padding: 60px 0 55px;
    }

    .blog-image img {
        height: 195px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-details {
        padding: 55px 0;
    }

    .blog-details .blog-details-content h1 {
        font-size: 25px;
    }

    .blog-details .blog-details-feature {
        height: 235px;
    }

    .blog-details .blog-details-content h2 {
        font-size: 18px;
    }

    .blog-details .blog-details-nav {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .blog-details .details-nav-card {
        min-height: 118px;
        grid-template-columns: 1fr 112px;
        gap: 14px;
        padding: 16px;
    }

    .blog-details .details-nav-next {
        grid-template-columns: 112px 1fr;
        padding: 16px;
    }

    .blog-details .details-nav-card span {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .blog-details .details-nav-card strong {
        min-width: 75px;
        height: 32px;
        font-size: 14px;
    }

    .blog-details .details-nav-card img {
        height: 82px;
    }

    .blog-details .recent-post {
        grid-template-columns: 82px 1fr;
    }

    .blog-details .recent-post img {
        width: 82px;
        height: 58px;
    }
    .slick-prev {
    left: -7px;
}
.slick-next {
    right: 12px;
}
}



/* ================================
   WP PageNavi – Minimal Style
================================ */

.wp-pagenavi {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: inherit;
}

/* Common button style */
.wp-pagenavi a,
.wp-pagenavi span {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover */
.wp-pagenavi a:hover {
    background: #003b52;   /* primary red */
    color: #fff;
    border-color: #003b52;
}

/* Current page */
.wp-pagenavi span.current {
    background: #003b52;
    color: #fff;
    border-color: #003b52;
    cursor: default;
}

/* Disabled prev/next */
.wp-pagenavi span.extend {
    color: #999;
    border-color: #eee;
}

/* Prev & Next buttons */
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    padding: 0 18px;
    font-weight: 600;
}

/* Remove unwanted text */
.wp-pagenavi .pages {
    display: none;
}