img {display: block;}
body {font-family: "Inter", sans-serif; font-size: 18px; line-height: 22px; overflow-x: hidden;}
.clearfix:after {display: block; content: ""; clear: both;}
.clear {clear:both;}

.ctr {max-width: 1440px; margin: 0px auto; padding:0px 60px;}

.popup_bg {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.8); z-index: 9999; display: none;}
.popup {position: fixed; top: 0; left: 0; width: 100%; height: 100%;  overflow-x: hidden; overflow-y: scroll; z-index: 99999; padding:20px; display: none;}
.popup .nav {position: fixed; top: 80px; right: max(30px, calc((100vw - 1000px) / 2 - 62px)); left: auto; width: 62px; z-index: 100000;}
.popup .nav .close {cursor:pointer; background: url(../images/popup_icon_close.svg) no-repeat center center #244A9F; width: 100%; height: 62px;}
.popup .nav .next {cursor:pointer; background: url(../images/popup_arrow_right.svg) no-repeat center center #0A2A63; width: 100%; height: 62px;}
.popup .nav .prev {cursor:pointer; background: url(../images/popup_arrow_left.svg) no-repeat center center #0A2A63; width: 100%; height: 62px;}
.popup .ct {background-color: #ffffff; min-height: auto; max-width: 1000px; display: flex; padding: 40px; display: none; margin:60px auto;}
.popup .lt {width: 240px; height:345px}
.popup .lt img {width: 100%; height: 100%; object-fit: cover; border: 1px solid #ccc;}
.popup .rt {width: calc(100% - 240px); padding-left:40px;}
.popup .rt h1 {font-size: 40px; line-height: 1; font-weight: 700; color:#0A2A63; font-family: 'PT Serif'; padding-bottom:20px;}
.popup .rt h2 {font-size: 16px; line-height:1.2; font-weight:600; color:#505156; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #EBEBEB;}
.popup .rt p {font-size: 16px; line-height:1.4; font-weight:300; color:#505156; margin-bottom:20px;}
.popup .rt h3 {font-size: 20px; line-height: 1; font-weight: 700; color:#0A2A63; font-family: 'PT Serif'; padding-top:20px; margin-top:20px; border-top:1px solid #EBEBEB; padding-bottom:20px;}
.popup .rt ul li {position: relative; font-size: 16px; line-height:1.4; font-weight:300; color:#505156; padding-left:20px; padding-bottom:20px;}
.popup .rt ul li:before {content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #505156; position: absolute; top: 8px; left: 4px;}
.popup.portfolio .ct {flex-direction: column; gap: 40px;}
.popup.portfolio .ct .tp {display: flex; gap: 40px; width: 100%;}
.popup.portfolio .ct .tp .lt {width: 330px; height: 220px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08); border: 1px solid #E6E6E6;}
.popup.portfolio .ct .tp .lt img {object-fit: contain; object-position: center; width: 200px; border: none; margin: 0px auto;}
.popup.portfolio .ct .tp .rt {padding: 0px; border-bottom: 1px solid #E5E5E5; width: calc(100% - 370px); display: flex; flex-direction: column; justify-content: center;}
.popup.portfolio .ct .tp .rt h2 {border: none; padding: 0px; margin: 0px;}
.popup.portfolio .ct .bt {width: 100%;}
.popup.portfolio .ct .bt p {font-size: 16px; font-weight: 400; color: #595959; line-height: 24px; padding-bottom:20px;}
.popup.portfolio .ct .bt a {font-size: 16px; font-weight: 700; color: #244A9F;}
.popup.portfolio .ct .bt .blue {font-size: 16px; font-weight: 700; color: #244A9F;}

header {position: fixed; top:0px; left:0px; width:100%; display: flex; justify-content: space-between; z-index: 10; padding:40px; transition: 0.5s;}
header .lt {margin: 0px;}
header .lt img {width:250px; transition: 0.5s;}
header .rt {display: flex; margin: 0px; align-items: center;}
header .rt a {color:#ffffff; text-transform: uppercase; display: block; font-weight: 300; font-size: 15px; line-height: 1.4; padding:10px 20px;}
header .rt a::after {content: ""; display: block; width: 0px; height: 1px; background-color: #ffffff; transition: 0.5s; margin: 0px auto;}
header .rt a.active {font-weight: 600;}
header .btn_menu {margin:0px 0px 0px auto; width: 50px; height: 50px; background: url(../images/btn_menu.png) no-repeat center center; display: none;}
header .btn_menu.active {background-image: url(../images/btn_close.png)}
header.sticky {background-color: rgba(10,42,99,1); padding:10px 40px; box-shadow: 0px 0px 20px rgba(0,0,0,0.8);}
header.sticky .lt img {width: 160px;}

.banner {position:relative; height: 435px;}
.banner.fullheight {height:100vh;}
.banner video {position: absolute; top:0px; left:0px; width:100%; height:100%; object-fit: cover;}
.banner .img {width: 100%; height: 100%; object-fit: cover;}
.banner .bg {position: absolute; top:0%; left:0%; width:100%; height:100%; background-color: rgba(0,0,0,0.3);}
.banner h1 {position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); color:#ffffff; text-align: center; font-weight: 400; font-size: 70px; line-height: 1; font-family: 'PT Serif', serif; opacity:0;}
.banner h1 .tx {margin-left:-188px; opacity:0;}
.banner h1 .sc {position: absolute; bottom: -1px; left: 304px; height: 50px; overflow: hidden; width: 210px; opacity:0;}
.banner h1 .sc .t1 {position: absolute; top:0px; left:0px; display: none;}
.banner h1 .sc .t2 {position: absolute; top:0px; left:0px; display: none;}
.banner .ic {position:absolute; bottom:20px; left:50%; transform: translate(-50%); cursor:pointer;}

/* removed banner width cap on ultra-wide */

.mainheading {position: relative; font-family: 'PT Serif', serif; font-weight: 700; color:#0A2A63; font-size: 42px; line-height: 1; margin-bottom:60px;}
.mainheading:after {position: absolute; bottom:-30px; left:0px; content:""; width: 42px; height: 2px; background-color: #D2E6F7;}

.hp_sec1 {padding:100px 0px;}
.hp_sec1 .ctr {display: flex;}
.hp_sec1 .lt {width: 50%; padding-right: 40px;}
.hp_sec1 .lt p {font-size: 16px; font-weight: 300; color:#505156; margin-top:30px; line-height: 1.6;}
.hp_sec1 .lt a {font-size: 13px; font-weight: 400; color:#0A2A63; text-transform: uppercase; letter-spacing: 2px; width: 150px; height: 52px; border:1px solid #0A2A63; display: flex; justify-content: center; align-items: center; transition: 0.5s; margin-top:30px;}
.hp_sec1 .rt {width: 50%;}
.hp_sec1 .rt img {width: 100%;}

.hp_sec2 {background-color: #F9F9F9; padding:96px 0px;}
.hp_sec2 .ctr {display: flex; align-items: center; justify-content: center; text-align: center;}
.hp_sec2 .dv {width:33.33%; border-right: 1px solid #99B3CB; padding:0px 20px;}
.hp_sec2 .dv:last-child {border: none;}
.hp_sec2 .dv h1 {font-family: 'PT Serif', serif; font-size: 46px; line-height: 1; color: #0A2A63; font-weight: 700; margin-bottom:40px;}
.hp_sec2 .dv h2 {font-size: 16px; line-height: 1; color: #444444; text-transform: uppercase; font-weight: 400;}

.hp_sec3 {padding:100px 0px;}
.hp_sec3 .owl-carousel .item {display: flex; justify-content: center; align-items: center; border: 1px solid #E5E5E5; height: 260px;}
.hp_sec3 .owl-carousel .item img {width:180px;}
.hp_sec3 .owl-carousel .item img.dme {width: 120px;}
.hp_sec3 .owl-carousel .item img.amx {width: 88px;}
.hp_sec3 .owl-carousel .owl-dots {display: none;}
.hp_sec3 .owl-carousel .owl-stage.hp_marquee {
    display: flex;
    align-items: stretch;
    will-change: transform;
    animation: hpMarquee 30s linear infinite;
}

/* Preserve Owl-calculated widths when using flex marquee */
.hp_sec3 .owl-carousel .owl-item {
    flex: 0 0 auto;
}
.hp_sec3 .owl-carousel .owl-item > .item {
    width: 100%;
}

@keyframes hpMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.hp_sec3 .lk {font-size: 13px; font-weight: 400; color:#0A2A63; text-transform: uppercase; letter-spacing: 2px; width: 150px; height: 52px; border:1px solid #0A2A63; display: flex; justify-content: center; align-items: center; margin:60px auto 0px auto; transition: 0.5s;}

.terms {padding:60px 0px;}

.bodytext p {font-size: 16px; font-weight: 400; color: #505156; margin-bottom: 20px; line-height: 1.6;}
.bodytext h1 {font-family: 'PT Serif', serif; font-weight: 700; color: #0A2A63; font-size: 20px; line-height: 1; margin-bottom: 20px; margin-top:40px;}
.bodytext h2 {font-family: 'PT Serif', serif; font-weight: 700; color: #505156; font-size: 20px; line-height: 1; margin-bottom: 14px; margin-top:40px;}
.bodytext b {font-weight: 700;}
.bodytext a {color: #0A2A63; text-decoration: underline;}
.bodytext ul {font-size: 16px; font-weight: 400; color: #505156; margin-bottom: 20px; line-height: 1.6;}
.bodytext ul li {position:relative; padding-bottom:10px; padding-left:20px;}
.bodytext ul li:before {content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #505156; position: absolute; top: 9px; left: 0px;}

.about_sec1 {background-color: #F9F9F9; padding:100px 0px;}
.about_sec1 .grd {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.about_sec1 .grd .itm {border:1px solid #E5E5E5; background-color: #ffffff; width: 100%; display: flex; align-items: center; justify-content: center; font-size:20px; line-height:1.3; color:#0A2A63; font-weight:400; text-align: center; font-family: 'PT Serif', serif; padding:20px; height:200px;}

.about_sec2 {padding:100px 0px;}
.about_sec2 .ctr {display: flex; }
.about_sec2 .lt {width: 60%; padding-right:40px;}
.about_sec2 .lt p {font-size: 16px; font-weight: 300; color: #505156; margin-bottom: 20px; line-height: 1.6;}
.about_sec2 .lt p b {font-weight: 700;}
.about_sec2 .rt {width: 40%;}
.about_sec2 .rt .acc {}
.about_sec2 .rt .acc .ct {background-color: #F9F9F9; border-radius: 24px; margin-bottom:20px; padding:20px;}
.about_sec2 .rt .acc .acc_but {position: relative; font-size: 18px; line-height: 1.3; font-weight: 700; color:#333333;}
.about_sec2 .rt .acc .acc_but:after {content: ""; display: block; width: 16px; height: 16px; background-image: url(../images/icon_arrow.svg); background-repeat: no-repeat; position: absolute; top: 4px; right: 0px; transition: 0.5s; background-position: center center;}
.about_sec2 .rt .acc .acc_but.active:after {transform:rotate(180deg);}
.about_sec2 .rt .acc .acc_cnt {display:none;}
.about_sec2 .rt ul {font-size: 16px; font-weight: 400; color: #505156; margin-bottom: 20px; line-height: 1.2; list-style: decimal; margin-left:20px; padding-top:10px; margin-bottom:0px;}
.about_sec2 .rt ul li {padding-bottom: 10px;}

.team_sec1 .grd {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px; padding:100px 0px;}
.team_sec1 .itm {margin-bottom:30px; cursor: pointer;}
.team_sec1 .itm .img {position:relative; margin-bottom:20px; border:1px solid #DBDEE1;}
.team_sec1 .itm .img img {width:100%;}
.team_sec1 .itm .img .rl {position:absolute; top:0px; left:0px; width:100%; height:100%; padding:20px; background-color:rgba(10,42,99,0.5); transition: 0.5s; opacity:0;}
.team_sec1 .itm .img .rl .bdr {border:2px solid #ffffff; height:100%;}
.team_sec1 .itm .img .rl .bdr .ic {position:absolute; top:50%; left:50%; width:40px; height:40px; background: url(../images/team_arrow.png) no-repeat center center #0A2A63; background-size: 10px; border-radius: 50%; transform: translate(-50%, -50%); border: 1px solid #ffffff;}
.team_sec1 .itm h1 {font-size: 24px; line-height: 1.2; color:#0A2A63; font-family: 'PT Serif', serif; margin-bottom: 6px;}
.team_sec1 .itm h2 {font-size: 16px; line-height: 1.2; color:#505156; font-weight: 300;}

.portfolio_sec1 {padding:100px 0px;}
.portfolio_sec1 .tabs {display: flex; gap:8px; margin-bottom:60px;}
.portfolio_sec1 .tabs a {border:1px solid #0A2A63; width: 150px; height: 53px; display: flex; justify-content: center; align-items: center; font-size: 13px; font-weight: 400; color:#0A2A63; text-transform: uppercase; letter-spacing: 1px; transition: 0.5s;}
.portfolio_sec1 .tabs a.active {background-color: #0A2A63; color:#ffffff;}
.portfolio_sec1 .grd {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.portfolio_sec1 .itm {margin-bottom:30px; width: 100%; cursor: pointer;}
.portfolio_sec1 .itm .img {position: relative; display: flex; justify-content: center; align-items: center; margin-bottom:20px; border:1px solid #DBDEE1;  background-color: #F9F9F9; height:230px; padding:0px 20px;}
.portfolio_sec1 .itm .img img {width:100%; max-width: 180px;}
.portfolio_sec1 .itm .img img.amx {max-width: 88px;}
.portfolio_sec1 .itm .img img.dme {max-width: 120px;}
.portfolio_sec1 .itm .img .rl {position:absolute; top:0px; left:0px; width:100%; height:100%; padding:20px; background-color:rgba(10,42,99,0.5); transition: 0.5s; opacity:0;}
.portfolio_sec1 .itm .img .rl .bdr {border:2px solid #ffffff; height:100%;}
.portfolio_sec1 .itm .img .rl .bdr .ic {position:absolute; top:50%; left:50%; width:40px; height:40px; background: url(../images/team_arrow.png) no-repeat center center #0A2A63; background-size: 10px; border-radius: 50%; transform: translate(-50%, -50%); border: 1px solid #ffffff;}
.portfolio_sec1 .itm h1 {font-size: 24px; line-height: 1.2; color:#0A2A63; font-family: 'PT Serif', serif; margin-bottom: 6px;}
.portfolio_sec1 .itm h2 {font-size: 16px; line-height: 1.2; color:#505156; font-weight: 300;}

.news_sec1 {padding:80px 0px;}
.news_sec1 .itm {display: flex; align-items: center; border-top: 1px solid #E5E5E5; padding-top:40px;  padding-bottom:40px; cursor: pointer;}
.news_sec1 .itm * {cursor: pointer;}
.news_sec1 .itm:last-child {border-bottom: 1px solid #E5E5E5;}
.news_sec1 .itm .lt {width:calc(100% - 420px); padding-right:40px;}
.news_sec1 .itm .lt .dt {font-size: 16px; font-weight: 500; color:#505156; line-height: 1.2; margin-bottom:10px;}
.news_sec1 .itm .lt h1 {font-family: 'PT Serif'; font-size: 30px; font-weight: 700; color:#0A2A63; line-height: 1; margin-bottom:20px;}
.news_sec1 .itm .lt h1 a {color:#0A2A63;}
.news_sec1 .itm .lt p {font-size: 16px; line-height: 1.6; font-weight: 400; color:#505156; margin-bottom:20px;}
.news_sec1 .itm .rt {width: 420px;}
.news_sec1 .itm .rt .bx {background-color: #F9F9F9; border:1px solid #E0E0E0; display: flex; align-items: center; justify-content: center; height:250px; padding:0px 20px;}
.news_sec1 .itm .rt .bx img {width: 100%; max-width: 320px;}

.contact_sec1 {padding:100px 0px;}
.contact_sec1 p {font-size: 16px; line-height: 1.6; color:#505156; font-weight: 400;}
.contact_sec1 .ct {display: flex; padding-top:80px;}
.contact_sec1 .lt {width: 40%; font-size: 20px; line-height: 1.5; font-weight: 400; color:#505156; padding-top:40px;}
.contact_sec1 .lt .dv1 {background: url(../images/contact_icon_phone.svg) no-repeat 0px 6px; padding-left:30px; padding-bottom:40px;}
.contact_sec1 .lt .dv2 {background: url(../images/contact_icon_mail.svg) no-repeat 0px 6px; padding-left:30px; padding-bottom:40px;}
.contact_sec1 .lt .dv2 a {color:#505156;}
.contact_sec1 .lt .dv3 {background: url(../images/contact_icon_location.svg) no-repeat 0px 6px; padding-left:30px; padding-bottom:40px;}
.contact_sec1 .rt {width: 60%;}
.contact_sec1 .rt iframe {width:100%;}

/* removed footer .tp CTA styles */
footer .bt {background-color: #F9F9F9;}
footer .bt .t {display: flex; justify-content: space-between; padding:50px 0px; border-bottom: 1px solid rgba(166,180,193,0.25);}
footer .bt .t .lt {margin: 0px;}
footer .bt .t .lt img {width: 250px;}
footer .bt .t .md {margin: 0px; font-size: 18px; line-height: 1.6; font-weight: 400; color:#444444; background-image:url(../images/icon_location.svg); background-repeat: no-repeat; background-position: 0px 0px; padding-left:30px;}
footer .bt .t .rt {margin: 0px; font-size: 16px; line-height: 1.6; font-weight: 400; color:#444444;}
footer .bt .t .rt .tx {background-repeat: no-repeat; background-position: 0px 0px; padding-left:30px; margin-bottom:10px;}
footer .bt .t .rt .tx a {color:#444444}
footer .bt .t .rt .tx a::after {content: ""; display: block; width: 0px; height: 1px; background-color: #444444; transition: 0.5s; margin: 0px auto;}
footer .bt .t .rt .tx1 {background-image:url(../images/icon_phone.svg);}
footer .bt .t .rt .tx2 {background-image:url(../images/icon_mail.svg);}
footer .bt .b {display: flex; justify-content: space-between; align-items: center; padding:24px 0px; font-size: 16px; line-height: 1.2; color:#505156; font-weight: 300;}
footer .bt .b .lt {margin:0px;}
footer .bt .b .md {margin:0px; display: flex;}
footer .bt .b .md a {position: relative; display: block; color:#505156; padding:6px 12px; }
footer .bt .b .md a:before {position: absolute; top:5px; right:0px; content:""; width: 1px; height: 20px; background-color: #505156;}
footer .bt .b .md a:last-child:before {display: none;}
footer .bt .b .md a::after {content: ""; display: block; width: 0px; height: 1px; background-color: #505156; transition: 0.5s; margin: 0px auto;}
footer .bt .b .rt {margin:0px; display: flex; margin-right:-18px;}
footer .bt .b .rt a {position: relative; display: block; color:#232431; padding:6px 18px; font-size: 18px;}
footer .bt .b .rt a:before {position: absolute; top:7px; right:0px; content:""; width: 1px; height: 20px; background-color: #B5B6B8;}
footer .bt .b .rt a:last-child:before {display: none;}
footer .bt .b .rt a::after {content: ""; display: block; width: 0px; height: 1px; background-color: #505156; transition: 0.5s; margin: 0px auto;}

footer .bt .credit {text-align: left; margin-top: -12px; padding: 0px 0px 12px; font-size: 14px; line-height: 1.4; color: #505156; font-weight: 300; opacity: 0.8;}
footer .bt .credit a {color: #505156; text-decoration: none;}

@media(max-width: 1440px){
    .ctr {padding:0px 40px;}
    header {padding:30px 40px;}   
    .banner h1 {font-size: 50px; max-width: 540px; width: 100%; padding:0px 20px;}
    .hp_sec1 {padding: 80px 0px;}
    .hp_sec2 {padding: 80px 0px;}
    .hp_sec3 {padding: 80px 0px;}
    .about_sec1 {padding: 80px 0px;}
    .about_sec2 {padding: 80px 0px;}
    .contact_sec1 {padding:80px 0px;}
    .team_sec1 .grd {padding: 80px 0px;}
    .portfolio_sec1 {padding: 80px 0px;}
    .portfolio_sec1 .tabs {margin-bottom:40px;}
}

@media(max-width: 1160px){
    .popup {padding-right: 77px;}
    .popup .nav {left: auto; margin-left: 0px; right: 30px; top: 40px;}
    .popup .ct {max-width: 100%; margin:40px auto;}
}

@media(max-width: 1100px){
    .contact_sec1 .ct {flex-direction: column-reverse; padding-top:40px;}
    .contact_sec1 .lt {width:100%; padding:0px;}
    .contact_sec1 .rt {width:100%; padding:0px; margin-bottom:40px;}
    .contact_sec1 .lt .dv1,
    .contact_sec1 .lt .dv2,
    .contact_sec1 .lt .dv3 {padding-bottom:30px;}
    footer .bt .b {flex-direction: column-reverse; gap:20px;}
    footer .bt .b .rt {margin:0px;}
}

@media (max-width: 980px) {
    .popup .lt {width: 180px; height:270px}
    .popup .rt {width: calc(100% - 180px);} 
    .popup .lt img {object-position: top;}
    .popup.portfolio .ct {gap:20px;}
    .popup.portfolio .ct .tp {flex-direction: column;}
    .popup.portfolio .ct .tp .lt {width:100%;}
    .popup.portfolio .ct .tp .rt {width:100%; border:none;}
    header {padding: 20px 20px;}
    header.sticky {padding: 10px 20px;}
    header .rt a {padding:10px;}
    .team_sec1 .itm h1 {font-size: 20px;}
    .portfolio_sec1 .itm h1 {font-size: 20px;}
    .portfolio_sec1 .itm .img {height: 180px;}
    .news_sec1 .itm {flex-direction: column-reverse; padding-bottom: 20px;}
    .news_sec1 .itm .lt {width:100%; padding:0px;}
    .news_sec1 .itm .rt {width:100%; padding:0px; margin-bottom: 20px;}
    .news_sec1 .itm .rt .bx {height: 200px;}
    /* removed footer .tp .ctr responsive styles */
    footer .bt .t {flex-direction: column; gap:40px; align-items: center;}
    footer .bt .t .lt img {width: 200px;}
    footer .bt .t .md {text-align: center; padding:30px 0px 0px 0px;background-position: center 0px;}
    footer .bt .credit {text-align: center;}
}

/* Stack team/portfolio popup layout on tablet portrait (e.g., iPad) */
@media (max-width: 834px) and (orientation: portrait) {
    .popup .ct {flex-direction: column; padding: 20px; margin:40px auto;}
    .popup .lt {width: 100%; max-width: 225px; margin: 0px; height: 270px;}
    .popup .lt img {object-position: top;}
    .popup .rt {width: 100%; padding: 40px 0px 0px 0px;}
    .popup .nav {top: 40px;}
}

@media (max-width: 767px) {
    .popup .ct {flex-direction: column; padding: 20px; margin:40px auto;}
    .popup .lt {width: 100%; max-width: 225px; margin: 0px; height: 270px;}
    .popup .lt img {object-position: top;}
    .popup .rt {width: 100%; padding: 40px 0px 0px 0px;}
    .popup .rt h1 {font-size: 30px;}
    .popup .nav {top: 40px;}
    .ctr {padding: 0px 20px;}
    .mainheading {font-size: 32px;}
    header .rt {position: absolute; top: 70px; right: 28px; flex-direction: column; align-items: flex-start; background: #fff; padding:10px 20px; width: 260px; box-shadow: 0px 0px 10px rgba(0,0,0,0.3); display: none;}
    header .rt a {color:#000000; border-bottom: 1px dashed #ccc; display: block; width: 100%; padding-left: 0px; padding-right: 0px;}
    header .rt a:last-child {border-bottom: none;}
    header .btn_menu {display: block;}
    header .lt img {width: 160px;}
    .banner h1 {font-size: 32px; line-height: 1.2; max-width: 400px;}
    .banner h1 .sc {position: absolute; bottom: -12px; left: 50%; width:140px; margin-left:14px;}
    .banner h1 .tx {margin-left:-138px;}
    .banner .ic img {width:40px;}
    .hp_sec1 {padding: 40px 0px;}
    .hp_sec1 .ctr {flex-direction: column; gap:40px;}
    .hp_sec1 .lt {width: 100%; padding-right: 0px;}
    .hp_sec1 .rt {width: 100%;}
    .hp_sec2 {padding: 10px 0px;}
    .hp_sec2 .ctr {flex-direction: column;}
    .hp_sec2 .dv {width: 100%; border-right: none; border-bottom: 1px dashed #99B3CB; padding-bottom: 30px; padding-top:30px;}
    .hp_sec2 .dv h1 {font-size: 36px; margin-bottom:20px;}
    .hp_sec3 {padding:40px 0px;}
    .hp_sec3 .owl-carousel .item {height: 180px;}
    .hp_sec3 .lk {margin-top:40px;}
    .about_sec1 {padding: 40px 0px;}
    .about_sec1 .grd {grid-template-columns: repeat(2, minmax(0, 1fr));}
    .about_sec2 {padding: 40px 0px;}
    .about_sec2 .ctr {flex-direction: column; gap:20px;}
    .about_sec2 .lt {width: 100%; padding:0px;}
    .about_sec2 .rt {width: 100%;}
    .team_sec1 .grd {padding: 40px 0px; grid-template-columns: repeat(3, minmax(0, 1fr));}
    .news_sec1 {padding: 40px 0px;}
    .news_sec1 .itm .lt h1 {font-size: 24px; line-height: 1.2;}
    .portfolio_sec1 {padding: 40px 0px;}
    .portfolio_sec1 .grd {grid-template-columns: repeat(3, minmax(0, 1fr));}
    .contact_sec1 {padding:40px 0px;}
    .contact_sec1 .lt {font-size: 16px;}
    /* removed footer .tp h1 responsive styles */
    footer .bt .t .lt img {width: 160px;}
}

@media (max-width: 600px) {
    .team_sec1 .grd {grid-template-columns: repeat(2, minmax(0, 1fr));}
    .team_sec1 .itm {margin-bottom: 10px;}
    .team_sec1 .itm .img {margin-bottom: 10px;}
    .team_sec1 .itm h1 {font-size: 16px;margin-bottom:2px;}
    .team_sec1 .itm h2 {font-size: 14px;}

    .portfolio_sec1 .grd {grid-template-columns: repeat(2, minmax(0, 1fr));}
    .portfolio_sec1 .itm {margin-bottom: 10px;}
    .portfolio_sec1 .itm .img {margin-bottom: 10px; height: 160px;}
    .portfolio_sec1 .itm h1 {font-size: 16px;margin-bottom:2px;}
    .portfolio_sec1 .itm h2 {font-size: 14px;}

    .about_sec1 .grd .itm br {display: none;}
}

@media (max-width: 480px) {
    /* removed footer .tp br and padding responsive styles */
    footer .bt .b .rt {display: block; text-align: center; width: 100%; max-width: 300px;}
    footer .bt .b .rt a {display: inline-block;}
}

@media (max-width: 400px) {
    .about_sec1 .grd {grid-template-columns: repeat(1, minmax(0, 1fr));}
    .about_sec1 .grd .itm {height:100px;}
}

@media (max-width: 360px) {
    .contact_sec1 .lt .dv2 a {font-size: 13px;}
    footer .bt .t .rt .tx2 {font-size: 13px;}
    .banner h1 {transform: translate(-50%, -50%) scale(0.8); transform-origin: center; width:400px;}
}

@media (min-width: 980px) {
    header .rt a:hover::after {width: 100%;}
    footer .bt .b .md a:hover::after {width: 100%;}
    footer .bt .b .rt a:hover::after {width: 100%;}
    footer .bt .t .rt .tx a:hover::after {width: 100%;}
    .portfolio_sec1 .tabs a:hover {background-color: #0A2A63; color:#ffffff;}
    .hp_sec1 .lt a:hover {background-color:#0A2A63; color:#ffffff;}
    .hp_sec3 .lk:hover {background-color:#0A2A63; color:#ffffff;}
    /* removed footer .tp hover styles */
    .team_sec1 .itm:hover .img .rl {opacity:1;}
    .portfolio_sec1 .itm:hover .img .rl {opacity:1;}
}

@media (min-width: 1440px) {
    .banner h1 .tx {margin-left: -270px;}
    .banner h1 .sc {bottom: 6px; left: 366px; height: 63px; overflow: hidden; width: 290px; opacity:0;}
}

/* removed ultra-wide banner width cap media query */