@font-face {
    font-family: 'syneregular';
    src: url('../fonts/syne-regular-webfont.woff2') format('woff2'),
         url('../fonts/syne-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'synebold';
    src: url('../fonts/syne-bold-webfont.woff2') format('woff2'),
         url('../fonts/syne-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body { margin: 0; padding: 85px 0 0; font-size: 16px; color: #222; line-height: 1.6; background-color: #fff; overflow-x: hidden; font-weight: 400; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0.08rem; word-spacing: 0.06rem; }
* { margin: 0; padding: 0; box-sizing: border-box; }
h1,h2,h3,h4,h5 {font-family: 'syneregular'; font-weight:600;}
a, button { transition: all .5s; }
img { max-width: 100%; height: auto }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.gap3 { column-gap: 30px; }
.flex-between { justify-content: space-between; }
.relative { position: relative; }
.txt-center { text-align: center; }
.container { max-width: 1380px; margin: 0 auto; padding: 0 15px; width: 96%; }
.header { background: #fff; padding: 19px 0; box-shadow: 0 0 10px #2220001A; position: fixed; left: 0; top: 0; width: 100%; z-index: 999; }
.com-btn { display: inline-block; color: #000; border: 1px solid #000; background: #fff; border-radius: 25px; text-decoration: none; padding: 7px 20px; font-weight: normal; }
.com-btn:hover { background: #FF8400; border-color: #FF8400; color: #fff; }
.toggle-button { width: 28px; height: 28px; border: none; background: none; outline: none; font-size: 0; border-top: 3px solid #222; border-bottom: 3px solid #222; position: relative; cursor: pointer; text-indent: -9999px; margin-right: 10px }
.toggle-button:after { position: absolute; content: ""; left: 0; top: 9px; height: 3px; background: #222; width: 38px; }
.txt-btn { color: #000; text-decoration: none; }
.page-sec { padding: 70px 0; position: relative; }
.home-banner { padding: 0; }
.home-banner .swiper-slide { background: #000; }
.home-banner .swiper-slide img { max-height: 868px; display: block; width: 100%; object-fit: cover; opacity: 0.25; filter: grayscale(1); transition: 3s all; }
.home-banner .swiper-slide-active img { transition: 3s all; transform: scale(1.1); }
.banner-caps { position: absolute; left: 50%; top: 50%; padding: 15px; transform: translate(-50%, -50%); z-index: 1; max-width: 1380px; width: 96%; display: flex; flex-wrap: wrap; column-gap: 3%; align-items: center; justify-content: space-between; }
.banner-caps article { width: 60%; }
.banner-caps aside { width: 35%; }
.banner-caps h1 { color: #fff; font-size: 50px; text-transform: uppercase; font-weight: 400; line-height: 1.4; margin: 0 0 20px; }
.banner-caps h1 span { text-transform: capitalize; color: #f57c00; font-weight: 700; margin: 0 10px; font-style: italic; }
.banner-caps p { color: #fff; font-size: 20px; margin: 0 0 35px; }
.cus-btn { display: inline-block; border: 2px solid #f57c00; color: #fff; text-decoration: none; font-size: 20px; padding: 10px 35px; border-radius: 30px; background: rgb(0 0 0 / 20%); }
.cus-btn:hover { color: #fff; text-decoration: none; background: #f57c00; }
.mil-plus { position: relative; }
.mil-item-hover { color: #fff; display: flex; align-items: center; column-gap: 15px; font-size: 20px; margin: 90px 0; cursor: pointer; }
.mil-plus-icon { background: rgb(255 255 255 / 30%); width: 50px; height: 50px; border-radius: 50px; line-height: 50px; font-size: 30px; font-weight: 700; text-align: center; display: block; animation: pulse-animation 2s infinite; }
.mp-1 { margin-left: 5%; }
.mp-2 { margin-left: 30%; }
.mp-3 { margin-left: 15%; }
.mil-plus:hover .mil-plus-icon { background: #aba49c; }
@keyframes pulse-animation {  0% {
 box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
}
 100% {
 box-shadow: 0 0 0 14px rgba(0, 0, 0, 0);
}
}
.mil-hover-window { position: absolute; background: #fff; height: 0; visibility: hidden; width: 260px; padding: 20px 25px; border-radius: 12px; left: -106px; bottom: 100%; margin-bottom: 30px; transition-delay: 0s; }
.mil-hover-window:after { position: absolute; content: ""; left: 50%; bottom: -18px; width: 0; height: 0; border-style: solid; border-right: 20px solid transparent; border-left: 20px solid transparent; border-top: 20px solid #fff; border-bottom: 0; margin-left: -20px; }
.mil-hover-window h4 { font-size: 18px; position: relative; margin: 0 0 25px; line-height: 1.4; }
.mil-hover-window h4:after { position: absolute; content: ""; left: 40px; right: 0; height: 1px; background: #ccc; bottom: -13px; }
.mil-hover-window h4:before { position: absolute; content: ""; left: 0; width: 35px; height: 1px; background: #f57c00; bottom: -13px; }
.mil-hover-window > p { color: #000; font-size: 14px; margin: 0; }
.mil-plus:hover .mil-hover-window { display: block; height: auto; visibility: visible; transition-delay: .5s; }
.client-logo { display: flex; align-items: center; justify-content: space-between; column-gap: 25px; }
.client-logo li { display: block; cursor: pointer; }
.our-client { padding: 25px 0; border-bottom: 1px solid #ddd; }
.client-logo li img { filter: grayscale(1); max-width: 85%; }
.client-logo li:hover img { filter: revert; }
.sup-line:before { position: absolute; content: ""; width: 50px; height: 2px; background: #f57c00; left: 0; bottom: -2px; }
.sup-line:after { position: absolute; content: ""; width: 50px; height: 2px; background: #f57c00; right: 0; bottom: -2px; }
.sup-line { position: relative; font-size: 0; line-height: 0; border-bottom: 2px solid #ddd; }
.sec-head { font-size: 42px; margin: 0 0 30px; line-height: 1.3; }
.sec-head span { color: #f57c00; }
.com-row { display: flex; flex-wrap: wrap; column-gap: 3%; }
.com-col-4 { width: 48.5%; }
.ser-col { display: flex; column-gap: 50px; color: #222; text-decoration: none; }
.ser-col .ser-com { width: calc(100% - 130px); }
.ser-col img { width: 80px; height: 80px; }
.p-y-30 { padding: 30px 0; }
.sub-line { position: relative; border-top: 2px solid #ddd; }
.sub-line:after { position: absolute; content: ""; width: 50px; height: 2px; background: #f57c00; left: 0; top: -2px; }
h3 { font-size: 24px; margin: 0 0 15px; line-height: 1.4; }
p { margin: 0 0 15px; }
.ser-col h3 span { display: inline-block; background: #3b3936; color: #fff; font-size: 18px; width: 40px; height: 40px; vertical-align: middle; text-align: center; line-height: 40px; border-radius: 50%; font-weight: 400; margin-right: 5px; }
.bg-light { background: #f8f8f8; }
.arrow-right { display: inline-block; width: 13px; vertical-align: middle; margin-left: 5px; transition: all .5s; }
.com-col-6 { width: 48.5%; }
.port-con { padding: 0 15px }
.port-con h3 { font-size: 30px; }
.port-con span { display: block; color: #f57c00; font-size: 20px; text-transform: uppercase; margin: 0 0 5px; }
.port-con p { margin-bottom: 25px; }
.com-btn:hover .arrow-right path { fill: #fff; transition: all .5s; }
.port-col { margin: 0 -15px }
.port-col:nth-child(odd) { flex-direction: row-reverse; }
.port-img { padding: 0 15px; }
.port-img img { display: block; box-shadow: 0 0 12px rgb(0 0 0 / 20%); border-radius: 12px; }
.mt-50 { margin-top: 50px; }
.bus-box { /*background: #f7f7f7;*/
border: 1px solid #ddd; border-radius: 12px; padding: 22px 25px; transition: all .5s; }
.bus-box:hover { background: #f7f7f7; transition: all .5s; }
.bus-box p { display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 20px; }
.bus-box ul { position: relative; border-top: 2px solid #d3d3d3; padding-top: 20px; margin-bottom: 25px; }
.bus-box ul:after { content: ""; position: absolute; width: 45px; height: 2px; background: #f57c00; left: 0; top: -2px; }
.bus-box ul li { display: block; position: relative; margin: 0 0 7px; padding-left: 18px; }
.bus-box ul li:after { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; background: #3b3936; border-radius: 50%; }
.ourBusiness { padding: 0 15px }
.ourBusiness .swiper-button-next, .ourBusiness .swiper-button-prev { font-size: 0; line-height: 0; background: #444; }
.ourBusiness .swiper-button-next:hover, .ourBusiness .swiper-button-prev:hover { background: #f57c00; }
.ourBusiness .swiper-button-next:after, .ourBusiness .swiper-button-prev:after { font-size: 20px; color: #fff; }
.ourBusiness .swiper-button-prev:after { margin-left: -5px; }
.tech-list { display: flex; flex-wrap: wrap; column-gap: 2%; }
.tech-list li { width: 23.5%; background: #fdfdfd; border: 1px solid #ddd; padding: 15px; display: flex; align-items: center; column-gap: 20px; margin: 0 0 25px; font-size: 20px; border-radius: 6px; cursor: pointer; transition: all .5s; }
.tech-list li:hover { background: #f1f1f1; box-shadow: 0 0 12px rgb(0 0 0 / 10%); }
.com-col-4 { width: 31.33%; }
.colb-box { /*background: #f9f9f9;*/
border: 1px solid #ddd; padding: 20px; margin: 0 0 25px; border-radius: 8px; box-shadow: 0 0 10px rgb(0 0 0 / 5%); transition: all .5s; }
.colb-box:hover { background: #f7f7f7; transition: all .5s; box-shadow: 0 0 16px rgb(0 0 0 / 15%); }
.colb-box h3 img { vertical-align: middle; margin-right: 7px; }
.colb-box p { margin: 0; }
.award-sec { position: relative; background: #000; padding: 0; display: flex; flex-wrap: wrap; }
.award-col { width: 50%; }
.award-bg { position: relative; }
.award-bg img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); opacity: 0.4; position: absolute; }
.award-bg:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #121820; opacity: 0.6; }
.award-list { display: flex; flex-wrap: wrap; position: relative; z-index: 1; }
.award-list li { width: 50%; text-align: center; padding: 75px 50px; background: #131921; }
.award-list li:nth-child(2), .award-list li:nth-child(3) { background: #181d25; }
.award-list li img { max-height: 40px; width: auto; max-width: 200px; }
.award-list li h3 { color: #fff; margin: 40px 0 20px; font-size: 22px; font-weight: 400; }
.award-list li p { margin: 0; color: rgba(255, 255, 255, 0.5); }
.main-logo img { display: block; }
.award-con { position: absolute; max-width: 1380px; width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.award-con-in { width: 50%; max-width: 580px; }
.award-con-in > span { color: #fff; font-size: 18px; position: relative; display: inline-block; padding-left: 20px; margin-bottom: 5px; }
.award-con-in > span:after { content: ""; position: absolute; width: 10px; height: 10px; background: #f57c00; border-radius: 50%; left: 0; top: 9px; }
.award-con-in h3 { color: #fff; font-size: 36px; padding: 0; }
.award-con-in p { color: rgba(255, 255, 255, 0.7); margin-bottom: 35px; }
.award-con-in h3 span { color: #f57c00; }
.bus-box .txt-pro { font-size: 18px; margin: 0; }
.bus-box .txt-pro img { width: 60px; height: 60px; vertical-align: middle; margin-right: 8px; filter: grayscale(1); }
.bus-box .txt-pro:hover img { filter: revert; }
.bus-box p svg { margin-right: 8px; }
.appr p { -webkit-line-clamp: 5; }
.footer { background: #121820; position: relative; padding-top: 60px; }
.footer-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 70px 0; opacity: 0.1; }
.footer-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.footer .sec-head { color: #fff; }
.footer .container { position: relative; }
.form-feild label { display: block; color: #fff; margin-bottom: 8px; }
.form-feild label span { color: #ff0000; }
.form-feild input[type="text"] { width: 100%; background: transparent; border: 1px solid #9b9b9b; font-size: 1rem; padding: 15px 15px; border-radius: 8px; color: #fff; }
.form-feild { margin: 0 0 16px; }
.form-feild textarea { width: 100%; background: transparent; border: 1px solid #9b9b9b; font-size: 1rem; padding: 15px 15px; border-radius: 8px; height: 250px; resize: none; color: #fff; }
.form-feild input[type="text"]:focus-visible, .form-feild textarea:focus-visible {
border-color:#f57c00
}
.footer .com-btn { font-size: 18px; padding: 16px 25px; border-radius: 30px; cursor: pointer; display: block; margin: 30px auto 0; }
.footer p { color: rgb(255 255 255 / 60%); margin-bottom: 20px; }
.footer a:hover { color: #f57c00; }
.footer a { color: rgb(255 255 255 / 60%); }
.footer-logo { display: inline-block; margin-bottom: 30px; }
.ft-addr a { display: inline-block; margin: 0 0 10px; }
.ft-addr a:hover { color: #f57c00; }
.ft-addr a img { filter: invert(1); margin-right: 5px; opacity: 0.6; }
.com-col-8 { width: 65.5%; }
.footer h4 { position: relative; color: #fff; font-size: 20px; line-height: 1.4; margin: 0 0 20px; }
.footer-nav li { padding: 4px 0; }
.footer-nav li a { text-decoration: none; }
.footer-nav li a:hover { padding-left: 5px; }
.footer-bot { background: #0E131A; position: relative; padding: 25px 0; }
.footer-bot ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.footer-bot ul li { color: rgb(255 255 255 / 60%); display: block; }
.footer-bot ul li a { text-decoration: none }
.footer .sup-line { border-color: rgb(66 66 66); }
.con-form iframe { height: 430px; }
.mt-70 { margin-top: 70px; }
.ourBusiness .swiper-button-next { right: 0; }
.ourBusiness .swiper-button-prev { left: 0; }
.ourTest { padding: 0 15px }
.ourTest .swiper-button-next, .ourTest .swiper-button-prev { font-size: 0; line-height: 0; background: #444; }
.ourTest .swiper-button-next:hover, .ourTest .swiper-button-prev:hover { background: #f57c00; }
.ourTest .swiper-button-next:after, .ourTest .swiper-button-prev:after { font-size: 20px; color: #fff; }
.ourTest .swiper-button-prev:after { margin-left: -5px; }
.ourTest .swiper-button-next { right: 0; }
.ourTest .swiper-button-prev { left: 0; }
.followList {
    display: flex;
    gap: 10px;
}
.footer .followList img {
    border: solid 1px #6f6f6f;
    border-radius: 5px;
}
/*--------------------inner pages------------*/
.inner-banner h1 span {
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}
.breadcrumb {
    display: flex;
    margin: 0 0 15px;
    white-space: nowrap;
}
.breadcrumb li {
    color: #fff;
    display: block;
    padding-right: 25px;
    position: relative;
}
.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb li:after {
    content: "";
    position: absolute;
    left: -19px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.breadcrumb li:first-child:after {
	display:none;
}
.inner-banner {
    padding: 0;
}
h2 {
    font-size: 32px;
    margin: 0 0 15px;
    line-height: 1.2;
}
.tab {
    cursor: pointer;
    padding: 12px 16px;
    margin: 0 0 15px;
    background: #fff;
    display: block;
    color: #222;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    font-size: 18px;
    display: flex;
    align-items: self-start;
    column-gap: 10px;
}
.tab:last-child {
    margin: 0;
}
.tab:hover { 
	background: #3b3936;
  color: #fff;
  box-shadow: none;
}

.panel{
  display:none;
  animation: fadein .8s;
}
.com-btn svg {
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 1px;
    transition: all .5s;
    width: 20px;
    height: 20px;
}
.com-btn:hover svg path {
    fill: #fff;
		transition: all .5s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.tab-con .radio{
  display:none;
}
#tab-1:checked ~ .panels #tab-panel-1,
#tab-2:checked ~ .panels #tab-panel-2,
#tab-3:checked ~ .panels #tab-panel-3,
#tab-4:checked ~ .panels #tab-panel-4,
#tab-5:checked ~ .panels #tab-panel-5,
#tab-6:checked ~ .panels #tab-panel-6,
#tab-7:checked ~ .panels #tab-panel-7,
#tab-8:checked ~ .panels #tab-panel-8,
#tab-9:checked ~ .panels #tab-panel-9,
#tab-10:checked ~ .panels #tab-panel-10,
#tab-11:checked ~ .panels #tab-panel-11,
#tab-12:checked ~ .panels #tab-panel-12
{
  display:block
}
#tab-1:checked ~ .tabs #label-1,
#tab-2:checked ~ .tabs #label-2,
#tab-3:checked ~ .tabs #label-3,
#tab-4:checked ~ .tabs #label-4,
#tab-5:checked ~ .tabs #label-5,
#tab-6:checked ~ .tabs #label-6,
#tab-7:checked ~ .tabs #label-7,
#tab-8:checked ~ .tabs #label-8,
#tab-9:checked ~ .tabs #label-9,
#tab-10:checked ~ .tabs #label-10,
#tab-11:checked ~ .tabs #label-11,
#tab-12:checked ~ .tabs #label-12{
  background: #3b3936;
  color: #fff;
  box-shadow: none;
}
#tab-1:checked ~ .tabs #label-1 img,
#tab-2:checked ~ .tabs #label-2 img,
#tab-3:checked ~ .tabs #label-3 img,
#tab-4:checked ~ .tabs #label-4 img,
#tab-5:checked ~ .tabs #label-5 img,
#tab-6:checked ~ .tabs #label-6 img,
#tab-7:checked ~ .tabs #label-7 img,
#tab-8:checked ~ .tabs #label-8 img,
#tab-9:checked ~ .tabs #label-9 img,
#tab-10:checked ~ .tabs #label-10 img,
#tab-11:checked ~ .tabs #label-11 img,
#tab-12:checked ~ .tabs #label-12 img{
  filter: invert(1);
    opacity: 1;
}


#tab-1:checked ~ .tabs #label-1 svg,
#tab-2:checked ~ .tabs #label-2 svg,
#tab-3:checked ~ .tabs #label-3 svg,
#tab-4:checked ~ .tabs #label-4 svg,
#tab-5:checked ~ .tabs #label-5 svg,
#tab-6:checked ~ .tabs #label-6 svg,
#tab-7:checked ~ .tabs #label-7 svg,
#tab-8:checked ~ .tabs #label-8 svg,
#tab-9:checked ~ .tabs #label-9 svg,
#tab-10:checked ~ .tabs #label-10 svg,
#tab-11:checked ~ .tabs #label-11 svg,
#tab-12:checked ~ .tabs #label-12 svg{
  background: #fff;
}


#tab-1:checked ~ .tabs #label-1 svg path,
#tab-2:checked ~ .tabs #label-2 svg path,
#tab-3:checked ~ .tabs #label-3 svg path,
#tab-4:checked ~ .tabs #label-4 svg path,
#tab-5:checked ~ .tabs #label-5 svg path,
#tab-6:checked ~ .tabs #label-6 svg path,
#tab-7:checked ~ .tabs #label-7 svg path,
#tab-8:checked ~ .tabs #label-8 svg path,
#tab-9:checked ~ .tabs #label-9 svg path,
#tab-10:checked ~ .tabs #label-10 svg path,
#tab-11:checked ~ .tabs #label-11 svg path,
#tab-12:checked ~ .tabs #label-12 svg path{
  fill: #000;
}

.tab:hover svg {background: #fff;}
.tab:hover svg path {fill: #000;}

.tab:hover img {filter: invert(1);
    opacity: 1;}
.con-mini {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.com-col-5 {
    width: 37%;
}
.com-col-7 {
    width: 60%;
}
.panels {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 20px;
}
.panels p {
    margin-bottom: 25px;
}
.banner-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.black-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.black-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.black-bg .container {
    position: relative;
}
.black-bg .sec-head {
    color: #fff;
}
.black-bg p {
    color: #fff;
    font-size: 22px;
    margin: 0 0 35px;
}
.black-bg { padding:90px 0}
.black-bg .com-btn {
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 30px;
    background: #f57c00;
    color: #fff;
}
.black-bg .com-btn .arrow-right path {
    fill: #fff;
    transition: all .5s;
}
.icon-c {
    display: inline-block;
    background: rgb(245 124 0 / 20%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 15px;
    border-radius: 50%;
    padding: 25px;
}
.colb-box:hover .icon-c {
    background: #3b3936;
}
.colb-box:hover .icon-c path {
    fill: #fff;
}
.txt-20 {
    font-size: 20px;
}
.port-box {
    background: #fff;
    border: 1px solid #ddd;
}
.port-con-box {
    padding: 20px;
}
.port-con-box h3 {
    font-size: 22px;
}
.port-con-box h3 {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.port-con-box p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.port-box:hover {
    background: #f9f9f9;
    border: 1px solid #ccc;
}
.port-img-box img {
    display: block;
    opacity: 0.9;
}
.port-box:hover .port-img-box img {
    opacity: 1;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.icon-left {
    background: #f57c00;
    width: 150px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-h {
    width: calc(100% - 180px);
}
.con-h h3 {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
		color:#fff;
}
.con-h h3 span {
    color: #f57c00;
}
.lg-center {
    display: flex;
    justify-content: center;
}
.lg-center .com-btn {
    font-size: 22px;
    padding: 12px 30px;
    border-radius: 40px;
    border-width: 2px;
}
.icon-left svg {
    width: 90px;
    height: 90px;
}
.icon-left svg path {
    fill: #fff;
}
.bg-dark {
    background: #121820;
}
.breadcrumb li a:hover {
    color: #f57c00;
    text-decoration: none;
}
.test-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.test-img {
    width: 250px;
    padding: 15px;
}
.test-img img {
    width: 100%;
}
.test-con {
    padding: 15px 30px;
    width: calc(100% - 250px);
}
.test-con p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
}
.test-con h4 {
    color: #f57c00;
    font-size: 22px;
    font-weight: 700;
}
.ourFeed .swiper-button-next, .ourFeed .swiper-button-prev {
    font-size: 0;
    background: #fff;
		line-height:0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
}
.ourFeed .swiper-button-next:hover, .ourFeed .swiper-button-prev:hover {
    background: #f57c00;
    color: #fff;
}
.ourFeed .swiper-button-next:after, .ourFeed .swiper-button-prev:after {
    font-size: 20px;
    margin-right: 3px;
}
.ourFeed .swiper-button-prev:after {
    font-size: 20px;
    margin-right: 6px;
}
.ourFeed .swiper-button-next {
    left: 52.5%;
    top: 93%;
}
.ourFeed .swiper-button-prev {
    left: 47.5%;
    top: 93%;
}
.ourFeed {
    min-height: 300px;
    max-height: 300px;
}

.faq-dr {
    margin-bottom: 0;
}

.faq-con-wrap {
    height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    padding: 0;
    border-top: #ccc 1px solid;
		margin-top:15px;
}

.faq-title {
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 15px 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
		padding-right: 25px;
}

.faq-title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    position: absolute;
    right: 3px;
    top: 20px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-title:hover { 
  color: #4E4B52  ;
}

.faq-trig:checked
  + .faq-title
  + .faq-con-wrap {
    height: auto;
    border-bottom: #ccc 1px solid;
    border-top: none;
    padding: 0 0 15px;
}

.faq-trig:checked + .faq-title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}
.lara-port .ourBusiness {
    max-height: 555px;
}
.news-img a img {
    min-height: 210px;
    width: 100%;
    object-fit: cover;
}
.news-con p {
    -webkit-line-clamp: 3;
    margin: 0;
}
.news-sec .ourTest {
    max-height: 465px;
}
.news-date {
    display: flex;
    margin: 0 20px 0;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    border-bottom: 2px solid #ddd;
}
.news-date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 45px;
    background: #f57c00;
}
.news-con a {
    color: #222;
    text-decoration: none;
}
.news-con a:hover {
    color: #f57c00;
    text-decoration: none;
}
.tab img {
    vertical-align: middle;
    opacity: 0.8;
}
.news-sec .com-btn {
    padding: 10px 20px;
}
.blog-form {
    width: 420px;
}
.blog-col {
    width: calc(100% - 450px);
    padding-right: 15px;
}
.blog-img-f {
    border: 10px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ddd;
}
.blog-img-f img {
    display: block;
    min-height: 450px;
    width: 100%;
    object-fit: cover;
		transition: all .5s;
}
.blog-img-f:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.news-col .news-date {
    margin: 0 0 15px;
}
.news-col h3 a {
    color: #222;
    text-decoration: none;
}
.news-col h3 a:hover {
    color: #f57c00;
    text-decoration: none;
}
.blog-sidebar {
    background: #000;
    padding: 25px;
    position: sticky;
    top: 130px;
}
.blog-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.15;
}
.blog-sidebar h3 {
    position: relative;
    color: #fff;
}
.blog-sidebar iframe {
    position: relative;
    min-height: 705px;
}
.news-col {
    margin-bottom: 40px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 35px;
    position: relative;
}
.news-col:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 45px;
    background: #f57c00;
}
.news-col:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 45px;
    background: #f57c00;
}
.news-col:last-child {
	border:none;
	margin:0;
	padding:0;
	
}
.news-col:last-child:after, .news-col:last-child:before { display:none}
.mt-30 { margin-top:30px}
.our-intro .com-btn {
    padding: 10px 20px;
    font-size: 18px;
}
.con-list {
    margin-left: 20px;
    margin-bottom: 20px;
}
.con-list li {
    margin: 0 0 10px;
}
.con-list li a, .news-col p a {
    font-weight: 700;
    text-decoration: underline;
    color: #f57c00;
}
.blog-col h3 {
    font-size: 30px;
		margin-bottom:15px;
}
.blog-col h4 {
    font-size: 24px;
		margin-bottom:15px;
}
.blog-col h2 {
    font-size: 36px;
}
.latest-post {
    padding: 20px 25px;
    border: 1px solid #ddd;
    margin: 0 0 30px;
}
.post-list li {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0 0 10px;
}
.post-list li a {
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}
.post-list li img {
    position: absolute;
    left: 0;
    width: 22px;
}

.post-list li a:hover {
    color: #f57c00;
    text-decoration: none;
}
.black-bg .com-btn svg path {
    fill: #fff;
}
.panels .tab {
    display: none;
}

/*-----------mobile tab css---------*/
#tab-1:checked ~ .panels #label-1,
#tab-2:checked ~ .panels #label-2,
#tab-3:checked ~ .panels #label-3,
#tab-4:checked ~ .panels #label-4,
#tab-5:checked ~ .panels #label-5,
#tab-6:checked ~ .panels #label-6,
#tab-7:checked ~ .panels #label-7,
#tab-8:checked ~ .panels #label-8,
#tab-9:checked ~ .panels #label-9,
#tab-10:checked ~ .panels #label-10,
#tab-11:checked ~ .panels #label-11,
#tab-12:checked ~ .panels #label-12{
  background: #f57c00;
  color: #fff;
  box-shadow: none;
}
#tab-1:checked ~ .panels #label-1 img,
#tab-2:checked ~ .panels #label-2 img,
#tab-3:checked ~ .panels #label-3 img,
#tab-4:checked ~ .panels #label-4 img,
#tab-5:checked ~ .panels #label-5 img,
#tab-6:checked ~ .panels #label-6 img,
#tab-7:checked ~ .panels #label-7 img,
#tab-8:checked ~ .panels #label-8 img,
#tab-9:checked ~ .panels #label-9 img,
#tab-10:checked ~ .panels #label-10 img,
#tab-11:checked ~ .panels #label-11 img,
#tab-12:checked ~ .panels #label-12 img{
  filter: invert(1);
    opacity: 1;
}


#tab-1:checked ~ .panels #label-1 svg,
#tab-2:checked ~ .panels #label-2 svg,
#tab-3:checked ~ .panels #label-3 svg,
#tab-4:checked ~ .panels #label-4 svg,
#tab-5:checked ~ .panels #label-5 svg,
#tab-6:checked ~ .panels #label-6 svg,
#tab-7:checked ~ .panels #label-7 svg,
#tab-8:checked ~ .panels #label-8 svg,
#tab-9:checked ~ .panels #label-9 svg,
#tab-10:checked ~ .panels #label-10 svg,
#tab-11:checked ~ .panels #label-11 svg,
#tab-12:checked ~ .panels #label-12 svg{
  background: #fff;
}

.panels .tab svg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    padding: 0 3px;
}

#tab-1:checked ~ .panels #label-1 svg path,
#tab-2:checked ~ .panels #label-2 svg path,
#tab-3:checked ~ .panels #label-3 svg path,
#tab-4:checked ~ .panels #label-4 svg path,
#tab-5:checked ~ .panels #label-5 svg path,
#tab-6:checked ~ .panels #label-6 svg path,
#tab-7:checked ~ .panels #label-7 svg path,
#tab-8:checked ~ .panels #label-8 svg path,
#tab-9:checked ~ .panels #label-9 svg path,
#tab-10:checked ~ .panels #label-10 svg path,
#tab-11:checked ~ .panels #label-11 svg path,
#tab-12:checked ~ .panels #label-12 svg path{
  fill: #000;
}


/*-----------mobile tab css end ---------*/
.inner-banner .cus-btn {
    background: #f57c00;
}
.inner-banner .cus-btn {
    background: #f57c00;
}
.inner-banner .cus-btn:hover {
    background: #d76d00;
}
.footer-nav li a {
    text-decoration: none;
    text-transform: capitalize;
}
.colb-box:hover .icon-c img {
    filter: invert(1);
}
.com-col-3 {
    width: 22.75%;
}
#tab-01:checked ~ .tabs #label-01, #tab-02:checked ~ .tabs #label-02, #tab-03:checked ~ .tabs #label-03, #tab-04:checked ~ .tabs #label-04, #tab-05:checked ~ .tabs #label-05, #tab-06:checked ~ .tabs #label-06, #tab-07:checked ~ .tabs #label-07, #tab-08:checked ~ .tabs #label-08, #tab-09:checked ~ .tabs #label-09 {
    background: #f57c00;
    color: #fff;
    box-shadow: none;
}
#tab-01:checked ~ .panels #tab-panel-01, #tab-02:checked ~ .panels #tab-panel-02, #tab-03:checked ~ .panels #tab-panel-03, #tab-04:checked ~ .panels #tab-panel-04, #tab-05:checked ~ .panels #tab-panel-05, #tab-06:checked ~ .panels #tab-panel-06, #tab-07:checked ~ .panels #tab-panel-07, #tab-08:checked ~ .panels #tab-panel-08, #tab-09:checked ~ .panels #tab-panel-09 {
    display: block;
}

#tab-01:checked ~ .tabs #label-01 img, #tab-02:checked ~ .tabs #label-02 img, #tab-03:checked ~ .tabs #label-03 img, #tab-04:checked ~ .tabs #label-04 img, #tab-05:checked ~ .tabs #label-05 img, #tab-06:checked ~ .tabs #label-06 img, #tab-07:checked ~ .tabs #label-07 img, #tab-08:checked ~ .tabs #label-08 img, #tab-09:checked ~ .tabs #label-09 img {
    filter: invert(1);
    opacity: 1;
}






.abo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.abo-list li {
    color: #fff;
    display: block;
    width: 25%;
    font-size: 22px;
}
.abo-list li p {
    font-size: 30px;
    margin: 0;
}
.abo-list li p span {
    font-size: 38px;
    font-weight: 700;
    color: #f57c00;
}
.mao-sec iframe {
    display: block;
    width: 100%;
    border: none;
    height: 600px;
}
.loc-head {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.loc-head img {
    border-radius: 50%;
    display: block;
}
.of-loc p {
    margin: 0 0 15px;
}
.of-loc .txt-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 5px 0;
}
.jus-center {
    justify-content: center;
}
.tech-list-2 li {
    width: 49%;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.flex-reverse {
    flex-direction: row-reverse;
}


/* footer logo start */

.footer_logo_container {
    padding-top: 35px;
}

ul.footer_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
ul.footer_logo li {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.footer_logo li img {
    max-height: 80px;
    /* opacity: 0.5; */
    transition: all .5s;
    filter: grayscale(1);
}

ul.footer_logo li:hover img {
    filter: none;
}



/* footer logo end */


@media (max-width: 1499px) {
.banner-caps h1 { font-size: 42px; }
.award-list li { padding: 50px 25px; }
.award-con { padding: 0 30px; }
.bus-box ul { padding-top: 20px; margin-bottom: 20px; min-height: 198px; }
.blog-img-f img {
    min-height: 400px;
}
}
@media (max-width: 1349px) {
.banner-caps h1 { font-size: 36px; }
.mil-item-hover { font-size: 18px; margin: 40px 0; }
.mil-hover-window { padding: 16px 20px; }
.banner-caps p { font-size: 18px; margin: 0 0 30px; }
.cus-btn { font-size: 18px; padding: 8px 30px; border-radius: 30px; }
.ser-col { column-gap: 30px; }
.ser-col img { width: 60px; height: 60px; }
.ser-col .ser-com { width: calc(100% - 90px); }
.bus-box p { -webkit-line-clamp: 6; }
.award-list li h3 { margin: 15px 0 15px; font-size: 22px; }
.award-list li { padding: 50px 15px; }
.award-con-in { width: 50%; max-width: 500px; }
h3 { font-size: 22px; }
.blog-img-f img {
    min-height: 350px;
}
.tab {
    padding: 11px 14px;
    margin: 0 0 15px;
    font-size: 16px;
}
.con-h h3 {
    font-size: 24px;
}
.icon-left {
    width: 130px;
    height: 125px;
}
.con-h {
    width: calc(100% - 160px);
}
.lg-center .com-btn {
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 40px;
    border-width: 2px;
}
.test-con p {
    font-size: 18px;
    margin: 15px 0;
}
.news-date {
    margin: 0 20px 0;
    font-size: 13px;
}
}
 @media (max-width: 1199px) {
.banner-caps h1 { font-size: 30px; }
.banner-caps p { font-size: 16px; margin: 0 0 25px; }
.mp-2 { margin-left: 16%; }
.mp-3 { margin-left: 10%; }
.mil-hover-window > p { font-size: 13px; margin: 0; }
.mil-hover-window { padding: 15px; margin-bottom: 20px; }
.mil-hover-window h4 { font-size: 18px; position: relative; margin: 0 0 15px; line-height: 1.4; }
.mil-hover-window h4:after { bottom: -7px; }
.mil-hover-window h4:before { bottom: -7px; }
.cus-btn { font-size: 16px; padding: 8px 30px; border-radius: 30px; border: 1px solid #f57c00; }
.sec-head { font-size: 34px; margin: 0 0 25px; line-height: 1.2; }
.mt-50 { margin-top: 30px; }
.page-sec { padding: 50px 0; position: relative; }
.home-banner { padding: 0; }
.our-client { padding: 20px 0; }
.ser-col img { width: 50px; height: 50px; }
.ser-col { column-gap: 20px; }
.ser-col .ser-com { width: calc(100% - 40px); }
.ser-col h3 span { font-size: 16px; width: 36px; height: 36px; line-height: 36px; }
.port-col { margin: 0; }
.port-img { padding: 0; }
.port-con { padding: 0; }
.port-con h3 { font-size: 24px; }
.bus-box ul { padding-top: 20px; margin-bottom: 20px; min-height: 145px; }
.tech-list li { padding: 15px; column-gap: 12px; margin: 0 0 25px; font-size: 18px; }
.award-list li p { font-size: 14px; }
.award-list li h3 { margin: 15px 0 15px; font-size: 18px; }
.award-list li img { max-height: 32px; width: auto; max-width: 170px; }
.award-list li { padding: 30px 15px; }
.award-con-in h3 { color: #fff; font-size: 24px; padding: 0; }
.award-con-in { width: 50%; max-width: 450px; }
.award-sec { padding: 0; }
.footer-nav li a { text-decoration: none; font-size: 15px; }
body { font-size: 15px; padding: 78px 0 0; }
.mt-70 { margin-top: 40px; }
.container, .banner-caps { width: 98%; }
.blog-col h2 {
    font-size: 30px;
}
.blog-col h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.blog-col h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.inner-banner {
    padding: 0;
}
.blog-form {
    width: 370px;
}
.blog-col {
    width: calc(100% - 400px);
    padding-right: 15px;
}
.latest-post {
    padding: 15px 18px;
    margin: 0 0 30px;
}
.blog-sidebar {
    padding: 20px;
}
.blog-img-f img {
    min-height: 300px;
}
.breadcrumb li {
    padding-right: 20px;
    font-size: 14px;
}
.breadcrumb li:after {
    left: -16px;
    top: 7px;
    width: 6px;
    height: 6px;
}
.tab img {
    width: 22px;
}
.tab {
    padding: 10px 12px;
    margin: 0 0 15px;
    font-size: 14px;
}
.panels {
    padding: 15px;
}
.black-bg p {
    font-size: 18px;
    margin: 0 0 25px;
}
.black-bg .com-btn {
    font-size: 18px;
    padding: 10px 25px;
}
.lara-port .port-con-box p {
    -webkit-line-clamp: 5;
}
.con-h h3 {
    font-size: 20px;
}
.icon-left {
    width: 115px;
    height: 110px;
    padding: 0 20px;
}
.test-con p {
    font-size: 16px;
    margin: 15px 0;
}
.txt-20 {
    font-size: 17px;
}
.our-intro .com-btn {
    padding: 10px 20px;
    font-size: 16px;
}
.mt-30 {
    margin-top: 20px;
}
.com-col-3 {
    width: 48.5%;
}
.abo-list li {
    width: 32%;
    font-size: 22px;
}
.tech-list-2 li {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
}
@media (max-width: 1059px) {
.con-form iframe { height: 720px; }
}
@media (max-width: 1023px) {
.txt-btn { display: none; }
.banner-caps article { width: 100%; }
.banner-caps aside { width: 100%; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; padding-top: 40px; }
.mp-1 { margin-left: 0; }
.mp-2 { margin-left: 3%; }
.mp-3 { margin-left: 3%; }
.banner-caps h1 { font-size: 24px; }
.home-banner .swiper-slide img { min-height: 540px; }
.mil-item-hover { font-size: 16px; margin: 15px 0; }
.sec-head { font-size: 30px; margin: 0 0 20px; line-height: 1.2; }
h3 { font-size: 20px; }
.port-con h3 { font-size: 20px; }
.port-con span { font-size: 16px; }
.bus-box ul li { margin: 0 0 5px; line-height: 1.4; }
.bus-box ul li:after { top: 6px; }
.bus-box ul { min-height: 165px; }
.tech-list li { margin: 0 0 13px; font-size: 18px; width: 32%; }
.com-col-4 { width: 48.5%; }
.award-list li { padding: 20px 15px; width: 100%; }
.award-list li h3 { margin: 10px 0 10px; font-size: 18px; }
.award-con { padding: 0 20px; }
.footer .com-col-4 { width: 100%; }
.com-col-8 { width: 100%; }
.com-col-8 .com-col-4 { width: 31.33%; }
.footer-bot { padding: 15px 0; }
.mil-plus-icon { width: 42px; height: 42px; line-height: 42px; font-size: 24px; }
.blog-form {
    width: 100%;
}
.blog-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
}
.page-sec {
    padding: 40px 0;
    position: relative;
}
.inner-banner {
    padding: 0;
}
.our-client {
    padding: 20px 0;
}
aside.tabs {
    width: 100%;
}
article.panels {
    width: 100%;
}
.con-h {
    width: calc(100% - 145px);
}
.con-h h3 {
    font-size: 18px;
}
.ourFeed .swiper-button-prev {
    left: 45.5%;
    top: 93%;
}
.ourFeed .swiper-button-next {
    left: 54.5%;
    top: 93%;
}
.test-img {
    width: 200px;
    padding: 15px;
}
.test-con {
    padding: 15px 15px;
    width: calc(100% - 200px);
}
.faq-l {
    width: 100%;
}
.faq-r {
    width: 100%;
}
.faq-title {
    font-size: 16px;
}
.port-con-box h3 {
    font-size: 20px;
}
.tabs.desk-o {
    display: none;
}
.panels .tab {
    display: block;
}
.panel {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.lara-port .ourBusiness {
    max-height: 470px;
}
.award-sec {
    padding: 0;
}
.abo-list li {
    width: 32%;
    font-size: 18px;
}
.abo-list li p span {
    font-size: 32px;
}
.tech-list-2 li {
    width: 100%;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.toggle-button:after { top: 7px; width: 28px; }
.toggle-button { width: 22px; height: 24px; margin-right: 6px; }
.gap3 { column-gap: 12px; }
.main-logo { width: 130px; }
.container, .banner-caps { width: 100%; }
.header-nav .com-btn { font-size: 13px; padding: 6px 10px; }
.mil-item-hover { font-size: 14px; margin: 15px 0; flex-wrap: wrap; line-height: 1.4; }
.mil-light { width: 100%; text-align: center; }
.mil-plus-icon { width: 42px; height: 42px; line-height: 42px; font-size: 24px; margin: 0 auto 10px; }
.mil-plus { width: 33%; margin: 0; }
.banner-caps aside { align-items: baseline; flex-wrap: wrap; justify-content: center; padding-top: 15px; padding-bottom: 147px; }
.banner-caps h1 { font-size: 22px; margin-bottom: 15px; }
.banner-caps p { font-size: 15px; margin: 0 0 20px; }
.home-banner .swiper-slide img { min-height: 480px; }
.banner-caps { left: 0; top: 0; padding: 25px 15px; transform: inherit; }
.header { padding: 15px 0; }
body { font-size: 15px; padding: 65px 0 0; }
.client-logo { column-gap: 20px; flex-wrap: wrap; justify-content: center; }
.client-logo li img { filter: grayscale(1); max-width: 100px; max-height: 25px; width: auto; }
.client-logo li { display: block; cursor: pointer; padding: 5px 0; }
.com-col-6 { width: 100%; }
.p-y-30 { padding: 15px 0; }
.page-sec { padding: 30px 0; position: relative; }
.our-client { padding: 10px 0; }
.home-banner { padding: 0; }
.mt-50 { margin-top: 20px; }
.sec-head { font-size: 24px; margin: 0 0 15px; line-height: 1.2; }
.port-img { padding: 0; margin-bottom: 15px; }
.bus-box { border-radius: 18px; padding: 18px 20px; }
.ourBusiness .swiper-button-next:after, .ourBusiness .swiper-button-prev:after { font-size: 16px; color: #fff; }
.ourBusiness .swiper-button-next, .ourBusiness .swiper-button-prev { width: 24px; height: 38px; }
.ourBusiness { padding: 0 12px; }
.ourTest .ourTest .swiper-button-next:after, .ourTest .swiper-button-prev:after { font-size: 16px; color: #fff; }
.ourTest .swiper-button-next, .ourTest .swiper-button-prev { width: 24px; height: 38px; }
.ourTest { padding: 0 12px; max-height: 310px; }
.tech-list li { margin: 0 0 13px; font-size: 16px; width: 48.5%; }
.tech-list li img { width: 36px; }
.tech-list li { margin: 0 0 10px; font-size: 14px; width: 48.5%; padding: 10px; column-gap: 8px; font-weight: 700; }
.sec-head br { display: none; }
.com-col-4 { width: 100%; }
.award-col { width: 100%; }
.award-bg img { display: none; }
.award-con { padding: 20px; position: relative; transform: inherit; left: 0; top: 0; width: 100%; }
.award-con-in { width: 100%; max-width: 100%; }
.award-sec { padding: 0; }
.com-col-8 .com-col-4 { width: 100%; }
.footer-nav { margin: 0 0 15px; }
.footer-bot.mt-50 { margin: 0; }
.footer-bg { padding: 30px 0; }
.footer { padding-top: 30px; }
.mil-hover-window { width: 210px; padding: 15px; left: 0; }
.mp-3 .mil-hover-window { left: auto; right: 0; }
.mil-hover-window > p { font-size: 13px; margin: 0; }
.footer-bot ul li { width: 100%; text-align: center; }
.inner-banner {
    padding: 0;
}
.inner-banner h1 {
    font-size: 20px;
}
.inner-banner .cus-btn {
    background: #f57c00;
    padding: 6px 20px;
}
.blog-col h2 {
    font-size: 22px;
}
.blog-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-col h4 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.inner-banner .banner-img {
    display: none;
}
.inner-banner {
    background: #121820;
    padding: 25px 0;
}
.inner-banner .blog-caps {
    top: 0;
    position: relative;
    text-align: center;
}
.blog-caps .breadcrumb {
    justify-content: center;
}
.blog-caps .breadcrumb li:last-child {
    padding: 0;
}
.blog-img-f img {
    min-height: 200px;
}
.inner-banner .banner-caps {
    position: relative;
    padding: 5px 15px;
}
.breadcrumb li {
    padding-right: 20px;
    font-size: 13px;
}
.breadcrumb {
    flex-wrap: wrap;
}
.breadcrumb li {
    padding-right: 0;
    font-size: 13px;
    padding-left: 20px;
}
.breadcrumb li:after {
    left: 4px;
    top: 6px;
    width: 5px;
    height: 5px;
}
.breadcrumb li:first-child {
    padding: 0;
}
.txt-20 {
    font-size: 15px;
}
.our-intro .com-btn {
    padding: 8px 16px;
    font-size: 15px;
}
.mt-30 {
    margin-top: 15px;
}
.col-img {
    margin-bottom: 20px;
}
article.panels {
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: none;
}
.panels .tab {
    position: relative;
    padding-left: 40px;
}
.panels .tab img {
    position: absolute;
    left: 10px;
    top: 10px;
}
.black-bg p {
    font-size: 16px;
    margin: 0 0 20px;
}
.black-bg .com-btn {
    font-size: 16px;
    padding: 8px 18px;
}
.lara-port .ourBusiness {
    max-height: 440px;
}
.news-sec .ourTest {
    max-height: 475px;
}
.com-col-7 {
    width: 100%;
}
.com-col-5 {
    width: 100%;
}
.con-h {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}
.icon-left {
    width: 90px;
    height: 80px;
    padding: 0 10px;
    margin: 0 auto 20px;
}
.lg-center .com-btn {
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 40px;
    border-width: 2px;
}
.test-con {
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}
.test-img {
    width: 130px;
    padding: 0 15px;
    margin: 0 auto;
}
.test-con p {
    font-size: 15px;
    margin: 10px 0;
}
.ourFeed {
    min-height: 470px;
    max-height: 470px;
}
.ourFeed .swiper-button-next, .ourFeed .swiper-button-prev {
    width: 32px;
    height: 32px;
}
.ourFeed .swiper-button-next:after, .ourFeed .swiper-button-prev:after {
    font-size: 16px;
}
.ourFeed .swiper-button-prev {
    left: 40.5%;
    top: 93%;
}
.faq-title {
    font-size: 15px;
}
.faq-title::after {
    top: 18px;
}
.news-date {
    margin: 0 20px 0;
    font-size: 12px;
}
.com-col-3 {
    width: 100%;
}
.abo-list {
    flex-wrap: wrap;
}
.abo-list li {
    width: 32%;
    font-size: 15px;
}
.abo-list li p {
    font-size: 24px;
    margin: 0;
}
.abo-list li p span {
    font-size: 28px;
}
.tech-list-2 li {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* footer logo start */

ul.footer_logo li {
    width: 28%;
}
ul.footer_logo {
    justify-content: center;
    margin-top: 35px;
    column-gap: 3%;
}
}

@media (max-width: 549px) {
	.lara-port .ourBusiness {
    max-height: 465px;
}
.home-banner .swiper-slide img { min-height: 630px; }
.abo-list li {
    width: 50%;
		font-size: 14px;
}
.abo-list li p span {
    font-size: 28px;
}
.abo-list li p {
    font-size: 24px;
    line-height: 1.2;
}
.abo-list li:last-child {
    margin-top: 20px;
}
}
