/*******************Reset Css****************/

* { margin: 0; padding: 0; border: none; outline: none !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }
p { margin: 0; }
html, body { padding: 0; margin: 0; border-radius: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
em { font-style: normal; }
body {  font-family: "Outfit", sans-serif; font-size: 14px; font-weight: normal; background-color: #fff; }
a, button, input, input[type="buttton"], input[type="submit"], .btn { transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; outline: none !important; text-decoration: none; font-style: normal; text-decoration: none; }
input { width: 100%; }
.navbar-toggler:focus{ box-shadow: none; }
img, figure { max-width: 100%; max-height: 100%; margin: 0; padding: 0; }
ul, li { list-style: none; margin: 0; padding: 0; }
a, a:hover, a:focus { text-decoration: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
input, textarea { padding: 5px 10px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }

/*Buttons*/
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 1; color: #BABABA; font-weight: 400;  font-family: "Outfit", sans-serif; }
input:-moz-placeholder, textarea:-moz-placeholder { opacity: 1; color: #BABABA;  font-family: "Outfit", sans-serif; font-weight: 400; }
input::-moz-placeholder,
textarea::-moz-placeholder { opacity: 1; color: #BABABA; font-family: "Outfit", sans-serif; font-weight: 400; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: #fff; font-family: "Outfit", sans-serif; font-weight: 400; }
.noradius { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ }
.pointerNone { pointer-events: none; -webkit-pointer-events: none; -moz-pointer-events: none; }
.relative { position: relative; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not( .input-group-btn ), .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] { width: 100%; }
.container { max-width: 1520px; margin: 0 auto; padding: 0 15px; }
p{ color: #787878; font-size: 18px; font-weight: 400; line-height: normal; }
.page_wrapper { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1; }

/*******************Reset Css****************/

/* font-family: "Outfit", sans-serif; */

.global_heading { margin-bottom: 60px;position: relative; }
.global_heading h2 { font-size: 48px; color: #1A1A1A; font-weight: 700; line-height: 58px; }
.global_heading p { font-size: 24px; color: #6E6E6E; font-weight: 400; line-height: 32px; margin-top: 20px; }
.global_heading.white_txt h2{ color: #fff; }
.global_heading.white_txt p { font-size: 18px; line-height: 26px; color: #fff; }
.global_heading h2 span { color: #0A79B3; }
.global_heading.white_txt h2 span { color: #EB1F27; }
.global_heading h5 { font-size: 24px; font-weight: 600; color: #1A1A1A; margin-bottom: 22px; text-transform: uppercase; display: flex; align-items: center; gap: 7px; }
.global_heading.white_txt h5{color: #fff;}
.global_heading h5 span { line-height: 15px; }
.global_heading.text-center h5{align-items: center; justify-content: center; }

.basic_btn { text-transform: uppercase; font-size: 16px; font-weight: 600; text-decoration: none; background-color: #EB1F27; color: #fff; height: 56px; border-radius: 30px ; padding: 8px 8px 8px 20px; display: flex; align-items: center; position: relative; box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.17);}
.basic_btn span { width: 36px; height: 36px; border-radius: 50%; background-color: #1A1A1A; display: flex; align-items: center; justify-content: center; color: #fff; margin-left: 15px; transition: background 0.3s, color 0.3s, transform 0.6s; }
.basic_btn.blue_btn{background-color: #0A79B3;}
.basic_btn.blue_btn:hover{background-color: #EB1F27;}
.basic_btn:hover span { background-color: #1A1A1A; color: #fff; transform: rotate(360deg); }
.basic_btn:hover{background-color: #0A79B3;color: #fff;}
.xl_size.basic_btn { font-size: 18px; height: 64px; padding: 6px 6px 6px 25px; min-width: 195px; display: inline-flex; border-radius: 50px; }
.xl_size.basic_btn span { width: 52px; height: 52px; margin-left: 20px; }


/* header */
.site-header { background-color: #fff; left: 0; right: 0; top: 0; z-index: 9;position: absolute; box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.08); }
.site-header.fixed-header{position: fixed; top: 0; left: 0; right: 0; z-index: 99;padding-top: 0;}
.site-header.fixed-header .top-header{display: none;}
.site-header.fixed-header .header-outer {padding: 12px 0; background-color: #060606;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);} 
.top_header_inner { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid #383838; }
.top-left-sction{display: flex;align-items: center; justify-content: flex-start; margin-right: auto; margin-left: 0;}
.top-left-sction li{padding-right: 13px; margin-right: 13px; border-right: solid 1px rgba(255, 255, 255, 0.5);}
.top-left-sction li:last-child{border-right: 0; padding-right: 0; margin-right: 0;}
.top-left-sction li a { text-decoration: none; font-size: 18px; color: #BABABA; font-weight: 400; }
.top-left-sction li .icon{color: #fff; font-size: 14px; margin-right: 10px;}
.top-right-section{display: flex; align-items: center; margin-left: auto; margin-right: 0;}
.top-right-section li{margin-left: 16px;}
.top-right-section li a{width: 24px; height: 23px; font-size: 14px; display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 20%; overflow: hidden; text-decoration: none; color: #101010;}
.header-outer{padding: 20px 0;}
.inner_top_header{display: flex; align-items: center; justify-content: space-between; position: relative;}
.logo span{display: block; color: #F4951D;}
.cart-price{font-size: 18px; line-height: 27px; margin-right: 4px; margin-left: 22px; padding: 12px 24px; font-weight: 600; background-color: #F4951D; color: #fff; display: inline-block; vertical-align: middle; border-radius: 900px;}
.navigation-right{display: flex; align-items: center;gap: 10px;}


.navbar{margin-left: auto; padding-right: 25px;}
nav ul { margin: 0; padding: 0px 0; list-style: none; display: flex; align-items: center; width: 100%; gap: 36px; }
nav ul > li{position: relative;}
nav ul li a { text-decoration: none; font-size: 20px; font-weight: 600; display: inline-block; color: #787878; font-family: "Outfit", sans-serif; }
nav ul li a:hover { color: #EB1F27; }
nav ul li.active a{color: #EB1F27; font-weight: 600;}
nav li > ul { margin: 0; padding: 0; background: #99cccc; height: 0; overflow: hidden; transition: all 0.3s; }
nav li > ul a {color: #EB1F27;}
.navigation-right .basic_btn span{ display: none; }

.trigger_mobile_menu { position: absolute; width: 38px; top: 50%; right: 5px; transform: translateY(-50%); right: 5px; cursor: pointer; z-index: 999; display: none; }
.trigger_mobile_menu span { width: 100%; height: 3px; border-radius: 15px; background-color: #000000; display: block; transition: 0.4s; }
.trigger_mobile_menu span + span{ margin-top: 5px; }
.menu_active .trigger_mobile_menu span:first-child { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.menu_active .trigger_mobile_menu span:nth-child(2) { display: none; }
.menu_active .trigger_mobile_menu span+span { margin-top: -3px; }
.menu_active .trigger_mobile_menu span:last-child { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
/* .menu_active .trigger_mobile_menu span { background-color: #ff0000; } */
.header-outer.is-sticky { position: fixed; left: 0; right: 0; background-color: #fff; z-index: 99; top: 0; animation: slideDown 0.35s ease-out; box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.08); }

.btn-group .dropdown-menu  { padding: 0; border-radius: 4px; border: 1px solid #C6D3E7; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); min-width: 180px; }
.btn-group .dropdown-menu  a { text-decoration: none; font-size: 18px; font-weight: 500; display: inline-block; color: #78787899; font-family: "Outfit", sans-serif; padding: 12px; display: block; }
.btn-group .dropdown-menu  a:hover { background-color:#0A79B314 ; color: #0A79B3; }
.btn-group .dropdown-toggle::after{ content: ""; display:inline-block; margin-left:0.4em; vertical-align: middle; border: solid #787878; border-width: 0 2px 2px 0; padding: 4px; transform: rotate(45deg); transition: transform .2s; margin-top: -8px; }
.btn-group .dropdown-toggle:hover::after{ border: solid #000; border-width: 0 2px 2px 0; }


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.header_top { padding: 10px 0; background-color: #0A79B3; }
.header_social { display: flex; align-items: center; gap: 20px; }
.header_social a{ font-size: 20px; color: #fff; }
.header_social a:hover{color: #EB1F27;}
.top_contact{ display: flex; align-items: center; gap: 20px; }
.top_contact li a{ color: #fff; font-size: 16px; line-height: 100%; }
.top_contact li{ line-height: 100%; }
.top_contact li a span{ margin-right: 10px; }
.top_contact a:hover{color: #EB1F27;}
.top_contact li + li { padding-left: 20px; border-left: 1px solid #fff; }

.header_submenu{display: flex; flex-direction: column; position: absolute; background-color: #fff; top: 100%; left: 50%; min-width: 180px; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); padding: 10px 0; transition: all 0.3s ease-in-out; z-index: 99; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transform: translateX(-50%);}


@media (max-width: 1700px){
.header-outer { padding: 15px 0; }
.logo { width: 190px; }
nav ul li a { font-size: 18px; }
nav ul { gap: 30px; }

}

@media (max-width: 1440px){
.global_heading h5 { font-size: 18px; margin-bottom: 15px; }
.global_heading h2 { font-size: 38px; line-height: 44px; }
.global_heading { margin-bottom: 45px; }



}

@media (max-width: 1199px){
.top_header_inner { padding: 10px 0; }
.top-left-sction li a { font-size: 14px; }
nav ul li a { font-size: 16px; }
nav ul { gap: 25px; }
.header-outer { padding: 15px 0; }
.logo { width: 150px; }
.btn-group .dropdown-toggle::after { padding: 3px; margin-top: -7px; }
.btn-group .dropdown-menu a { font-size: 16px; padding: 5px 10px; }
.basic_btn { height: 50px; }
.global_heading h2 { font-size: 32px; line-height: 38px; }
.global_heading h5 { font-size: 16px; margin-bottom: 10px; }
.global_heading { margin-bottom: 35px; }
.xl_size.basic_btn span { width: 40px; height: 40px; margin-left: 10px; }
.xl_size.basic_btn { font-size: 15px; height: 50px; padding: 6px 6px 6px 20px; min-width: 150px; }
}


@media (max-width: 991px){
.menu-xxx-container { padding: 30px; background-color: #0A79B3; position: fixed; width: 300px; top: 121.72px; display: flex; right: 0; transform: translateX(100%); z-index: 99; overflow: auto; -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0); bottom: 0; align-items: start; justify-content: center; }
.menu_active .menu-xxx-container { -webkit-transform: translateY(0); -ms-transform: translateX(0); transform: translateX(0); }
.menu_active { overflow: hidden; }
.trigger_mobile_menu{ display: block; }
.top-header { display: none; }
nav ul li a { line-height: 100%; font-size: 20px; display: block; padding: 0; color: #fff;text-transform: capitalize;text-align: left; }
nav ul { align-items: self-start; width: 100%; flex-direction: column; }
.menu_active:after { content: ''; background-color: rgba(0, 0, 0, 0.8); height: 100%; width: 100%;position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; }
.header-outer { padding: 10px 0; }
.inner_top_header { padding-right: 60px; }
nav ul li.active a { color: #fff; font-weight: 700; }
nav ul li a:hover { color: #000; font-weight: 600; }
.navigation-right .basic_btn span{ display: block; font-size: 18px; }
.navigation-right .basic_btn{ font-size: 0 !important; padding: 10px 15px; }
.btn-group .dropdown-toggle::after { border-color: #fff;}
nav ul { gap: 20px; max-width: 350px; }
.btn-group { flex-direction: column; }
.btn-group .dropdown-menu { padding: 0; border-radius: 0; border: 0; box-shadow: none; min-width: 100%; display: block; position: static; width: 100%; margin-top: 15px; background: transparent; }
.btn-group .dropdown-menu a {        font-size: 16px; padding: 5px 10px; color: #b1c7e7; }
.btn-group .dropdown-menu a:hover { background-color: transparent; color: #000; }
nav ul > li { display: block; text-align: left; width: 100%; }
.top_contact li a { font-size: 14px; } 


}

@media (max-width: 767px){
.menu-xxx-container{top: 115.72px;}
.navigation-right .basic_btn { font-size: 14px; padding: 5px 15px; height: 40px; line-height: 31px; }
/* nav ul li a { line-height: 30px; font-size: 28px; } */
.header_social { gap: 15px; }
.header_top { padding: 7px 0; }
.top_contact li + li { padding-left: 10px; }
.top_contact { gap: 10px; }
.global_heading h2 { font-size: 26px; line-height: 32px; }
.global_heading h5 { font-size: 15px; }
.global_heading { margin-bottom: 25px; }
.basic_btn { font-size: 12px; padding: 8px 8px 8px 10px; }
.basic_btn span { margin-left: 5px; }


}

@media (max-width: 575px){
  .menu-xxx-container{top: 66.55px;}
  nav ul li a {font-size: 18px;}
.inner_top_header { padding-right: 42px; }
.trigger_mobile_menu { width: 28px; }
.navigation-right .basic_btn span { font-size: 15px; }
.navigation-right .basic_btn { min-width: 45px; text-align: center; }
.navigation-right { gap: 5px; }
.logo { width: 135px; }
.header_top { display: none; }
.global_heading h2 { font-size: 22px; line-height: 28px; }
.global_heading h5 { font-size: 14px; }

} 
/* header  end*/


/* footer start*/
.footer {background: #101010; }
.footer_top { padding: 100px 0; }
.ftr_left p { color: #fff; font-size: 20px; font-weight: 400; line-height: 30px; max-width: 300px; }
.footer_block h2 { font-size: 20px; color: #0A79B3; margin-bottom: 25px; font-family: "Outfit", sans-serif; font-weight: 600; text-transform: uppercase; }
.footer_block ul li a { font-size: 18px; color: #C6D3E7; font-family: "Outfit", sans-serif; }
.footer_block ul li a:hover{color:#EB1F27}
.footer_block li + li{ margin-top: 10px; }
.address p { font-size: 18px; line-height: 23px; color: #C6D3E7; }
.address { display: flex; gap: 16px; }
.footer_block_address em { height: 44px; width: 44px; border-radius: 50%; background-color: #0A79B3; display: flex; min-width: 44px; justify-content: center; align-items: center; color: #fff; font-size: 20px; }
.footer_block_address ul li a { font-size: 18px; line-height: 23px; color: #C6D3E7; display: flex; gap: 16px; align-items: center; }
.ftr_right h4 { font-size: 24px; line-height: 26px; margin-bottom: 20px; font-weight: 600; font-family: "Outfit", sans-serif; color: #0A79B3; }
.ftr_logo { display: inline-block; margin-bottom: 30px; }
.ftr_right { width: 100%; }
.footer_bottom { padding: 20px 0; border-top: 1px solid #787878; background-color: #0A0A0A; }
.footer_bottom p { color: #fff; font-size: 16px; }
.social li a { height: 44px; width: 44px; border-radius: 50%; background-color: #373737; display: flex; min-width: 44px; justify-content: center; align-items: center; color: #fff; font-size: 20px; }
.social { display: flex; align-items: center; gap: 20px; }
.social li a:hover{ background-color: #EB1F27; color: #fff; }
/* .footer_block,.ftr_right { padding-left: 40px; } */
.footer_block_address li + li { margin-top: 15px; }
.footer_block + .ftr_right{ margin-top: 100px; }
.pd_left{ padding-left: 50px; }


@media (max-width: 1500px){
.social { gap: 13px; }

}

@media (max-width: 1399px){
.ftr_left { text-align: center; margin-bottom: 30px; }
.ftr_logo { margin-bottom: 20px; max-width: 200px; }
.footer_top { padding: 50px 0; }
.ftr_left p { font-size: 18px; line-height: 28px; max-width: 100%; }
.footer_block ul li a { font-size: 16px; }
.address p { font-size: 16px; }
.footer_block_address ul li a { font-size: 16px; }
.footer_block h2 { font-size: 18px; }
.ftr_right h4 { font-size: 18px; }
.footer_block + .ftr_right { margin-top: 60px; }

}


@media (max-width: 1267px){
.social { gap: 10px; }
/* .footer_block, .ftr_right { padding-left: 25px; } */
.footer_top { padding: 40px 0; }
.footer_bottom { padding: 20px 0 15px; border-top: 1px solid #C2C2C2; }
.ftr_left p { font-size: 16px; line-height: 22px; }
.ftr_logo { display: inline-block; margin-bottom: 15px; }
.address p { font-size: 16px; line-height: 22px; }
.footer_block_address ul li a { font-size: 16px; line-height: 22px; gap: 10px; }
.address { gap: 10px; }

}

@media (max-width: 1199px){
.footer_block { padding-left: 0; }
.ftr_left { margin-bottom: 25px; text-align: center; }

}

@media (max-width: 991px){
.ftr_right { padding-left: 0; }

}

@media (max-width: 767px){
.footer_block,.footer_block_address{ margin-bottom: 25px; }
.footer_top { padding: 25px 0; }
.footer_block h2,.ftr_right h4 { font-size: 16px; margin-bottom: 15px; }
.footer_block ul { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.footer_block li + li { margin-top: 0; }
.footer_block ul li a { font-size: 16px; }
.footer_block_address em { height: 38px; width: 38px; min-width: 38px; font-size: 18px; }
.address { align-items: center; }
.footer_block_address li + li { margin-top: 10px; }
.social li a { height: 38px; width: 38px; min-width: 38px; }
.footer_bottom p { font-size: 16px; }
.footer_block + .ftr_right { margin-top: 25px; }
.footer_block_address ul { flex-direction: column; align-items: flex-start; gap: 10px }


}

@media (max-width: 575px){
.ftr_left p { font-size: 14px; line-height: 20px; }
.ftr_logo { max-width: 130px; }
.address p { font-size: 14px; line-height: 20px; }
.footer_block_address ul li a { font-size: 14px; line-height: 20px; }
.footer_block h2, .ftr_right h4 { margin-bottom: 10px; }
.footer_block ul li a { font-size: 14px; }
.footer_bottom p { font-size: 12px; }
}

/* footer end*/



/* subscribe weekly start */
.subscribe_inner { border-radius: 40px; overflow: hidden; position: relative; object-position: center center; padding: 88px; }
.subscribe_inner:after { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); content: ''; top: 0; left: 0; z-index: 1; }
.subscribe { padding: 50px 0 100px; }
.subs_inner_wrapper{ position: relative; z-index: 2; }
.subs_inner_wrapper h2 { color: #fff; font-size: 48px; margin-bottom: 24px; font-weight: 600; }
.subs_input { max-width: 517px; margin: 0 auto; position: relative; display: flex; align-items: center; }
.subs_input input{ height: 56px; border: 1px solid #FFFFFF; background-color: transparent; color: #fff; font-size: 16px; padding: 18px 30px; border-radius: 30px 0 0 30px; }
.subs_input .basic_btn { border-radius: 0 30px 30px 0;}
.btn_holder{ align-items: center; justify-content: center; gap: 30px; }

@media (max-width: 1440px){
.subs_inner_wrapper h2 { font-size: 40px; }
.subscribe_inner { border-radius: 30px; padding: 60px; }
.subscribe { padding: 30px 0 60px; }

}
@media (max-width: 1199px){
.subs_inner_wrapper h2 { font-size: 30px; }
.subs_input input { height: 50px; font-size: 15px; padding: 10px 25px; }

}

@media (max-width: 991px){
.subscribe { padding: 20px 0 40px; }
.subscribe_inner { border-radius: 25px; padding: 45px; }


}
@media (max-width: 575px){
.subs_inner_wrapper h2 { font-size: 22px;margin-bottom: 10px; }
.subscribe_inner { border-radius: 25px; padding: 30px 10px; }
.subs_input input { height: 50px; font-size: 14px; padding: 10px 15px; }

}

/* subscribe weekly end */

/* house section and our gallery section start */
.house_Sec p { color: #fff; font-size: 20px; font-weight: 400; line-height: normal; max-width: 1300px; margin: 0 auto 60px; }
.house_Sec{ padding: 50px 0 100px; }
.frst_gallery_slide,.second_gallery_slide{ height: 280px;max-width: 1920px; }
.frst_gallery_slide .swiper-slide,.second_gallery_slide .swiper-slide{ width: auto; border-radius: 16px; overflow: hidden; }
.frst_gallery_slide .swiper-slide img, .second_gallery_slide .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; }
.our_gallery { padding: 100px 0 50px; }
.second_gallery_slide{ margin-top: 30px; }

@media (max-width: 1440px){ 
.frst_gallery_slide, .second_gallery_slide { height: 190px; } 
.our_gallery { padding: 60px 0 30px; }
.house_Sec { padding: 30px 0 60px; }

}
@media (max-width: 1199px){ 
.our_gallery { padding: 50px 0 25px; }
.btn_holder { gap: 20px; }
.house_Sec p { font-size: 18px; margin: 0px auto 40px; }

}

@media (max-width: 991px){ 
.frst_gallery_slide, .second_gallery_slide { height: 150px; } 
.second_gallery_slide { margin-top: 20px; }

}
@media (max-width: 767px){ 
.our_gallery { padding: 40px 0 20px; }
.house_Sec { padding: 20px 0 40px; }
}

@media (max-width: 575px){ 
.frst_gallery_slide, .second_gallery_slide { height: 120px; } 
.frst_gallery_slide .swiper-slide, .second_gallery_slide .swiper-slide { border-radius: 10px; }
.second_gallery_slide { margin-top: 15px; }
.house_Sec p { font-size: 15px; margin: 0px auto 25px; }
.btn_holder { gap: 10px; }
.xl_size.basic_btn { font-size: 12px; height: 45px; padding: 5px 5px 5px 15px; min-width: 125px; }
.xl_size.basic_btn span { width: 37px; height: 37px;  }

}
@media (max-width: 480px){ 
.frst_gallery_slide, .second_gallery_slide { height: 100px; } 
.btn_holder { flex-direction: column; }

}

/* house section and our gallery section start */

/* latest blog start */
.latest_blog{ padding: 100px 0; background-color: #0A79B31A; }
.blog_slide_arrows .swiper-button-prev, .blog_slide_arrows .swiper-button-next { background: #EB1F27; color: #fff; width: 82px; height: 82px; border-radius: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-top: 0; z-index: 1; position: static; border: 1px solid #C6D3E7; }
.blog_slide_arrows{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; gap: 20px; }
.blog_slide_arrows .swiper-button-next.swiper-button-disabled,.blog_slide_arrows .swiper-button-prev.swiper-button-disabled { opacity: 1; background-color: #fff; color: #000; }
.blog_slide_arrows .swiper-button-next:after,.blog_slide_arrows .swiper-button-prev:after { font-size: 22px; font-weight: 600; }
.blog_slider_inner { border-radius: 24px; border: 1px solid #C6D3E7; }
.blog_slider_inner figure { border-radius: 24px 24px 0 0; overflow: hidden; }
.blog_post_dtls { padding: 20px; background-color: #fff; }
.blog_post_dtls h5 { display: flex; font-size: 14px; font-weight: 500; color: #006400; align-items: center; gap: 8px; margin-bottom: 14px; }
.blog_post_dtls h5 span { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #0A79B3; }
.blog_post_dtls h2 { font-size: 22px; font-weight: 600; color: #101010; min-height: 110px; }
.bp_dtls_btn { padding: 18px 20px; background-color: #f7d9da; color: #E31E24; display: flex; justify-content: space-between; font-size: 18px; text-transform: uppercase; font-weight: 600; border-radius: 0 0 24px 24px; }
.bp_dtls_btn span { transform: rotate(-45deg); }
.bp_dtls_btn:hover { background-color:#d39ea0 ; color: #fff; }
.blog_slider_inner figure img { transition: transform .4s ease-in-out; width: 100%; }
.blog_slider_inner:hover figure img { transform: scale(1.1) rotate(-3deg); }

@media (max-width: 1440px){ 
.latest_blog { padding: 60px 0; }
.blog_slide_arrows .swiper-button-prev, .blog_slide_arrows .swiper-button-next { width: 65px; height: 65px; }
.blog_slide_arrows .swiper-button-next:after, .blog_slide_arrows .swiper-button-prev:after { font-size: 15px; }
.blog_post_dtls h2 { font-size: 18px; min-height: 80px; }

}
@media (max-width: 991px){ 
.latest_blog { padding: 40px 0; }
.blog_slide_arrows .swiper-button-prev, .blog_slide_arrows .swiper-button-next { width: 55px; height: 55px; }


}
@media (max-width: 575px){ 
.blog_post_dtls h2 { font-size: 16px; min-height: auto; }
.bp_dtls_btn { padding: 10px 15px; font-size: 16px; }
.blog_slide_arrows .swiper-button-prev, .blog_slide_arrows .swiper-button-next { width: 50px; height: 50px;    border-radius: 10px;}
.blog_slide_arrows { position: static; display: flex; justify-content: center;gap: 10px;margin-top: 10px;transform: none; }
.latest_blog .global_heading { text-align: center; }
.latest_blog .global_heading h5 { justify-content: center; }
}

/* latest blog end */

/* feature section start */
.feature { padding: 230px 0 60px; overflow: hidden; }
.feature_box { border-radius: 40px; border: 2px solid #C6D3E7;  transition: all 0.3s ease; }
.feature_box figure { border-radius: 40px 40px 0 0; overflow: hidden; }
.feature_box figure img{ width: 100%; }
.feature_details { padding: 34px 30px; }
.feature_details h4 { font-size: 26px; font-weight: 700; margin-bottom: 15px; color: #101010; }                                                                                                  
.feature_list { padding: 20px 0; border-top: 1px solid #E7EFFD; border-bottom: 1px solid #E7EFFD; display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 16px; column-gap: 50px; margin-top: 20px; }
.feature_list li { color: #787878; font-size: 18px; display: flex; align-items: center; gap: 10px; justify-content: space-between; }
.feature_list li label { font-weight: 500; color: #101010; }
.floating_btn_holder { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.amount_wrapper { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }
.amount_wrapper h5 { font-size: 20px; color: #787878; font-weight: 700; }
.amount_wrapper a { font-size: 20px; color: #E31E24; font-weight: 700; text-transform: uppercase; }
.amount_wrapper a span{ margin-left: 15px; display: inline-block; transform: rotate(-45deg); }
.feature_box:hover { box-shadow: 0 4px 12px 0 rgba(10, 121, 179, 0.4); }

@media (max-width: 1600px){ 
.feature_list li { font-size: 16px; }
.feature_list { column-gap: 30px; }
.feature_details { padding: 30px 20px; }
.amount_wrapper { margin-top: 25px; }
.feature { padding: 180px 0 40px; }

}
@media (max-width: 1366px){ 
.feature_list li { font-size: 14px; }
.amount_wrapper h5 { font-size: 17px; }
.amount_wrapper a { font-size: 16px; }
p { font-size: 16px; }
.feature_details h4 { font-size: 24px; margin-bottom: 10px; }

}

@media (max-width: 1199px){ 
.feature_list { grid-template-columns: repeat(1, 1fr); row-gap: 10px; padding: 10px 0; }

}
@media (max-width: 991px){ 
.feature .global_heading { text-align: center; }
.feature .global_heading h5 { justify-content: center; }
.feature .global_heading .floating_btn_holder { position: inherit; margin-top: 10px; transform: none; }
.feature { padding: 40px 0 20px; }

}
@media (max-width: 767px){ 
.feature .row{ row-gap: 20px; }

}


@media (max-width: 575px){ 
.feature_details { padding: 20px 15px; }
.amount_wrapper h5 { font-size: 15px; }
.amount_wrapper a { font-size: 15px; }
.amount_wrapper { margin-top: 15px; }
.feature_details h4 { font-size: 20px; }
.feature_list { row-gap: 7px; margin-top: 10px; }


}


/* feature section end */

/* why choose us start */
.why_choose_us { padding: 100px 0 0; background-size: cover; background-position: center center; }
.svg_wrapper svg{ fill: #fff; transition: all 0.3s ease;width: 160px; height: 160px; }
.svg_wrapper { position: absolute; width: 160px; height: 160px; right: -52px; top: -50px; }
.svg_wrapper img { position: absolute; top: 47%; left: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease; z-index: 2; }
.why_choose_box:hover svg { transform: rotate(47deg); fill: #0A79B3; }
.why_choose_box:hover img{ filter: brightness(100); }
.why_choose_wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why_choose_box { border-radius: 30px; background-color: #fff; padding: 54px 30px; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); position: relative; }
.why_choose_box h3 { font-size: 22px; font-weight: 700; color: #1A1A1A; margin-bottom: 18px; }
.why_choose_box p { line-height: 30px; }
.why_choose_us .global_heading { margin-bottom: 120px; }
.why_choose_wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; bottom: -130px; position: relative; margin-top: -130px; }
.why_choose_box:hover { box-shadow: 0 4px 12px 0 rgba(10, 121, 179, 0.4); }

@media (max-width: 1600px){
.svg_wrapper svg{width: 100px; height: 100px; }
.svg_wrapper img { width: 30px; }
.svg_wrapper { position: absolute; width: 100px; height: 100px; right: -10px; top: -45px; }
}


@media (max-width: 1500px){ 
.why_choose_us .global_heading { margin-bottom: 68px; }
.why_choose_box { padding: 40px 25px; }
.why_choose_wrapper { gap: 20px; }
.why_choose_us { padding: 60px 0 0; }

}
@media (max-width: 1199px){ 
.why_choose_box p { line-height: 24px; }

}
@media (max-width: 991px){ 
.why_choose_box h3 { font-size: 18px; margin-bottom: 10px; }
.why_choose_wrapper { grid-template-columns: repeat(1, 1fr); gap: 50px; bottom: 0; margin-top: 0; }
.why_choose_us { padding: 40px 0; }
.why_choose_us .global_heading { margin-bottom: 40px; }

}



/* why choose us end */

/* about us section start */
.about { padding: 100px 0; position: relative;}
.crane_image { position: absolute; left: 0px; top: 0px; z-index: -1; }
.abt_image_part { margin-left: -160px; }
.about_block .global_heading p { font-size: 18px; color: #787878; font-weight: 400; line-height: 30px; margin-top: 30px; }
.about_block .global_heading { margin-bottom: 30px; }
.abt_row{ display: flex; align-items: flex-start; gap: 20px; }
.abt_row figure { min-width: 100px; height: 100px; border-radius: 20px; background-color: rgba(10, 121, 179, 0.1); display: flex; align-items: center; justify-content: center; }
.inner_dtls_abt h5 { text-transform: capitalize; color: #EB1F27; font-weight: 700; font-size: 24px; margin-bottom: 8px; }
.inner_dtls_abt p { line-height: 24px; }
.abt_row + .abt_row{ margin-top: 30px; }
.abt_details .basic_btn { margin-top: 30px; }
.about_block{ padding-left:40px; }


@media (max-width: 1830px){ 
.abt_image_part { margin-left: -90px; }

}
@media (max-width: 1680px){ 
.abt_image_part { margin-left:0px; }
.about_outer{ display: flex; align-items: center; height:100%; }

}
@media (max-width: 1440px){ 
.about { padding: 60px 0; position: relative; }
.about_block .global_heading p { font-size: 16px; line-height: 24px; }
.abt_row figure { min-width: 80px; height: 80px; border-radius: 15px; }
.abt_row figure img { width: 40px; }
.inner_dtls_abt h5 { font-size: 22px; }

}
@media (max-width: 1199px){ 
.crane_image { display: none; }
.about_outer { justify-content: center; margin-bottom: 30px;height: auto; }
.about_block { padding-left: 0; }
.abt_btn_holder { text-align: center; }

}
@media (max-width: 767px){ 
.about { padding: 30px 0; }

}


@media (max-width: 575px){ 
.about_block .global_heading p { font-size: 14px; line-height: 21px; }
.abt_row figure { min-width: 60px; height: 60px; }
.abt_row figure img { width: 35px; }
.abt_row { gap: 10px; flex-direction: column; justify-content: center; text-align: center; align-items: center; }
.about_block .global_heading { text-align: center; }
.about_block .global_heading h5 { justify-content: center; }

}



/* about us section end */

/* completed section start */
.completed_slider .swiper-slide { width: 100%; border-radius: 24px; display: block;overflow: hidden;width: 430px;position: relative; }
.completed_slider .swiper-slide:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; background: linear-gradient(to bottom, #10101000 0%, #00000099  80%); z-index: 2; }
.completed_slider .swiper-slide .cmp_project_name { position: absolute; bottom: 20px; left: 20px; right: 20px; z-index: 3; border-radius: 6px; padding: 20px; transition: all 0.3s ease; }
.completed_slider .swiper-slide:hover .cmp_project_name{ background-color: #fff; }
.cmp_project_name h5 { font-size: 30px; font-weight: 700; margin-bottom: 10px; color: #fff;; }
.completed_slider .swiper-slide:hover .cmp_project_name h5 { color: #101010; }
.completed_slider .swiper-slide .cmp_project_name p { color: #fff; font-size: 20px; font-weight: 500; }
.completed_slider .swiper-slide:hover .cmp_project_name p { color: #101010; }
.completed { padding: 60px 0 50px; }
.completed_slider .blog_slide_arrows { right: 40px; left: 40px; justify-content: space-between; z-index: 2; }

@media (max-width: 1440px){ 
.completed_slider .swiper-slide { width: 300px; }
.cmp_project_name h5 { font-size: 25px; }
.completed_slider .swiper-slide .cmp_project_name p { font-size: 16px; }
.completed { padding: 40px 0 30px; }

}
@media (max-width: 991px){ 
.completed_slider .swiper-slide { width: 225px; }
.completed_slider .swiper-slide .cmp_project_name { bottom: 10px; left: 10px; right: 10px; padding: 10px; }
.cmp_project_name h5 { font-size: 20px; margin-bottom: 5px; }
.completed_slider .swiper-slide .cmp_project_name p { font-size: 15px; }
}
@media (max-width: 767px){ 
.completed_slider .swiper-slide { width: 180px;border-radius: 15px }
.completed { padding: 25px 0 20px; }

}

@media (max-width: 575px){ 
.completed_slider .blog_slide_arrows { right: 20px; left: 20px; transform: translateY(-50%);position: absolute; }

}



/* completed section end */

/* banner section start */
.banner_inner{ display: flex; align-items: center; }
.banner{ margin-top: 170px; height: calc(100vh - 170px) }
.banner .swiper { width: 100%; height: 100%; }
.banner .swiper-slide { padding: 40px 60px; display: flex; align-items: center; }
.banner .parallax-bg { position: absolute; left: 0; top: 0; width: 115%; height: 100%; -webkit-background-size: cover; background-size: cover; background-position: center; }
.global_heading h1 { font-size: 66px; color: #1A1A1A; font-weight: 700; line-height: 90px; text-transform: capitalize; }
.global_heading.white_txt h1 { color: #fff; }
.global_heading.white_txt h1 span { color: #EB1F27; }
.global_heading h1 span { color: #0A79B3; }
.mainbanner_text .global_heading h5 { margin-bottom: 12px; }
.mainbanner_text .global_heading.white_txt p { font-size: 20px; line-height: 24px; color: #fff; }
.mainbanner_text .global_heading { margin-bottom: 60px; }
.mainbanner_text { min-width: 740px; width: 740px; padding-right: 20px; }
.banner_swiper_nav_holder { position: absolute; right: 12%; bottom: 75px; display: flex; gap: 20px; z-index: 2; }
.banner_swiper_nav_holder .swiper-button-prev, .banner_swiper_nav_holder .swiper-button-next { background: #0A79B3; color: #fff; width: 82px; height: 82px; border-radius: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-top: 0; z-index: 1; position: static; }
.banner_swiper_nav_holder .swiper-button-next.swiper-button-disabled, .banner_swiper_nav_holder .swiper-button-prev.swiper-button-disabled { opacity: 1; background-color: #fff; color: #000; }
.banner_swiper_nav_holder .swiper-button-next:after, .banner_swiper_nav_holder .swiper-button-prev:after { font-size: 22px; font-weight: 600; }

.s-second figure { transform: translate(-65%) skew(-23deg, 0deg); overflow: hidden; width: 240px; height: 355px; }
.s-one figure { transform: skew(-23deg, 0deg); overflow: hidden; width: 465px; height: calc(100vh - 170px); }
.s-one img { object-fit: cover; transform: translateX(-20%) skew(23deg, 0deg); height: 100%; width: auto; max-width: none; }
.s-second img { object-fit: cover; transform: translateX(-43%) skew(23deg, 0deg); height: 100%; width: auto; max-width: none; }
.s-one img { animation-duration: 1s; animation-name: clipInOne; opacity: 0; transition: opacity 0.3s ease; }
.banner_image_part { max-width: 100%; display: flex; align-items: center; gap: 30px; }
.s-second { position: relative; right: -160px; }
.replay-fade { animation: fadeUp 1s ease-out forwards; }

@keyframes clipInOne{
0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
}
100% {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
    opacity: 1;
}
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(70px); }
  to { opacity: 1; transform: translateY(0); }
}


@media (max-width: 1700px){ 
.banner { margin-top: 146px; height: calc(100vh - 146px); }
.s-one figure { width: 325px; height: calc(100vh - 146px); }
.s-second figure { width: 165px; height: 259px; }
.s-second { position: relative; right: -90px; }


}
@media (max-width: 1440px){ 
.banner_swiper_nav_holder .swiper-button-prev, .banner_swiper_nav_holder .swiper-button-next { width: 60px; height: 60px; border-radius: 10px; }
.banner_swiper_nav_holder .swiper-button-next:after, .banner_swiper_nav_holder .swiper-button-prev:after { font-size: 15px; }
.banner_swiper_nav_holder { right: 13%; bottom: 85px; gap: 12px; }
.global_heading h1 { font-size: 50px; line-height: 60px; }
.mainbanner_text .global_heading.white_txt p { font-size: 18px; line-height: 22px; }
.mainbanner_text .global_heading { margin-bottom: 35px; }
.mainbanner_text { min-width: 650px; width: 650px; }

}

@media (max-width: 1299px){ 
.global_heading h1 { font-size: 42px; line-height: 48px; }
.mainbanner_text { min-width: 530px; width: 530px; }

}

@media (max-width: 1199px){ 
.banner { margin-top: 132px; height: calc(100vh - 132px); }
.banner .swiper-slide { padding: 30px; }
.s-one figure { width: 230px; height: calc(100vh - 132px); }
.s-second figure { width: 104px; height: 150px; }
.s-second { right: -55px; }
.banner_swiper_nav_holder .swiper-button-prev, .banner_swiper_nav_holder .swiper-button-next { width: 50px; height: 50px; }
.banner_swiper_nav_holder { right: 10%; }


}
@media (max-width: 991px){ 
.banner { margin-top: 122px; height: calc(100vh - 122px); }
.s-one figure { width: 160px; height: 280px; }
.s-second figure { width: 75px; height: 110px; }
.s-second { right: -25px; }
.banner_swiper_nav_holder { right: 10%; }
.global_heading h1 { font-size: 35px; line-height: 38px; }
.mainbanner_text .global_heading.white_txt p { font-size: 16px; line-height: 21px; }
.mainbanner_text { min-width: 450px; width: 450px; }
.banner_image_part { width: 100%; justify-content: center; }
.banner_swiper_nav_holder .swiper-button-prev, .banner_swiper_nav_holder .swiper-button-next { width: 35px; height: 35px; }

  
}


@media (max-width: 767px){ 

.banner .swiper-slide { padding: 15px 0; }
.mainbanner_text { min-width: 330px; width: 330px; }
.global_heading h1 { font-size: 28px; line-height: 32px; }
.mainbanner_text .global_heading.white_txt p { font-size: 14px; line-height: 18px; }
.banner { margin-top: 116px; height: calc(100vh - 116px); }
.s-one figure { width: 130px; height: 215px; }
.s-second { right: -10px; }
.s-second figure { width: 55px; height: 80px; }
.banner_swiper_nav_holder .swiper-button-next:after, .banner_swiper_nav_holder .swiper-button-prev:after { font-size: 12px; }

}

@media (max-width: 575px){ 
.banner { margin-top: 67px; height: 500px; }
.banner_image_part { display: none; }
.mainbanner_text { min-width: 100%; width: 100%; padding-right: 0;text-align: center; }
.mainbanner_text .global_heading { margin-bottom: 25px; text-align: center; }
.mainbanner_text .global_heading h5 { justify-content: center; }
.banner_swiper_nav_holder { display: none; }


}



/* banner section end */


/*------------------- realestate page start -----------------------*/


.glow { position: absolute; inset: 0; display: grid; place-content: center; font-size: 140px; font-weight: 900; text-transform: uppercase; mix-blend-mode: plus-lighter; z-index: 2; left: 85px; top: -400px; color: rgba(255, 255, 255, 0.2); pointer-events: none; }
.realestate_banner { margin-top: 170px; height: calc(100vh - 170px); position: relative; overflow: hidden; }
.cover_pic { height: calc(100vh - 170px); position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; }
.cover_pic:after { position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); }
.cover_pic img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.inner_realestate_banner,.realestateSlider,.realestateSlider .swiper-wrapper,.realestateSlider .swiper-slide  { height: 100%; }
.realestateSlider .banner_inner { height: 100%; }
.realestateSlider .swiper-slide .container { height: 100%; }
.realestateSliderthumb  .swiper-slide { transform: translate(-65%) skew(-23deg, 0deg); overflow: hidden; width: 400px; height: 270px; }
.realestateSliderthumb  .swiper-slide img { object-fit: cover; transform: translateX(-26%) skew(23deg, 0deg); height: 100%; width: auto; max-width: none; }
.thumb_slider_holder{ position: absolute; right: 0; bottom: 37%; width: 900px; }
.realestateSliderthumb { z-index: 3; position: relative; right: -186px; }
.realestate_banner .global_heading h5 { font-size: 20px; }

.swiper-fraction { font-size: 24px; font-weight: 500; color: #fff; display: flex; align-items: baseline; gap: 4px; position: relative; z-index: 2; }
.swiper-fraction .current-slide { font-weight: 700; font-size: 66px; color: #fff; min-width: 85px; }
.swiper-fraction .total-slide { font-size: 24px; font-weight: 500; color: #fff; }
.swiper-pagination { width: 444px !important; height: 6px !important; background-color: #C6D3E7; border-radius: 20px; position: relative !important; }
.swiper-pagination-progressbar-fill{ background-color: #0A79B3 !important;border-radius: 50px; }
.swiper_controls { position: absolute; bottom: 100px; right: 200px; display: flex; align-items: center; gap: 25px; }
.swiper_controls .blog_slide_arrows { position: static; transform: none; }
.swiper_controls .blog_slide_arrows .swiper-button-prev,.swiper_controls .blog_slide_arrows .swiper-button-next { background: #0A79B3; border: 0; }
.swiper_controls .blog_slide_arrows .swiper-button-next.swiper-button-disabled,.swiper_controls .blog_slide_arrows .swiper-button-prev.swiper-button-disabled { opacity: 1; background-color: #fff; color: #000; }



.our_projects{ padding: 130px 0 120px; }
.filter_head { max-width: 738px; margin: 0 auto 60px; border: 1px solid #C6D3E7; padding: 10px; border-radius: 14px; }
.filter_head ul { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 6px; }
.filter_head ul li a { text-align: center; color: #1A1A1A; font-size: 20px; border-radius: 10px; display: block; border:1px solid transparent; padding: 12px; }
.filter_head ul li a:hover,.filter_head ul li a.active { color: #1A1A1A; border:1px solid #0A79B3; background-color: #0A79B333; }
.filter_head .form-select { background-color: #0A79B3; color: #fff; font-size: 20px; padding: 12px; border-radius: 10px; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 12px; padding-right: 2rem; }

.project_box_top { border-radius: 20px 20px 0 0; border: 2px solid #C6D3E7; border-bottom: 0; padding: 16px 16px 0; }
.project_box_top figure { overflow: hidden; position: relative; border-radius: 15px; height: 100%;max-height: 270px;}
.project_box_top figure img{object-fit: cover;}
.badge{ position: absolute; right: 0; top: 0; font-size: 18px; font-weight: 500; color: #fff; padding: 6px 10px; border-radius: 30px; }
.project_box_middle { padding: 20px 16px; background: #fff; border-left: 2px solid #C6D3E7; border-right: 2px solid #C6D3E7; }
.project_box_middle h5 { font-size: 26px; font-weight: 700; margin-bottom: 12px; color: #101010; }
.project_box_middle p { color: #0A79B3; font-size: 20px; margin-bottom: 20px; }
.project_box_middle p span { margin-right: 6px; }
.project_box_middle ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.project_box_middle ul li label { display: block; font-weight: 500; font-size: 18px; margin-bottom: 10px; }
.project_box_middle ul li span { color: #787878; font-size: 18px; }
.project_box_bottom { width: 100%; height: 137px; padding: 20px 16px; background: #fff; border-left: 2px solid #C6D3E7; border-right: 0; border-radius: 0 0 0 25px; position: relative; }
.project_box_bottom p { color: #787878; font-size: 18px; font-weight: 400; line-height: normal; margin-bottom: 8px; }
.project_box_bottom h6 { font-size: 24px; font-weight: 600; color: #1A1A1A; }
.shape { position: absolute; right: -1px; top: 0px; width: 130px; height: 136px; }
.project_box_bottom:after { content: ''; position: absolute; left: 16px; width: 350px; height: 1px; background-color: #E7EFFD; top: 0; }
.project_box_bottom:before { content: ''; position: absolute; height: 2px; background: linear-gradient( to right, transparent 0%, #C6D3E7 5%, #C6D3E7 100%, transparent 100% ); border-radius: 20px; right: 129px; left: 10px; bottom: 1px; }
.round_trgt { width: 79px; height: 79px; border-radius: 50%; background-color: #fff; border: 2px solid #C6D3E7; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #1A1A1A; position: absolute; right: 0; top: 56px; z-index: 2; }
.our_projects .row { row-gap: 40px; }
.project_box:hover .round_trgt{ background-color:#EB1F27 ; color: #fff; border-color: transparent; transform: rotate(360deg); }
.completed_bg{ background-color: #00BD33; }
.upcoming{ background-color: #F1B300; }
.ongoing{ background-color: #0A79B3; }




@media (max-width: 1700px){ 
.realestate_banner { margin-top: 146px; height: calc(100vh - 146px); }
.cover_pic { height: calc(100vh - 146px); }
.thumb_slider_holder { width: 650px; }
.realestateSliderthumb .swiper-slide { height: 215px; }
.realestateSliderthumb { right: -100px; } 
.glow { font-size: 90px; left: -55px; top: -325px; }
.swiper-fraction .current-slide { font-size: 50px; min-width: 65px; }
.swiper-pagination { width: 350px !important; }
.realestate_banner .blog_slide_arrows .swiper-button-prev,.realestate_banner .blog_slide_arrows .swiper-button-next { width: 65px; height: 65px; }
.swiper_controls { right: 100px; gap: 20px; }

}

@media (max-width: 1440px){ 
.our_projects { padding: 70px 0 80px; }

}


@media (max-width: 1199px){ 
.realestate_banner { margin-top: 132px; height: calc(100vh - 132px); }
.cover_pic { height: calc(100vh - 132px); }
.swiper-pagination { width: 200px !important; } 
.realestate_banner .blog_slide_arrows .swiper-button-prev, .realestate_banner .blog_slide_arrows .swiper-button-next { width: 50px; height: 50px; border-radius: 10px;}
.swiper-fraction .current-slide { font-size: 30px; min-width: 40px; }
.glow { font-size: 60px; left: -20px; top: -210px; }
.realestateSliderthumb .swiper-slide { height: 130px; }
.thumb_slider_holder { width: 460px; }
.realestateSliderthumb { right: -60px; }
.swiper-fraction .total-slide { font-size: 20px; }

.project_box_top { padding: 12px 12px 0;border: 1.4px solid #C6D3E7;border-bottom: 0; }
.project_box_middle { padding: 15px 12px; border-left: 1.4px solid #C6D3E7; border-right: 1.4px solid #C6D3E7; }
.badge { font-size: 16px; }

.project_box_middle h5 { font-size: 22px; margin-bottom: 10px; }
.project_box_middle p { font-size: 16px; margin-bottom: 15px; }
.project_box_bottom h6 { font-size: 18px; }
.project_box_bottom p { font-size: 16px; }
.project_box_bottom { height: 100px; padding: 20px 12px;border-left: 1.5px solid #C6D3E7; }
.shape { height: 99px; width: 95px; }
.round_trgt { width: 55px; height: 55px; font-size: 18px; top: 43px; }
.project_box_bottom:before { height: 1.4px; right: 93px; }
.project_box_bottom:after { width: 250px; }
.project_box_middle ul li label { font-size: 16px; margin-bottom: 5px; }
.project_box_middle ul li span { font-size: 15px; }
.our_projects .row { row-gap: 25px; }


}

@media (max-width: 991px){ 
.realestate_banner { margin-top: 122px; height: calc(100vh - 122px); }
.cover_pic { height: calc(100vh - 122px); }
.realestateSliderthumb .swiper-slide { height: 100px;margin-right: 10px !important; }
.thumb_slider_holder { width: 380px;bottom: 46%; }
.glow { font-size: 50px; left: 30px; top: -150px; }
.realestate_banner .blog_slide_arrows .swiper-button-prev, .realestate_banner .blog_slide_arrows .swiper-button-next { width: 40px; height: 40px; border-radius: 6px; }
.blog_slide_arrows .swiper-button-next:after, .blog_slide_arrows .swiper-button-prev:after { font-size: 10px; }
.swiper_controls { right: 25px; gap: 10px; }
.swiper_controls .blog_slide_arrows { gap: 10px; }
.realestateSliderthumb { right: -100px; }
.realestate_banner .global_heading h5 { font-size: 14px; }
.our_projects { padding: 50px 0 60px; }
.filter_head { margin: 0px auto 30px; }
.filter_head ul li a { font-size: 17px; padding: 10px; }
.filter_head .form-select { font-size: 17px; padding: 10px; }


}


@media (max-width: 767px){ 
.realestate_banner { margin-top: 116px; height: calc(100vh - 116px); }
.cover_pic { height: calc(100vh - 116px); }
.realestate_banner .blog_slide_arrows .swiper-button-prev, .realestate_banner .blog_slide_arrows .swiper-button-next { display: none; }
.swiper-fraction .total-slide { font-size: 12px; }
.swiper-fraction .current-slide { font-size: 22px; min-width: 30px; }
.swiper-fraction { font-size: 16px; gap: 2px; }
.swiper_controls { right: 10px; bottom: 4%; }
.thumb_slider_holder { width: 290px; bottom: 30%; }
.glow { font-size: 30px; left: -20px; top: -110px; }
.realestateSliderthumb .swiper-slide { height: 70px; }
.realestateSliderthumb { right: -70px; }
.project_box_top figure img{ width: 100%; }
.our_projects .row { row-gap: 15px; }
.our_projects { padding: 40px 0 50px; }

}

@media (max-width: 575px){ 
.realestate_banner { margin-top: 67px; height: 500px; }
.cover_pic { height: 100%; }
.thumb_slider_holder { width: 259px; bottom: 11%; }
.realestateSliderthumb .swiper-slide { height: 50px; }
.glow { font-size: 20px; left: -45px; top: -90px; }
.swiper-pagination { width: 160px !important; }
.swiper-fraction .current-slide { font-size: 20px; min-width: 25px; }
.banner_inner { align-items: flex-start; }
.realestateSlider .swiper-slide { padding-top: 50px; }
.filter_head { margin: 0 auto 20px; padding: 5px; }
.filter_head ul li a { font-size: 15px; padding: 5px; border-radius: 5px; }
.filter_head .form-select { font-size: 15px; padding: 5px; border-radius: 5px; }
.realestateSliderthumb { right: -45px; }
.swiper_controls { right: 30px; }

}



@media (max-width: 480px){ 
.filter_head ul { grid-template-columns: repeat(1, 1fr); }

}

/* realestate page end */


/*------------------------ contact-us page start---------------------------*/

.inner_banner{ padding: 120px 0;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.banner-text h1{font-size: 66px; font-weight: 700; line-height: 90px; color: #FFFFFF; margin-bottom: 12px; }
.banner-text p{font-size: 20px; font-weight: 400; line-height: 100%; color: #FFFFFF;}


@media(max-width:1499px){
  .banner-text h1{font-size: 52px; line-height: 70px; }
}

@media(max-width:1199px){
  .banner-text h1{font-size: 45px; line-height: 58px; }
  .inner_banner{padding: 50px 0;}
}

@media(max-width:767px){
.banner-text{padding: 0 10px;} 
.banner-text h1{font-size: 35px; line-height: 41px; }
.banner-text p{font-size: 18px;}
}

@media(max-width:575px){
.inner_banner{ padding: 30px 0; }
.banner-text h1{font-size: 24px; line-height: 26px; }
.banner-text p{font-size: 15px;}
}

.contact-us{padding-top: 110px; position: relative; background-position: top right; background-repeat: no-repeat; background-size: contain;}
.contact-us-wrapper{display: grid; grid-template-columns: repeat(3,1fr); gap: 40px;}
.contact-us-col{box-shadow: 0 4px 20px 0px rgb(0, 0, 0,0.1); padding: 32px 0 32px 40px; border-radius: 30px; border: 1px solid #E7EFFD;background-color: #FFFFFF;}
.contact-us-col{display: flex; align-items: center; gap: 24px;}
.contact-us-col span{height: 90px; width: 90px; min-width: 90px; border-radius: 18px; background-color: rgb(10, 120, 178 ,0.1); gap: 24px; display: flex; justify-content: center;align-items: center;}
.contact-us-col span i{color: #EB1F27; font-size: 36px;}
.contact-us-col .contact-details h3{ font-size: 28px; font-weight: 600; line-height: 100%; color: #202020; margin-bottom: 12px;}
.contact-us-col .contact-details ul li a{font-size: 20px; display: inline-block; font-weight: 400; line-height: 100%; color: #787878; margin-bottom: 9px;}
.contact-us-col .contact-details ul li a:last-child{margin-bottom: 0;}
.talk-us-contact-wrapper {padding: 48px 100px 59px 100px; box-shadow: 0 0 20px 0 rgb(0, 0, 0,0.1); border-radius: 30px; margin-top: 115px; margin-bottom: -175px; z-index: 3; position: relative; background-color: #FFFFFF;}
.talk-us-contact-wrapper .form-wrapper {display: grid;   grid-template-columns: repeat(2, 1fr); gap: 34px;}
.talk-us-contact-wrapper .global_heading h2{text-align: center; font-size: 30px; }
.form-wrapper .form-control{ height: 60px;  border-radius: 10px; border: 2px solid #C6D3E7;  width: 100%; font-size: 18px; font-weight: 400; line-height: 100%; color: #1A1A1A;}
.form-wrapper .form-group.full-width {grid-column: 1 / -1; }
.form-wrapper .form-group textarea{resize: none; height: 126px; padding: 16px 12px 6px 12px;}
.talk-us-contact-wrapper .floating_btn_holder{position: relative; display: flex; justify-content: center; align-items: center;}
.form-wrapper .floating_btn_holder .basic_btn{ justify-content: space-between; margin-top: 44px;}

@media(max-width:1499px) {
.talk-us-contact-wrapper .form-wrapper{gap: 25px;}
.contact-us-wrapper {gap: 20px;}
.contact-us-col {padding: 20px 0 20px 20px;}
.contact-us{padding-top: 65px;}
.talk-us-contact-wrapper{margin-top: 75px; padding: 30px 60px 30px 60px; }
.contact-us-col span{height: 75px; width: 75px;  min-width: 75px; }
.contact-us-col span i {font-size: 30px;}
.talk-us-contact-wrapper .global_heading{margin-bottom: 45px;}
}

@media(max-width:1199px){
.talk-us-contact-wrapper{margin-top: 75px; padding: 30px 35px 30px 35px; }
.form-wrapper .floating_btn_holder .basic_btn{margin-top: 25px;}
.contact-us-col{gap: 12px; padding: 15px 0 15px 15px;}
.talk-us-contact-wrapper .global_heading{margin-bottom: 30px;}
.contact-us-col .contact-details h3{font-size: 24px;}
.contact-us-col .contact-details ul li a{font-size: 17px;}
.contact-us-col .contact-details p{font-size: 17px;}
}

@media(max-width:991px){
.contact-us-col .contact-details h3{font-size: 22px;}
.contact-us-col{flex-direction: column; text-align: center; }
.contact-us-col{gap: 12px; padding: 12px;}
.contact-us-col span{height: 65px; width: 65px;  min-width: 65px; }
.talk-us-contact-wrapper{margin-top: 45px;} 
.talk-us-contact-wrapper .form-wrapper {gap: 20px;}
.contact-us{padding-top: 35px;}
.contact-us-wrapper {gap: 12px;}
.form-wrapper .floating_btn_holder .basic_btn{margin-top: 12px;}
}

@media(max-width:767px){
.contact-us-col .contact-details h3{font-size: 17px; margin-bottom: 8px; }
.contact-us-col .contact-details ul li a {font-size: 15px;}
.contact-us-col .contact-details p{font-size: 15px;}
.form-wrapper .form-control {height: 45px;}
.talk-us-contact-wrapper {margin-bottom: 30px;}
}

@media (max-width: 575px) {
.talk-us-contact-wrapper .form-wrapper{grid-template-columns: 1fr;}
.form-wrapper .form-group.full-width {grid-column: auto;}
.contact-us-wrapper{display: grid; grid-template-columns: repeat(1,1fr); align-items: center; }
.talk-us-contact-wrapper{padding: 25px 15px 25px 15px;}
.talk-us-contact-wrapper .global_heading{margin-bottom: 18px;}
.form-wrapper .form-control{font-size: 16px;}
.talk-us-contact-wrapper .global_heading h2{font-size: 24px; line-height: 40px; }
}


.google-map-location .google-map{height: 691px;}
.google-map-location{position: relative; }
.google-map-location iframe{display: block;}

@media (max-width: 1499px){
.google-map-location .google-map{height: 501px;}
}

@media (max-width: 1199px){
.google-map-location .google-map{height: 400px;}
}

@media (max-width: 991px){
.google-map-location .google-map{height: 320px;}
}

@media (max-width: 575px){
.google-map-location .google-map{height: 220px;}
}

@media (max-width: 575px){
.google-map-location .google-map{height: 175px;}
}

/* contact-us page end*/


/* -------------------------media page start------------------------- */
.media-overview{ padding: 100px 0 115px;overflow: hidden;}
.media-overview .global_heading h2{max-width: 990px; margin: 0 auto;}
.media-overview .global_heading p{font-size: 18px; line-height: 28px; }

@media (max-width: 1499px){
.media-overview{padding: 100px 0 40px 0;}  
.media-overview .global_heading h2{font-size: 38px; line-height: 48px;}
}

@media (max-width: 1199px){
.media-overview .global_heading {margin-bottom: 30px;}  
.media-overview .global_heading h2{font-size: 30px; line-height: 40px;}
}

@media (max-width: 991px){
.media-overview .global_heading{margin-bottom: 30px;}  
.media-overview .global_heading h2{max-width: 100%;}
.media-overview .global_heading h5{font-size: 18px; margin-bottom: 10px;}
.media-overview .global_heading p{font-size: 16px; line-height: 25px; margin-top: 15px;}
.media-overview{padding: 30px 0;}
}

@media (max-width: 575px){
.media-overview .global_heading h2{font-size: 20px; line-height: 24px;}
}

.media_page_gallery{padding: 100px 0;background-color: #0a78b325;}
.media_page_gallery .global_heading{text-align: center;}
.media_page_gallery .global_heading h2{max-width: 990px; margin: 0 auto; }
.media_page_gallery .global_heading h5{justify-content: center;}
.media_page_gallery_row{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
.media_page_gallery_col{border-radius: 15px;overflow: hidden;height: 400px;}
.media_page_gallery_col img{height: 100%;width: 100%;object-fit: cover;}
.media_page_gallery_col:nth-of-type(even){height: 700px;}
.media_page_gallery_col.img_1{grid-column: 1/2; grid-row: 1/2;}
.media_page_gallery_col.img_2{grid-column: 2/3; grid-row: 1/3;}
.media_page_gallery_col.img_3{grid-column: 3/4; grid-row: 1/2;}
.media_page_gallery_col.img_4{grid-column: 1/2; grid-row: 2/4;}
.media_page_gallery_col.img_5{grid-column: 2/3; grid-row: 3/4;}
.media_page_gallery_col.img_6{grid-column: 3/4; grid-row: 2/4;}
 
@media(max-width:1599px){
.media_page_gallery_col{height: 300px;}
.media_page_gallery_col:nth-of-type(even){height: 500px;}
.media_page_gallery_row{gap: 25px;}
}

@media(max-width:1499px){
.media_page_gallery .global_heading h2{font-size: 38px; line-height: 48px;}
}

@media(max-width:1199px){
.media_page_gallery{padding: 50px 0;}
.media_page_gallery_col{height: 200px;}
.media_page_gallery_col:nth-of-type(even){height: 350px;}
.media_page_gallery_row{gap: 15px;}
.media_page_gallery .global_heading h2{font-size: 30px; line-height: 40px;}
}
@media(max-width:991px){
.media_page_gallery{padding: 30px 0;}
.media_page_gallery .global_heading{margin-bottom: 30px;}  
.media_page_gallery .global_heading h2{max-width: 100%;}
.media_page_gallery .global_heading h5{font-size: 18px; margin-bottom: 10px;}
}

@media(max-width:767px){
.media_page_gallery_row{grid-template-columns: repeat(2, 1fr);}
.media_page_gallery_col{height: inherit;}
.media_page_gallery_col:nth-of-type(even){height: inherit;}
.media_page_gallery_col.img_1{grid-column: inherit; grid-row: inherit;}
.media_page_gallery_col.img_2{grid-column: inherit; grid-row: inherit;}
.media_page_gallery_col.img_3{grid-column: inherit; grid-row: inherit;}
.media_page_gallery_col.img_4{grid-column: inherit; grid-row: inherit;}
.media_page_gallery_col.img_5{grid-column: inherit; grid-row: inherit;}
.media_page_gallery_col.img_6{grid-column: inherit; grid-row: inherit;}
}

@media(max-width:575px){
.media_page_gallery .global_heading h2{font-size: 20px; line-height: 24px;}
}

/* @media(max-width:480px){
.media_page_gallery_row{grid-template-columns: repeat(1, 1fr);}
} */


.carousel { --size: max(21vw, 21vh); width: 100%; height: var(--size); perspective: calc(var(--size) * 5.55); transform-style: preserve-3d; opacity: 0; transition: opacity 0.25s linear; }
.carousel.ready { opacity: 1; }
.slide { position: absolute; width: calc(var(--size) * 0.65); height: var(--size); border-radius: 20px; overflow: hidden; }
.slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

@media(max-width:767px){
.slide { border-radius: 10px; }

}
/* media page end */



/* --------------------carrier page start------------------------- */
.carrier-anekant .container .row{align-items: center;}
.carrier-anekant{ padding-top: 100px; }
.carrier-anekant-text .floating_btn_holder{position: relative;}
.carrier-anekant-all-images img{width: 100%;}
.carrier-anekant-text .global_heading h2{width: 70%;}

.puja-special-list-tablinks.active { background: #000; color: #fff; }
.TelecallerTabcontent { display: none; }
#TelecallerTabcontent1 { display: block; }
.TelecallerTabcontent .accordion{display: flex;flex-direction: column;gap: 40px;}
.TelecallerTabcontent .accordion-item{border-radius: 0;border: none;border-left: 6px solid #787878;transition: border-color 0.3s ease;}
.TelecallerTabcontent .accordion-item:has(.accordion-button:not(.collapsed)){ border-left-color: #0A79B3; }
.TelecallerTabcontent .accordion-button{background-color:#f5f5f5;height: 124px;border-radius: 0 !important;box-shadow: none;font-size: 30px;font-weight: 500;color: #1A1A1A;text-transform: uppercase;}
.TelecallerTabcontent .accordion-button::after{background-color: #0A79B326;height: 64px;width: 64px;border-radius: 50%;background-position: center;}
.TelecallerTabcontent .accordion-body{padding: 24px;}
.TelecallerTabcontentInner{padding: 24px;border: 1px solid #787878;border-radius: 24px;display: flex;flex-direction: column;gap: 32px;}
.TelecallerTabcontentInner h5{font-size: 24px;font-weight: 600;color: #111;margin-bottom: 32px;}
.TelecallerTabcontentInner p{font-size: 20px;font-weight: 400;color: #111;line-height: 1.5em;}
.TelecallerTabcontentInner .ul{padding-left: 25px;display: flex;flex-direction: column;gap: 10px;}
.TelecallerTabcontentInner .ul li{list-style-type: disc;font-size: 20px;font-weight: 400;color: #111;line-height: 1.5em;}
.TelecallerTabcontent .appyNowBtnWrapper{margin-top: 32px;}

.jobApplyModal .modal-header{border-bottom: none;}
.jobApplyModal .modal-body{padding: 52px;}
.jobApplyModal .modal-content{border-radius: 20px;}
.jobApplyModal .modal-content .btn-close{position: absolute;right: 20px;top: 20px;z-index: 1;}
.jobApplyModal .modal-body form{display: flex;flex-direction: column;gap: 24px;}
.jobApplyModal .modal-body form h2{font-size: 36px;font-weight: 700;color: #1A1A1A;}
.jobApplyModal-input-group{display: flex;flex-direction: column;gap: 16px;}
.jobApplyModal-input-row .inputHeading{font-size: 16px;color: #1A1A1A;margin-bottom: 2px;display: block;}
.jobApplyModal-input-div{height: 48px;}
.jobApplyModal-input-div input{padding: 18px 12px;height: 100%;width: 100%;font-size: 16px;color: #787878;border: 1px solid #C6D3E7;border-radius: 12px;}
.jobApplyModal-input-div select{height: 100%;width: 100%;font-size: 16px;color: #787878;border: 1px solid #C6D3E7;border-radius: 12px;box-shadow: none;}
#jobApplyModal-input-file{display: none;}
.jobApplyModal-input-label{padding: 0 12px;height: 100%;width: 100%;font-size: 16px;color: #787878;border: 1px solid #C6D3E7;border-radius: 12px;display: flex;justify-content: space-between;align-items: center;}




@media (max-width: 1499px){
.carrier-anekant {padding-top: 60px;} 
.carrier-anekant-text .global_heading h2{font-size: 38px; line-height: 48px;}
.carrier-anekant-text .global_heading p{font-size: 20px; line-height: 26px; margin-top: 12px; }
.carrier-anekant-text .global_heading h5{font-size: 20px; margin-bottom: 15px;}

.TelecallerTabcontent .accordion-button{font-size: 24px;height: 90px;}
.TelecallerTabcontentInner h5{font-size: 20px;margin-bottom: 20px;}
.TelecallerTabcontentInner p,
.TelecallerTabcontentInner .ul li{font-size: 16px;}
.TelecallerTabcontentInner{gap: 20px;}
.TelecallerTabcontent .accordion-button::after{height: 50px;width: 50px;}

.jobApplyModal .modal-body{padding: 30px;}
.jobApplyModal .modal-body form h2{font-size: 28px;}
}

@media (max-width: 1199px){
.carrier-anekant-text .global_heading h2{font-size: 30px; line-height: 40px;}
}
@media (max-width: 991px){
  .TelecallerTabcontent .accordion-button{font-size: 18px;height: 70px;}
  .TelecallerTabcontent .accordion-button::after{height: 40px;width: 40px;}
  .TelecallerTabcontentInner h5{font-size: 16px;margin-bottom: 16px;}
  .TelecallerTabcontentInner p,
  .TelecallerTabcontentInner .ul li{font-size: 14px;}
  .TelecallerTabcontentInner{gap: 16px;}
  .TelecallerTabcontentInner .ul{gap: 5px;}
}

@media (max-width: 767px){
.carrier-anekant .container .row{flex-direction: column;}
.carrier-anekant .container .row .col-6{width: 100%;}
.carrier-anekant {margin-top: 131px;}
.carrier-anekant-text .global_heading h2{width: 100%;}
.carrier-anekant-all-images{margin-top: 35px;}
.carrier-anekant {padding-bottom: 45px;} 

.TelecallerTabcontent .accordion-body,
.TelecallerTabcontentInner {padding: 16px;}
.TelecallerTabcontentInner .ul{padding-left: 16px;}
.TelecallerTabcontent .accordion-item{border-width: 4px;}
.open-positions-wrapper{margin-top: 20px;}

.jobApplyModal .modal-body form h2{font-size: 24px;}
.jobApplyModal .modal-body {padding: 20px;}
.jobApplyModal-input-div{height: 40px;}
}

@media (max-width: 575px){
.carrier-anekant {padding-top: 35px;} 
.carrier-anekant-text .global_heading{text-align: center;}
.carrier-anekant-text .global_heading h2{font-size: 24px; line-height: 25px;}
.carrier-anekant-text .global_heading h5{font-size: 15px; justify-content: center; }
.carrier-anekant .position-btn{text-align: center;}
}

@media (max-width: 480px){
.carrier-anekant-text .global_heading h2{font-size: 21px; line-height: 25px;}
.carrier-anekant {padding-top: 48px;} 
.carrier-anekant-text .global_heading{margin-bottom: 25px;}
}


.life-at-anekant{padding-top: 100px;}
.life-at-anekant-row::after{content: ""; height: 100%; width: 100%; background-color: rgb(0, 52, 78,0.9); position: absolute; top: 0; left: 0; border-radius: 30px; z-index: 0;}
.life-at-anekant-row{display: flex; justify-content: center; align-items: center; padding: 80px 0;  background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; border-radius: 30px;}
.life-at-anekant .global_heading h2{color: #FFFFFF;}
.life-at-anekant-wrapper{position: relative; z-index: 3;}
.life-at-anekant .basic_btn{background-color: #FFFFFF; color: #1A1A1A;}
.life-at-anekant .basic_btn:hover{background-color: #0A79B3; color: #FFFFFF;}
.life-at-anekant .basic_btn span{background-color: #EB1F27; transform: rotate(-45deg)}

@media (max-width: 1499px){
.life-at-anekant .global_heading{margin-bottom: 30px;}
.life-at-anekant {padding-top: 60px;}
.life-at-anekant .global_heading h2{font-size: 38px; line-height: 48px; }
}

@media (max-width: 1199px){
.life-at-anekant {padding-top: 45px;}
.life-at-anekant .global_heading h2{font-size: 30px; line-height: 40px;}
.life-at-anekant-row{padding: 50px 0;}
}

@media (max-width: 767px){
.life-at-anekant {padding-top: 35px;}
.life-at-anekant .global_heading h2{font-size: 24px; line-height: 25px;}
.life-at-anekant .global_heading{margin-bottom: 15px;}
}

@media (max-width: 575px){
.life-at-anekant .global_heading h2{font-size: 25px;}
.life-at-anekant-row{padding: 30px 0;}    
}


.open-positions{padding: 100px 0;}
.open-positions .open-form-input {max-width: 480px;width: 100%; margin: 0 auto; position: relative;}
.open-positions .open-form-input .form-control{ height: 52px; padding-left: 45px; }
.open-positions .open-form-input img{position: absolute; top: 50%; transform: translateY(-50%); left: 13px;}
.open-positions .puja-special-list{ max-width: 1032px; margin: 48px auto 0px;}
.open-positions .puja-special-list ul{flex-wrap: wrap; display: flex; gap: 20px; }
.open-positions .puja-special-list ul li button{font-size: 22px;  color: #0A79B3; font-weight: 500; line-height: 100%;  display: inline-block; position: relative; width: 100%; color: #787878; padding: 0;  min-width: 100%;background: transparent;}
.open-positions .puja-special-list ul li button:hover{color: #0A79B3;}
.open-positions .puja-special-list ul li button.active:after{content: ""; height: 3px; width: 100%; background-color: #0A79B3; position: absolute; top: 40px; left: 0;}
.open-positions  .puja-special-list ul li button.active{background-color: transparent; color: #0A79B3;}
.puja-special-list ul li:hover{background-color: transparent;}
.puja-special-list ul li:hover a{background-color: transparent;}
.open-positions-wrapper{ margin-top: 60px; }
.open-positions-wrapper .open-positions-col{border-left: 6px solid #0A79B3 ; border-color: #0A79B3; padding: 10px 10px 10px 24px; height: 100%;}
.open-positions-wrapper .open-positions-col h3{font-size: 26px; text-transform: uppercase; font-weight: 500; line-height: 100%; margin-bottom: 10px;}


@media (max-width: 1499px){
.open-positions .global_heading h2{font-size: 38px; line-height: 48px;}
.open-positions-wrapper .open-positions-col h3{font-size: 20px;}
.open-positions-wrapper .open-positions-col p{font-size: 16px;}
.open-positions-wrapper .open-positions-col {padding: 10px 10px 10px 12px;}
.open-positions .puja-special-list{margin: 30px auto 0;}
.open-positions-wrapper {margin-top: 40px; gap: 20px;}
.open-positions .global_heading{margin-bottom: 35px;}
.open-positions {padding: 60px 0;}
}

@media (max-width: 1199px){
.open-positions .global_heading h2{font-size: 30px; line-height: 40px;}
.open-positions .puja-special-list{max-width: 100%;}
.open-positions .puja-special-list ul{gap: 10px;}
.open-positions .puja-special-list ul li button {font-size: 18px; padding-bottom: 15px;}
.open-positions .puja-special-list ul {gap: 10px;flex-wrap: nowrap;overflow: auto;white-space: nowrap;gap: 20px;}
}

@media (max-width: 991px){
.open-positions {padding: 35px 0;}
.open-positions-wrapper .open-positions-col{border-left: 3px solid #0A79B3;} 
.open-positions-wrapper .open-positions-col h3{font-size: 18px;}
.open-positions .puja-special-list ul li button.active:after{top: 25px;}
}

@media (max-width: 767px){
/* .open-positions-wrapper{ grid-template-columns: repeat(2,1fr); margin-top: 20px;} */
.open-positions .global_heading{margin-bottom: 18px;}
}

@media (max-width: 575px){
/* .open-positions-wrapper{grid-template-columns: repeat(1,1fr);} */
.open-positions .global_heading h2{font-size: 21px; line-height: 25px;}
.open-positions .open-form-input .form-control{height: 40px;}
.open-positions-wrapper .open-positions-col h3{font-size: 15px;}
}

/* carrier page end */


/* ------------------------------leadership  page start ----------------------------------*/
.anekant-leadership{ padding: 100px 0 100px 0;}
.anekant-leadership-row{display: flex; gap: 73px; }
.anekant-leadership-row .image-box{width: 720px; max-height: 720px; min-width: 720px; border-radius: 30px; overflow: hidden; line-height: 0;}
.anekant-leadership-row .image-box img{width: 100%; object-fit: cover;}
.anekant-leadership-row .text-box{width: 100%;padding-top: 30px;overflow-y: auto;max-height: 570px;}
.anekant-leadership-row .text-box h3{font-size: 48px; font-weight: 700; line-height: 100%; color: #0A79B3;}
.anekant-leadership-row .text-box h4{color: #1A1A1A; font-weight: 600; margin: 10px 0;} 
.anekant-leadership-row .text-box p{margin-bottom: 30px;}
.anekant-leadership-row .text-box p:last-child{margin-bottom: 0;}
.leadership-wrapper .anekant-leadership-row{display: flex; flex-direction: column; align-items: start; gap: 40px;} 
.leadership-wrapper{display: flex; gap: 150px; margin-top: 100px;}
.leadership-wrapper .anekant-leadership-row .image-box{height: 345px; min-width: 368px; width: 368px; overflow: hidden;}
.leadership-wrapper .anekant-leadership-row .image-box img{object-fit: cover; height: 100%; width: 100%;}
.leadership-wrapper .text-box h3{font-size: 34px;} 

@media (max-width: 1499px){
.anekant-leadership{padding: 100px 0 60px 0;} 
.anekant-leadership-row{gap: 40px;}
.anekant-leadership-row .text-box h3{font-size: 38px;}
.leadership-wrapper{gap: 100px; margin-top: 60px;}
.leadership-wrapper .anekant-leadership-row{gap: 25px;}
.leadership-wrapper .text-box h3{font-size: 30px;} 
.anekant-leadership-row .image-box{width: 600px; min-width: 600px;}
.anekant-leadership .global_heading h2{font-size: 38px; line-height: 42px;}
.anekant-leadership-row .text-box{max-height: 450px;}
}

@media (max-width: 1199px){
.anekant-leadership-row .image-box{width: 520px; min-width: 520px;}
.leadership-wrapper{gap: 30px; margin-top: 60px;}
.anekant-leadership-row .text-box p{margin-bottom: 15px;}
.anekant-leadership-row .text-box{max-height: 428px;}
}

@media (max-width: 991px){
.anekant-leadership-row {flex-direction: column;}
.anekant-leadership-row .image-box{width: 100%; min-width: 100%;}
.leadership-wrapper .anekant-leadership-row .image-box{height: 299px; min-width: 322px; width: 322px;}
.anekant-leadership-row{gap: 0px;}
.leadership-wrapper{gap: 30px; margin-top: 45px;}   
.anekant-leadership .global_heading{margin-bottom: 30px;}
.anekant-leadership .global_heading p{font-size: 18px; line-height: 26px;}
.anekant-leadership .global_heading h2{font-size: 30px; line-height: 30px;}
.anekant-leadership .global_heading h5{font-size: 20px; margin-bottom: 14px;} 
.anekant-leadership{padding: 30px 0;} 
.anekant-leadership-row .text-box{max-height: inherit;padding-bottom: 0;}
}

@media (max-width: 767px){
.leadership-wrapper .anekant-leadership-row .image-box{height: 300px;min-width: 260px;width: 100%;}
.leadership-wrapper{gap: 15px; margin-top: 25px;}  
.anekant-leadership-row .text-box h3{font-size: 28px;}
.anekant-leadership-row .text-box h4{font-size: 18px;}
.anekant-leadership .global_heading h2 {font-size: 24px;line-height: 24px;}
.anekant-leadership .global_heading h5{font-size: 14px;}   
.anekant-leadership .global_heading p{margin-top: 10px; font-size: 16px;} 
.anekant-leadership-row .text-box p{font-size: 16px;}
}

@media (max-width: 575px){
  .leadership-wrapper .anekant-leadership-row .image-box{height: 95vw;}
.leadership-wrapper{flex-direction: column;}
.anekant-leadership-row .text-box h3{font-size: 22px;}
.anekant-leadership-row .text-box h4{font-size: 15px;}
.anekant-leadership-row{text-align: center;}
.leadership-wrapper .anekant-leadership-row{gap: 25px; display: flex; justify-content: center; align-items: center;}
.leadership-wrapper{gap: 30px;}
}

/* leadership  page end */

/* ------------------------life at anekant page start ------------------------*/
.puja-special{padding: 120px 0;}
.puja-special .puja-special-list ul{display: flex; align-items: center; gap: 20px; }
.puja-special .puja-special-list ul li a{ min-width: 200px;  padding: 12px 0; position: relative; }
.puja-special .puja-special-list ul li a:hover{background-color: #0A79B3 !important;}
.puja-special .puja-special-list ul li a.active{background-color: #0A79B3;   color: #FFFFFF; border-radius: 10px; position: relative; padding: 12px 5px; }
.puja-special .puja-special-list ul li a.active:after{content: ""; height: 7px; width: 100%; background-color: #0A79B3; position: absolute; bottom: -15px; left: 0; }
.puja-special .puja-special-list ul li a{font-size: 30px;  color: #0A79B3; font-weight: 600; line-height: 100%;  display: inline-block; width: 100%;}
.puja-special .puja-special-list ul li:hover{background-color: #0A79B3; border-radius: 10px; transition: all 0.4s ease; }
.puja-special .puja-special-list ul li:hover a{color: #FFFFFF;   background-color: #0A79B3; color: #FFFFFF; border-radius: 10px; }
.puja-special-wrapper{ display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 90px; }
.puja-special-wrapper figure{border-radius: 30px; overflow: hidden;}
.puja-special-wrapper figure img{width: 100%;}
.puja-special .floating_btn_holder{position: relative;display: flex;justify-content: center;align-items: center;}
.puja-special .xl_size.basic_btn{justify-content: space-between; }

@media (max-width: 1499px){
.puja-special .puja-special-list ul li a{font-size: 20px;}
.puja-special-wrapper{gap: 25px;}
.puja-special{padding: 80px 0;}
}

@media (max-width: 1199px){
.puja-special{padding: 50px 0;}
}

@media (max-width: 991px){
.puja-special .puja-special-list{ width: 100%;}
.puja-special-wrapper{gap: 15px; margin-top: 50px;}
.puja-special .puja-special-list ul li a {min-width: 150px;}
.puja-special .puja-special-list ul li a.active:after{ height: 3px; bottom: -10px; }
.puja-special{padding: 30px 0;}
  
}

@media (max-width: 767px){
.puja-special-wrapper{grid-template-columns: repeat(2,1fr);}
.puja-special .puja-special-list ul{gap: 10px;}
.puja-special .puja-special-list ul li a {min-width: 115px;}
.puja-special-wrapper figure{border-radius: 12px;}
}

@media (max-width: 575px){
.puja-special{padding-bottom: 35px; padding: 56px 0; }
.puja-special .puja-special-list ul li a {min-width: 75px; padding: 12px 5px; }
.puja-special .puja-special-list ul li a{font-size: 15px;}
.puja-special .puja-special-list{max-width: 100%;}
}


/* life at anekant page end */


/* ---------------project details------------ */
.square_64{width: 64px;height: 64px;border-radius: 10px;background-color: #E7EFFD;display: flex;justify-content: center;align-items: center;}
.text_white{color: #fff !important;}
.p40{padding: 40px;border: 1px solid #C6D3E7;border-radius: 30px;}
.text_30{font-size: 30px;color: #101010;font-weight: 600;display: block;}
.text_20{font-size: 20px;color: #101010;font-weight: 600;display: block;}
.hover_blue:hover{color: #0A79B3;}
.grey{color: #787878;}
.cursor-pointer{cursor: pointer;}

.section_top{margin-top: 170px;}
.project_details_onging{padding: 100px 0 0px;}
.project_details_onging .global_heading h5{font-size: 18px;background-color: #0A79B3;color: #fff;border-radius: 4px;padding: 4px 10px;display: inline-block;}
.project_details_onging .floating_btn_holder .text{font-size: 40px;font-weight: 700;color: #1A1A1A;}
.project_details_onging .feature_row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.project_details_onging .feature_col ul{display: flex;align-items: center;gap: 60px;}
.project_details_onging .feature_col ul li{display: flex;align-items: center;gap: 4px;}
.project_details_onging .feature_col ul li span{font-size: 20px;font-weight: 400;color: #1A1A1A;}
.project_details_onging .square_64:hover{background-color: #0A79B3;}
.project_details_onging .square_64:hover img{filter: invert(1);}

.project_details_swiper2 .swiper-slide{width: 100%;height: 600px;border-radius: 30px;overflow: hidden;}
.project_details_swiper2 .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}

.project_details_swiper1{margin-top: 30px;}
.project_details_swiper1 .swiper-slide{width: 100%;height: 145px;border-radius: 30px;overflow: hidden;}
.project_details_swiper1 .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.project_details_swiper1 .swiper-slide-thumb-active {border: 2px solid #0A79B3;}

.project_details_swiper2_button_prev,
.project_details_swiper2_button_next{position: absolute;width: 82px;height: 82px;border-radius: 10px;background-color: #E7EFFD;top: 50%;transform: translate(-50%);display: flex;justify-content: center;align-items: center;color: #1A1A1A;font-size: 24px;z-index: 1;transition: 0.4s;}
.project_details_swiper2_button_next{right: -80px;}
.project_details_swiper2_button_prev:hover,
.project_details_swiper2_button_next:hover{background-color: #EB1F27;color: #fff;}

.project_details_description{padding-top: 80px;}
.project_details_description_row{display: grid;grid-template-columns: 2.5fr 1fr;gap: 40px; margin-bottom: 50px;}
.project_details_description_left,
.project_details_description_right{display: flex;flex-direction: column;gap: 40px;}
.project_details_description_row p{line-height: 2em;}
.project_details_description_row .overview_ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
.project_details_description_row .overview_ul .square_64{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;height: 72px;width: 72px;}
.project_details_description_row .overview_ul li{display: grid;grid-template-columns: auto 1fr; align-items: center;gap: 20px;}
.project_details_description_row .overview_ul li .right{display: flex;flex-direction: column;gap: 5px;}
.project_details_description_row .What_nearby_row ul{display: grid;grid-template-columns: repeat(2, 1fr); gap: 30px;justify-content: space-between;column-gap: 250px;}
.project_details_description_row .What_nearby_row ul li{display: flex;justify-content: space-between;align-items: center;}

.form_row{display: flex;flex-direction: column;gap: 30px;}
.form_row label{margin-bottom: 10px;}
.form_row  .input_col input,
.form_row  .input_col textarea{background-color: #fff;border: 1px solid #C6D3E7;border-radius: 10px;padding: 17px 20px;color: #1A1A1A;font-size: 20px;width: 100%;resize: none;}
.form_row  .input_col input::placeholder,
.form_row  .input_col textarea::placeholder{color: #C6D3E7;}
.form_row  .input_col input{height: 60px;}

.project_details_description_row .sold_out{background:radial-gradient(#3E79C7, #0A79B3), url(../images/sold-out-bg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.project_details_description_row .sold_out p{color: #C6D3E7;line-height: 1.8em;}


@media(max-width:1599px){
  .project_details_swiper2_button_prev{left: 41px;}
  .project_details_swiper2_button_next{right: -41px;}
  .project_details_onging{padding-top: 50px;}
}

@media(max-width:1350px){
  /* .global_heading{margin-bottom: 30px;}
  .global_heading h2{font-size: 36px;} */
  .project_details_onging .floating_btn_holder .text{font-size: 30px;}
  .project_details_description_row{grid-template-columns: 1fr;}
  .google_maps{height: 350px;}
  .project_details_description_left,
  .project_details_description_right{gap: 30px;}
}

@media(max-width:1199px){
  .section_top{margin-top: 160px;}
  .project_details_onging .global_heading h5{font-size: 16px;margin-bottom: 15px;}
  .p40{padding: 15px;border-radius: 15px;}
  .project_details_onging .feature_row{align-items: start;}
  .project_details_onging .feature_col ul{flex-wrap: wrap;row-gap: 15px;}
  .project_details_swiper2 .swiper-slide{height: 400px;}
  .project_details_swiper2_button_prev, .project_details_swiper2_button_next{width: 60px;height: 60px;}
  .project_details_swiper2_button_prev{left: 30px;}
  .project_details_swiper2_button_next{right: -30px;}
  .project_details_description{padding-top: 30px;}
  .project_details_onging{padding-top: 30px;}
}

@media(max-width:991px){
  .section_top{margin-top: 148px;}
  .project_details_onging .floating_btn_holder .text{font-size: 24px;}
  .text_30{font-size: 18px;}
  .project_details_onging .feature_col ul{gap: 15px;display: grid;grid-template-columns: repeat(2, 1fr);}
  .project_details_onging .feature_col ul li{white-space: nowrap;}
  .global_heading .floating_btn_holder{position: inherit;margin-top: 10px;}
  .project_details_onging .feature_col ul li span, .text_20{font-size: 16px;}
  p{font-size: 16px;}
  .form_row .input_col input{height: 44px;}
  .square_64, .project_details_description_row .overview_ul .square_64{width: 44px;height: 44px;padding: 8px;}
  .project_details_description_row .overview_ul{grid-template-columns: repeat(2, 1fr);gap: 15px;}
  .project_details_description_row .What_nearby_row ul{column-gap: 150px;row-gap: 15px;}
  .form_row{gap: 15px;}
  .project_details_swiper1 .swiper-slide{height: 100px;}
  .project_details_swiper2 .swiper-slide{height: 300px;}
  .project_details_swiper2_button_prev, .project_details_swiper2_button_next{display: none;}
  .project_details_swiper1{margin-top: 15px;}
  .form_row .input_col input, .form_row .input_col textarea{font-size: 16px;}
  .project_details_description_row{gap: 15px;}
  .project_details_description_row p,
  .project_details_description_row .sold_out p{line-height: 1.7em;}
}

@media(max-width:767px){
  .section_top{margin-top: 131px;}
  .project_details_description_left, .project_details_description_right{gap: 15px;}
  .project_details_description_row .What_nearby_row ul{column-gap: 100px;}
  .project_details_onging .global_heading h5{font-size: 14px;margin-bottom: 5px;}
  .project_details_onging .floating_btn_holder .text{font-size: 18px;}
}

@media(max-width:575px){
  .section_top{margin-top: 117px;}
  .project_details_description_row .What_nearby_row{flex-direction: column;gap: 15px;}
  .project_details_description_row .What_nearby_row ul{width: 100%;}
  .project_details_swiper2 .swiper-slide{height: 250px;border-radius: 20px;}
  .project_details_swiper1 .swiper-slide{height: 70px;border-radius: 10px;}
  .project_details_description_row .overview_ul li{gap: 7px;}
  .project_details_description_row .overview_ul li .right{gap: 0;}
}
@media(max-width:525px){
  .project_details_description_row .What_nearby_row ul{grid-template-columns: repeat(1, 1fr);}
  p, .project_details_onging .feature_col ul li span, .text_20{font-size: 14px;}
  .p40{padding: 15px 10px;}
  .square_64, .project_details_description_row .overview_ul .square_64{height: 36px;width: 36px;}
}
@media(max-width:480px){
    .project_details_swiper1 .swiper-slide{height: 50px;border-radius: 6px;}
}
/* ---------------project details end------------ */

/* ----------------steel processing  ------------ */
.steel_processing_banner{padding: 60px 0;}
.steel_processing_banner_row{display: flex;justify-content: center;align-items: center;gap: 30px;}
.steel_processing_banner .global_heading{margin-bottom: 0;max-width: 650px;margin-top: 170px;}
.steel_processing_banner .global_heading h2{font-size: 67px;line-height: 1.5em;}
.steel_processing_banner .global_heading p{font-size: 18px; line-height: 1.7em;}

.steel_processing_overview{background-color: #0a78b325;padding: 100px 0;}
.steel_processing_overview .global_heading{text-align: center;}
.steel_processing_overview .global_heading h2{max-width: 1300px;}
.steel_processing_overview .global_heading h5{justify-content: center;}
.steel_processing_overview_row{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
.steel_processing_overview_col{border-radius: 15px;overflow: hidden;height: 400px;}
.steel_processing_overview_col img{height: 100%;width: 100%;object-fit: cover;}
.steel_processing_overview_col:nth-of-type(even){height: 700px;}

.steel_processing_overview_col.img_1{grid-column: 1/2; grid-row: 1/2;}
.steel_processing_overview_col.img_2{grid-column: 2/3; grid-row: 1/3;}
.steel_processing_overview_col.img_3{grid-column: 3/4; grid-row: 1/2;}
.steel_processing_overview_col.img_4{grid-column: 1/2; grid-row: 2/4;}
.steel_processing_overview_col.img_5{grid-column: 2/3; grid-row: 3/4;}
.steel_processing_overview_col.img_6{grid-column: 3/4; grid-row: 2/4;}


@media(max-width:1599px){
  .steel_processing_banner .global_heading h2{font-size: 40px;}

  .steel_processing_overview_col{height: 300px;}
  .steel_processing_overview_col:nth-of-type(even){height: 500px;}
   .steel_processing_overview_row{gap: 25px;}
}
@media(max-width:1199px){
  .steel_processing_overview{padding: 50px 0;}
  .steel_processing_overview_col{height: 200px;}
  .steel_processing_overview_col:nth-of-type(even){height: 350px;}
  .steel_processing_overview_row{gap: 15px;}
}
@media(max-width:991px){
  .steel_processing_banner_row{flex-direction: column;}
  .steel_processing_banner .global_heading h2{margin-left: inherit;}
  .steel_processing_banner .global_heading{margin-top: inherit;text-align: center;}
  .steel_processing_banner_row .left_col{height: 300px;}
  .steel_processing_banner_row .left_col img{height: 100%;width: 100%;object-fit: cover;}
  .steel_processing_banner .global_heading p{font-size: 16px;}
  .steel_processing_banner .global_heading h2{font-size: 24px;}

  .steel_processing_overview,
  .steel_processing_banner{padding: 30px 0;}
}
@media(max-width:767px){
    .steel_processing_banner .global_heading h2{font-size: 18px;}

  .steel_processing_overview_row{grid-template-columns: repeat(2, 1fr);}
  .steel_processing_overview_col{height: inherit;}
  .steel_processing_overview_col:nth-of-type(even){height: inherit;}
  .steel_processing_overview_col.img_1{grid-column: inherit; grid-row: inherit;}
  .steel_processing_overview_col.img_2{grid-column: inherit; grid-row: inherit;}
  .steel_processing_overview_col.img_3{grid-column: inherit; grid-row: inherit;}
  .steel_processing_overview_col.img_4{grid-column: inherit; grid-row: inherit;}
  .steel_processing_overview_col.img_5{grid-column: inherit; grid-row: inherit;}
  .steel_processing_overview_col.img_6{grid-column: inherit; grid-row: inherit;}
}
@media(max-width:525px){
  .steel_processing_banner .global_heading p{font-size: 14px;}
  .steel_processing_banner_row .left_col{height: 170px;}
}
/* ----------------steel processing end------------ */

/* ------------aboutUs_page_page----------- */
.aboutUs_page_banner{background-image: url(../images/aboutUs-page-banner.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.aboutUs_page_banner .global_heading{max-width: 627px;}
.aboutUs_page_banner .global_heading h2{color: #fff;}
.aboutUs_page_banner .global_heading p{color: #fff;font-size: 20px;}
 
.aboutUs_page_about{padding: 100px 0 0;}
.aboutUs_page_about_row p{line-height: 1.7em;}
 
.aboutUs_page_about .img-all-wrapper{ background-image: url(../images/about-us-1.png); background-position: center; background-repeat: no-repeat; width: 100%; height: 783px; position: relative;max-width: 820px;background-size: contain;}
.aboutUs_page_about_row .img-box{position: absolute;overflow: hidden;}
.aboutUs_page_about_row .img-box img{height: 100%;width: 100%;object-fit: cover;}
.aboutUs_page_about_row .img-box-1{height: 550px;width: 550px;bottom: 0;right: 0;z-index: 3;}
.aboutUs_page_about_row .img-box-2{height: 490px;width: 403px;border-radius: 30px;top: 50%;transform: translateY(-50%);left: 0;z-index: 1;}
.aboutUs_page_about_row .img-box-3{height: 289px;width: 312px;border-radius: 30px;z-index: 2;top: 50px;right: 0; background-image: url(../images/about-us-4.png);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 30px;}
.aboutUs_page_about_row .img-box-4{top: 50%;transform: translateY(-50%);left: -100px;}
.aboutUs_page_about_row .img-box-3 h3{font-size: 66px;font-weight: 700;color: #fff;}
.aboutUs_page_about_row .img-box-3 p{font-size: 24px;font-weight: 300;color: #fff;margin-top: 12px;}
 
.aboutUs_page_achievement{background: linear-gradient(110deg,#0A79B310 38%, #ffffff 38%);padding: 120px 0;}
.aboutUs_page_achievement_row{display: grid;grid-template-columns: 40% 1fr;gap: 30px;align-items: center;}
.aboutUs_page_achievement_row .global_heading{max-width: 435px;}
.aboutUs_page_achievement_grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
.aboutUs_page_achievement_grid .col{display: grid;grid-template-columns: auto 1fr;align-items: center;gap: 15px;}
.aboutUs_page_achievement_grid .col figcaption{display: flex;flex-direction: column;gap: 5px;}
.aboutUs_page_achievement_grid .col .text{font-size: 48px;font-weight: 700;color: #1A1A1A;line-height: normal;}
.aboutUs_page_achievement_grid .col .text span{color: #EB1F27;}
 
.aboutUs_page_watch{background: linear-gradient(#000000be, #000000be),url(../images/aboutUs-page-watch-bg.png);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 80px 0;background-attachment: fixed;}
.aboutUs_page_watch button{background: transparent;}
.aboutUs_page_watch .global_heading{margin-bottom: 15px;}
.aboutUs_page_watch .img_hold{position: absolute;bottom: -15px;left: -50px;height: calc(100% + 150px)}
 
.our_mission{padding: 200px 50px 100px;}
.our_mission_row{background: linear-gradient(90deg, #15354A, #0A79B3);border-radius: 30px;padding: 60px;display: grid;grid-template-columns: repeat(2, 1fr);}
.our_mission .global_heading{margin-bottom: 0;}
.our_mission .global_heading p,
.our_vision .global_heading p{font-size: 18px;line-height: 1.7em;}
.our_mission_row .img_box{position: absolute;right: 0;bottom: -40px;height: calc(100% + 220px);}
 
.our_vision_row{display: grid;grid-template-columns: repeat(2, 1fr);align-items: end;}
.our_vision .global_heading {margin-bottom: 0;}
.our_vision_row .right_img_box{height: 400px;text-align: end;}
 
.recent_blog{background-color: #0A79B315;padding: 100px 0;}
.recent_blog .global_heading{max-width: 1320px;margin-bottom: 0;}
.recent_blog_row{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;margin-top: 50px;justify-content: center;}
 
.blog_card{padding: 20px;border-radius: 30px;background-color: #fff;box-shadow: #0A79B330 0px 2px 8px 0px;transition: 0.5s;}
.blog_card:hover{box-shadow: #0A79B380 0px 3px 8px;}
.blog_card figure{border-radius: 20px;overflow: hidden;width: 100%;height: 380px;position: relative;}
.blog_card figure img{height: 100%;width: 100%;object-fit: cover;transition: 0.5s;}
.blog_card:hover figure img{transform: scale(105%);}
.blog_card figcaption{margin: 20px 0;}
.blog_card figcaption h4{font-size: 28px;color: #101010;font-weight: 600;}
.blog_card figcaption ul{display: flex;align-items: center;gap: 14px;margin-top: 30px;}
.blog_card figcaption ul li{border-radius: 50%;}
.blog_card figcaption ul li:hover{transform: scale(102%);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.blog_card .blog_post_date{position: absolute;left: 0;bottom: 35px;height: 49px;color: #fff;background-color: #0a78b3ce;font-size: 20px;border-radius: 0 14px 14px 0;padding: 0 50px 0 20px;display: flex;justify-content: left;align-items: center;}
 
 
@media(max-width:1599px){
  .aboutUs_page_achievement_grid{column-gap: 20px;}
  .aboutUs_page_achievement_grid .col{gap: 5px;}
  .aboutUs_page_achievement_grid .col figure img{width: 60px;height: 60px;}
  .aboutUs_page_achievement_grid .col .text{font-size: 36px;}
}
@media(max-width:1435px){
  .aboutUs_page_about .img-all-wrapper{transform: scale(0.8);height: 670px;margin: 0 auto;}
  .aboutUs_page_about_row .img-box-1{width: 450px;height: 450px;}
  .aboutUs_page_about_row .img-box-2 { height: 443px; width: 404px; }
  .aboutUs_page_about_row .img-box-3{height: 240px;width: 250px;}
  .aboutUs_page_about_row .img-box-3 h3{font-size: 40px;}
  .aboutUs_page_about_row .img-box-3 p{font-size: 18px;}
}
@media(max-width:1350px){
  .aboutUs_page_achievement_grid .col{grid-template-columns: auto;}
  .aboutUs_page_achievement_grid{gap: 20px;}
  .recent_blog_row{gap: 15px;}
}
@media(max-width:1199px){
  .aboutUs_page_achievement{background: #0A79B310;padding: 50px 0;}
  .aboutUs_page_achievement_row{grid-template-columns: auto;}
  .aboutUs_page_achievement_row .global_heading{max-width:100%;text-align: center;}
  .aboutUs_page_achievement .global_heading h5{justify-content: center;}
  .aboutUs_page_achievement_grid{text-align: center;}
  .aboutUs_page_about,
  .our_mission,
  .recent_blog{padding: 50px 0;}
  .aboutUs_page_watch .img_hold,
  .our_mission_row .img_box{height: 100%;bottom: 0;}
  .recent_blog_row{grid-template-columns: repeat(1, 1fr);}
  .blog_card{display: flex;gap: 15px;align-items: center;}
  .blog_card figure{max-width: 400px;height: 220px;}
  .aboutUs_page_watch button{width: 60px;height: 60px;}
  .aboutUs_page_about_row{display: flex;flex-direction: column-reverse;gap: 15px;}
}
@media(max-width:991px){
  .aboutUs_page_achievement_grid .col .text{font-size: 24px;}
  .aboutUs_page_about,
  .aboutUs_page_achievement,
  .aboutUs_page_watch,
  .our_mission,
  .recent_blog{padding: 30px 0;}
  .aboutUs_page_watch .img_hold{display: none;}
  .our_mission_row{grid-template-columns: repeat(1, 1fr);}
  .our_mission_row .img_box{position: inherit;max-height: 600px;justify-self: center;}
  .our_mission_row{padding:30px 15px;}
  .our_vision_row{grid-template-columns: repeat(1, 1fr);}
  .our_vision_row .right_img_box{text-align: center;}
  .blog_card figure{max-width: 300px;}
  .blog_card{padding: 10px;}
  .blog_card figcaption h4{font-size: 20px;}
  .blog_card figcaption ul{margin-top: 20px;}
  .blog_card figcaption ul li{width: 36px;height: 36px;}
  .aboutUs_page_watch .global_heading p{font-size: 16px;line-height: 1.7em;}
  .blog_card .blog_post_date{font-size: 16px;height: 30px;bottom: 20px;padding: 0 30px 0 15px;}
}
@media(max-width:767px){
  .blog_card{display: block;}
  .blog_card figure{max-width: inherit;}
  .aboutUs_page_banner .global_heading p{font-size: 16px;line-height: 1.7em;margin-top: 15px;}
  .aboutUs_page_about .img-all-wrapper{transform: scale(1);}
}
@media(max-width:680px){
  .aboutUs_page_about_row .img-box-1{width: 390px;height: 390px;}
  .aboutUs_page_about_row .img-box-3{height: auto;}
  .aboutUs_page_about_row .img-box-3 h3{font-size: 24px;}
  .aboutUs_page_about_row .img-box-3 p{font-size: 16px;margin-top: 0;}
}
@media(max-width:575px){
  .aboutUs_page_achievement_grid{grid-template-columns: repeat(2, 1fr);gap: 15px;}
  .aboutUs_page_achievement_grid .col figure img{width: 40px;height: 40px;}
  .our_vision_row .right_img_box{height: inherit;}
  .aboutUs_page_banner .global_heading p,
  .aboutUs_page_about_row p,
  .aboutUs_page_watch .global_heading p,
  .our_mission .global_heading p,
  .our_vision .global_heading p{font-size: 14px;}
  .blog_card figcaption ul li{height: 30px;width: 30px;}
  .blog_card figure{height: 200px;}
}
@media(max-width:525px){
  .blog_card figcaption h4{font-size: 16px;}
  p{line-height: 1.6em;}
  .aboutUs_page_about_row .img-box-1{width: 250px;height: 250px;right: inherit;}
  .aboutUs_page_about_row .img-box-3{width: 200px;padding: 20px;}
  .aboutUs_page_about_row .img-box-2{width: 100%;}
  .aboutUs_page_about_row .img-box-3 p{line-height: normal;font-size: 14px;}
}
/* ------------aboutUs_page_page end----------- */

/* -----------blog page------------ */
.blog_page_inner{background-color: #0A79B315;padding: 80px 0;}
.blog_page_recent_blog{padding: 100px 0;}
 
.img_left img { width: 100%; object-fit: cover; height: 100%; }
.img_left { height: 331px; width: 100%; max-width: 264px; -webkit-mask-size: contain; -webkit-mask-position: bottom; position: relative; left: 0px; top: 0; pointer-events: none; line-height: 0; -webkit-mask-repeat: no-repeat; -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcyIiBoZWlnaHQ9IjM0MCIgdmlld0JveD0iMCAwIDI3MiAzNDAiIGZpbGw9InJlZCI+DQo8bWFzayBpZD0ibWFzazBfMjAxMF8zMDIzIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjcyIiBoZWlnaHQ9IjM0MCI+DQo8cGF0aCBkPSJNMTIxLjY4MyAwQzEzMy40NDcgMCAxNDQuMTI1IDYuODc2MDggMTQ4Ljk5NCAxNy41ODU5TDE1My4wMDYgMjYuNDE0MUMxNTcuODc0IDM3LjEyMzkgMTY4LjU1MyA0NCAxODAuMzE3IDQ0SDI0MkMyNTguNTY5IDQ0IDI3MiA1Ny40MzE1IDI3MiA3NFYzMTBDMjcyIDMyNi41NjkgMjU4LjU2OSAzNDAgMjQyIDM0MEgzMEMxMy40MzE1IDM0MCAwIDMyNi41NjkgMCAzMTBWMzBDMCAxMy40MzE1IDEzLjQzMTUgMCAzMCAwSDEyMS42ODNaIiBmaWxsPSIjRDlEOUQ5Ii8+DQo8L21hc2s+DQo8ZyBtYXNrPSJ1cmwoI21hc2swXzIwMTBfMzAyMykiPg0KPHJlY3Qgd2lkdGg9IjI5NC4zNzMiIGhlaWdodD0iNDIzIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAyODAgLTQpIiBmaWxsPSJyZWQiLz4NCjwvZz4NCjxkZWZzPg0KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzIwMTBfMzAyMyIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPg0KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzIwMTBfMzAyMyIgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMDA3MTg0NzUgMCAwIDAuMDAwNSAtMC4wNzQ3OCAwKSIvPg0KPC9wYXR0ZXJuPg0KDQo8L2RlZnM+DQo8L3N2Zz4="); z-index: 2; }
.img_bottom{ width: 100%; height: 160px; overflow: hidden; border-radius: 30px; }
.img_bottom img{ width: 100%; height: 100%; object-fit: cover; }
.frst_row_image{ display: flex; gap: 40px; flex-direction: column; }
.image_holder_full{ display: grid; grid-template-columns: repeat(5,1fr); gap:40px; }
.img_left_frst{ height: 405px; width: 100%; max-width: 250px; -webkit-mask-size: contain; -webkit-mask-position: bottom;  position: relative; left: 0px; top: 0; pointer-events: none; line-height: 0; -webkit-mask-repeat: no-repeat; -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcyIiBoZWlnaHQ9IjQ0MCIgdmlld0JveD0iMCAwIDI3MiA0NDAiIGZpbGw9InJlZCI+DQo8cGF0aCBkPSJNMTIxLjY4MyAwQzEzMy40NDcgMCAxNDQuMTI1IDYuODc2MDggMTQ4Ljk5NCAxNy41ODU5TDE1My4wMDYgMjYuNDE0MUMxNTcuODc0IDM3LjEyMzkgMTY4LjU1MyA0NCAxODAuMzE3IDQ0SDI0MkMyNTguNTY5IDQ0IDI3MiA1Ny40MzE1IDI3MiA3NFY0MTBDMjcyIDQyNi41NjkgMjU4LjU2OSA0NDAgMjQyIDQ0MEgzMEMxMy40MzE1IDQ0MCAwIDQyNi41NjkgMCA0MTBWMzBDMCAxMy40MzE1IDEzLjQzMTUgMCAzMCAwSDEyMS42ODNaIiBmaWxsPSJyZWQiLz4NCjxkZWZzPg0KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzIwMTBfMzAzMyIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPg0KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzIwMTBfMzAzMyIgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMDA4MDg4MjQgMCAwIDAuMDAwNSAtMC4xMDY2MTggMCkiLz4NCjwvcGF0dGVybj4NCg0KPC9kZWZzPg0KPC9zdmc+"); z-index: 2; }
.img_left_frst img { width: 100%; object-fit: cover; height: 100%; }
.scnd_row_image { display: flex; align-items: flex-end; }
.img_right{ height: 331px; width: 100%; max-width: 264px; -webkit-mask-size: contain; -webkit-mask-position: bottom; position: relative; left: 0px; top: 0; pointer-events: none; line-height: 0; -webkit-mask-repeat: no-repeat; -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcyIiBoZWlnaHQ9IjM0MCIgdmlld0JveD0iMCAwIDI3MiAzNDAiIGZpbGw9InJlZCI+DQo8bWFzayBpZD0ibWFzazBfMjAxMF8zMDI4IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjcyIiBoZWlnaHQ9IjM0MCI+DQo8cGF0aCBkPSJNMTUwLjMxNyAwQzEzOC41NTMgMCAxMjcuODc1IDYuODc2MDggMTIzLjAwNiAxNy41ODU5TDExOC45OTQgMjYuNDE0MUMxMTQuMTI2IDM3LjEyMzkgMTAzLjQ0NyA0NCA5MS42ODI2IDQ0SDMwQzEzLjQzMTUgNDQgMCA1Ny40MzE1IDAgNzRWMzEwQzAgMzI2LjU2OSAxMy40MzE1IDM0MCAzMCAzNDBIMjQyQzI1OC41NjkgMzQwIDI3MiAzMjYuNTY5IDI3MiAzMTBWMzBDMjcyIDEzLjQzMTUgMjU4LjU2OSAwIDI0MiAwSDE1MC4zMTdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQo8L21hc2s+DQo8ZyBtYXNrPSJ1cmwoI21hc2swXzIwMTBfMzAyOCkiPg0KPHJlY3QgeD0iLTE0LjM3MyIgeT0iLTQiIHdpZHRoPSIyOTciIGhlaWdodD0iNDQ2IiBmaWxsPSJyZWQiLz4NCjwvZz4NCjxkZWZzPg0KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzIwMTBfMzAyOCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPg0KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzIwMTBfMzAyOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMDE0NTY1MyAwIDAgMC4wMDA5Njk5MzIgLTAuMDAwMzE4NDEyIDApIi8+DQo8L3BhdHRlcm4+DQoNCjwvZGVmcz4NCjwvc3ZnPg=="); z-index: 2; }
.img_right img { width: 100%; object-fit: cover; height: 100%; }
.right_image { display: flex; gap: 40px; flex-direction: column; }
.img_right_frst{ height: 405px; width: 100%; max-width: 250px; -webkit-mask-size: contain; -webkit-mask-position: bottom; position: relative; left: 0px; top: 0; pointer-events: none; line-height: 0; -webkit-mask-repeat: no-repeat; -webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcyIiBoZWlnaHQ9IjQ0MCIgdmlld0JveD0iMCAwIDI3MiA0NDAiIGZpbGw9InJlZCI+DQo8bWFzayBpZD0ibWFzazBfMjAxMF8zMDM2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjcyIiBoZWlnaHQ9IjQ0MCI+DQo8cGF0aCBkPSJNMTUwLjMxNyAwQzEzOC41NTMgMCAxMjcuODc1IDYuODc2MDggMTIzLjAwNiAxNy41ODU5TDExOC45OTQgMjYuNDE0MUMxMTQuMTI2IDM3LjEyMzkgMTAzLjQ0NyA0NCA5MS42ODI2IDQ0SDMwQzEzLjQzMTUgNDQgMCA1Ny40MzE1IDAgNzRWNDEwQzAgNDI2LjU2OSAxMy40MzE1IDQ0MCAzMCA0NDBIMjQyQzI1OC41NjkgNDQwIDI3MiA0MjYuNTY5IDI3MiA0MTBWMzBDMjcyIDEzLjQzMTUgMjU4LjU2OSAwIDI0MiAwSDE1MC4zMTdaIiBmaWxsPSIjRDlEOUQ5Ii8+DQo8L21hc2s+DQo8ZyBtYXNrPSJ1cmwoI21hc2swXzIwMTBfMzAzNikiPg0KPHJlY3QgeD0iLTEyIiB5PSItOCIgd2lkdGg9IjMwNSIgaGVpZ2h0PSI0NTgiIGZpbGw9InJlZCIvPg0KPC9nPg0KPGRlZnM+DQo8cGF0dGVybiBpZD0icGF0dGVybjBfMjAxMF8zMDM2IiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+DQo8dXNlIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bGluazpocmVmPSIjaW1hZ2UwXzIwMTBfMzAzNiIgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMDE0NTY0OSAwIDAgMC4wMDA5Njk5MzIgLTAuMDAwMzAzNyAwKSIvPg0KPC9wYXR0ZXJuPg0KDQo8L2RlZnM+DQo8L3N2Zz4="); z-index: 2; }
.img_right_frst img { width: 100%; object-fit: cover; height: 100%; }
.scnd_right_image { display: flex; align-items: flex-end; }
.cntr_image{ width: 100%; height: 236px; overflow: hidden; border-radius: 30px; }
.cntr_image img { width: 100%; object-fit: cover; height: 100%; }
.cntr_row_image { display: flex; align-items: end; padding-bottom: 90px;}
.blog_btn_holder .basic_btn.xl_size { top: -63px; }


@media(max-width:1499px){
  .right_image,
  .frst_row_image,
  .image_holder_full{gap: 25px;}
}
@media(max-width:1350px){
  .cntr_image{height: 210px;}
}
@media(max-width:1199px){
  .blog_page_inner,
  .blog_page_recent_blog{padding: 50px 0;}
  .image_holder_full,
  .right_image,
  .frst_row_image{gap: 15px;}
  .cntr_image{height: 160px;}
}

@media(max-width:1199px){
.blog_page_inner .global_heading p {
    font-size: 18px;
    line-height: 26px;
}

}

@media(max-width:991px){
  .blog_page_inner,
  .blog_page_recent_blog{padding: 30px 0;}
  .blog_btn_holder .basic_btn.xl_size{top: 0;}
  .cntr_row_image{display: none;}
  .image_holder_full{grid-template-columns: repeat(4, 1fr);}
  .img_left,
  .img_right{height: 250px;}
  .img_bottom{border-radius: 10px;}
}
@media(max-width:767px){
  .img_right,
  .img_left{height: 210px;}
  .frst_row_image,
  .right_image{justify-content: end;}
  .img_right_frst,
  .img_left_frst{height: 300px;}
}

@media(max-width:575px){
  .image_holder_full,
  .frst_row_image,
  .right_image{gap: 5px;}
  .img_bottom{height: 90px;}
  .img_right_frst,
  .img_left_frst{height: 200px;}
  .img_right,
  .img_left{height: 120px;}
  .blog_page_inner .global_heading p { font-size: 15px; line-height: 21px; }
}

/* -----------blog page end------------ */


@media(max-width:1699px){
  .section_top{margin-top: 145px;}
}
@media(max-width:1199px){
  .section_top{margin-top: 131px;}
}
@media(max-width:991px){
  .section_top{margin-top: 121px;}
}
@media(max-width:767px){
  .section_top{margin-top: 115px;}
}
@media(max-width:575px){
  .section_top{margin-top: 66px;}
  .form_row label{margin-bottom: 5px;}
}


/* =============Leadership Slide Wrapper=============== */
.leadershipslide { position: relative; width: 100%; }

/* Swiper */
.leadershipslide .swiper { width: 100%; height: 100%; }



.leadershipslide h1{ margin-bottom:12px; }

/* =============Step Progress================ */
.leadershipslide .progress-wrapper {
    /* position: absolute;
    bottom: 0; */
    /* left: 50%;
    transform: translateX(-50%); */
    /* right: 0; */
    width: 100%;
    height: 6px;
    border-radius: 20px;
    background: rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.leadershipController{
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 47%;
  gap: 22px;
}

.leadershipslide .progress-bar {
    width: 0%;
    height: 100%;
    background: #0A79B3;
    transition: width .4s ease;
}

/* ===============================
   Count Pagination
================================ */
.leadershipslide .count-pagination {
    /* position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    align-items: baseline;
    z-index: 1;
}

/* ===============================
   Navigation Arrows (Image)
================================ */
.leadershipslide .leadership-nav {
    /* position: absolute;
    top: 50%;
    left: 0; */
    display: flex;
    gap: 30px;
    /* transform: translateY(-50%); */
    z-index: 1;
    pointer-events: none;
}

.leadershipslide .leadership-prev,
.leadershipslide .leadership-next {
    width: 82px;
    height: 82px;
    border-radius: 16px;
    cursor: pointer;
    background-color: #C6D3E7;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.leadershipslide .leadership-next img{
  transform: rotate(180deg);
}
.leadershipslide .leadership-prev:hover,
.leadershipslide .leadership-next:hover{
  background-color: #0A79B3;
}
.leadershipslide .leadership-prev:hover img,
.leadershipslide .leadership-next:hover img{
  filter: invert(1);
}

.leadershipslide .count-pagination .current{
  font-size: 66px;
  font-weight: 700;
  color: #1A1A1A;
}

.leadershipslide .count-pagination .total{
  font-size: 24px;
  font-weight: 500;
  color: #1A1A1A;
}

.out-team{
  padding-bottom: 100px;
}
.our-team-swiper .our-team {
  padding: 40px 0;
}

.our-team-swiper .team-card {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 340px;
}
.our-team-swiper .team-card .team-member{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-team-swiper .team-card::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.12%, #000000 100%);
}
.our-team-swiper .team-card-text{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}

.our-team-swiper .team-card-text h5{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 6px;
}
.our-team-swiper .team-card-text p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}


/* Mobile */

@media(max-width:1499px){
  .leadershipController{
    right: inherit;
    left: 640px;
  }
}

@media(max-width:1199px){
  .leadershipController{
    left: 560px;
    width: 40%;
    bottom: 0;
  }
  .leadershipslide .leadership-prev, .leadershipslide .leadership-next{
    width: 50px;
    height: 50px;
    padding: 16px;
  }
  .leadershipslide .count-pagination .current{
    font-size: 38px;
  }
  .out-team{padding-bottom: 50px;}

}
@media(max-width:991px){
  .leadershipController{
    left: 0;
    width: 100%;
    bottom: inherit;
    top: -54px;
    padding: 0 20px;
  }
  .out-team{padding-bottom: 30px;}
  .leadershipslide .swiper{margin-top: 54px;}
  .our-team-swiper .team-card-text h5{font-size: 18px;}
  .our-team-swiper .team-card-text p{font-size: 15px;}
}
@media(max-width:767px){
    .leadershipslide .leadership-prev,
    .leadershipslide .leadership-next{
        width:30px;
        height:30px;
        padding: 11px;
    }
   .leadershipslide .count-pagination .current{font-size: 20px;}
   .leadershipslide .count-pagination .total{font-size: 16px;}
   .leadershipslide .leadership-nav{gap: 10px;}
   .leadershipController{top: -37px;}
   .leadershipslide .progress-wrapper{height: 4px;}
}