body{font-family: "Inter", Sans-serif;}
h1,h2,h3,h4,h5,h5{font-family: "Inter", Sans-serif;}
a{text-decoration: none!important;}
p { color: #094a7e}

.seraside a{
        display: block !important;
        padding: 10px 15px !important;
        border-bottom: 1px solid #fff !important;
        color: #fffffe !important;
        font-size: 14px !important;
        font-weight: 500 !important;
}
.seraside ul{
    background:#094a7e;
}
.seraside li a:hover {
    background: #001729;
    color: #fff !important;
}
.seraside ul{padding-left:0;}
.seraside li{list-style:none;}
.contact-bx {background: #001729;padding: 33px;margin: 20px 0 0 0;}
.contact-bx h4 { color: #fff; font-family: "Libre Baskerville", serif; font-size: 21px; margin: 0 0 15px 0; font-weight: 500;} 
.contact-bx p { color: #eee; margin: 0 0 20px 0;}
.contact-bx a {display: inline-block;color: #fff !important;border: 2px solid #fff;text-transform: uppercase;font-size: 14px;padding: 10px 30px;}
.contact-bx a:hover {background: #094a7e;color: #26243c;border-color: #094a7e;font-weight: 500;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{background-color: #001729;}
#header .fa-mobile{font-size: 50px !important;}
#header .head-img{position:relative;padding: 0;    margin-top: -9px;}
.header_rht .icon i{transform:rotate(-41deg);font-size:40px;}
.header_rht .icon img{width: 70px;margin: 10px 20px 0px 10px;}
.cl-1 {
    color: #fff;
}
.logo{padding:15px;}
.header_rht p{ font-size:18px;line-height:1.3em;font-weight:600;}
/* banner section */

.banner-section{padding: 0px 25px 120px 25px;background:fixed; background-image: url('image/banner.jpg');background-size: cover;background-repeat: no-repeat;height:auto;}
.banner-head{padding:50px 0px;}
.banner-section h2{
    font-size: 62px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.027em;
    color: #fff;
}
.banner-section p{
    padding:50px 0px 30px 0px;
    color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5em;}

.banner-video{padding-left: 68px; width: 98%; padding-top: 220px;}
.banner-video video{object-fit: cover;border-radius: 20px;height:50vh;}
.banner-btn a{background-color: #fff;padding:30px 50px;font-size:16px;font-weight:600;letter-spacing: 0.7px;color:#094A7E;border-radius: 12px;}
.banner-btn a:hover{background-color: #094A7E;color:#fff;}
.banner-btn{margin-top:50px;}


/* tech section */
.counts{background: url('image/inno-back.jpg');background-size:cover;padding: 70px 0;}
.counts p{font-size:28px;}
.counts .count-box {padding: 40px 10px;width: 100%;position: relative;text-align: center;color:#fff;}
.counts .count-box h4 {font-size: 64px;display: block;font-weight: 600;padding-top: 10px;color: #fff;}
.counts .count-box p {padding: 10px 0;margin: 0;font-size: 24px;color: #fff;font-weight: 500;font-family: "Libre Baskerville", serif;}
 

.heading{
    margin-bottom: 50px;
font-family: "Inter", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: -0.027em;
    color: #094A7E;
}
.ser-cont{margin-top:30px;position: relative;z-index: 99999;}
.ser-cont p {font-size: 16px;text-align: justify;line-height: 26px;position: relative;z-index: 999;}
.ser-cont ul li {font-size: 17px;text-align: justify;line-height: 30px;}
.lft-rw li{
    display: flex; color: #094a7e; margin: 0 0 10px 0; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 10px;
    font-size: 16px;
}
.lft-rw{padding-left:0;}
.service-section{padding:70px 25px;}
.service-section .service-bx {
    position: relative;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    margin: 12px 0;
    min-height: 398px;
    animation-duration: 2s;
    /* animation-iteration-count: infinite; */
    /* transform-origin: bottom; */
}

.service-section .service-bx .icon, .service-section .service-bx .text {
    position: relative;
    z-index: 3;
}


.service-section .service-bx:hover {
    width: 100%;
    box-shadow: 0px 20px 50px 0px rgba(10.000000000000002, 22.000000000000007, 37, 0.08);
    /* animation-name: bounce;
    animation-timing-function: ease; */
    background-color: #094A7E;
    transition: 4s ease;
    top: -23px;
    position: relative;
}


@keyframes service-bx {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(50px); }
    100% { transform: translateY(0); }
  }

.service-section .service-bx .icon {
    border: 5px solid #fff;
    color: #fff;
    background-color: #0c2d5c;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    /* border-color: #004DE900; */
    border-radius: 100px 100px 100px 100px;
    margin: 0px 0px 25px 0px;
    padding: 14px;
    height: 80px;
    width: 80px;
    line-height: 0px;
}

.service-section .service-bx .text p {
    transition: all .3s ease-in-out;
}

.service-section .service-bx .text h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2em;
    color: #094A7E;
}
.service-section .service-bx .text ul{list-style: none;padding-top:20px;}
.service-section .service-bx .text ul li{
font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 2.1em;
    margin: 0px 0px 0px 0px;}

    .service-section .service-bx:hover a{color:#fff;}
.service-section .service-bx a {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #094A7E;
    font-size: 14px;
    letter-spacing: .3px;
    transition: all .4s ease-in-out;
}

.service-section .service-bx a:hover {
    letter-spacing: 1.5px;
}

.service-section .service-bx:hover {
    cursor: pointer;
}

.service-section .service-bx:hover h3 {
    color: #fff;
}
.service-section .service-bx:hover ul li {
    color: #fff;
}

/* widget section */

.widget-section{padding: 100px 25px 50px 25px;}
.widget-section img{width:100%;border-radius: 30px;}
.widget-section p{text-align: justify;font-family: "Inter", Sans-serif;font-size: 18px;font-weight: 500;line-height: 1.8em;letter-spacing: -0.027em;/* color:#797979; */}
.wid-sec{padding-left:40px;}
.wid-sec h2{padding-top:40px;font-family: "Inter", Sans-serif;font-size: 54px;font-weight: 600;text-transform: capitalize;color: #094a7e;line-height: 1.2em;letter-spacing: -0.027em;}
.custom-btn{margin-top:50px;}
.wid-sec a{background-color: #094A7E;border-radius: 8px 8px 8px 8px;font-size:16px; padding:15px 35px;color:#fff;text-decoration: none;font-weight:600;}

/* team section */
.team-page{margin-top:50px;}
.team-section h2{font-family: "Inter", Sans-serif; font-size: 50px; font-weight: 600; line-height: 1.2em; letter-spacing: -0.027em;text-align: center;padding-bottom:120px;}
.team-section{padding: 100px 15px 0px 15px;}
.team-box {background-color: #e9f3f1;padding:15px;border-radius:10px;height:340px;}
.team-box img{border-radius:10px;margin-top:-70px;}
.team-box:hover{background-image: linear-gradient(0deg, #FFF390B3 0%, #e9f3f1 100%);border-radius:10px;}
.team-content{padding-top:40px;}
.team-content h4{font-size: 19px;font-family: "Inter", Sans-serif;font-weight:600;color: #094A7E;text-align: center;}
.team-content p{font-family: "Inter", Sans-serif;font-size:16px;font-weight:400;color:#797979;text-align: center;}

/* footer */

footer{padding: 2%;background-color: #094A7E;}
.footer-section{background-color: #fff;box-shadow: 0px 0px 44px 0px rgba(39.99999999999996, 117.99999999999994, 98.99999999999991, 0.15);
    border-radius: 30px 30px 30px 30px;
    margin-bottom: 0px;
    padding: 80px;
    z-index: 2;}

    .footer-section p{text-align: justify;color:#334155;font-size:16px;line-height:26px;padding-top:30px;}
    .footer-cont h3{font-size:28px;font-weight:600;line-height:1.2em;color:#094A7E;font-family: "Inter", Sans-serif;}
    .footer-cont ul{list-style: none;padding-left:0px;}
    .footer-cont ul li{padding-top:25px;color:#797979}
    .footer-cont ul li a{color:#797979;font-size:16px;font-weight:500;line-height:1.2em;}
    .footer-cont ul li a:hover{color:#094A7E;}
    .footer-cont ul li i{font-size: 20px; padding-right: 10px;color:#094A7E;}
    .foot-pad{padding-left:40px;}
    .footer-cont h6{padding-top:25px;color:#094A7E;font-size: 17px; font-weight: 600; line-height: 1.2em;}
    footer .social-icon ul li{display: inline-block;}
    footer .social-icon ul li i{font-size:25px;padding-right:20px;}
    footer .social-icon ul li i:hover{color:#5aa794;transition: 2s;}



.over_shadow {position: absolute;bottom: 0;left: 0;right: 0;background: #094a7e;overflow: hidden;width: 100%;height: 0;transition: .5s ease;padding: 0 20px;display: flex;align-items: center;    justify-content: center;color: #20282d;font-size: 16px;line-height: 1.3}
.advantage-panel {width: 100%;}
.advantage-name {border: 2px solid #094a7e;padding: 130px 25px 35px;color: #151515;font-size: 22px;font-weight: 600;cursor: pointer;font-family: "Libre Baskerville", serif;text-align: center;}
.advantage-desc p {text-align: center;background: url(Image/border1.png) no-repeat center bottom;padding: 0 0 15px;margin: 0;color: #26243c;font-size: 14px;}
.advantage-name {background: url(Image/quality_icon.png) no-repeat center 25px;}
.advantage-name.quality {background: url(Image/quality_icon.png) no-repeat center 25px;}
.advantage-name.integrity {background: url(Image/integrity_icon.png) no-repeat center 25px;}
.advantage-name.respect {background: url(Image/respect_icon.png) no-repeat center 25px;}
.advantage-name.leadership {background: url(Image/leadership_icon.png) no-repeat center 25px;}
.advantage-name.teamwork {  background: url(Image/teamwork_icon.png) no-repeat center 25px;}
.advantage-div {position: relative;display: inline-block;width: 19.1%;margin: 0 0.3%;}
.advantage-div:hover .over_shadow {height: 100%;}
.advantage-div:hover p{color: #fff !important;}
.advantage-div:hover .advantage-name {background: #094a7e;color: #20282d;}
@media screen and (max-width: 991px) {
    .advantage-panel{flex-direction: column;}
    .advantage-div{width: 100%; margin: 6px 0;}
}
    /* marquee */


.item img 
{
  width:200px;
  height:230px;
}
.abt_btm{padding:45px 0;}
.client-sec .item {
    display: inline-block;
    margin: 10px 0;
    box-shadow: 1px 1px 5px gray;
    margin: 15px;
}
.client-sec .item img { width:200px;height:100px;}


/* contact section */

.contact-section{background-image: url('image/contact-banner.jpg');background-size: cover;position: relative;padding:100px 30px 100px 30px;}
.contact-section::after { content: ''; position: absolute; width: 100%; height: 100%; background: #06568985; top: 0; left: 0;}
.contact-section .contact-form, .contact-section .contact-content { position: relative; z-index: 2}
.contact-form input{min-height:43px;border-radius: 3px;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0.25);font-size:16px;transition: border 0.15s, box-shadow 0.15s;}
.contact-form label{margin-bottom:15px;font-size:16px;color:#fff;}
.cont-pad{padding:15px 0px;}
.contact-section .contact-btn{background-color: #066aab;color:#fff;font-size:17px;border-radius: 3px;padding:8px 18px;border: none;margin-top:15px;font-weight:600;}
.contact-section .contact-btn:hover{background-color: #065689;transition: all 0.15s ease-in-out;}
.contact-content{margin-left:95px;}
.contact-content h2{padding-top:40px; color:#fff; font-family: "Inter", Sans-serif; font-size: 45px; font-weight: 600; line-height: 1.2em; letter-spacing: -0.027em;}
.contact-content p{
    padding:50px 0px 30px 0px;
    color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;}
.address ul{list-style:none;padding-left:0px;}
.address ul li i{color:#fff;font-size:30px;padding-right:10px;font-weight:600;}
.address ul li{color:#fff;padding-bottom:20px;font-size:20px;}




.contact-section2{
    padding: 40px 0;
}
.contact-section2 .contact-form input{min-height:43px;border-radius: 3px;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0.25);font-size:16px;transition: border 0.15s, box-shadow 0.15s;}
.contact-section2 .contact-form label{margin-bottom:15px;font-size:16px;color:#fff;}
.contact-section2 .cont-pad{padding:15px 0px;}
.contact-section2 .contact-section .contact-btn{background-color: #066aab;color:#fff;font-size:17px;border-radius: 3px;padding:8px 18px;border: none;margin-top:15px;font-weight:600;}
.contact-section2 .contact-section .contact-btn:hover{background-color: #065689;transition: all 0.15s ease-in-out;}
.contact-section2 .contact-content{margin-left:95px;}
.contact-section2 .contact-content h2{padding-top:40px; color:#fff; font-family: "Inter", Sans-serif; font-size: 45px; font-weight: 600; line-height: 1.2em; letter-spacing: -0.027em;}
.contact-section2 .contact-content p{
    padding:50px 0px 30px 0px;
    color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;}
.contact-form2{
    
background: #094a7e;
    
padding: 45px 0;
}
.contact-form2 h2{
    
color: #fff;
    
margin-bottom: 20px;
    
font-size: 24px;
    
font-weight: 600;
}
.contact-form2 p{
    
color: #fff;
    
margin-bottom: 30px;
}
/* inner strip */

.inner-section{text-align: left;background:fixed;background-size: cover;background-repeat: no-repeat;min-height: 300px;position: relative;padding: 8% 0;background-position: bottom;}
.about-banner { background-image: url('image/about-banner.jpg');}

.accounting-ser { background-image: url('image/accounting-ser.jpg');}
.audit-ser { background-image: url('image/audit-ser.jpg');}
.contact-banner { background-image: url('image/contact-banner.jpg');}
.Corporate-Governance-ser { background-image: url('image/Corporate-Governance-ser.jpg');}
.Corporate-Strategist-ser { background-image: url('image/Corporate-Strategist-ser.jpg');}
.Fixed-Assets-Management-ser { background-image: url('image/Fixed-Assets-Management-ser.jpg');}
.GST-ser { background-image: url('image/GST-ser.jpg');}
.income-tax-ser { background-image: url('image/income-tax-ser.jpg');}
.Industries-banner { background-image: url('image/Industries-banner.jpg');}
.International-Taxation-ser { background-image: url('image/International-Taxation-ser.jpg');}
.Management-Consultancy-ser { background-image: url('image/Management-Consultancy-ser.jpg');}
.ROC-ser { background-image: url('image/ROC-ser.jpg');}
.team-banner { background-image: url('image/team-banner.jpg');}
.valuation-ser { background-image: url('image/valuation-ser.jpg');}
.team-banner .container { position: relative; z-index: 2}
.team-banner .banner-head h2 { color: #fff; font-size: 42px; font-weight: 600}
.team-banner .banner-head p  {color: #ffff !important; font-size: 17px; letter-spacing: .5px; line-height: 1.6}
.inner-section:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #094a7e8a;
}
.inner-section h1{color: #fff;text-align:center;text-transform:uppercase;font-size: 40px;font-weight: 800;position:relative;z-index:1;font-family: "Libre Baskerville", serif;}

.inner-section ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-section li, .innr-pg li {position: relative; list-style: none; padding-left: 30px;}
.inner-section li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #a2d5f2;}
    /* team-page */

    /* team section */
.team-page .team-box {background-color: #e9f3f1;padding:15px;border-radius:10px;height:275px;margin-bottom:100px;}
.team-page .team-box img{border-radius:10px;margin-top:-70px;}
.team-page .team-box:hover{background-image: linear-gradient(0deg, #FFF390B3 0%, #e9f3f1 100%);border-radius:10px;}
.team-page .team-content{padding-top:40px;}
.team-page .team-content h4{font-size: 19px;font-family: "Inter", Sans-serif;font-weight:600;color: #094A7E;text-align: center;}
.team-page.team-content p{font-family: "Inter", Sans-serif;font-size:16px;font-weight:400;color:#212529;text-align: center;}
.team-page .team-cont p{font-family: "Inter", Sans-serif;font-size:18px;font-weight:400;color:#212529;line-height:1.7em}
.team-page .team-cont p b{color:#000;}

/* contact page */
.contact-page-form{width:95%;}
.contact-page-form input{min-height:58px;border-radius: 10px;border-width: 1px;border-style: solid;border-color: rgba(0, 0, 0, 0.25);font-size:16px;transition: border 0.15s, box-shadow 0.15s;}
.contact-page-form label{margin-bottom:10px;font-size:17px;color:#fff;font-weight:600;}
.contact-form2 .contact-page-form label {
    margin:20px 0;
    font-size: 16px;
    color: #424040;
    font-weight: 600;
}
.contact-page-form .cont-pad{padding:20px 15px 0px 15px;}
.contact-form2 .contact-page-form{width:100%;}
.contact-form2 .contact-page-form .cont-pad{text-align:left;padding: 0 5px;}
.contact-form2 #divmainenquiry11{background:#fff;border-radius:10px;padding: 30px 45px;}
.contact-page-form .contact-btn{background-color: #066aab;color:#fff;font-size:17px;border-radius: 3px;padding:8px 18px;border: none;margin-top:15px;font-weight:600;}
.contact-page-form .contact-btn:hover{background-color: #065689;transition: all 0.15s ease-in-out;}
.contact-page-form .contact-content{margin-left:20px;}
.contact-form-btn{margin-top:20px;margin-left:10px; background-color: #fff;padding:18px 40px;font-size:16px;font-weight:600;letter-spacing: 0.7px;color:#094A7E;border-radius: 12px;border: none;}
.contact-form-btn:hover{background-color: #094A7E;color:#fff;}
.mail-box h2{text-align: center;font-size:37px;line-height: 1.3em;color:#1e293b;}
.mail-box .icon img{padding:5px;}
.mail-box p{text-align: center;font-size: 21px!important;font-weight: 400; line-height: 1.7em;color:#002d62;}
.mail-box .icon{
    display: flex!important;
    justify-content: center!important;
    border: 5px solid #fff;
    color: #fff;
    background-color: #0c2d5c;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    /* border-color: #004DE900; */
    border-radius: 100px;
    margin: 25px auto;
    padding: 14px;
    height: 80px;
    width: 80px;
    line-height: 0px;
}
.contact-section2 .contact-address {
    margin-top: 0px;
    background: #fff;
    padding: 35px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-section2 .contact-address ul li {color: #002d62;font-size: 17px;/* text-transform: lowercase; */}
.contact-section2 .contact-address ul li i { margin: 0 5px 0 0}
.contact-section2 .contact-address ul li a {
    color: #002d62;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
}
.contact-address{margin-top:30px;background: #fff; padding: 30px 20px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.contact-address ul{list-style:none;}
.contact-address ul li{padding:10px 0px;}
.contact-address ul li a img{width:60px;padding-right:20px;}
.contact-address ul li a i{color:#002d62;font-size:30px;padding-left: 10px; padding-right: 35px;}
.contact-address ul li a{color:#002d62;font-size: 20px; font-weight: 600; line-height: 1.3em;}

.icon .zoom-in-zoom-out {
    margin-top: -19px;
    border-radius: 50%;
    border:4px solid #0c2d5c;
    width: 80px;
    height: 80px;
    position: absolute;
    opacity: 0.6;
    /* bottom: 1px;
    left: 0px; */
    z-index: 99;
    animation: zoom-in-zoom-out 10s infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(0.45, 0.45);
    }
    100% {
      transform: scale(1, 1);
    }
  
  }

  /* industries */
.industries{
    background: #094a7e;
}
  .indus-box img{border-radius: 17px;box-shadow: 0px 15px 15px 0px rgba(15,38,113, 0.25);width:100%;height:240px;}
  .cont-box {padding: 23px 15px 10px 15px;margin: 0px 20px;border-radius: 17px;background: #001729;position: relative;bottom: 30px;z-index: 0;}
  .cont-box p{padding-bottom:0px!important;line-height: 0!important;font-size:16px!important;font-weight:600;color: #fff;}

  .main-table{padding-top:50px;text-align: left;}
    .main-table p{font-size:18px;line-height: 1.7em;letter-spacing: 0.027em;}
    .main-table ul li{font-size:18px;line-height: 1.7em;letter-spacing: 0.027em;}
    .sub-heading{font-size: 26px; border-bottom: 1px dotted;padding:14px 0px 10px 0px;}

/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}

.whatsapp_btn {
    position: fixed;
    bottom: 7em;
    right: 34px;
    width: 55px;
    height: 55px;
    z-index: 9999;
  }
  .whatsapp_btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
  }

  .whatsapp_btn .icon_logo > a > img {
    width: 100%;
  }

  .whatsapp_btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  }

  @keyframes waves {
    from {
      transform: scale(0.55, 0.55);
      opacity: 0.6;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }

.contact-banner{/* height:700px!important; */}
#divmainenquiry11 .alert a{float:right!important;}
.copyright p{
    color: #094A7E;
    font-size:16px;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 0px;
    }

    /*fix-header-menu*/

.body-fx #HeaderControl{
    position: fixed!important;
    width: 100%;
    padding: 0;
    padding-left: 0;
    background: rgba(254,254,254,0.95);
    z-index: 99;
    text-align: center;
    transition: 0.5s;
    height: 80px !important;
    top: 0;
    display: none;
}

.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 100%;
    padding: 0;
    padding-right: 0;
    background: rgba(38,38,38,0.95);
    transition: 0.5s;
    top: 0px;
    height: 52px !important;
}


@media(max-width:767px)
{
    .navbar{padding:5px!important;}
    .offset-1{margin-left:0px;}
    .tech-box-res{margin-bottom:54px;}
    .team-box {
        height: auto;
        margin-bottom: 50px;
    }
    .contact-section{margin-top:0px}
    .contact-content{margin-left:0px;}
    .foot-pad{padding-left:0px;}
    .tech-sec{padding:20px!important;}
    .tech-box{padding: 40px 24px;}
    .wid-sec{padding-left:0px;}
    .team-page .team-box{height:auto;margin-bottom:0px;}
    .inner-section{
    min-height: 200px;
}
    .contact-banner{height:auto!important;}
    /* .logo{width:100%;padding:10px;} */
    #HeaderControl, #HeaderControl_C{height:auto!important;}
    .banner-video video{height:auto;}
    .service-section {
        padding: 70px 13px;
    }
    .banner-video {
        padding-left: 0px;
        width: 100%;
        padding-top: 20px;
    }
    .inner-section{}
    .banner-btn a {
        background-color: #fff;
        padding: 18px 15px;}
    .inner-section .banner-head {width:100%;}
    .footer-section{padding:20px;}
    .navbar {
        margin-left: 0px;
        width: 100%;
    }
    .banner-section{padding:20px;}
    .banner-section h2 {  font-size: 42px;}
}

.our-team h2{color:#fff;text-align:center;}
.our-team {background: #094A7E; padding: 5% 0;}
.our-team .team-card {background: #fff;border-radius: 20px;margin: 130px 0 0 0;padding: 30px 20px;min-height: 430px;}
.our-team .team-card img {margin-top: -120px;width: 260px;height: 260px;object-fit: cover;object-position: top;margin-bottom: 20px;border: 5px solid #cecece;border-radius: 25px;}
.our-team .team-card h4 {text-align: center !important;color: #094a7e;font-size: 22px;font-weight: 700;margin: 0 0 7px 0;}
.our-team .team-card h5 {text-align: center !important;color: #161616;font-size: 17px;font-weight: 600;}
.our-team .team-card p {text-align: center !important;font-family: "Inter", Sans-serif;font-size: 16px;/* color: #212529; */line-height: 1.6em;}
.team-pic {border: 1px solid #888;border-radius: 10px;}
.team-details h3 {color: #000000;font-size: 30px;margin: 0;font-weight: 700;}
.team-details h4 {color: #094A7E; font-size: 18px;margin: 5px 0 15px 0;}

.service-section {background: #f2f7f9;}
.service-section .nav-link {padding: 0px 15px;text-align: left;margin: 0 0 5px 0;color: #0c2d5c;font-weight: 700;font-size: 17px;border-left: 5px solid #e4e4e4;background: #e4e4e4;letter-spacing: .3px;}
.service-section .nav-link.active {background: #094a7e;color: #ffffff;border-left: 5px solid #0e1649;border-radius: 0;margin: 0 0 10px 0;}
.service-section .tab-content h3 {margin: 30px 0 15px 0;color: #0e163d;font-weight: 700;font-size: 27px;letter-spacing: .5px;} 
.service-section .tab-content p {margin: 0 0 20px 0;font-family: "Inter", Sans-serif;font-size: 18px;line-height: 1.5;letter-spacing: .5px;}
.service-section .tab-content a {font-size: 18px;font-weight: 500;color: #0e163d;transition: all .2s ease-in-out;}
.service-section .tab-content a i{font-size: 13px;transition: all .2s ease-in-out;}
.service-section .tab-content a:hover i {margin: 0 0 0 6px;}
.service-section .tab-content a:hover { letter-spacing: .5px;}

footer {background: #094a7e;padding: 0 0 10px 0;color: #fff;margin-top: -7px;font-size: 15px;}
footer .footer-top {padding: 50px 0 30px 0;}
footer .footer-top .footer-info h3 {font-size: 24px;margin: 0 0 20px 0;padding: 2px 0 2px 0;line-height: 1;font-weight: 700;}
footer .footer-top .footer-info p {font-size: 14px;line-height: 24px;color: #fff;}
footer .footer-top .footer-info ul li {line-height: 28px;}
footer .footer-top .social-links .fa {font-size: 15px;display: inline-block;color: #fff;line-height: 1;padding: 8px 0;margin-right: 2px;border-radius: 50%;text-align: center;width: 30px;height: 30px;transition: 0.3s;}
footer .footer-info a {color: #ccc;}
footer .footer-top .social-links a:hover {color: #fff;text-decoration: none;}
footer .footer-top h5 {border-bottom: 1px solid #999999;font-size: 18px;line-height: 30px;color: #eee;padding-bottom: 12px;}
footer .footer-top .col-lg-10 h5 {font-size: 22px;}
footer .footer-top h4 {font-size: 16px;margin-bottom: 0;font-weight: 600;color: #eee;position: relative;padding: 12px 0;}
footer p {color: #eee;text-align: justify;}
footer .btn {border-color: #C0CBD9;margin-top: 20px;color: #eee;background: rgba(0, 0, 0, 0.2);}
footer .footer-top .footer-links {margin-bottom: 30px;}
footer .footer-top .footer-links ul {list-style: none;padding: 0;margin: 0;padding-left: 20px;}
footer .footer-top .footer-links ul li:before {content: "\f101";position: absolute;left: -20px;top: 0;color: #eee;font-size: 18px;font-family: FontAwesome !important;;}
footer .footer-top .footer-links ul li {position: relative;line-height: 28px;align-items: center;}
footer .footer-top .footer-links ul li:first-child {padding-top: 0;}
footer .footer-top .footer-info p .fa {font-size: 16px;width: 20px;height: 20px;}
footer .footer-info {position: relative;}
footer .footer-info::after {position: absolute;content: '';right: -10px;top: 145px;background: rgba(40, 40, 40, 0.8);height: 80%;width: 0.5px;}
footer .footer-top .footer-links ul a {color: #eee;}
footer .footer-top .footer-links ul a:hover {color: #fff;}
footer.copyright {text-align: center;font-size: 14px;padding-top: 30px;color: #fff;}
footer.credits {padding-top: 10px;text-align: center;font-size: 14px;color: #fff;}
.service-page{position:relative;}
.service-page:before{background-image: url('image/ser-bg.jpg');background-size: cover;background-position: center;position:absolute;content:'';top:0;left:0;width:100%;height:100%;opacity: 15%;}

.whatsnew{ text-align: center;}
.whatsnew a{width: 33%;display: inline-block;background: #273c4f;color: #fff;text-align: center;/* font-weight: 600; */padding: 15px 14px;font-size: 16px;margin: 30px 0 0 0;}
.whatsnew a:hover{background: #001729;}
.whatsnew a:first-child{border-radius:6px 0 0 6px;margin-right:-2px;}
.whatsnew a:last-child{ border-radius:0 6px 6px 0; margin-left:-2px;}