@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif
}

.color_dark {
    color: #000 !important
}

.primaryBg_color {
    background: #0c2f50 !important
}

.secondaryBg_color {
    background: orange !important
}

.whiteBg_color {
    background: #fff !important
}

.color_white {
    color: #fff !important
}

.color_primary {
    color: #0c2f50 !important
}

.color_secondary {
    color: orange !important
}

.color_black,
p a:hover {
    color: #000
}

.liteBg {
    background: #f8f8f8 !important
}

html {
    scroll-behavior: smooth
}

html::-webkit-scrollbar {
    width: 8px
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background: #000
}

html::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: orange;
    opacity: 1
}

.modal {
    z-index: 9999
}

.btn-close {
    box-shadow: none;
    outline: 0;
    border: 0
}

.position-relative {
    z-index: 1
}

body {
    background: #fff;
    overflow-x: hidden;
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #000
}

.hide,
form .form-group #file-input {
    display: none
}



input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

h1 {
    font-size: 65px;
    color: #000;
    text-transform: capitalize
}

h1,
h2,
p a {
    font-weight: 700
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.4
}

h2 {
    font-size: 35px;
    text-transform: capitalize
}

h3 {
    font-size: 30px
}

h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3;
    font-size: 22px
}

h5,
h6 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

ol,
ul {
    padding-left: 0;
    margin-bottom: 0
}

ul li {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    text-decoration: none;
    list-style: none
}

ol {
    margin-left: 15px
}

h2,
h4,
h5,
h6,
ol li,
p,
ul li {
    color: #000
}

ol li {
    margin-bottom: 7px;
    padding-left: 10px
}

p {
    margin-bottom: 0
}

h3,
p b,
p strong {
    color: #000;
    font-weight: 600
}

p a {
    margin-left: 7px;
    color: #0c2f50
}

a,
button,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover svg path,
i {
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in
}

a,
button,
ol li,
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75
}

a,
button {
    text-decoration: none;
    color: #0c2f50
}

button {
    font-size: 15px
}

.textWrapper p {
    margin-bottom: 10px
}

.textWrapper p a {
    padding-left: 0;
    margin-left: 0
}

.mobileMenu .offcanvas-body ul li:last-child,
.textWrapper p:last-child,
footer .contactInfo ul li:last-child,
footer .link ul li:last-child,
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li:last-child {
    margin-bottom: 0
}

.textWrapper ul {
    margin-top: 5px;
    margin-bottom: 10px
}

.textWrapper ul li {
    margin-bottom: 9px;
    position: relative;
    padding-left: 27px
}

.textWrapper ul li::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../images/svg/list-square.svg)no-repeat;
    background-size: 12px
}

.textWrapper img {
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 10px
}

.textWrapper h1,
.textWrapper h2,
.textWrapper h3,
.textWrapper h4,
.textWrapper h5,
.textWrapper h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 15px;
    display: block
}

form label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

form label span {
    color: red
}

form .form-group {
    position: relative;
    margin-bottom: 25px
}

form .form-group .error {
    color: red;
    text-align: left;
    font-size: 12px;
    margin-top: 5px
}

form .form-group .form-control {
    margin-bottom: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dadbe4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 17px 16px
}

form .form-group .form-control:focus {
    box-shadow: none
}

form .form-group .form-control::placeholder {
    color: #000;
    opacity: 1
}

form .form-group .form-control:-ms-input-placeholder {
    color: #000
}

form .form-group .form-control::-ms-input-placeholder {
    color: #000
}

form .form-group textarea.form-control {
    resize: none;
    height: 130px
}

form .form-group .iti__selected-flag {
    padding: 0 20px;
    font-weight: 600
}

form .form-group .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

form .form-group .iti__arrow {
    border: 0;
    width: 12px;
    height: 7px;
    background: url(../images/numberDownArrow.png)center no-repeat;
    background-size: 11px;
    margin-left: 10px
}

form .form-group .iti__flag-box {
    display: flex;
    align-items: center
}

form .form-group .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    position: relative;
    border-right: 1px solid #000
}

form .form-group .iti--separate-dial-code .iti__selected-flag::after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%
}

form .form-group .iti__active,
form .form-group .iti__highlight {
    background-color: #0c2f50;
    color: #fff
}

.contactUs .contactWrap label,
.innerBanner .breadcrumb .breadcrumb-item a,
.innerBanner h2,
.topHeader .topHeaderInfo li a:hover span,
footer .abt .topHeaderInfo li a:hover span,
form .form-group .iti__active .iti__dial-code,
form .form-group .iti__highlight .iti__dial-code {
    color: #fff
}

form .form-group .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px
}

footer .abt p,
form .form-group .iti__country-name,
form .form-group .iti__dial-code {
    font-size: 14px
}

form .form-group .iti__country-list {
    scroll-behavior: smooth
}

form .form-group .iti__country-list::-webkit-scrollbar {
    width: 5px
}

form .form-group .iti__country-list::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #cecec5
}

form .form-group .iti__country-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #0c2f50;
    opacity: 1
}

form .form-group .iti__country {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px
}

form .form-group .iti {
    width: 100% !important
}

form .form-group .select2-container--default .select2-selection--single {
    border: 0 !important;
    font-weight: 400;
    border-radius: 0;
    background: #fff;
    height: inherit !important
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.3
}

form .form-group .select2-container {
    border: 0
}

form .form-group .select2-results__option {
    padding: 5px 15px;
    font-size: 14px
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 transparent;
    width: 13px;
    height: 7px;
    background: url(../images/svg/downArrow.svg)center no-repeat;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: inherit !important;
    bottom: 9px !important;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

form .form-group .select2.select2-container.select2-container--default {
    padding: 14px 20px;
    border: 1px solid #6d6d6d !important;
    position: inherit;
    border-radius: 5px;
    width: 100%
}

form .form-group .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f7f7f7;
    color: #0c2f50
}

form .form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0c2f50;
    color: #fff
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #f9f9f9
}

form .form-group .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 7px
}

form .form-group .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    border-radius: 0;
    background: #000
}

form .form-group .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #0c2f50;
    opacity: 1
}

form .form-group label[for=file-input] * {
    vertical-align: middle;
    cursor: pointer
}

form .form-group label.form-control {
    display: flex;
    padding: 0;
    min-height: 50px
}

form .form-group .file-inputSpan {
    color: #202528 !important;
    word-break: break-all;
    font-size: 14px;
    padding: 13px 15px;
    line-height: 1.4
}

form .form-group .file-inputBtn {
    position: relative;
    border-radius: 0 0 0 0;
    background: 0 0;
    color: #000;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 13px 15px;
    font-size: 14px;
    border-right: 1px solid #6d6d6d;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in
}

form .form-group .file-inputBtn:hover {
    background: #0c2f50;
    color: #fff
}

form textarea.form-control {
    resize: none;
    height: 64px
}

.select2-position .position-relative {
    z-index: inherit !important
}

.fw-Regular {
    font-weight: 400 !important
}

.fw-Medium {
    font-weight: 500 !important
}

.fw-SemiBold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-ExtraBold {
    font-weight: 800 !important
}

.fw-Black {
    font-weight: 900 !important
}

.primary_btn,
svg path,
svg rect {
    transition: ease-in .5s
}

.primary_btn {
    margin: 0;
    overflow: hidden;
    color: #fff;
    padding: 12px 25px;
    font-weight: 600;
    box-shadow: none;
    outline: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    border-radius: 5px;
    position: relative;
    background: #0c2f50
}

.primary_btn:hover,
.secondary_btn:hover {
    color: #fff;
    background: #000
}

.secondary_btn {
    background: orange
}

.primary_btn18 {
    font-size: 18px;
    line-height: 1.3
}

.slick-track {
    margin-left: 0 !important
}

.slick-arrow {
    width: 35px;
    height: 35px;
    z-index: 9
}

.slick-prev {
    left: 0
}

.slick-dots li button,
.slick-next::before,
.slick-prev::before {
    display: none
}

.slick-prev,
.slick-prev:hover {
    background: url(../images/svg/sliderPrev.svg)center no-repeat !important;
    background-size: 32px !important
}

.slick-next {
    right: 0
}

.slick-next,
.slick-next:hover {
    background: url(../images/svg/sliderNext.svg)center no-repeat !important;
    background-size: 32px !important
}

.slickSliderNav {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: end;
    width: 100%
}

.slickSliderNav .slick-next,
.slickSliderNav .slick-prev {
    position: relative;
    top: 0 !important;
    transform: inherit !important
}

.slickSliderNav .slick-prev {
    left: 0 !important
}

.slickSliderNav .slick-next {
    right: 0 !important
}

.slick-dots,
.slick-dots li,
.topHeader .topHeaderInfo li a .iconBox {
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-dots {
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
    grid-gap: 12px
}

.slick-dots li {
    margin: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent !important;
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 2px solid #0c2f50;
    opacity: .5
}

.slick-dots li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #0c2f50;
    position: absolute
}

.slick-dots .slick-active {
    border: 2px solid #0c2f50;
    opacity: 1
}

@media (max-width:1199.98px) {
    .slick-arrow {
        width: 35px;
        height: 35px
    }

    .slick-prev {
        left: 0
    }

    .slick-next::before,
    .slick-prev::before {
        display: none
    }

    .slick-prev,
    .slick-prev:hover {
        background: url(../images/svg/sliderPrev.svg)center no-repeat !important;
        background-size: 32px !important
    }

    .slick-next {
        right: 0
    }

    .slick-next,
    .slick-next:hover {
        background: url(../images/svg/sliderNext.svg)center no-repeat !important;
        background-size: 32px !important
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

@media (max-width:1699.98px) {
    h1 {
        font-size: 60px
    }

    h2 {
        font-size: 32px
    }

   
}

@media (max-width:1499.98px) {
    h1 {
        font-size: 55px
    }

    
}

@media (max-width:1399.98px) {
    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 29px
    }

    h6 {
        font-size: 16px
    }

   
}

@media (max-width:1299.98px) {
    h1 {
        font-size: 45px
    }

    h3 {
        font-size: 28px
    }
}

@media (max-width:1199.98px) {
    h2 {
        font-size: 27px
    }

    a,
    button,
    form .form-group .form-control,
    h6,
    ol li,
    p,
    ul li {
        font-size: 15px
    }

    .textWrapper ul li::before {
        width: 10px;
        height: 10px;
        background-size: 10px
    }

    form .form-group .iti--separate-dial-code .iti__selected-dial-code,
    form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
        line-height: 24px
    }

    form .form-group .select2.select2-container.select2-container--default {
        padding: 13px 20px
    }

    form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        bottom: 9px !important
    }
}

@media (max-width:991.98px) {
    h1 {
        font-size: 40px
    }

    h3 {
        font-size: 26px
    }

    h4 {
        font-size: 21px
    }

    h5 {
        font-size: 19px
    }

    .primary_btn18 {
        font-size: 17px
    }

    .textWrapper ul li {
        padding-left: 24px
    }

    .textWrapper ul li::before {
        width: 9px;
        height: 9px;
        background-size: 9px;
        top: 7px
    }
}

@media (max-width:767.98px) {
    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 24px
    }

    .primary_btn18 {
        font-size: 16px
    }

    a,
    form .form-group .form-control,
    h6,
    ol li,
    p,
    ul li {
        font-size: 14px
    }
}

@media (max-width:650px) {
    h1 {
        font-size: 30px
    }
}

@media (max-width:575px) {
    .header-lang {
        display: block
    }

    h1 {
        font-size: 27px
    }

    form .form-group .iti__country-list {
        width: 320px
    }
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

@media (max-width:1199.98px) {
    .pt-100 {
        padding-top: 70px !important
    }

    .pt-90 {
        padding-top: 60px !important
    }

    .pt-80 {
        padding-top: 50px !important
    }

    .pt-70 {
        padding-top: 40px !important
    }

    .pt-60 {
        padding-top: 50px !important
    }

    .pb-100,
    .pb-90 {
        padding-bottom: 70px !important
    }

    .pb-80 {
        padding-bottom: 50px !important
    }

    .pb-70 {
        padding-bottom: 40px !important
    }

    .pb-60 {
        padding-bottom: 50px !important
    }

    .mt-30 {
        margin-top: 20px !important
    }

    .mt-40 {
        margin-top: 30px !important
    }

    .mt-50 {
        margin-top: 40px !important
    }

    .mt-60 {
        margin-top: 50px !important
    }

    .mt-70 {
        margin-top: 60px !important
    }

    .mt-90 {
        margin-top: 80px !important
    }

    .mb-30 {
        margin-bottom: 25px !important
    }

    .mb-40 {
        margin-bottom: 30px !important
    }

    .mb-50 {
        margin-bottom: 40px !important
    }

    .mb-60 {
        margin-bottom: 50px !important
    }

    .mb-70 {
        margin-bottom: 60px !important
    }

    .mt-100 {
        margin-top: 70px !important
    }

    .mb-100 {
        margin-bottom: 70px !important
    }
}

@media (max-width:991.98px) {
    .pt-100 {
        padding-top: 60px !important
    }

    .pt-90 {
        padding-top: 40px !important
    }

    .pt-80 {
        padding-top: 30px !important
    }

    .pt-50,
    .pt-60,
    .pt-70 {
        padding-top: 40px !important
    }

    .pb-100 {
        padding-bottom: 60px !important
    }

    .pb-90 {
        padding-bottom: 50px !important
    }

    .pb-80 {
        padding-bottom: 30px !important
    }

    .pb-50,
    .pb-60,
    .pb-70 {
        padding-bottom: 40px !important
    }

    .mt-50 {
        margin-top: 30px !important
    }

    .mb-40 {
        margin-bottom: 20px !important
    }

    .mt-100 {
        margin-top: 50px !important
    }

    .mb-100 {
        margin-bottom: 50px !important
    }

    .mt-70 {
        margin-top: 50px !important
    }

    .mb-70 {
        margin-bottom: 60px !important
    }

    .mt-90 {
        margin-top: 70px !important
    }
}

@Media (max-width:767px) {
    .mt-60 {
        margin-top: 40px !important
    }

    .mt-90 {
        margin-top: 70px !important
    }
}

.topHeader {
    background: #000;
    padding: 15px 0
}

.topHeader .topHeaderInfo,
.topHeader .topHeaderInfo li a {
    display: flex;
    align-items: center;
    grid-gap: 40px
}

.mobileMenu .offcanvas-body .topHeaderInfo li,
.testimonial .testimonialCard .topInfoBox .infoBox .reIcon .my-rating-readonly .jq-star .jq-star-svg,
.topHeader .topHeaderInfo li,
header .navbar .navbar-brand {
    margin: 0;
    padding: 0
}

.topHeader .topHeaderInfo li a {
    grid-gap: 15px;
    color: #fff
}

.topHeader .topHeaderInfo li a .iconBox {
    flex-shrink: 0 !important;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    background: #fff;
    transition: ease .5s
}

.topHeader .topHeaderInfo li a .iconBox svg path,
footer .abt .topHeaderInfo li a .iconBox svg path {
    fill: #0c2f50;
    transition: ease .5s
}

.topHeader .topHeaderInfo li a span,
footer .abt .topHeaderInfo li a span {
    font-weight: 500
}

.topHeader .topHeaderInfo li a:hover .iconBox,
header.sticky {
    background: #0c2f50
}

.topHeader .topHeaderInfo li a:hover .iconBox svg path,
footer .abt .topHeaderInfo li a:hover .iconBox svg path {
    fill: #fff
}

.topHeader .socialIcon {
    grid-gap: 20px;
    justify-content: flex-end
}

@media (max-width:1499.98px) {
    .topHeader .topHeaderInfo li a .iconBox {
        width: 35px;
        height: 35px
    }

    .topHeader .topHeaderInfo li a .iconBox svg {
        width: 20px;
        height: 20px
    }

    .topHeader .topHeaderInfo li a span {
        font-size: 15px
    }
}

@media (max-width:1299.98px) {
    .topHeader .topHeaderInfo {
        grid-gap: 30px
    }

    .topHeader .topHeaderInfo li a {
        grid-gap: 10px
    }

    .topHeader .topHeaderInfo li a span {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .topHeader .topHeaderInfo {
        grid-gap: 20px
    }

    .topHeader .topHeaderInfo li a span {
        display: none
    }
}

@media (max-width:767.98px) {
    .topHeader {
        padding: 10px 0
    }

    .topHeader .topHeaderInfo {
        grid-gap: 10px
    }

    .topHeader .topHeaderInfo li a .iconBox {
        width: 32px;
        height: 32px
    }

    .topHeader .topHeaderInfo li a .iconBox svg {
        width: 17px;
        height: 17px
    }

    .topHeader .topHeaderInfo li a span {
        display: none
    }
}

header {
    position: sticky;
    z-index: 999;
    padding: 0;
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15)
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between
}

header .navbar .navbar-collapse .navbar-nav {
    grid-gap: 35px;
    align-items: center
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    padding: 0;
    transition: ease all .3s
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 44px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    transition: ease all .3s
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
    margin-left: 10px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg path {
    stroke: #fff
}

.mobileMenu .offcanvas-body .topHeaderInfo li a:hover span,
.mobileMenu .offcanvas-body ul li .current-menu h6,
.mobileMenu .offcanvas-body ul li a:hover,
.mobileMenu .offcanvas-body ul li a:hover h6,
footer .contactInfo ul li a:hover,
footer .link ul li .current-menu,
footer .link ul li a:hover,
header .navbar .mobile_right .portal_btn:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: orange
}

header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu {
    color: orange !important
}

header,
header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu::before {
    width: 100%;
    background: #0c2f50
}

header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu svg path {
    stroke: orange
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    border-radius: 0;
    background: #0c2f50;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .11);
    min-width: 230px;
    max-width: 550px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 8px 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #0c2f50;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: inherit;
    grid-gap: 10px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
    padding-bottom: 0
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .current-menu {
    color: orange !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .current-menu .iconBox svg path {
    fill: #fff;
    stroke: none
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 {
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    padding: 20px;
    border-radius: 0 0 10px 10px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li {
    padding: 0 !important;
    margin-bottom: 15px;
    display: flex;
    justify-content: center
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a {
    color: #fff;
    padding: 0 !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a .iconBox {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 7px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    overflow: hidden
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a h6 {
    font-size: 15px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a:hover .iconBox {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu3 {
    max-width: 550px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu[data-bs-popper] {
    left: inherit;
    margin-top: inherit
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    display: none
}

header .navbar .navbar-toggler {
    box-shadow: none;
    padding: 0;
    margin-left: 20px
}

header .navbar .navbar-toggler:focus {
    box-shadow: none
}

header .navbar .mobile_right {
    display: flex;
    grid-gap: 25px;
    align-items: center
}

header .navbar .mobile_right .portal_btn {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    grid-gap: 10px
}

header .navbar .mobile_right .portal_btn:hover svg path {
    fill: orange
}

header .navbar .mobile_right .hamburgerMenu {
    display: none
}

header .navbar .mobile_right .hamburgerMenu img {
    width: 30px
}

header .navbar .mobile_right .hamburgerMenu:hover {
    cursor: pointer
}

header .dropdown-menu[data-bs-popper] {
    top: inherit
}

@media (max-width:1499.98px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        line-height: 20px
    }
}

@media (max-width:1399.98px) {
    header .navbar {
        grid-gap: 50px
    }

    header .navbar .navbar-collapse .navbar-nav {
        grid-gap: 30px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 18px
    }
}

@media (max-width:1199.98px) {
    header .navbar {
        grid-gap: 35px
    }

    header .navbar .navbar-brand img {
        width: 120px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 16px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 {
        padding: 40px 15px 20px
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a .iconBox {
        width: 70px;
        height: 70px
    }

    header .navbar .mobile_right {
        grid-gap: 25px
    }

    header .navbar .mobile_right .portal_btn {
        font-size: 10px
    }

    header .navbar .mobile_right .portal_btn svg {
        width: 30px;
        height: 30px
    }
}

@media (max-width:991.98px) {
    header .navbar {
        padding: 10px 0
    }

    header .navbar .mobile_right .hamburgerMenu {
        display: block
    }
}

@media (max-width:767.98px) {
    header .navbar {
        grid-gap: 20px
    }

    header .navbar .navbar-brand img {
        width: 100px
    }

    header .navbar .mobile_right {
        grid-gap: 15px
    }

    header .navbar .mobile_right .portal_btn {
        display: none
    }
}

.mobileMenu {
    border: 0;
    background: #0c2f50
}

.mobileMenu .offcanvas-header {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.mobileMenu .offcanvas-header img {
    width: 120px
}

.mobileMenu .offcanvas-header .btn-close {
    box-shadow: none;
    outline: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: url(../images/svg/canvasClose.svg)center;
    background-size: 38px;
    opacity: 1
}

.mobileMenu .offcanvas-body::-webkit-scrollbar {
    width: 4px
}

.mobileMenu .offcanvas-body::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #000
}

.mobileMenu .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: orange;
    opacity: 1
}

.mobileMenu .offcanvas-body ul li {
    margin-bottom: 20px
}

.mobileMenu .offcanvas-body ul li a {
    display: flex;
    align-items: center;
    grid-gap: 20px
}

.mobileMenu .offcanvas-body ul li a .iconBox {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    overflow: hidden
}

.mobileMenu .offcanvas-body ul li a h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff
}

.mobileMenu .offcanvas-body .topHeaderInfo {
    margin-top: 30px;
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
    align-items: start;
    justify-content: start
}

.mobileMenu .offcanvas-body .topHeaderInfo li a {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    color: #000;
    border: 0 solid #ccc
}

.mobileMenu .offcanvas-body .topHeaderInfo li a .iconBox {
    flex-shrink: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 0 solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobileMenu .offcanvas-body .topHeaderInfo li a .iconBox svg {
    width: 21px;
    height: 21px
}

.mobileMenu .offcanvas-body .topHeaderInfo li a .iconBox svg path {
    fill: #0c2f50
}

.mobileMenu .offcanvas-body .topHeaderInfo li a span {
    font-weight: 500;
    color: #fff
}

.highlights,
.mobileMenu .offcanvas-body .topHeaderInfo li a:hover .iconBox,
footer .abt .topHeaderInfo li a:hover .iconBox {
    background: orange
}

.mobileMenu .offcanvas-body .socialIcon {
    grid-gap: 20px;
    flex-direction: row !important;
    align-items: start;
    justify-content: start
}

@media all and (min-width:992px) {
    header .dropdown-menu>li:hover {
        background-color: #fff
    }

    header .dropdown-menu>li:hover a.dropdown-itemSubmenu {
        color: #fff
    }

    .navbar .has-megamenu {
        position: static !important
    }

    .navbar .nav-item.has-megamenu:hover .dropdown-menu2 {
        display: block !important;
        border: 0
    }
}

@media (max-width:767.98px) {
    .mobileMenu .offcanvas-header img {
        width: 100px
    }
}

.sliderHome .carousel-item {
    position: relative
}

.sliderHome .carousel-item img {
    position: relative;
    z-index: 1
}

.sliderHome .carousel-item .carousel-caption {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: inherit !important;
    right: inherit !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

.sliderHome .carousel-item .carousel-caption h1 {
    text-align: left;
    color: #fff;
    font-weight: 700;
    line-height: 1.3
}

.sliderHome .carousel-item .carousel-caption h6 {
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-top: 25px
}

.sliderHome .carousel-item .carousel-caption .primary_btn {
    margin-top: 50px
}

.sliderHome .carousel-control-next,
.sliderHome .carousel-control-prev,
.sliderHome .carousel-indicators {
    z-index: 5
}

.sliderHome .carousel-indicators {
    display: flex;
    align-items: center;
    grid-gap: 10px
}

.sliderHome .carousel-indicators [data-bs-target] {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    margin: 0
}

@media (max-width:1399.98px) {
    .sliderHome .carousel-item .carousel-caption h6 {
        margin-top: 20px
    }

    .sliderHome .carousel-item .carousel-caption .primary_btn {
        margin-top: 40px
    }
}

@media (max-width:991.98px) {
    .sliderHome .carousel-item img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        object-position: center
    }

    .sliderHome .carousel-item .carousel-caption h6 {
        margin-top: 15px
    }

    .sliderHome .carousel-item .carousel-caption .primary_btn {
        margin-top: 30px
    }
}

@media (max-width:767.98px) {
    .sliderHome .carousel-item img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center
    }

    .sliderHome .carousel-item .carousel-caption h6 {
        margin-top: 15px;
        display: none
    }
}

.highlights {
    padding: 50px 0
}

.highlights .highlightsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px
}

.highlights .highlightsCard {
    display: flex;
    align-items: center;
    grid-gap: 30px
}

.highlights .highlightsCard .iconBox {
    flex-shrink: 0 !important;
    width: 70px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end
}

.highlights .highlightsCard .iconBox::before {
    width: 50px;
    height: 60px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: beige;
    opacity: .35
}

.highlights .highlightsCard .iconBox img {
    position: relative;
    z-index: 3
}

.highlights .highlightsCard .detailsBox h2 {
    font-weight: 900;
    color: #0c2f50
}

.highlights .highlightsCard .detailsBox h6 {
    text-transform: capitalize
}

@media (max-width:1399.98px) {
    .highlights .highlightsWrapper .highlightsCard {
        grid-gap: 15px;
        flex-direction: column;
        align-items: center
    }

    .highlights .highlightsWrapper .highlightsCard h2,
    .highlights .highlightsWrapper .highlightsCard h6 {
        text-align: center
    }
}

@media (max-width:1199.98px) {
    .highlights {
        padding: 40px 0
    }

    .highlights .highlightsWrapper {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px
    }

    .highlights .highlightsWrapper .highlightsCard {
        flex-direction: row
    }

    .highlights .highlightsWrapper .highlightsCard .iconBox {
        width: 60px;
        height: 50px
    }

    .highlights .highlightsWrapper .highlightsCard .iconBox::before {
        width: 40px;
        height: 50px
    }

    .highlights .highlightsWrapper .highlightsCard .iconBox img {
        width: 40px
    }

    .highlights .highlightsWrapper .highlightsCard h2,
    .highlights .highlightsWrapper .highlightsCard h6 {
        text-align: left
    }
}

@media (max-width:767.98px) {
    .highlights .highlightsWrapper .highlightsCard {
        grid-gap: 15px;
        flex-direction: column;
        align-items: center
    }

    .highlights .highlightsWrapper .highlightsCard h2,
    .highlights .highlightsWrapper .highlightsCard h6 {
        text-align: center
    }
}

@media (max-width:390.98px) {
    .highlights .highlightsWrapper .highlightsCard h6 {
        font-size: 13px
    }
}

.homeAbout,
.subTitle {
    position: relative;
    display: flex;
    align-items: center
}

.subTitle {
    text-transform: capitalize;
    font-weight: 600;
    color: #0c2f50;
    grid-gap: 15px
}

.subTitle::before {
    content: "";
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: orange;
    left: 0
}

.homeAbout {
    padding: 100px 0;
    overflow: hidden
}

.homeAbout .dotsShape {
    position: absolute;
    right: 0
}

.homeAbout .dotsShape02 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.homeAbout .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3
}

.homeAbout .imgBox img {
    border-radius: 30px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.homeAbout .contentBox {
    padding: 40px 0
}

@media (max-width:1399.98px) {
    .homeAbout {
        padding: 80px 0
    }
}

@media (max-width:991.98px) {
    .homeAbout {
        padding: 60px 0
    }

    .homeAbout .row {
        flex-direction: column-reverse
    }

    .homeAbout .imgBox img {
        border-radius: 20px
    }

    .homeAbout .contentBox {
        padding-top: 0;
        padding-bottom: 30px
    }
}

.serviceSection {
    padding: 0 0 100px
}

.serviceSection .serviceCard {
    background: #fff;
    border: 1px solid #ded4e3;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%
}

.serviceSection .serviceCard h5 {
    text-align: center;
    margin-bottom: 20px;
    color: #0c2f50
}

.serviceSection .serviceCard p {
    text-align: center
}

@media (max-width:1399.98px) {
    .serviceSection {
        padding: 0 0 80px
    }
}

@media (max-width:991.98px) {
    .serviceSection {
        padding: 0 0 60px
    }
}

@media (max-width:767.98px) {
    .serviceSection .serviceCard {
        padding: 30px 15px
    }
}

.testimonial {
    margin: 0;
    padding: 100px 0;
    position: relative
}

.testimonial::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 49, 105, .05);
    content: "";
    display: block
}

.testimonial .testimonialSlider .slick-track {
    margin: 0-15px;
    display: flex;
    height: auto
}

.testimonial .testimonialSlider div {
    height: 100%
}

.testimonial .testimonialSlider .slick-list {
    padding: 10px 0;
    display: flex
}

.testimonial .testimonialSlider .slick-slide {
    margin: 0 15px
}

.testimonial .testimonialCard {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border-radius: 10px;
    height: 100%;
    position: relative
}

.testimonial .testimonialCard .iconShape {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1
}

.testimonial .testimonialCard .topInfoBox {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    margin-bottom: 25px;
    height: auto !important;
    position: relative;
    z-index: 2
}

.testimonial .testimonialCard .topInfoBox .imgBox {
    width: 140px;
    height: 140px !important;
    border-radius: 10px;
    overflow: hidden
}

.testimonial .testimonialCard .topInfoBox .infoBox {
    height: auto !important
}

.serviceSection .serviceCard h5,
.testimonial .testimonialCard .topInfoBox .infoBox h5 {
    font-weight: 700;
    text-transform: capitalize
}

.testimonial .testimonialCard .topInfoBox .infoBox p {
    font-weight: 400;
    text-transform: capitalize
}

.testimonial .testimonialCard .topInfoBox .infoBox .reIcon {
    margin-top: 10px;
    display: flex;
    align-items: center;
    height: auto !important;
    grid-gap: 15px
}

.testimonial .testimonialCard .topInfoBox .infoBox .reIcon .icon {
    flex-shrink: 0 !important
}

.testimonial .testimonialCard .topInfoBox .infoBox .reIcon .my-rating-readonly {
    display: flex;
    align-items: center;
    grid-gap: 7px
}

.testimonial .testimonialCard .topInfoBox .infoBox .reIcon .my-rating-readonly .jq-star {
    line-height: 0
}

.testimonial .testimonialCard .text {
    position: relative;
    z-index: 3;
    max-height: 140px;
    overflow-y: auto;
    padding-right: 15px
}

.testimonial .testimonialCard .text::-webkit-scrollbar {
    width: 5px
}

.testimonial .testimonialCard .text::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #000
}

.testimonial .testimonialCard .text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: orange;
    opacity: 1
}

@media (max-width:1399.98px) {
    .testimonial {
        margin: 0;
        padding: 80px 0
    }

    .testimonial .testimonialCard .iconShape,
    .testimonial .testimonialCard .topInfoBox .imgBox {
        width: 100px;
        height: 100px !important
    }

    .testimonial .testimonialCard .topInfoBox {
        grid-gap: 15px
    }
}

@media (max-width:1199.98px) {
    .testimonial {
        margin: 0
    }

    .testimonial .testimonialCard {
        padding: 30px
    }

    .testimonial .testimonialCard .iconShape {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1
    }
}

@media (max-width:991.98px) {
    .testimonial {
        margin: 0;
        padding: 60px 0
    }

    .testimonial .testimonialCard {
        padding: 30px 20px
    }

    .testimonial .testimonialCard .topInfoBox {
        grid-gap: 15px
    }

    .testimonial .testimonialCard .topInfoBox .imgBox {
        width: 80px;
        height: 80px !important
    }
}

@media (max-width:767.98px) {
    .testimonial {
        margin: 0
    }

    .testimonial .testimonialCard {
        padding: 30px 15px
    }

    .testimonial .testimonialCard .topInfoBox {
        grid-gap: 15px
    }

    .testimonial .testimonialCard .topInfoBox .imgBox {
        width: 70px;
        height: 70px !important
    }
}

footer {
    padding: 60px 0;
    background: #0c2f50;
    position: relative
}

footer .dotsShape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

footer .dotsShape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

footer .mt-50 {
    margin-top: 50px !important
}

footer .abt .topHeaderInfo {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    margin-top: 0
}

footer .abt .topHeaderInfo li {
    margin: 0;
    padding: 0
}

footer .abt .topHeaderInfo li a {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    color: #fff
}

footer .abt .topHeaderInfo li a .iconBox {
    transition: ease .5s
}

footer .abt .socialIcon {
    grid-gap: 20px
}

footer .link ul li {
    margin-bottom: 15px
}

footer .link ul li a {
    color: #fff;
    font-weight: 500
}

footer .subTitle {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700
}

footer .subTitle::before {
    background: #fff
}

footer .contactInfo ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    grid-gap: 20px
}

footer .abt .topHeaderInfo li a .iconBox,
footer .contactInfo ul li .iconBox {
    width: 39px;
    height: 39px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 !important
}

footer .contactInfo ul li a,
footer .contactInfo ul li p {
    color: #fff;
    font-weight: 600
}

.contactUs .infoUl li .link a:hover,
footer .contactInfo ul li .current-menu {
    color: orange
}

.copy,
.innerBanner {
    background: #000;
    padding: 20px 0
}

.copy p {
    text-align: center
}

.copy p,
.copy p a {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.copy p a:hover,
.innerBanner .breadcrumb .breadcrumb-item a:hover {
    color: #0c2f50
}

@media (max-width:1399.98px) {
    .copy p {
        font-size: 13px
    }
}

.innerBanner {
    padding: 90px 0
}

.innerBanner .breadcrumb,
.innerBanner .breadcrumb .breadcrumb-item {
    margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 20px
}

.innerBanner .breadcrumb .breadcrumb-item {
    align-items: center;
    color: #fff
}

.innerBanner .breadcrumb .breadcrumb-item::before {
    margin: 0;
    padding: 0;
    float: none;
    color: #fff
}

@media (max-width:1399.98px) {
    .innerBanner {
        padding: 70px 0
    }
}

@media (max-width:991.98px) {
    .innerBanner {
        padding: 50px 0
    }
}

.abtDetails {
    padding: 80px 0;
    background: #f8f8f8
}

.abtDetails .row {
    margin-bottom: 70px
}

.abtDetails .row h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize
}

.abtDetails .row .innerAboutImg {
    border-radius: 30px;
    margin-left: 40px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.abtDetails .row:nth-child(even) {
    flex-direction: row-reverse
}

.abtDetails .row:nth-child(even) .innerAboutImg {
    border-radius: 30px;
    margin: 0 40px 0 0
}

.abtDetails .row:last-child,
.contactUs .infoUl li .link a:last-child,
.contactUs .infoUl li:last-child {
    margin-bottom: 0
}

@media (max-width:1399.98px) {
    .abtDetails {
        padding: 70px 0
    }

    .abtDetails .row {
        margin-bottom: 50px
    }

    .abtDetails .row .innerAboutImg {
        margin-left: 20px
    }

    .abtDetails .row:nth-child(even) .innerAboutImg {
        margin: 0 20px 0 0
    }

    .abtDetails .row:last-child {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .abtDetails {
        padding: 60px 0
    }

    .abtDetails .row {
        margin-bottom: 50px
    }

    .abtDetails .row .innerAboutImg {
        border-radius: 20px;
        margin-left: 0
    }

    .abtDetails .row:nth-child(even) .innerAboutImg {
        margin: 0
    }

    .abtDetails .row:last-child {
        margin-bottom: 0
    }
}

.amlSection {
    padding: 100px 0
}

.amlSection .imgBox {
    margin-bottom: 30px
}

.amlSection .imgBox img {
    border-radius: 30px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width:1399.98px) {
    .amlSection {
        padding: 80px 0
    }

    .amlSection .imgBox {
        margin-bottom: 30px
    }

    .amlSection .imgBox img {
        border-radius: 30px
    }
}

@media (max-width:1199.98px) {
    .amlSection .imgBox img {
        border-radius: 20px
    }
}

@media (max-width:991.98px) {
    .amlSection {
        padding: 60px 0
    }
}

.contactUs {
    padding: 100px 0
}

.contactUs .infoUl {
    width: 100%;
    margin-top: 35px
}

.contactUs .infoUl li {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 30px
}

.contactUs .infoUl li .iconBox {
    flex-shrink: 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #0c2f50;
    display: flex;
    align-items: center;
    justify-content: center
}

.contactUs .infoUl li .link {
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-weight: 500
}

.contactUs .infoUl li .link a {
    font-weight: 500;
    margin-bottom: 10px
}

.contactUs .contactWrap {
    margin: 0;
    background: #0c2f50;
    padding: 30px;
    border-radius: 15px
}

.contactUs .contactWrap .primary_btn {
    border: 0;
    box-shadow: none;
    outline: 0;
    background: orange;
    color: #000
}

.contactUs .contactWrap .primary_btn:hover {
    background: #000;
    color: #fff
}

@media (max-width:1399.98px) {
    .contactUs {
        padding: 80px 0
    }
}

@media (max-width:991.98px) {
    .contactUs {
        padding: 60px 0
    }
}

@media (max-width:767.98px) {
    .contactUs .contactWrap {
        padding: 30px 15px;
        border-radius: 10px
    }
}

.commonSection {
    padding: 100px 0
}

@media (max-width:1399.98px) {
    .commonSection {
        padding: 80px 0
    }
}

@media (max-width:991.98px) {
    .commonSection {
        padding: 60px 0
    }
}

.serviceCardType02 {
    padding: 35px 20px
}

.serviceCardType02 .iconBox {
    width: 60px;
    height: 60px;
    background: #0c2f50;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px
}

.serviceCardType02 .iconBox img {
    width: 35px
}

@media (min-width: 992px) {
    .header-lang {
        display: none ;
    }
}

.serviceCardType02 h6 {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px
}

[dir=rtl] .abtDetails .row:nth-child(even) .innerAboutImg {
    margin: 0;
}

[dir="rtl"] .slick-slider {
    direction: ltr !important;
}

.header-lang .dropdown-menu {
    min-width: 100px;
}

.header-lang .nav-link:focus,
.header-lang .nav-link:hover {
    color: #fff;
}

.nav-link {
    color: #fff;
}