@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'a Astro Space';
    src: url(../fonts/AstroSpace-eZ2Bg.ttf);
}

:root {
    --color-1: #FFE045;

    --color-2: #fff;

    --color-3: #000000;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
}

p {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

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

h1,
.h1 {
    font-size: 60px;
    font-family: 'a Astro Space', sans-serif;
}

h2,
.h2 {
    font-size: 56px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
}

h3,
.h3 {
    font-size: 30px
}

.my_banner {
    background-image: url(../images/banner-backgrnd.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #001323;
    padding: 100px 0;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.my_navbar a.navbar-brand img.my_logo {
    width: 250px;
}

.my_contact_btn img {
    width: 15px;
    margin-left: 4px;
}

.my_navbar {
    position: absolute;
    z-index: 1111;
    left: 0;
    right: 0;
    background: #001323;
    border-bottom: 1px solid #FFE045;
    box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px;
}

/* .my_navbar a.navbar-brand {
    background: #fff;
    padding: 10px 15px;
} */

.my_navbar nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.my_navbar .navbar-collapse {
    flex-grow: initial !important;
}

.my_navbar_list li.nav-item a.nav-link {
    color: #fff;
    font-family: 'OCR A Extended';
    margin-right: 40px;
    text-transform: capitalize;
    font-size: 17px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.my_navbar_list li.nav-item a.nav-link:hover {
    color: var(--color-1);
}

.my_contact_btn a {
    background: var(--color-1);
    display: flex;
    align-items: center;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'OCR A Extended';
    border: 2px solid transparent;
    color: #000;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.my_contact_btn a:hover {
    background: #fff;
    border: 2px solid var(--color-1);
    box-shadow: rgb(255 224 69 / 54%) 0px 5px 15px;
}

.banner-heading h1 {
    font-size: 68px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: auto;
}

.my_contact_btn a span {
    font-family: 'OCR A Extended';
}

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

.banner-heading a {
    background: #ffe045;
    padding: 10px 45px;
    border-radius: 7px;
    color: #3E3144;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid transparent;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.banner-heading a:hover {
    color: #000;
    background: #fff;
    border: 2px solid var(--color-1);
    box-shadow: rgb(255 224 69 / 54%) 0px 5px 15px;
}

.slider_banner_icon ul {
    padding-left: 0;
}

.banner_contnt_box {
    position: relative;
    z-index: 1;
}

.slider_banner_icon ul {
    padding-left: 0;
    position: absolute;
    top: -154px;
    right: 0;
}

.slider_banner_icon ul {
    padding-left: 0;
    position: absolute;
    top: -140px;
    right: 10px;
}

.slider_banner_icon ul li a i {
    font-size: 23px;
    color: #fff;
    margin-bottom: 22px;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}

.banner_animation {
    position: relative;
    margin-top: -85px;
}

.left_right_img {
    position: relative;
}

.plane-anim {
    position: absolute;
    right: -35px;
    top: -70px;
}

.right-ship {
    position: absolute;
    width: 70%;
    right: 0;
    height: 360px;
    top: 13px;
}

.left_box_img img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0px;
  left: 30px;
}

.ship_river {
    margin-top: 80px;
}

.ship_img {
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
}

.full_banner_box {
    overflow: hidden;
}

.slide-right {
    animation: 3s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

.slide-left {
    animation: 3s slide-left;
}

@keyframes slide-left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

.slide-top {
    animation: 3s slide-top;
    -webkit-animation: 3s slide-top;
}

@keyframes slide-top {
    from {
        margin-top: 100%;
    }

    to {
        margin-top: 0%;
    }
}

.best_services {
    background-image: url(../images/services-bannerbg-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 170px;
    margin-top: -120px;
    position: relative;
}

.best_service_heading h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.best_service_heading{
    text-align: center;
}

.best_service_heading p{
    color: #fff;
}

.click_tab_heading nav button img {
    width: 30px;
}

.click_tab_heading nav div#nav-tab {
    display: block;
    overflow: hidden;
}

.click_tab_heading nav div#nav-tab button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.click_tab_heading nav div#nav-tab  .nav-link.active{
    background: initial !important;
    border: initial;
    border-bottom: 2px solid var(--color-1);
    color: var(--color-1);
    position: relative;
}

.click_tab_heading nav div#nav-tab .nav-link.active::after {
    content: '';
    position: absolute;
    width: 2px;
    background: var(--color-1);

    left: 0;
    top: 66px;
    height: 670px;
}

.click_tab_heading nav div#nav-tab .nav-link {
    border: initial;
    border-bottom: 2px solid var(--color-2);
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    color: var(--color-2);
    font-weight: 600;
    font-size: 22px;
    padding: 22px 40px 12px;
}

.click_tab_heading nav div#nav-tab .nav-link img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.click_tab_heading nav div#nav-tab .nav-link.active img{
    filter: initial;
    -webkit-filter: initial;
}

.my_tab_click_contnt div#nav-tabContent .my_tab_contnt .tab_img img {
    border-radius: 23px;
}

.my_tab_click_contnt div#nav-tabContent .my_tab_contnt{
    position: relative;
}

.tab_contnt_box {
    position: absolute;
    bottom: -55px;
    padding: 50px 35px 30px;
    background: linear-gradient(180deg, rgb(16 13 13 / 2%) 0%, rgba(20, 79, 126, 1) 79%);
}

.tab_contnt_box h3 a{
    color: var(--color-1);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
}

.tab_contnt_box p {
    font-size: 19px;
    line-height: 28px;
}

.click_tab_box {
    padding-top: 40px;
}

.my_tab_click_contnt .tab-content>.active {
    position: relative;
}

.my_tab_click_contnt .tab-content>.active::before {
    content: '';
    position: absolute;
    width: 663px;
    height: 2px;
    background: var(--color-1);
    bottom: -34px;
    z-index: 999;
}

.why_choose {
    background: #212121;
    padding: 100px 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/why-choose-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.why_choose_heading h2{
    color: var(--color-2);
}

.why_choose_par {
    width: 80%;
}

.why_choose_img {
    max-width: 1000px;
    position: absolute;
    transform: rotateY(181deg);
    right: 0;
    top: 0;
    -webkit-transform: rotateY(181deg);
    -moz-transform: rotateY(181deg);
    -ms-transform: rotateY(181deg);
    -o-transform: rotateY(181deg);
}

.why_choose_heading {
    position: relative;
    z-index: 1;
}

.why_coose_btn a {
    background: #ffe045;
        padding: 11px 50px;
        border-radius: 7px;
        color: #3E3144;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 15px;
        margin-top: 20px;
        display: inline-block;
        border: 2px solid transparent;
        box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
        transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -ms-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
}

.why_coose_btn a:hover{
    color: #000;
    background: #fff;
    border: 2px solid var(--color-1);
    box-shadow: rgb(255 224 69 / 54%) 0px 5px 15px;
}

.why_coose_btn {
    position: relative;
}

.why_coose_btn::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    width: 1398px;
    height: 2px;
    bottom: 24px;
    left: 210px;
}

.location_box {
    background-color: #212121;
}

.loaction_bx {
    margin-left: 60px;
}

.our_core {
    background-image: url(../images/services-bannerbg-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 50px;
    margin-top: -250px;
    position: relative;
}

.our_core_box h2 {
    color: #fff;
    margin-bottom: 30px;
}

.our_core_box ul li {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.second_core li {
    display: flex;
    align-items: center;
}

.our_core_box ul li span {
    width: 57%;
}

.our_core_box ul li p {
    margin-bottom: 0;
    margin-left: 50px;
}

.our_core_img img {
    max-width: 1080px;
}

.our_volume {
    position: relative;
    top: 150px;
}

.our_satisfied {
    background: #001323;
    padding: 60px 0 110px;
}

.our_client_heading h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}

.clients_logo {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.clients_logo li {
    background: #ffffff;
    padding: 20px;
    margin: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 188px;
    height: 100px;
    margin-bottom: 40px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.clients_logo li a img {
    width: 100px;
}

.location_heading h2 {
    color: #fff;
}

.our_client {
    background-image: url(../images/services-bannerbg-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 50px;
    margin-top: -100px;
}

/* crousel css */

body {
    background: aliceblue;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 60px 0 40px;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #0F7882;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #0F7882;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #0F7882;
    margin: 0 10px;
    padding: 35px 30px;
    border-radius: 6px;
    border: 0;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 15px;
    transition: all .3s ease;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.gtco-testimonials .card p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.gtco-testimonials .active {
    transition: all 0.3s;
}

.gtco-testimonials .center .card {
    background: #fff;
    transform: translateY(-60px);
    box-shadow: rgb(15 120 130) 0px 5px 15px;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
}

.gtco-testimonials .center h5 {
    font-size: 24px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.our_clint_info ul {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.our_clint_info ul li {
    margin-right: 8px;
}

.our_clint_info ul li i{
    color: #F6D021;
    font-size: 20px;
}

.gtco-testimonials .center .card .our_clint_info p {
    color: #000;
    font-weight: 500;
}

.our_clint_info .client_details {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.client_bio h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
}

.gtco-testimonials .center .card .client_bio h3{
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.client_img img {
    width: 85px !important;
}

.client_bio p {
    font-size: 15px !important;
}

.client_bio {
    margin-left: 14px;
}

/* end */

.my_footer {
    background: #001323;
    padding: 60px 0 10px;
    position: relative;
    z-index: 1;
}

.singup_heading h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
}

.singup_box {
    background: #214766;
    padding: 75px 60px;
    border-radius: 35px;
    position: relative;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.singup_box::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 94%;
    background: #FFE045;
    left: -16px;
    top: 7px;
    z-index: -1;
    border-radius: 50px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.singup_box::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 94%;
    background: #FFE045;
    right: -16px;
    top: 7px;
    z-index: -1;
    border-radius: 50px;
    transition: 400ms ease-in-out;
}

.email_submit form input {
    width: 100%;
    padding: 15px 30px;
    border-radius: 5px;
    border: initial;
    box-shadow: rgb(0 0 0 / 14%) 0px 5px 15px;
}

.email_submit form input::placeholder{
    font-weight: 600;
    color: #000;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
}

.email_submit form input[type="submit"] {
    position: absolute;
    right: 0;
    width: 200px;
    background: #FFE045;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.email_submit {
    position: relative;
    margin-left: 40px;
}

.email_submit form input[type="submit"]:hover{
   background: #001323;
   color: #fff;
} 

.singup_box .row {
    align-items: center;
}

.footer_logo img {
    width: 130px;
}

.bottom_footer {
    margin-top: 60px;
}

.quick_link {
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}

.quick_link li a{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    padding: 16px 5px;
}

.quick_link li a:hover{
    color: #FFE045;
}

.quick_link li {
    margin: 0 35px;
}

.head_office_f p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

.head_office_f {
    text-align: center;
}

.soial_links_footer ul {
    padding-left: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.soial_links_footer ul li{
    margin: 0 20px;
}

.soial_links_footer ul li i{
    color: #fff;
    font-size: 20px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.soial_links_footer ul li i:hover{
    color: #FFE045;
}

span.line_gap {
    margin: 0 15px;
}

.end_copyright {
    border-top: 1px solid #fff;
    margin: 20px 0px 0;
}

.end_copyright p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

.why_choose_par p b {
    color: #ffe045;
    font-weight: 600;
}

.left_box_img img {
    height: 370px;
}

.right-ship img {
    height: 331px;
}

.ship_river img{
    height: 250px;
}

.my_navbar .navbar-toggler {
    border: 1px solid #fff !important;
    background-color: #fff !important;
}

.my_navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/toggle-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.slider_banner_icon ul li a i:hover{
    color: #ffe045;
}

.my_navbar_list li.nav-item a.nav-link:after{
    content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color:
            var(--color-1);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
}

.my_navbar_list li.nav-item a.nav-link{
      display: inline-block;
        position: relative;
}

.my_navbar_list li.nav-item a.nav-link:hover:after{
    transform: scaleX(1);
        transform-origin: bottom left;
}

.click_tab_heading nav div#nav-tab .nav-link:hover{
    color: var(--color-1);
}

.singup_box:hover::after{
    background: #214766;
}

.singup_box:hover::before{
    background: #214766;
}

.singup_box:hover{
        background: #FFE045;
}

.singup_box:hover .singup_heading h2{
    color: #001323;
    font-weight: 600;
}

.singup_box:hover .email_submit form input[type="submit"]{
    background: #001323;
    color: #fff;
}

.clients_logo li:hover img{
   transform: scale(1.3);
   -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
   -ms-transform: scale(1.3);
   -o-transform: scale(1.3);
}

.clients_logo li img{
   transition: transform .5s ease;
}

.clients_logo li{
    overflow: hidden;
}

.clients_logo li:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.head_office_f a {
    color: #fff;
}

/* about us css */

.about_contnt h1 {
    color: #fff;
}

.about_us_banner {
    height: initial;
    margin-top: 50px;
}

.about_banner_contn .row {
    align-items: center;
}

.about_contnt ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.about_contnt ul li {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
}

.about_contnt ul li i {
    font-size: 16px;
    margin: 0 7px 0 4px;
}

.about_contnt ul li a {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #fff;
}

.about_us_banner .slider_banner_icon ul{
    top: 0;
}

.home_about_contnt span {
    font-size: 24px;
    color: #ebb00a;
    font-family: 'OCR A';
}

.about_home {
    padding: 70px 0;
}

.home_about_contnt h2 {
    font-size: 50px;
}

.home_about_contnt p{
    color: #000;
}

.home_about_list {
    color: #000;
}

.home_about_list li{
    margin-bottom: 7px;
    list-style: disc;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}

.service-box{
    position: relative;
}

.service-box .service-img{
    height: 380px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.service-box .service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    background: rgb(255 255 255 / 86%);
    padding: 20px;
    text-align: center;
    width: 100%;
}

.overlay-content h4{
    color: #214766;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.service-box:hover .overlay-content{
    opacity: 0;
}

.service-box .info-box {
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    padding: 22px 20px 0px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    background: #ffe045;
    z-index: 1;
}

.service-box:hover .info-box{
    visibility: visible;
    bottom: 0px;
    opacity: 1;
}

.service-box .info-box h4{
    color: #214766;
    font-size: 24px;
    font-weight: 700;
}

.service-box .info-box p{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.service-box {
    box-shadow: 0px 10px 30px #dfdddd;
}

.big-column .form-group{
    position: relative;
    margin-bottom: 22px;
}

.contact-us-form .form-control{
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    font-size: 16px;
    color: #696b7e;
    padding: 10px 20px;
    transition: all 500ms ease;
    background: transparent;
    box-shadow: none;
}

.theme-btn{
    background: #ffe045;
    padding: 11px 50px;
    border-radius: 7px;
    color: #3E3144;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
    border: 2px solid transparent;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.contact_us_bx {
    padding-bottom: 60px;
}

.form_hedng span{
    position: relative;
  padding-left: 90px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #03228f;
  text-transform: uppercase;
}

.form_hedng span::after{
    content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 55px;
  background-color: var(--color-1);
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
}

.form_hedng span::before{
    content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  background-color: var(--color-1);
}

.contct_form_lft {
    background: #fff;
    padding: 40px 40px 45px 40px;
    box-shadow: rgb(103 103 103 / 35%) 0px 5px 15px;
    border-radius: 6px;
    width: 100%;
}

.form_hedng h2{
    font-size: 35px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

 .contact-us-form .form-control{
    /* border: 1px solid #001323; */
    background-color: #f6f6f6;
}

.big-column .form-group textarea{
  min-height: 150px;
}

.form_hedng {
    margin-bottom: 25px;
}

.contact-us-form .col-lg-6.col-md-12 {
    display: flex;
}

.contact_map {
    width: 100%;
}

.contact_map iframe {
    width: 100%;
    margin-top: 50px;
}

/* .contact_us_bx{
    background-image: url(../images/contact_new_banner.png);
    height: 560px;
} */

.my_navbar a.navbar-brand img.my_logo {
    width: 120px;
}

.click_tab_heading nav div#nav-tab .nav-link.active::after {
    content: '';
    position: absolute;
    width: 2px;
    background: var(--color-1);
    left: 0;
    top: 66px;
    height: 670px;
}

.click_tab_heading button::after, input[type=button]::after, input[type=reset]::after, input[type=submit]::after, .button::after, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after, .added_to_cart::after{
    display: block
}

body, button, input, textarea {
    line-height: 1.4 !important;
}

.why_choose_heading h2{
    font-size: 56px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
}

.location_heading h2{
    font-size: 56px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
}

.our_core_box h2{
    font-size: 56px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
}

.our_client_heading h2{
    font-size: 56px;
    font-family: 'Rubik', sans-serif;
 
    font-weight: 500;
}

.singup_heading h2{
    font-weight: 500;
}

p{
    margin-bottom: 1rem !important;
}

.contact_adress_tab {
    background: #214766;
    padding: 40px 25px 45px 25px;
}

.contact_adress_tab h2{
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.contact_adress_tab button {
    padding: 10px 13px;
    color: #ffe045;
}

.contact_adress .nav-link:focus, .nav-link:hover{
    color: #ffe045;
}

.offiec_adreses_info h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}

.offiec_adreses_info {
    margin-top: 25px;
}

.offiec_adreses_info h3 b {
    margin-left: 6px;
    color: #ffe045;
}

.offiec_adreses_info p {
    font-size: 16px;
    margin-bottom: 6px !important;
    font-weight: 400;
}

.offiec_adreses_info ul {
    margin-left: 0;
    margin-bottom: 15px;
}

.offiec_adreses_info ul li {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.offiec_adreses_info ul li a {
    color: #ffe045;
    display: block;
    margin-bottom: 4px;
}

.offiec_adreses_info ul li a:hover{
    text-decoration: underline;
}

.contct_prsn_d {
    margin-top: 20px;
}

.contct_prsn_d li a {
    margin-left: 10px;
    display: inline-block !important;
}

.offiec_adreses_info ul li span {
    margin-bottom: 7px;
    display: inline-block;
    font-weight: 600;
}

.contct_prsn_d li {
    margin-bottom: 5px;
}

.head_office_f p{
    margin-bottom: 0 !important;
}

.soial_links_footer ul{
    margin-left: 0 !important;
}

.clients_logo {
  margin-left: 0 !important;
}

ul#menu-footer {
    margin-top: 0;
}

.about_home  .elementor-9 .elementor-element.elementor-element-e03e76b .elementor-heading-title{
    font-family: 'Rubik', sans-serif;
}