:root {
    --primary_color_1: #630000;
    --primary_color_2: #77251c;
    --primary_color_3: #8b4034;
    --primary_color_4: #9e5a4e;
    --primary_color_5: #b07469;
    --primary_color_6: #c18f85;
    --primary_color_7: #d2aaa2;
    --primary_color_8: #e1c6c0;
    --primary_color_9: #f1e2df;
    --primary_color_10: white;
    --primary_color_11: #372249;
    --primary_color_12: #2c2a5b;
    --primary_color_13: #21336d;
    --primary_color_14: #163b80;
    --primary_color_15: #0b4492;
    --primary_color_16: #004ca4;
    --font_family_1: 'Poppins', sans-serif;
    --font_family_2: 'Raleway', sans-serif;
    --font_family_3: 'Roboto Slab', serif;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #630000;
    cursor: pointer;
    border-radius: 5px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #163b80; 
}
html {
    box-sizing: border-box;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}
body {
   background-color: #f5f5f5;

}
*, *::after, *::before {
    box-sizing: inherit;
}
*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
a {
    color: black;
    text-decoration: none;
    transition: 200ms ease;
}


.button-56 {
    align-items: center;
    background-color: var(--primary_color_1);
    border: 2px solid #630000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: var(--font_family_2);
    height: 40px;
    justify-content: center;
    /* line-height: 24px; */
    max-width: 100%;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation;
  }
  
  .button-56:after {
    background-color: #000;
    content: "";
    display: block;
    height: 38px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -1px;
    transform: translate(0, 0);
    transition: transform .2s ease-out;
    z-index: -1;
  }
  
  .button-56:hover:after {
    transform: translate(10px, 10px);
  }
  
  .button-56:active {
    background-color: #ffdeda;
    outline: 0;
  }
  
  .button-56:hover {
    outline: 0;
  }


.page_loader {
    /* // border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
}
#google_translate_element{
    height: 35px;
}
#google_translate_element ::-webkit-scrollbar {
    width: 5px;
  }
.skiptranslate{
    height: 35px;
}
#google_translate_element select{
    background: #fff;
    color:var(--primary_color_1);
    font-weight: 600;
    border: none;
    border-radius:3px;
    font-family: var(--font_family_1);
    padding:6px 8px;
    margin-bottom:0 !important;
}
/*google translate link | logo */

.goog-logo-link{
    display:none!important;
}
.goog-te-gadget{
  color:transparent!important;
}
  
/* google translate banner-frame */
  
.goog-te-banner-frame{
  display:none !important;
}
  
#goog-gt-tt, .goog-te-balloon-frame{
  display: none !important;
}
.goog-text-highlight {
   background:none !important; box-shadow: none !important;
}
.sidebar {
    height: 100vh;
    width:0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    /* display: flex; */
    flex-direction: column;
    /* gap: 1rem; */
    flex-wrap: nowrap;
    background-color: var(--primary_color_1);
    overflow-y: scroll;
    transition: 1s ease-out;
    box-shadow: 3px 3px 5px black;
}
.sidebar-top-nav{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    background-color: var(--primary_color_1);
    padding: 1rem 0;
    color: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 35%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 41;
    /* border-bottom: 2px solid black; */
}
.sidebar-menu{
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin-top: 50vw;
}
  
.sidebar a {
    padding: 0px 8px 8px 20px;
    /* border-bottom: 1px solid black; */
    text-decoration: none;
    text-transform: capitalize;
    font-size: clamp(0.875rem, 2vw, 1.1rem);
    font-weight: 700;
    color: white;
    display: block;
    /* margin-top: 2rem; */
    transition: 0.3s;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.sidebar::-webkit-scrollbar{
    display: none;
} 
.sidebar a:hover {
    color:var(--primary_color_2) ;
}
.openbtn{
    display: none;
    cursor: pointer;
    background-color:transparent;
    color: var(--primary_color_2);
    font-size:clamp(1.8rem, 6vw, 2.5rem);
    border: none;
}
.closebtn {
    font-size: 2.5em;
    position: absolute;
    z-index: 10000;
    top: -5px;
    border: none;
    color: var(--primary_color_2);
    padding: 10px 20px;
    background-color: transparent;
    right: 0px;
}

@media (max-width:950px) {
    .top-nav{
        display: none;
    }
}

.nav_header {
    display: none;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
    justify-content: flex-end;
    max-width: 100%;
    top: 0;
    box-shadow: none;
    background-color: #f5f5f5;
    position: fixed;
    height: 60px!important;
    z-index: 999999999999999999999999;
}
.header img {
    margin-right: 1rem;
}
#sidebarMenu {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    display: none;
    overflow-y: scroll;
    bottom: 0;
    z-index: 999999999999999999999999999999999999999999999999;
    width: 70%;
    font-size: clamp(0.7em,4vw, 0.9em);
    margin-top: 60px;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #f5f5f5;
}
.sidebarMenuInner{
    margin:0 0 3.5em 0;
    padding:0;
    border-top: 1px solid #c8d0e2;
}
.sidebarMenuLogo {
    padding: 20px;
}
.sidebarMenuInner li{
    list-style: none;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    display: flex;
    margin: 1em 0;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #c8d0e2;
}
.sidebarMenuInner li i{
    color: var(--primary_color_3) !important;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(104, 104, 104, 0.5);
}
.sidebarMenuInner li a{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    margin-left: 0.4em;
    text-decoration: none;
}
.sidebarMenuInfo {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 1em;
    padding: 20px;
}
.sidebarMenuInfo .translate {
    display: flex;
    align-items: baseline;
    padding: 0 !important;
    gap: 0.5em;
}
.sidebarMenuInfo .server {
    display: flex;
    gap: 0.2em;
    font-size: 0.9em;
    align-items: center;
}
.sidebarMenuInfo .serv_cont {
    display: flex;
    gap: 0.3em;
    padding: 0;
    align-items: center;
    font-size: 0.8em;
}
.sidebarMenuInfo .fa-solid {
    margin-right: 0.3em;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99999999999999999999999999;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    display: none;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
@media (max-width: 700px) {
    .nav_header {
        display: flex;
    }
    .sidebarIconToggle {
        display: block;
    }
    #sidebarMenu {
        display: block;
    }
    .bg_screen {
        display: none;
    }
}
/* END OF NAV SECTION ////////////////////////////// */
.top_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 2em;
    position: relative;
    /* border: 2px solid red; */
    z-index: 40;
    font-family: 'Raleway', sans-serif !important;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.602);
}
.top_nav_social {
    display: flex;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
}
.top_nav_social i {
    font-size: clamp(0.6em, 1.5vw, 0.8em);
    color: white;
}
.top_nav_contact {
    display: flex;
    align-items: center;
    gap: 3em;
    justify-content: space-between;
}
.top_nav_contact_group {
    display: flex;
    align-items: center;
    gap: 0.6em;
    color: white;
    letter-spacing: 1px;
}
.top_nav_contact i {
    font-size: clamp(0.6em, 1.5vw, 0.8em);
}
.top_nav_contact p {
    font-weight: 600;
    cursor: default;
    font-size: clamp(0.6em, 1.5vw, 0.8em);
}
.nav_bar {
    display: flex;
    padding: 0.5rem 2em;
    gap: 3em;
    position: sticky;
    font-family: 'Raleway', sans-serif !important;
    top: 0;
    left: 0;
    right: 0;
    /* box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    background-color: transparent;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.1);
}
.navbar-fixed-top.scrolled {
    background: #fff !important;
    transition: background-color 800ms linear;
  }
  
  .navbar-fixed-top.scrolled a {
    color:#000 !important;
  }
  .navbar-fixed-top.scrolled i {
    color: #000 !important;
  }
.logo {
    display: flex;
    cursor: default;
    gap: 0.5em;
    margin-left: -2em;
    /* align-items: center; */
    /* justify-content: center; */
    /* border: 2px solid red; */
}
.logo p {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: -2em;
    font-size: clamp(0.6em, 2vw, 0.8em);
}
.logo img {
    width: 30%;
    /* border: 2px solid red; */
    padding: 0 !important;
    /* margin: -1em 0 -2em 0; */
}
.nav_bar_links {
    display: flex;
    gap: clamp(2em, 6vw, 6em);
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: clamp(0.8em, 2vw, 1em);
}
.active {
    color: var(--primary_color_1); 
}
.nav_bar_links a{
    position: relative;
    transition: 100ms ease-in-out;
    color: rgb(211, 211, 211);
}
.nav_bar_links a::after{
    position: absolute;
    content: " ";
    background-color:var(--primary_color_1);
    width: 0%;
    height: 2px;
    bottom: -.3rem;
    left: 0;
    transition: 100ms ease-in-out;
}
.nav_bar_links a:hover::after{
    width: 100%;
}
.nav_bar_links a:hover {
    color: var(--primary_color_1) !important;
}
.nav_bar_links .dropdown:hover i, .nav_bar_links .dropdown:hover .dropdown a {
    color: var(--primary_color_1);
}
.dropdown {
    position: relative;
    display: flex;
    gap: 0.2em;
    align-items: center;
}
.dropdown i{
    transition: 200ms ease-in-out;
    color: white;
}
.dropdown:hover i{
    transform: rotate(180deg);
    color: var(--primary_color_1) !important;
}
.dropdown:hover .dropdownBtn {
    color: var(--primary_color_1) !important;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    white-space: nowrap;
    flex-direction: column;
    gap: 1em;
    top: 1.8em;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
.dropdown-content a {
    color: #000 !important;
}
.dropdown:hover .dropdown-content {
    display: flex;
}
@media (max-width:740px) {
    .logo img {
        margin: -1em 0;
    }
    /* .logo p {
        display: none;
    } */
}
@media (max-width:700px) {
    .top_nav, .nav_bar{
        display: none;
    }
    .page_loader img {
        width: 40%;
    }
}





















.header {
   /* border: 2px solid red; */
   padding: 0 2em;
   margin: 0 0;
   display: grid;
   grid-template-columns: 1fr 1fr;
   font-family: 'Raleway', sans-serif !important;
}
.header_group1 {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    justify-content: center;
    position: absolute;
    z-index: 20;
    padding: 0 0 3em 5em;
    color: white;
    margin-top: 11rem;
    /* border: 2px solid blue; */
}
.header_btn {
    background-color: white;
    border: none;
    font-size: clamp(0.8em, 2vw, 1.1em);
    text-transform: uppercase;
    padding: 0.7em 1.1rem;
    margin-top: 1em;
    align-self: flex-start;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary_color_1);
    border-radius: 4px;
}
.submit_btn {
    border: none;
    font-size: clamp(0.8em, 2vw, 1.1em);
    text-transform: uppercase;
    padding: 0.7em 1.1rem;
    margin-top: 1em;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary_color_1);
    border-radius: 4px;
    transition: ease 200ms;
    background: linear-gradient(45deg, #004ca4, #0b4492, #21336d, #2c2a5b, #372249, #630000);
    color: #fff;
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 19px, 0 0 15px 0 rgba(0, 0, 0, 0.553);
}
.submit_btn:hover {
    background: linear-gradient(180deg, #2c2a5b, #372249, #004ca4, #0b4492, #21336d,) !important;
    color: #fff;
}
.header_btn:hover {
    transition: ease 200ms;
    background: linear-gradient(45deg, #004ca4, #0b4492, #21336d, #2c2a5b, #372249, #630000);
    color: #fff;
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 19px, 0 0 15px 0 rgba(0, 0, 0, 0.553);
}
.header_title {
    color: white;
    font-weight: 500;
    padding-left: 6px;
    font-size: clamp(1em, 2vw, 1em);
}
.header_name {
    color: var(--primary_color_12);
    color: rgb(85, 0, 0);
    font-weight: 800;
    max-width: 13ch;
    font-size:clamp(2rem, 6vw, 4.5rem);
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto Slab', serif;
}
.header_content {
    font-size: clamp(1em, 1.5vw, 1.5em);
    color: rgb(42, 42, 42);
}
.oldSwiper {
    width: 100%;
    /* border: 2px solid red; */
    height: 450px;
    position: relative;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.194);
    top: -9.3rem;
  }
.oldSwiper .swiper-slide{
    position: relative; 
    display: flex;
    align-items: center;
}
.oldSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:top;
    filter:brightness(70%);
}
.oldSwiper .swiper-slide i {
    font-size: clamp(1em, 3vw, 2em);
    color: #fff;
    position: absolute;
    bottom: 1em;
    left: 50%;
}
  @media (max-width:1100px) {
    .oldSwiper .swiper-slide img {
        filter: brightness(50%);
    }
    .header_group1 {
        padding: 0 2em;
    }
    .header_content {
        color: #fff;
    }
    .header_name {
        color: #fff;
    }
}
@media (max-width:600px) {
    .oldSwiper{
        top: 3em;
        height: 300px;
    }
    .header_group1 {
        margin-top: 0em;
    }
}


.about_wrapper {
    display: flex;
    gap: 2em !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 21;
    margin: -17em 0 2em 0;
    /* box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.094); */
    /* border: 2px solid red; */
}
.about_wrapper img {
    width: 30%;
    height: auto;
}
.about_group {
    /* border: 2px solid blue; */
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about_heading {
    color: var(--primary_color_16);
    text-transform: uppercase;
    /* color: #000024; */
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 800;
}
.about_title {
    font-size: clamp(1em, 3vw, 2.4em);
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary_color_1);
    text-align: center;
    margin-top: 2rem;
    padding: 0 2rem 2rem 2rem;
}
.about_content {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.about_content p {
    font-size: clamp(0.8em, 1.8vw, 1em);
    text-align: center;
    padding: 0 2rem 2rem 2rem;
}
.about_content .aMain {
    font-size: clamp(1.2em,1.7vw,1.6em);
    text-align: center !important;
    margin-bottom: -1rem;
    text-transform: uppercase;
}
.about_group_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5em;
    padding: 0 2rem 2rem 2rem;
    border-bottom: 1px solid #0000004e;
    width: 100%;
}
.about_group_box .headinP {
    font-weight: 700;
    font-size: clamp(1em, 3vw, 2.4em);
    text-align: center;
    font-family: var(--font_family_2);
    text-transform: capitalize;
}
.about_group_box .sub {
    font-weight: 500;
    font-size: clamp(1em, 1.8vw, 1.7em);
    font-family: var(--font_family_1);
    text-transform: capitalize;
}
.about_group_box .sub:nth-last-child(2) {
    text-transform: uppercase;
}
.about_group_box .miniSub {
    font-weight: 500;
    text-align: center;
    font-size: clamp(1em, 1.5vw, 1.7em) !important;
}
.about_services {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 2rem 2rem;
    text-align: center;
    flex-direction: column;
}
.about_services img {
    width: 6%;
}
.about_services_group {
    font-size: clamp(0.8em, 1.5vw, 1.2em);
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}
.about_services_group p b {
    color: var(--primary_color_16);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 800;
}
.about_services_group p {
    color: var(--primary_color_1);
    font-weight: 500;
}
/* .about_services .chooseMe_group p b {
    font-size: clamp(1.3rem, 2vw, 2rem);
} */
.about_services .chooseMe_grid_box {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.194);
    border: none;
}
.about_services .icon_box i {
    font-size: clamp(1.8em, 5vw, 2.5em);
    color: var(--primary_color_1);
}
.about_services .chooseMe_grid_box p {
    font-weight: 500 !important;
    padding: 0 1rem;
    text-align: left !important;
}
.about_services .chooseMe_grid_box p b {
    text-align: left !important;
}
.about_services .chooseMe_grid_box {
    justify-content: flex-start;
    align-items: flex-start;
}
.about_services .icon_box {
    justify-content: start !important;
    width: 100%;
    align-items: start !important;
    display: flex;
    padding: 0 2em 2em 1em;
}
.focusWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    gap: 1em;
}
.focusGroup {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #0000004e;
    gap: 0.5em;
    padding: 0 2rem 1rem 2rem;
    flex-wrap: wrap;
}
.focus {
    background-color: greenyellow;
    padding: 0.5em 0.4em;
    font-size: clamp(0.8em,1.3vw,1.5em);
    border-radius: 8px;
    color: green;
}
.focusContactGroup {
    display: flex;
    gap: 0.5em;
    padding: 0 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    flex-direction: column;
}
.focusContactGroup div, .focusContactGroup a {
    display: flex;
    gap: 0.3em;
    align-items: center;
    justify-content: center;
    font-size: clamp(1em,1.3vw,1.5em);
    color: var(--primary_color_1);
}
.focusContactGroup p {
    text-decoration: underline;
}
.focusContactGroup i {
    color: var(--primary_color_1);
}
.connect {
    background-color: var(--primary_color_1);
    box-shadow: 0 0 2px #004ca4;
    text-align: center;
    color: #fff;
    font-size: clamp(0.8em,1.3vw,1.5em);
    padding: 0.6em 1.2em;
    margin: 0 2rem;
    justify-self: center;
    align-self: center;
    text-transform: uppercase;
}
.subNav {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    margin-top: 1.5rem;
    font-size: clamp(0.8em,1.3vw,1.5em);
    text-transform: uppercase;
    background-color: #e5e5e5;
    box-shadow: 0 0 5px #c8d0e2;
    width: 100%;
    padding: 1rem ;
}
@media (max-width:600px) {
    .about_wrapper {
        justify-content: center;
        flex-direction: column;
        margin-top: -3em;
    }
    .about_group_box {
        justify-content: center;
    }
    .about_wrapper img {
        width: 40%;
    }
    .about_content p{
        text-align: justify;
    }
    .about_content b {
        text-align: center !important;
    }
    .subNav {
        gap: 2rem;
    }
}
@media (max-width:450px) {
    .focusContactGroup div, .focusContactGroup a, .focusContactGroup {
        justify-content: flex-start;
    }
    .focusContactGroup {
        justify-content: flex-start;
        align-items: flex-start;
        padding-right: 0;
    }
    .connect {
        width: 80%;
    }
    .subNav {
        gap: 1.5rem;
    }
}
.services_wrapper {
    margin: 11em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 2px solid red; */
}
.services_header {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.services_header p b {
    font-size: clamp(1em, 3vw, 2.4em);
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary_color_1);
    text-align: center;
}
.services_header_group {
    display: flex;
    align-items: center; 
    justify-content: center;
    color: var(--primary_color_16);
    text-transform: uppercase;
    /* color: #000024; */
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 800;
    /* border: 2px solid;    */
}
.services_header_group img {
    width: 6%;
}
.newSwiper {
    /* border: 2px solid red; */
    height: 350px;
    width: 80%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newSwiper .swiper-pagination-bullet-active {
    background: var(--primary_color_1) !important;
}
.newSwiper .swiper-slide {
    /* border: 2px solid red; */
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 2em 0;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.094);
    height: 50%;
    width: 100%;
    cursor: pointer;
    margin: auto 0;
    position: relative;
    align-items: center;
}
.services .services_box {
    display: flex;
    /* flex-grow: 1; */
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: default;
    width: 100%;
    font-size: clamp(1em, 2vw, 1.5em);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.094);
}
.image {
    font-size: clamp(1em, 1.5vw, 1.8em);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    /* border: 2px solid red; */
    /* width: 100%; */
    text-transform: uppercase;
    gap: 2em;
}
.image img {
    width: 15%;
    /* border: 2px solid; */
}
.image p b {
    font-family: var(--font_family_3) !important;
    font-size: clamp(0.7rem,1.5vw,1.5rem);
    line-height:1.2;
}
.overlay{
    display:none;
    box-shadow: 0 0 15px 5px #63000061;
    width: 100%;
    position:absolute;
    top:0px;
    align-items: center;
    justify-content: center;
    left:0px;
    bottom: 0 !important;
    z-index: 1;
}
.overlay div {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em 2em;
    cursor: pointer;
    text-align: center;
    font-size: clamp(0.6em, 1.5vw, 0.8em);
}
.swiper-slide:hover .overlay {
    display:flex;
    background-color:var(--primary_color_1);
    transition: 300ms ease;
}
.bt1 {
   color: #fff;
}
@media (max-width:600px) {
    .services {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .services_wrapper {
        margin: 4em 0;
    }
}
.chooseMe_wrapper {
    display: flex;
    /* border: 2px solid red; */
    align-items: flex-end;
    padding: 0 2em;
    margin-top: 7em;
    gap: 4em;
}
.chooseMe_wrapper .bigImg {
    width: 60%;
    height: 100vh;
    margin-right: -10em;
}
.separate {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
}
.chooseMe_group2 {
    display: flex;
    gap: 2em;
    margin-top: 6em;
    /* border: 2px solid red; */
    flex-direction: column;
}
.chooseMe_group {
    /* border: 2px solid blue; */
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.chooseMe_group p {
    font-size: clamp(0.9em, 3vw, 2em);
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary_color_1);
    text-align: center;
}
.chooseMe_group p b{
    color: var(--primary_color_16);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 800;
}
.chooseMe_group img {
    width: 6%;
}
.chooseMe_group_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}
.chooseMe_grid_box {
    border: 0.5px solid rgba(0, 0, 0, 0.224);
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 2em 0;
    flex-direction: column;
    flex-grow: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    gap:  2em;
    margin: auto 0;
    position: relative;
    align-items: center;
}
.chooseMe_grid_box p {
    font-size: clamp(0.6em, 2vw, 0.8em);
    font-weight: 700;
    padding: 0 1em;
    text-transform: uppercase;
}
.icon_box {
    /* border: 2px solid; */
    display: flex;
    flex-direction: row-reverse;
    padding: 2em 0;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.181);
    justify-content: space-evenly;
}
.icon_box img{
    width: 20%;
}
@media (max-width:900px) {
    .chooseMe_wrapper {
        flex-direction: column;
        margin: 0 !important;
        right: 0;
        align-items: center;
    }
    .bigImg {
        display: none;
        width: 100% !important;
        height: auto;
    }
    .chooseMe_group2 {
        margin-top: 2em;
    }
    .chooseMe_grid_box p {
        font-size: clamp(0.8em, 2vw, 1.2em);
    }
    .icon_box img{
        width: 10%;
    }
}
@media (max-width:600px) {
    .about_services .chooseMe_group_box {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width:500px) {
    .chooseMe_group_box {
        display: flex;
        flex-direction: column;
    }
}

/* BEGGINING OF COUNTER ////////////////////// */
.counter-background{
    margin: 0 0 5em 0;
    display: flex;
    padding: 0 0 3em 0;
    flex-direction: column;
    gap: 8em;
    background: linear-gradient(45deg, #004ca4, #0b4492, #21336d, #2c2a5b, #372249, #630000);
}
.counter-container{
    display: grid;
    grid-template-areas: 'box1 box2 box3 box4';
    justify-content: space-evenly;
    padding: 3rem 1rem;
    max-width: 100%;
    gap: 3em;
    margin: 0 auto;
}
.counter-box1{
    grid-area: box1;
}
.counter-box2{
    grid-area: box2;
}
.counter-box3{
    grid-area: box3;
}
.counter-box4{
    grid-area: box4;
}
.counter{
    display: flex;
    flex-direction: column;
    gap:.2rem;
}
.counter__text1{
    font-size: clamp(0.9rem, 2.5vw, 1.125rem);
    color: var(--primary_color_1);
    color: white;
    font-weight: 600;
    font-family: var(--font-3-poppins);
    line-height: 1.2;
    text-align: center;
}
.counter__text2{
    font-size:clamp(0.7rem, 2.5vw, 0.938rem);
    color: #999 !important;
    text-align: center;
}
.num{
    font-size:clamp(2.3rem, 5vw, 3rem);
    color: var(--primary_color_1);
    color: white;
    text-align: center;
    font-weight: 700;
    font-family: var(--font-3-poppins);
    margin-bottom: .7rem;
}
@media (max-width:820px) {
    .counter-container{
        grid-template-areas: 'box1 box2' 'box3 box4' ;
        gap: 1rem;
        grid-auto-rows: 1fr 1fr;
        grid-auto-columns: 1fr 1fr;
        padding: 2rem 1rem;
    }  
}
@media (max-width:500px) {
    .counter-container{
        grid-template-areas:'box1' 'box2' 'box3' 'box4' ;
        padding: 1rem;
    }
    .counter-background {
        padding-top: 3em;
    }
}

.newerSwiper {
    background-color: #fff;
    width: 70%;
    position: relative;
    height: 350px;
    top: 0;
}
.newerSwiper .swiper-slide {
    background-color: #fff;
    display: flex;
    gap: 0.8em;
}
.newerSwiper img {
    height: 100%;
    width: 40%;
}
.newerSwiper  .swiper-button-next, .newerSwiper .swiper-button-prev {
    position: absolute;
    /* left: 0; */
    background-color: #004ca4;
    color: #fff;
    padding: 3em;
    transform: scale(0.5);
    border-radius: 50%;
    top: 18em;
    transition: 200ms ease;
}
.newerSwiper .swiper-button-next:hover, .newerSwiper .swiper-button-prev:hover {
    background-color: var(--primary_color_1);
}
.newSwiper_box {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.8em;
    font-family: var(--font_family_2) !important;
    padding: 2em 1em;
}
.newSwiper_box p cite {
    font-size: clamp(1em, 2.5vw,1.3em);
    font-weight: 500;
    font-family: var(--font_family_2) !important;
    color: black;
}
.newSwiper_box p {
    font-size: clamp(0.8em, 1.5vw, 1.1em);
    font-weight: 700;
    align-self: start;
    font-family: var(--font_family_2) !important;
    color: var(--primary_color_1);
}
.counter_group {
    display: flex;
    padding: 0 2em;
    gap: 2em;
}
.counter_group_box {
    display: flex;
    align-items: center;
    gap: 0.6em;
}
.counter_group_content {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.counter_group_content p b{
    font-size: clamp(1em, 3vw, 2.5em);
    font-weight: 700;
    line-height: 1.3;
    color: white;
}
.counter_group_box p {
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 800;
}
.counter_group_box img {
    width: 8%;
}
@media (max-width:900px) {
    .counter_group {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .counter_group_content, .counter_group_box {
        justify-content: center;
        align-items: center;
    }
    .newerSwiper {
        width: 90%;
        height: 300px;
    }
    .newerSwiper  .swiper-button-next, .newerSwiper .swiper-button-prev {
        top: 16em;
        transform: scale(0.3);
    }
    .counter_group br {
        display: none;
    }
}
@media (max-width:500px) {
    .newerSwiper img {
        display: none;
    }
    .newerSwiper {
        line-height: 1.5em;
    }
}
.contact_wrapper {
    display: flex;
    gap: 2em;
    margin: 2em 0 2em 1em;
    justify-content: space-between;
    padding: 0 2em 0 1em;
}
.contact_heading {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}
.contact_heading p b {
    font-size: clamp(1em, 3vw, 2.3em);
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--primary_color_1);
    text-align: center;
}
.contact_group {
    display: flex;
    align-items: center;
}
.contact_group img {
    width: 4%;
}
.contact_group p{
    color: var(--primary_color_16);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 800;
}
.contact_heading form {
    display: flex;
    gap: 1em;
    width: 100%;
    flex-direction: column;
}
.contact_heading form input, textarea {
    padding: 0.3em 0.6em;
    color: #3A3D40 !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05), -1px -2px 0 rgba(0, 0, 0, 0.05);
    font-size: clamp(0.7em, 2vw, 1em);
    font-family: var(--primary_font_1);
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_group {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr;
}
.contact_panel {
    display: flex;
    gap: 7em;
    width: 60%;
    padding: 2em 3.5em;
    flex-direction: column;
    background: #fff url(img/contactPic.jpg) scroll no-repeat center/cover;
}
.contact_panel_heading {
    font-size: clamp(1em, 3vw, 2.3em);
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    color: white;
    text-shadow: 0 0 5px black;
    text-align: center;
}
.contact_panel_group {
    display: flex;
    color: #fff;
    align-items: center;
    text-shadow: 0 0 5px black;
    gap: 0.5em;
    margin-left: 1.5em;
}
.contact_panel_group i {
    font-size: clamp(1em, 2vw, 1.8em);
}
.contact_panel_group div {
    display: flex;
    flex-direction: column;
    /* gap: 0.8em; */
}
.contact_panel_group p {
    font-weight: 600;
    font-size: clamp(0.8em, 2vw, 1.2em);
}
.email_text {
    font-weight: 400 !important; 
}
@media (max-width:970px) {
   .contact_wrapper {
    flex-direction: column;
    padding: 0 2em;
    margin: 0;
   }
   .contact_heading form {
    margin: 0 auto;
    width: 100%;
   }
   .form_group {
    display: flex;
    flex-direction: column;
   }
   .center{
    text-align: center;
    margin-bottom: 2em;
   }
   .contact_group {
    justify-content: center;
   }
   .contact_heading{
    justify-content: center;
   }
   .contact_panel {
    /* display: none; */
    gap: 2em;
    width: 100%;
    padding: 5em 2em;
    background-attachment: scroll;
   }
}

/* BEGGINING OF FOOTER ///////////////////// */

.footer-section{
    padding: 3rem 1rem;
    background-color: #fff;
}
.footer{
    max-width: 70rem;
    margin: 0 auto;
    color: black;
    display: grid;
    grid-template-areas: 'box1 box3 box4';
    grid-auto-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 2rem;
}
.footer-box1{
    grid-area: box1;
}
.footer-box2{
    grid-area: box2;
}
.footer-box3{
    grid-area: box3;
}
.footer-box4{
    grid-area: box4;
}
.footer__head{
    font-size:clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 700;
    color: var(--primary_color_1);
    border-bottom: 1px solid silver;
    font-family: var(--font-3-poppins);
    padding-bottom: 6px;
}
.footer-about{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.footer-about__img1{
    width:80%;
    height: auto;
}
.footer-about__img2{
    width: 70%;
    height: auto;
    filter: saturate(0);
}
.footer-about__text{
    font-size:clamp(0.7rem, 2.5vw, 0.813rem);
}
.footer-news{
    display:flex ;
    flex-direction: column;
    gap: 2rem;
}
.footer-news__desc{
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.footer-news__link{
    font-size:clamp(0.74rem, 2vw, 0.9rem );
    font-weight: 600;
    font-family: var(--font-3-poppins);
    color: var(--primary_color_1);
    text-decoration: none;
    transition: 200ms ease-in-out;
}
.footer-news__link:hover{
    color: var(--primary_color_3);
}
.footer-news__text{
    font-size:clamp(0.65rem, 2vw, 0.8rem);
    color: var(--primary_color_1);
}
.footer__icon{
    color: var(--primary_color_3);
    margin-right: 7px;
}
.footer-touch{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.footer-touch__text{
    font-size:clamp(0.7rem, 2.5vw, 0.86rem);
    color: rgb(95, 95, 95);
    /* max-width: 30ch; */
}
.footer-location{
    display: flex;
}
.footer-touch__text2{
    font-size:clamp(0.7rem, 2.5vw, 0.813rem);
}
.footer-touch__icon{
    margin-right: 1rem;
    color: var(--primary_color_3);
    font-size:clamp(0.8rem, 2.5vw, 1rem);
}
.footer-link{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.footer__menu{
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
.footer-link__menu{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-link__menu a{
    text-decoration: none;
}
.footer-link__list{
    font-size: 0.93rem;
    color: rgba(255,255,255,.6);
    color: var(--primary_color_1);
    list-style: none;
    transition: 200ms ease-in-out;
    cursor: pointer;
}
.footer-link__list:hover{
    color: var(--primary_color_3);
    text-decoration: underline;

}
@media (max-width:1042px) {
    .footer__menu{
        flex-direction: column;
    }
}
@media (max-width:960px) {
    .footer{
        grid-template-areas: 'box1 box2' 'box3 box4';
        grid-auto-columns: 1fr 1fr;
        grid-auto-rows: 1fr auto;
    }
    .footer-about__img1{
        width: 40%;
    }
    .footer-about__img2{
        width: 50%;
    }
    .footer__menu{
        flex-direction: row;
    }
}
@media (max-width:500px) {
    .footer-section{
        padding:0 1rem 1rem;
    }
    .footer{
        grid-template-areas:  'box2' 'box3' 'box4' 'box1';
        grid-auto-rows: auto ;
        grid-auto-columns: auto;
    }
    .footer-box1{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer__head {
        width: 100%;
    }
    .footer-about__img2 {
        filter: brightness(50%);
    }
    .footer-box2{
        display: none;
    }
}
/* END OF FOOTER ////////////////////////// */