@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

a {
    transition: 0.5s;
    outline-style: none;
    text-decoration: none;
}

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

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
section {
    display: block;
    float: left;
    width: 100%;
}

.default_btn 
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    line-height: 1.5;
    padding: 13px 25px 12px 55px;
    position: relative;
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 700;
    background-color: #ff576a;
    border-color: #ff576a !important;
}
.default_btn .icon-arrow.before {
    left: 20px;
    position: absolute;
    transform-origin: left center;
}
.default_btn .label {
    padding-left: 5px !important;
    padding-right: 10px !important;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default_btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 20px;
    -webkit-transform: translateX(75%) scaleX(0.1);
    transform: translateX(75%) scaleX(0.1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.default_btn .icon-arrow {
    color: #ffffff !important;
    top: 11px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 25px;
}
.default_btn:hover {
    border-color: #293345 !important;
    background-color: #293345;
    color: #fff;
}
.default_btn:hover .icon-arrow.before, .default_btn:focus .icon-arrow.before {
    opacity: 0;
    -webkit-transform: translateX(-75%) scaleX(0.1);
    transform: translateX(-75%) scaleX(0.1);
}
.default_btn:hover .label, .default_btn:focus .label {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
}
.default_btn:hover .icon-arrow.after, .default_btn:focus .icon-arrow.after {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}
.default_btn .icon-arrow.before {
    left: 20px;
    position: absolute;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}



.default_btn2
{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    line-height: 1.5;
    padding: 13px 25px 12px 55px;
    position: relative;
    color: #000;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 700;
    background-color: #fff;
    border-color: #fff !important;
}
.default_btn2 .icon-arrow.before {
    left: 20px;
    position: absolute;
    transform-origin: left center;
}
.default_btn2 .label {
    padding-left: 5px !important;
    padding-right: 10px !important;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default_btn2 .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 20px;
    -webkit-transform: translateX(75%) scaleX(0.1);
    transform: translateX(75%) scaleX(0.1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.default_btn2 .icon-arrow {
    color: #000 !important;
    top: 11px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 25px;
}
.default_btn2:hover .icon-arrow {
    color: #fff !important;
}
.default_btn2:hover {
    border-color: #293345 !important;
    background-color: #293345;
    color: #fff;
}
.default_btn2:hover .icon-arrow.before, .default_btn2:focus .icon-arrow.before {
    opacity: 0;
    -webkit-transform: translateX(-75%) scaleX(0.1);
    transform: translateX(-75%) scaleX(0.1);
    color: #fff !important;
}
.default_btn2:hover .label, .default_btn2:focus .label {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
}
.default_btn2:hover .icon-arrow.after, .default_btn2:focus .icon-arrow.after {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}
.default_btn2 .icon-arrow.before {
    left: 20px;
    position: absolute;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.button1
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: #1A1A2A;
    font-size: 16px;
    border-radius: 30px;
    padding: 12px 35px;
    color: #fff;
    font-weight: 700;
    position: relative;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.button1 span
{
    position: relative;
    z-index: 1;
}
.button1::after
{
    position: absolute;
    z-index: 0;
    content: '';
    width: 50px;
    top: 8px;
    right: 10px;
    bottom: 8px;
    border-radius: 20px;
    background: #2A3E9C;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.button1:hover
{
    color: #fff;
}
.button1:hover::after
{
    margin-right: calc(100% - 70px);
}


.top_header
{
    background: #fff;
    padding: 4px 0;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    z-index: 2;
}
.top_header .inner
{
    float: left;
    width: 100%;
    justify-content: space-between;
}
.top_header .inner .navbar-brand
{
    width: 140px;
}
.top_header .inner .navbar-brand img
{
    width: 100%;
}
.top_header .inner .navbar-nav
{
    font-size: 15px;   
}
.top_header .nav-link {
    display: block;
    padding: 10px 20px !important;
    font-weight: 500;
}
.top_header .active
{
    color: #2A3E9C !important;
}
.top_header .navbar
{
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}

.header_slider_section
{
    position: relative;
}

.home_banner_section
{
  background: #123E68;
  z-index: 1;
  position: relative;
}
.home_banner_section img
{
  display: block;
  float: left;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.carousel-caption {
  position: absolute;
  bottom: inherit;
  color: #fff;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  z-index: 3;
}
.carousel-caption h5
{
  font-size: 45px;
  color: #fff;
}
.carousel-caption p
{
    margin-top: 15px;
    font-size: 15px;
}
.home_banner_section .carousel-item::after
{
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, hwb(203 4% 24%) 0%, rgba(24,66,182,0) 100%);

}
.carousel-caption p
{
  font-size: 20px;
  color: #fff;
}


.white_but
{
  padding: 14px 40px;
  background: #fff;
  color: #000;
  font-weight: 700;
}
.white_but:hover
{
  background: #000;
  color: #fff;
}
.yellow_but
{
    padding: 15px 30px;
    background: #E03F3E;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    vertical-align: text-top;
    border: none;
    border-radius: 8px;
}
.yellow_but:hover
{
    background: #000;
    color: #fff;
}
.body_section1
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #1082CE;
}

.stat-card {
    text-align: center;
    color: #fff;
}
.stat-card img {
    width: 70px;
    height: auto;
}
.about_section1
{
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url(../images/about_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.story-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 50px 0;
}
.story-images {
    position: relative;
    max-width: 500px;
}
.story-images img {
    width: 100%;
    border-radius: 20px;
}
.overlay-image {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 34% !important;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.about_text p
{
    margin-top: 15px;
}
.about_text h3
{
    color: #E03F3E;
    font-size: 18px;
}

.services-section {
    text-align: center;
    padding: 50px 0;
}
.services-section h6
{
    color: #E03F3E;   
}

.services-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border: none;
    border-radius: 12px;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.service-card .card-body {
    padding: 20px;
    text-align: left;
}
.service-card  a
{
    color: #E03F3E;
}

.service-card .card-body h6 {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #1082CE;
    margin-bottom: 5px;
}

.service-card .card-body h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1px;
    text-align: center;
}

.service-card .arrow-icon {
    color: #1082CE;
    font-size: 1.2rem;
}


.testimonial-section {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    padding: 80px 0;
}


.testimonial_slider_section
{
    display: block;
    float: left;
    width: 100%;
}
.testimonial_slider_section .owl-nav {
    text-align: center;
    margin-top: 20px;
}
.testimonial_slider_section .owl-prev {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #1082CE !important;
    color: #fff !important;
    border-radius: 10px !important;
    margin: 0 5px;
    font-weight: 700 !important;
    transition: all .5s;
    transition-timing-function: ease-out;

}

.testimonial_slider_section .owl-prev:hover {
    background: #fff !important;
    color: #1082CE !important;
}

.testimonial_slider_section .owl-next {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #1082CE !important;
    color: #fff !important;
    border-radius: 10px !important;
    margin: 0 5px;
    font-weight: 700 !important;
    transition: all .5s;
    transition-timing-function: ease-out;

}

.testimonial_slider_section .owl-next:hover {
    background: #fff !important;
    color: #1082CE !important;
}
.testimonial_slider_section .owl-item
{
    padding: 20px 10px;
}
.owl-dots
{
    text-align: center;
}
.owl-dot
{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid #BCBCBC !important;
    margin: 0 2px;
    text-align: center;
}
.owl-dots .active
{
    background: #FF4A17 !important;
    border: 3px solid #FF4A17 !important;
}


.testimonial-card {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
    margin: auto;
}
.testimonial-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}
.testimonial-card .badge {
    position: relative;
    top: -30px;
    right: -30px;
    background: #E03F3E;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50%;
}
.testimonial-card .stars {
    color: #FFC107;
}

.footer {
    display: block;
    float: left;
    width: 100%;
    background: #000 url(../images/footer_bg.png) center no-repeat;
    padding: 40px 0;
    color: #ffffff;
}
.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}
.footer .section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.footer .section-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #ff0000;
    margin-top: 5px;
}
.footer p
{
    margin-bottom: 10px;
}
.footer a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .social-icons a {
    font-size: 18px;
    margin-right: 15px;
    color: #E03F3E;
}
.footer .social-icons a:hover {
    color: #007bff;
}
.footer input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
}
.footer button {
    background-color: #E03F3E;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 12px;
}
.footer button:hover {
    background-color: #940303;
    color: white;
}
.form-control
{
    height: 44px;
}


.about_section{
    padding: 60px 0;
    background: url(../images/about_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about_img_area
{
    display: block;
    float: left;
    width: 100%;
}
.about_img_area img
{
    float: left;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 50px 0 50px 0;
}
.about_text_area
{
    display: block;
    float: left;
    width: 100%;
}
.about_text_area h5
{
    color: #2A3E9C;
}
.about_text_area h2
{
    margin-top: 5px;
    font-size: 20px;
}
.about_text_area h6
{
    margin-top: 10px;
    font-weight: 500;
}
.about_text_area p
{
    margin-top: 15px;
}
.about_text_area a
{
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.about_text_area a i
{
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.about_text_area a:hover i
{
    margin-left: 10px;
}
.header_but
{
    margin-left: 20px;
}


.contact_section
{
    padding: 60px 0;
}
.contact_heading
{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact_heading h2
{
    font-weight: 600;
}

.contact_body_inner
{
    display: block;
    float: left;
    width: 100%;
    background: url(./../images/contact_body_bg.png) top left no-repeat;
}
.contact_box1
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
    padding-left: 35px;
}
.contact_box1 h2
{
    font-size: 20px;
    font-weight: 500;
}
.contact_box1 i
{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #1082CE;
}
.social_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.social_section a
{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #1082CE;
    color: #fff;
    text-align: center;
    line-height: 48px;
}
.social_section a:hover
{
    background: #000;
    color: #fff;
}
.contact_form
{
    display: block;
    float: left;
    width: 100%;
}

.contact_form .form-control
{
    height: 50px;
	    font-family: 'Kumbh Sans', sans-serif;
	font-size:15px;
    border-radius: 0.25rem !important;
}
.contact_form  .form-control-textarea
{
    height: 120px;
}
.contact_form textarea
{
	min-height:250px;
}
.contact_body_inner
{
    display: block;
    float: left;
    width: 100%;
}
.contact_map_seation
{
    display: block;
    float: left;
    width: 100%;
}
.contact_map_seation iframe
{
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 40px;
}

.team-section {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    padding: 60px 0;
}
.team-section h3
{
    color: #E03F3E;
}
.team-member {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    margin-top: 30px;
}

.team-member img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.team-member:hover img {
    opacity: 0.7;
}
.team-name
{
    color: #1082CE;
}

.team-member .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.team-member:hover .overlay {
    opacity: 1;
}

.social-icons a {
    color: white;
    margin: 5px;
    display: inline-block;
}

.social-icons a:hover {
    color: #1082CE;
}
.top_contact
{
    display: block;
    float: left;
    width: 100%;
    background: #1082CE;
    padding: 10px 0;
    color: #fff;
}
.right_text
{
    text-align: right;
}
.investor_box
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10); 
}
.investor_box h4
{
    margin-top: 15px;
    font-size: 22px;
}
.investor_box p
{
    margin-top: 10px;
}

.suppliers-section {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    padding: 40px 0;
    background: #edeef1;
}
.suppliers-section h6 {
    color: #E03F3E;
}
.suppliers_boxes
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}
.suppliers_box1
{
    display: block;
    float: left;
    width: 150px;
    height: 80px;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}
.suppliers_box1 img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.blog_left_area {
    display: block;
    float: left;
    width: calc(100% - 320px);
}
.blog_right_area {
    display: block;
    float: right;
    width: 300px;
}

.blog_search_area {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
}
.blog_search_area .search_fild {
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    height: 44px;
    margin-right: 5px;
    border: 1px solid #b4b4b4;
    box-shadow: none;
    outline-style: none;
}
.blog_search_area .search_but {
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    width: 44px;
    height: 44px;
    background: #1082CE url(../images/search.svg) center no-repeat;
    border: none;
    border-radius: 6px;
}

.archives_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
}
.blog_right_heading {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    font-weight: 600;
}
.archives_section ul {
    display: block;
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}   
.archives_section ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
}
.archives_section ul li a
{
    color: #000;
}
.archives_section ul li::before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    content: '\f105';
    color: #1082CE;
}
.recent_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
}
.blog_right_recent_news_box1 {
    display: flex;
    float: left;
    width: 100%;
    padding: 12px 0;
}
.blog_right_recent_news_box1 .img_area {
    display: block;
    float: left;
    width: 70px;
    height: 60px;
    flex: 70px 0 0;
}
.blog_right_recent_news_box1 .img_area img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.blog_right_recent_news_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
}
.blog_right_recent_news_box1 .text_area h4 {
    font-size: 14px;
    color: #1082CE;
}
.blog_right_recent_news_box1 .text_area p {
    color: #C6C6C6;
    font-size: 13px;
    margin-top: 5px;
}
.blog_box1
{
    display: block;
    float: left;
    width: 100%;
}
.blog_box1 .img_area
{
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}
.blog_box1 .img_area img
{
    float: left;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.blog_box1:hover .img_area img
{
	transform: scale(1.1);
}
.blog_box1 .text_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.blog_box1 .text_area h4
{
    color: #AAAAAA;
    font-size: 14px;
}
.blog_box1 .text_area h4 span
{
    color: #E03F3E;
}
.blog_box1 .text_area p
{
    margin-top: 5px;
    line-height: 20px;
}
.readmore_but
{
    display: flex;
    margin-top: 15px;
    float: left;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.readmore_but i
{
    color: #1082CE;
    margin-right: 5px;
    font-size: 30px;
}
.readmore_but:hover
{
    color: #E03F3E;
}
.blog_box2
{
    display: block;
    float: left;
    width: 100%;
}
.blog_box2 .img_area
{
    display: block;
    float: left;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    overflow: hidden;
}
.blog_box2 .img_area img
{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: all .2s ;
	transition-timing-function:ease-out;
}
.blog_box2:hover .img_area img
{
    transform: scale(1.05);
}
.blog_box2 .text_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.blog_box2 .text_area .main_heading
{
    display: block;
    float: left;
    width: 100%;
}
.blog_box2 .text_area .main_heading h2
{
    font-size: 19px;
}
.blog_box2 .text_area .date_address_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;    
}
.blog_box2 .text_area .date_address_area p
{
    font-size: 14px;
}
.blog_box2 .text_area .date_address_area img
{
    width: 15px;
    display: inline-block;
}
.blog_box2 .text_area .date_address_area span
{
    display: inline-block;
    margin-right: 15px;
}
.blog_box2 .text_area .text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;    
}
.blog_box2 .text_area .text p
{
    margin-top: 15px;
}
.investor_img
{
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: top;
}
.footer_logo
{
    width: 100%;
    max-width: 180px;
    margin-bottom: 10px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white; /* Change color as needed */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}


.gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.gallery img:hover {
    transform: scale(1.05);
}
.current_openings_box1 {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    margin: 15px 0;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.current_openings_box1 h2
{
    font-size: 20px;
    margin-bottom: 10px;
}
.current_openings_box1 h3
{
    font-size: 16px;
    font-weight: 500;
}
.current_openings_box1 h4
{
    font-size: 17px;
    margin-top: 15px;
}
.current_openings_box1 p
{
    font-size: 14px;
    margin: 10px 0;
}
.current_openings_box1 .current_openings_box_top
{
    width: 100%;
    float: left;
    padding: 20px;
    background: #1082CE;
    color: #fff;
}
.current_openings_box1 .current_openings_box_bottom
{
    width: 100%;
    float: left;
    padding: 20px;
}
.current_openings_box1 ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.current_openings_box1 ul li
{
    margin-top: 12px;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}
.current_openings_box1 ul li::after
{
    position: absolute;
    left: 0;
    top: 0;
    content: url(../images/tick.svg);
}

/* Floating Enquiry Button */
.enquiry-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #f44336;
    color: white;
    padding: 12px 10px;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-align: center;
    z-index: 1000;
}

/* Sliding Form */
.offcanvas-end {
    width: 320px;
}

 /* Custom modal styling */
 .modal-content {
    text-align: center;
    padding: 20px;
}
.modal-header {
    background-color: #1082CE;
    color: white;
}
.offer-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-width: 200px;
}
.btn-close
{
    background-color: #fff;
    opacity: 1;
}