* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    position: relative;
    --screen-width: calc(100vw - (100vw - 100%));
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

html {
    overflow-x: hidden;
}

h1 {}

h2 {}

h3,
.h3 {
    font-size: 54px;
    margin: 0;
}

.h3 {}

h4,
.h4 {
    font-size: 20px;
    margin: 0;
}

h5,
.h5 {
    font-size: 20px;
    margin: 0;
}

h6,
.h6 {
    font-size: 16px;
    margin: 0;
    ;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

a,
a:hover {
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

ul {
    margin: 0px;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

a {
    text-decoration: none;
}

/**********animation**********/
@media (prefers-reduced-motion: no-preference) {
    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    .animate-this.rtl {
        opacity: 0;
        transform: translateX(50px);
    }

    .animate-this.animated.rtl {
        animation: fade-in-right 0.8s ease-in-out forwards;
    }

    .animate-this.lft {
        opacity: 0;
        transform: translateX(-20px);
    }

    .animate-this.animated.lft {
        animation: fade-in-left 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes fade-in-right {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    @keyframes fade-in-left {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
}

@keyframes tp-animate {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/*****header*****/
.container {
    padding: 0px 20px;
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 999;
}

.header.stick {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    
    .main-menu {
        transition: all 0.3s ease-in-out;
    }
}

.logo {
    width: 220px;
    position: relative;
}

.logo a {
    position: relative;
}

.logo img {
    width: 100%;
}

a:focus-visible {
    outline: none;
}

.navbar {
    padding: 0px;
    flex-wrap: wrap;
}

.navbar-collapse {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0px 20px;
    justify-content: space-between;
}

.nav-menu {
    gap: 35px;
    justify-content: center;
    align-items: center;
}
.nav-menu > li {
    padding: 20px 0;
}
.nav-menu li a {
    color: #000000;
    padding: 0;
    font-weight: 500;
}

.nav-menu>li:last-child a {
    background: #00528C;
    padding: 12px 30px 13px;
    color: #FFFFFF;
    font-size: 18px;
    display: inline-block;
    border-radius: 12px;
    width: 170px;
    text-align: center;
}

.nav-menu li.active a {
    font-weight: Bold;
}

.navbar_main {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar_top {
    padding-bottom: 10px;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}


.comon-padd {
    padding: 55px 0px;
}

.banner_img img {
    height: 100vh;
    object-fit: cover;
}

.banner_main {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.banner_inn {
    max-width: 650px;
}

.display-4 {
    color: #FFFFFF;
    margin-bottom: 30px;
    font-family: "Antic Didone", serif;
    font-weight: 400;
}

.display-4 span {
    font-weight: 800;
    font-family: "Lato", sans-serif;
}

.banner_inn p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

a.btn-white {
    background: #FFFFFF;
    padding: 13px 42px 15px;
    color: #01340F;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #FFFFFF;
}

a.btn-border {
    background: transparent;
    padding: 13px 30px 14px;
    color: #01340F;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

/**********nav-icon**********/
.nav-icon {
    display: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 33px;
    border-radius: 4px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    background: #1A3052;
    opacity: 1;
    left: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon span:nth-child(2) {
    top: 8px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon span:nth-child(3) {
    top: 16px;
    width: 24px;
    right: 0px;
    left: auto;
}

.nav-icon.open span:nth-child(1) {
    top: 8px;
    right: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 0px;
    top: 8px;
}

/**********/
.company_sec .display-4 span {
    color: #055F9E;
    font-weight: 800;
    font-family: "Lato", sans-serif;
}

.company_sec.home-company:before {
    content: '';
    position: absolute;
    left: 0;
    top: 216px;
    width: 230px;
    height: 500px;
    background: url(../images/orange-icon.png) no-repeat;
    background-size: 230px;
    z-index: 9;
}

.company_sec.home-company:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 165px;
    height: 505px;
    background: url(../images/blue-icon.png) no-repeat;
    background-size: 165px;
    z-index: 9;
}
.home-company .container{
    max-width: 88%;
}

.company-text {
    margin-left: 200px;
}

.company_sec p {
    color: rgba(0, 0, 0, 0.7);
}

.company_image {
    max-width: 1100px;
    margin: 0 auto;
}

.why_sec {
    background-image: linear-gradient(to bottom, rgba(230, 238, 244, 0.5), #E6EEF400);
}

.why_sec .title {
    max-width: 850px;
    margin: 0 auto;
}

.why_sec .title p {
    color: rgba(0, 0, 0, 0.7);
}

.why_box {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    padding: 30px 50px;
    margin: 6px;
    height: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.why_img img {
    width: 44px !important;
}

.why_txt {
    font-weight: 900;
}

.why_image {
    margin-top: -38px;
    position: relative;
    z-index: 9;
}
.mision_sec {
    background-image: linear-gradient(to bottom, rgba(230, 238, 244, 0.5), #E6EEF400);
    padding: 100px 0 0;
    margin-bottom: 90px;
}
.mision_main {
    padding: 40px 0px;
    position: relative;
}
.mision_main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(15, 116, 189, 0.1), rgba(0, 80, 138, 0.1));
}
.vision_sec {
        margin:60px 0 100px;
}
.vision_main {
    padding: 40px 0px;
    position: relative;
}
.vision_main:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 78%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(245, 163, 0, 0.1), rgba(255, 136, 0, 0.1));
border-radius: 265px 0 0 0;
    
}
.vision_txt {
    max-width: 560px;
    margin-left: auto;
}

.mision_txt {
    max-width: 560px;
}

.vision_txt h2 {
    border-left: 10px solid #F3A200;
    padding-left: 10px;
}

.mision_txt h2 {
    border-left: 10px solid #0F75BD;
    padding-left: 10px;
}

.vision_txt p {
    color: rgba(0, 0, 0, 0.7);
}

.mision_txt p {
    color: rgba(0, 0, 0, 0.7);
}

.mision_main {
    width: 100%;
}

.vision_main {
    width: 100%;
}
.mision_image  {
    position: absolute;
    right: 0;
    width: 35%;
    z-index: 9;
    top: 43px;
}
.vision_image {
    position: absolute;
    left: 0;
    width: 40%;
    z-index: 9;
        top: -58px;
}
.key-points .owl-dots  {
    margin-top: 18px;
    text-align: center;
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.key-points .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    border-radius: 50%;
    margin: 0 2px;
}
.key-points .owl-dots .owl-dot.active span {
    background: #FFFFFF;
	 width: 10px;
    height: 10px;
}
/*****footer*****/
.footer {
    background: #FFFFFF;
    padding: 40px 0px 0px;
}

.footer-row {
    padding-bottom: 30px;
}

.footer-logo {
    max-width: 230px;
}

.footer-logo img {
    width: 100%;
}

.footer_links h4,
.footer_social h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.footer_links ul li {
    display: block;
    line-height: 30px;
}

.footer_links ul li a {
    color: rgba(0, 0, 0, 0.9);

}

.footer_links ul li a:hover {
    color: #245DC1;
}

.social-media {
    gap: 10px;
    justify-content: flex-end;
}

.social-media a img {
    width: 24px;
}

.footer-btmrow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 30px 0px;
}

.footer-btmrow p {
    margin-bottom: 0;
}

.footer-btmrow p a {
    color: #000;
}

.footer_mainlinks {
    gap: 100px;
    justify-content: flex-end;
}

.footer-contact a,
.footer-contact p {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
    font-size: 18px;
}
.footer-contact a img{
    width: 20px;
}

.footer-contact span,
.footer-contact a span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #245DC133;
    border-radius: 8px;
    flex-shrink: 0;
}

.footer_btmain {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 0;
}

.footer_btmain p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Satoshi-Bold", sans-serif;
}

.footer_btmain ul {
    gap: 15px;
}

.footer_btmain ul li {
    display: inline-block;
}

.footer_btmain ul li a {
    color: #112C5B;
    text-decoration: underline;
    font-family: "Satoshi-Bold", sans-serif;
}

.ready-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 40px 0px;
}

.ready-container h2 strong {
    font-weight: 800;
    font-family: "Lato", sans-serif;
}

a.btn-outline {
    border: 1px solid #053782;
    border-radius: 12px;
    padding: 12px 35px 14px;
    text-align: center;
    color: #053782;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
}

.contact_sec .container {
    position: relative;
}

.contact-image {
    border-radius: 24px;
    height: 100%;
}
.contact-image img {
    height: 100%;
    object-fit: cover;
}
.contact-text .h3 {
    font-family: "Satoshi-Regular", sans-serif;
    font-weight: 300;
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #FFFFFF;
}

.contact-text h2 strong {
    display: block;
    font-family: "Satoshi-Black", sans-serif;
}

.contact-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contact-text p {
    color: #FFFFFF;
}

.contact-text-btm {
    flex-wrap: wrap;
    gap: 50px;
}

.contact-grid {
    width: 45%;
}

.contact-grid h4 {
    color: #FFFFFF;
    font-family: "Satoshi-Black", sans-serif;
    margin-bottom: 7px;
}

.contact-grid p {
    color: #FFFFFF;
}

.contact-grid ul li {
    display: block;
}

.contact-grid ul li a {
    color: #FFFFFF;
    text-decoration: underline;
}

.contact-grid a {
    color: #FFFFFF;
}

.contactpage_form {
    background: #FFFFFF;
    padding: 0px 10px;
    border-radius: 12px;
}

.contactpage_form h2 {
    margin-bottom: 0;
}

.contactpage_form p {
    color: #050505;
}

.form div.halfs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form label {
    font-weight: 700;
    margin-bottom: 8px;
}

input,
select {
    background: #F5F5F533;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 100%;
    border: 1px solid #CDCDCD;
}

select {
    padding: 12px 15px;
}

textarea {
    background: #F5F5F533;
    border-radius: 12px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 100%;
    border: 1px solid #CDCDCD;
    height: 120px;
}

input[type=submit] {
    background: #00528C;
    border: 0;
    padding: 12px 50px 13px;
    display: inline-block;
    font-family: "Satoshi-Bold", sans-serif;
    text-align: center;
    color: #FFFFFF;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 12px;
    width: auto;
    margin-top: 8px;
}
input::placeholder,
textarea::placeholder {
    color: rgba(0,0,0,0.5) !important;
}

input[type="checkbox"][name="your-consent"] {
    display: none;
}

/* Label styling */
input[type="checkbox"][name="your-consent"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(33, 33, 33, 0.69);
    font-weight: 500;
}

/* Custom box */
input[type="checkbox"][name="your-consent"]+.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background: transparent;
    transition: 0.3s;
    border-radius: 50px;
}

/* Tick mark */
input[type="checkbox"][name="your-consent"]:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input::placeholder,
textarea::placeholder {
    color: #000000;
}

.wpcf7-list-item {
    margin: 0;
}

.accordion-header {
    color: #3B3B3B;
    font-family: "Satoshi-Bold", sans-serif;
}

.accordion-header button {
    font-size: 20px;
    padding: 22px 0;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #3B3B3B;
    background-color: #FFFFFF;
    box-shadow: none;
}

.accordion-body {
    padding: 20px 0;
}

.accordion-body p {
    color: rgba(0, 0, 0, 0.5);
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.faq-hold {
    padding-left: 20px;
}

.main-menu {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    display: flex;
    gap: 30px;
    transition: all 0.3s ease-in-out;
}

.main-menu-item {
    position: relative;
}

.main-menu-item>a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #333;
}

.mega-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 20px;
    border-radius: 8px;
    z-index: 100;
    display: flex;
    gap: 30px;
}

.value_box .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #245DC1;
    border-radius: 6px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow_circle_white.svg');
    background-size: 30px;
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
}

.connect_box {
    background: #F6F6F6;
    padding: 20px 20px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 12px;
}

.connect_img {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connect_img img {
    width: 30px;
}

.connect_txt h6 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.connect_txt p {
    color: #000000;
    margin: 0;
}
.connect_txt p a{
     color: #000000;
}
.service_sec {
    background: url('../images/service-bg.webp') no-repeat;
    background-size: cover;
}
.service-section {
    display: flex;
    gap: 30px;
    align-items: stretch;
    position: relative;
    margin-bottom: 30px;
}

/* LEFT SIDE */
.service-list {
    width: 380px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    z-index: 9;
    bottom: 35px;
    left: 20px;
}

.service-item {
    background: #FFFFFF33;
    color: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-align: center;
}

.service-item:hover {
    background: #fff;
    color: #000;
}

.service-item.active {
    background: #fff;
    color: #000;
    border-color: #ddd;
}

/* RIGHT SIDE */
.service-content {
    width: 100%;
    position: relative;
}

.content-box {
    display: none;
    position: relative;
    overflow: hidden;
}

.content-box.active {
    display: block;
}

/* IMAGE */
.content-box > img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

/* OVERLAY */
.content-box::after {
    content: "";
    position: absolute;
    inset: 0;
  /*  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.2));*/
}

/* TEXT OVER IMAGE */
.content-text {
    position: absolute;
    bottom: 36px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    z-index: 2;
    width: calc(100% - 470px);
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.content-text p {
    max-width: 500px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
/* SMOOTH FADE */
.content-box {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.content-box.active {
    display: block;
    opacity: 1;
}
.service-arrow {
    width: 45px;
}
.service-arrow a img {
    height: auto;
}
.counter-section {
    position: relative;
    background: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.counter-box {
        text-align: center;
        padding: 30px 20px;
        position: relative;
		transition: all 0.3s ease;
		width: 33.3%;
    }


    .counter-section>div:not(:last-child) .numcont::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(0, 0, 0, 0.1);
    }

    .counter-number {
        font-weight: 500;
        line-height: 1;
            margin-bottom: 14px;
                font-family: "Lato", sans-serif;
    }
.dropdown-item {
    padding: 7px 20px !important;
}
.about_inn {
    margin-bottom: 40px;
}
.company_row a.btn-outline{
    border-radius: 0;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.contactpage_form .submit p {
    display: inline-block;
        margin: 0;
}
input[type=submit]{
    background-image: url('../images/arrow_right.svg');
    background-repeat: no-repeat;
    background-position: right 22px center;
    padding-right: 48px;
    background-size: 14px;
}
.derails-section{
    padding: 40px 0;
}
.details_top p a {
    color: #00528C;
}

/*****resposnive*****/
/*@media (min-width: 1850px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1776px;
    }
}*/

@media (max-width: 1539px) {
 .home-company .container {
    max-width: 85%;
}
.ready-section img {
    height: 300px;
    object-fit: cover;
}
.mision_sec {
    margin-bottom: 60px;
}
.mision_image {
    width: 41%;
}
.vision_image {
    width: 50%;
}
.content-box > img {
    height: 550px;
}
.faqs-section .container {
    max-width: 1200px;
}

}
@media (max-width: 1439px) {
.company_image { max-width: 840px; }
.company_sec.home-company:after {
    height: 440px;
}
.mision_image {
            width: 45%;
        top: 74px;
}
    .display-4 {
        font-size: 3rem;
    }
.ready_main .display-4 {
    font-size: 2.8rem;
}
.faqs-section .container {
    max-width: 1100px;
}
}

@media (max-width: 1365px) {
    .vision_image {
                top: -60px;
                width: 53%;
    }
    .faqs-section .container {
        max-width: 1050px;
    }
}

@media (max-width: 1279px) {
.company_sec.home-company:before {
    width: 200px;
}
.company_sec.home-company:after {
    width: 145px;
    height: 420px;
}
.display-4 {
    font-size: calc(1.075rem + 2.7vw);
}
.home-company .container {
    max-width: 95%;
}
.content-box > img {
    height: 450px;
}
}

@media (max-width: 1179px) {
    .mision_image {
        width: 42%;
        top: 100px;
    }
    .vision_image {
        width: 46%;
                top: -9px;
    }
    .content-text p {
    max-width: 390px;
    }
}

@media (max-width: 1079px) {
    .container {
        max-width: 95%;
    }
    .why_box {
    padding: 30px 25px;
    }
    .vision_txt, .mision_txt {
    max-width: 55%;
    }
    .mision_image {
        width: 45%;
    }
.vision_image {
        width: 50%;
}
}

@media (max-width: 991.9px) {
    .header {
        background: #FFFFFF;
        padding: 2px 0px;
    }

    .nav-menu {
        display: none;
        position: fixed;
        top: 78px;
        left: 0;
        width: 100%;
        right: 0;
        float: none;
        z-index: 9999;
        background: #FFFFFF;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: auto;
        max-height: calc(100% - 78px);
        max-height: -webkit-calc(100% - 78px);
        max-height: -moz-calc(100% - 78px);
        padding: 0px;
        width: 100%;
        max-width: 100%;
        border: 0;
        border-radius: 0;
        padding: 0px 40px;
    }

    nav ul {
        width: 100%;
        max-width: 100%;
        display: block;
        justify-content: normal;
        margin-top: 0;
        padding: 0px;
    }

    nav ul li {
        display: block;
        float: none;
        margin: 0;
        text-align: left;
        padding: 8px 40px;
    }
.nav-menu > li {
    padding: 10px 0;
}
    nav ul li:last-child {
        border: 0px;
    }

    nav ul li:not(:last-child) {
        margin-right: 0;
    }

    .nav-icon {
        display: block;
        top: 23px;
        right: 0px;
    }
    .stick .nav-icon {
        top: 15px;
    }
      .open .stick .nav-menu {
        top: 56px;
        max-height: calc(100% - 56px);
        max-height: -webkit-calc(100% - 56px);
        max-height: -moz-calc(100% - 56px);
    }
    .nav_bg {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
    }

    body.open {
        overflow: hidden;
    }

    .open .nav-menu {
        display: block;
        top: 70px;
        max-height: calc(100% - 70px);
        max-height: -webkit-calc(100% - 70px);
        max-height: -moz-calc(100% - 70px);
    }
    .nav-menu>li:last-child a {
    padding: 10px 20px 11px;
    font-size: 16px;
    width: 145px;
    }
    .logo {
        width: 140px;
    }
    .display-4 {
        font-size: calc(1.075rem + 2.6vw);
    }
    .fs-5 {
       font-size: 1.05rem !important;
    }
    .home-company .container {
        max-width: 720px;
    }
    .company_sec.home-company:before {
        width: 150px;
        background-size: 150px;
        height: 320px;
    }
    .company_sec.home-company:after {
        width: 100px;
        height: 310px;
        background-size: 105px;
    }
    .company-text {
        margin-left: 135px;
    }
    .service_sec .row.mb-5 {
       margin-bottom: 1rem !important;
    }
    .service-list {
      max-width: 280px;
    }
    .content-text {
      width: calc(100% - 355px);
    }
    .content-text p {
     max-width: 285px;
    }
    .counter-box {
        padding: 20px 20px;
    }
    .footer_mainlinks {
     gap: 35px;
    }
    .contact-image{
        margin-bottom:30px;
    }
    .contactpage_form {
        padding: 0
    }
    .comon-padd {
        padding: 40px 0px;
    }
    .connect_img {
      width: 50px;
      height: 50px;
    }
    .connect_img img {
        width: 25px;
    }
    .connect_box {
        padding: 16px 14px;
        gap: 15px;
    }
    .connect_txt {
            width: calc(100% - 50px);
    }
    .vision_txt, .mision_txt {
        max-width: 50%;
    }
    .company_sec  {
        padding-bottom: 40px !important;
    }
    .mision_sec {
        margin-bottom: 30px;
        padding: 40px 0 0;
    }
    .vision_sec {
        margin: 30px 0 50px;
    }
   .main-menu {
    padding: 15px 0;
   }
   .navbar-nav .dropdown-menu {
        box-shadow: 0px 0px 8px #ddd;
        border: 0;
    }
    nav ul li {
        padding: 5px 10px;
    }
    .contact-image { margin-bottom: 20px; }
    .contact-image img { height: auto; }
 
}

@media (max-width: 767.9px) {
    .company_sec.home-company::before, .company_sec.home-company::after { display: none; }
    .company-text {
        margin-left: 0;
    }
    .comon-padd {
        padding: 30px 0px;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    .counter-box {
        padding: 13px 20px;
        width: 100%;
    }
    .footer_mainlinks{
            justify-content: space-between;
            margin-top: 20px;
    }
.service-item {
    padding: 10px 15px;
}
.content-text {
        width: calc(100% - 355px);
        left: auto;
        right: 15px;
        justify-content: flex-end;
            bottom: 32px;
    }
    .service-arrow {
        width: 40px;
    }

    .footer_mainlinks {
        gap: 25px;
        flex-wrap: wrap;
    }
    .why_image {
    margin-top: -18px;
    }
    .header .container{
        width: 100%;
    }
    .banner_inn p {
        font-size: 16px;
    }
    a.btn-white {
    padding: 11px 20px 11px;
    font-size: 16px;
    }
    a.btn-border {
    padding: 11px 20px 11px;
    font-size: 16px;
    }
    .footer-contact a, .footer-contact p {
    font-size: 16px;
}
.derails-section { padding-top: 20px;}
 .about_inn {
        margin-top: 30px;    margin-bottom: 25px;
    }
    .mision_image {
        width: 400px;
        position: relative;
        margin: 0 auto;
                margin-bottom: 20px;
    }
     .vision_image {
        width: 400px;
        position: relative;
        margin: 0 auto;
    }
    .mision_main {
    padding: 25px 0px;
}
.mision_main:before, .vision_main:before {
    width: 100%;
}
.vision_txt, .mision_txt {
        max-width: 100%;
    }
    .container {
    padding: 0px 15px;
}
.nav-menu {
        padding: 0px 30px;
    }
    .company_row img{
        height: 400px;
        object-fit: contain;
    }
    .mision_image {
        top: 0;
    }
    .vision_main:before {
         border-radius: 0;
}
.ready_main .display-4 {
        font-size: 2.2rem;
    }
.contactpage_form h2 {
    margin-bottom: 5px;
}
.contactpage_form p br { display: none; }
.footer_mainlinks  { flex-wrap: wrap; }
.footer_links { width: 100%; }
.footer-logo {
    max-width: 200px;
}
.company_sec {
        padding-bottom: 0px !important;
    }
 .display-4 {
        margin-bottom: 12px;
    }   
    .content-text {
        width: 100%;
        right: 0;
        left: 0;
        bottom: 20px;
        position: relative;
        margin-top: -50px;
        justify-content: space-between;
        padding: 0px 20px;
    }
    .service-list {
        max-width: 310px;
        left: 15px;
        bottom: 90px;
    }
    .content-box::after {
        background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    }
}

@media (max-width: 479.9px) {
    .footer_links h4, .footer_social h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-btmrow {
    padding: 20px 0px;
}
.banner_img img {
    height: 500px;
}
.mt-5 {
    margin-top: 2rem !important;
}
.banner_main {
    transform: translateY(-42%);
}
.why_img img {
    width: 35px !important;
}
.why_box {
        padding: 22px 15px;
    }
    .form div.halfs {
    display: block;
    }
    .mision_image , .vision_image {
        width: 340px;
    }
    .dropdown-item {
    padding: 7px 8px !important;
}
.dropdown-item {
    padding: 4px 3px !important;
    font-size: 14px;
}
.nav-menu {
        padding: 0px 20px;
    }
    .ready_main .display-4 {
        font-size: 1.7rem;
    }
    .content-text p {
        max-width: 240px;
    }
    .service-list {
        max-width: 295px;
    }
}
@media (max-width: 374.9px) {
    .service-item {
        padding: 10px 10px;
    }
.service-arrow {
        width: 35px;
    }
     a.btn-white,   a.btn-border {
    padding: 9px 10px 10px;
    }
    .mision_image , .vision_image {
        width: 295px;
    }
    .service-list {
        max-width: 250px;
    }
    .content-text p {
        max-width: 190px;
    }
    }