@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');
body { margin: 0; padding: 0; font-family: "Commissioner", sans-serif; overflow-x: hidden;}
p, li {color: #272727;font-size: 16px; line-height: 1.8; letter-spacing: .8px; margin: 0 0 10px 0;font-family: "Commissioner", sans-serif;}
.main-table li {color: #313131;font-size: 16px;letter-spacing: .4px;line-height: 1.5;margin: 0 0 10px 0; font-family: "Commissioner", sans-serif;}
a { text-decoration: none !important; font-family: "Commissioner", sans-serif;}
h1, h2, h3, h4, h5, h6 { font-family: "Commissioner", sans-serif;}

.custom-btn1 {
    display: inline-block;
    background: transparent;
    padding: 14px 35px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    border: 1.5px solid #ffffff;
    letter-spacing: .5px;
    font-weight: 500;
    transition: all .2s ease-in-out;
    margin-top: 25px;
}
.custom-btn1:hover{color:#fff;}

    .section-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        text-transform: uppercase;
        position: relative;
        color: #003F62;
    }
.section-heading::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 130px;
    height: 2px;
    left: 0;
    right:0;
    background: #003F62;
    margin:0 auto;
}
.moreaboutwrap {
    display: block;
    position: relative;
    margin-top: 30px;
}
.moreaboutwrap .morecaption {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    z-index: 2;
    transform: translateY(-50%);
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.3;
}
.moreaboutwrap .morecaption strong {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.more-about{padding: 45px 0;}



.callus2 {
  width: 100%;
  margin: 8px 0 0 0;
  text-align: right;
  position: fixed;
  bottom: 9em;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 99999;
}

.callus2 .callusL2{
   width: 45px;
   height: 45px;
   font-size: 20px;
   border-radius: 100%;
   text-align: center;
   line-height: 40px;
   display: inline-block;
   background: #0a2145;
   color: #fff;
   margin: 0 20px 0 0;
   -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
   -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
   box-shadow: 1px 2px 7px #222222a1;
   -webkit-animation: tada 1.25s infinite;
   -moz-animation: tada 1.25s infinite;
   -ms-animation: tada 1.25s infinite;
   animation: tada 1.25s infinite;
}

.whatsapp_btn {
  position: fixed;
  bottom: 14em;
  right: 35px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.whatsapp_btn .icon_logo {
  position: relative;
  z-index: 100;
  padding: 5px;
  top: -9px;
  right: -7px;
}

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

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

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

  100% {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}



.heading{ color: #002346; font-size: 37px; font-weight: 600; margin: 0 0 20px 0;}
.sub-heading{ color: #002346; font-size: 30px; font-weight: 600; margin: 0 0 20px 0;}
.sub-heading1{ color: #002346; font-size: 27px; font-weight: 600; margin: 0 0 20px 0; padding: 0 0 10px 0; border-bottom: 1px dashed #ddd;}
.custom-btn { display: inline-block; background: transparent; padding: 14px 35px; border-radius: 5px; color: #002346; font-size: 16px; border: 1.5px solid #002346; letter-spacing: .5px; font-weight: 500; transition: all .2s ease-in-out;}
.custom-btn:hover { color: #fff; background: #002346;}

.main-table { text-align: left}

#widgetsControl_C, #widgetsControl{ height: auto !important;}
#Div_body .container-fluid { margin: 0; padding: 0;}

#MenuControl .nav-item { margin: 0}
#MenuControl .nav-item .nav-link {color: #fff;text-align: justify;}
#MenuControl .nav-fill{width:100%;}
#MenuControl .bg-light { background: transparent !important; height: 100%;}

#HeaderControl.RadDock_Default .rdMiddle .rdCenter, #HeaderControl.RadDock_Default .rdBottom .rdCenter {
    background-color: transparent !important;
}

#MenuControl.RadDock_Default .rdMiddle .rdCenter, #MenuControl.RadDock_Default .rdBottom .rdCenter {
    background-color: transparent !important;
}

@media (min-width: 769px) {
    #HeaderControl {position: absolute;left: 0px;top: 0;z-index: 6;width: 50%;text-align: center;}
    #MenuControl {position: absolute;right: 0;top: 0;width: 50%;z-index: 8 !important;}
}

header { position: absolute; z-index: 2; padding: 10px;}
header img { width: 270px;}

.banner-section { background-image: url('image/banner.jpg'); background-size: cover; padding: 17% 0 8% 0; background-attachment: fixed;}
.banner-section h1 { color: #fff; font-size: 48px; margin: 0 0 20px 0}
.banner-section p { color: #e4e4e4; font-size: 18px; margin: 0 0 20px 0;}
.banner-section a {display: inline-block;background: rgb(255 255 255 / 20%);backdrop-filter: blur(5px);padding: 15px 20px;color: #fff;text-transform: uppercase;font-size: 14px;letter-spacing: 1.5px; border-radius: 5px;}
.banner-section a img { margin: 0 0 0 50px}

.banner-bottom {padding: 6% 0;}
.banner-bottom h4 { color: #1f1f1f; font-size: 21px; text-transform: uppercase; font-weight: 600; margin: 0 0 20px 0;}
.banner-bottom .heading { position: relative;}
.banner-bottom .heading::after { content: ''; position: absolute; width: 1px; height: 60px; background: #a3323b; top: -60px; left:1px; right: 0; margin: 0 auto; opacity: .8;}
.banner-bottom .heading::before { content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #a3323b; top: -70px; left: 0; right: 0; margin: 0 auto;}
.banner-bottom .heading h3 { color: #1f1f1f; font-size: 20px; text-transform: uppercase; font-weight: 600; margin: 0 0 50px 0; padding: 25px 0; position: relative;}
.banner-bottom .heading h3::after { content: ''; position: absolute; width: 60px; height: 2px; background: #a3323b; bottom: 0; left: 0; right: 0; margin: 0 auto; opacity: .7;}
.banner-bottom .heading h3::before { content: ''; position: absolute; width: 60px; height: 2px; background: #a3323b; top: 0; left: 0; right: 0; margin: 0 auto; opacity: .7;}
.banner-bottom .mission h5{ color: #a3323b; font-size: 15px; text-transform: uppercase; font-weight: 600; letter-spacing: .5px; border-bottom: 1px solid #a3323b; line-height: 1.8;}

.about-section {padding: 4% 0 10%;background: #e0e0e0;position: relative;}
.about-section .pattern {position: absolute;bottom: 0%;left: 5%;}
.about-section .pattern img { width: 220px;}
.about-section .heading h2 { color: #a3323b; font-size: 22px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; position: relative; padding: 0 0 20px 0; margin: 0 0 30px 0;}
.about-section .heading h2::after { content: ''; position: absolute; height: 1px; width: 50%; background: #a3323b; bottom: 0; left: 0;}
.about-section p {text-align: justify;}
.about-section a.read-more { color: #002346; font-size: 15px; text-transform: uppercase; letter-spacing: .5px; font-weight: 500; letter-spacing: 1px; transition: all .3s ease-in-out;}
.about-section a.read-more:hover { letter-spacing: 2.5px;}



.body-fx #MenuControl_C .navbar-expand-md .navbar-nav .dropdown-menu {position: static;margin: 0 5px;}
.body-fx .fixed-top{position:fixed;top:0;width:100%;left:0;z-index:99;background: #002346;}
.body-fx .fixed-top .top-nav{display:none;}
.fixed-top .logo-sec {padding: 5px 0;}
.body-fx .navbar-expand-md{/* position:fixed; */top:7px;width:100%;right:0;z-index: 999999999;background: transparent;transition: 0.5s;}
.body-fx .navbar-nav{background: #002346;text-align: left;width: 21% !important;display: block;width: inherit;float: right;position: fixed;/* color: #fff; */top: 82px;right: 0px;height: 100vh;overflow: hidden;overflow-y: auto;animation: fadeInRight 300ms;transition:0.5s;} 
.body-fx .navbar .container{ padding: 0;}
.body-fx .navbar-nav > li > a{ padding-top: 5px; padding-bottom:5px}
.body-fx .navbar-expand-md .navbar-toggler{display: block;z-index: 99999;/* color: #fff; */position: fixed;right: 8px;top: 20px;background: transparent;filter: invert(1);border: 0;}
  /*  */
.body-fx #MenuControl .navbar-expand-md .navbar-collapse{    display: none !important ;}
.body-fx #MenuControl .navbar-expand-md .navbar-collapse.show{    display: block !important ;}
@media(max-width:1169px){
  #MenuControl_C .container-fluid{width: 100%;}
}
@media(max-width:1024px){
  .body-fx .navbar-default .navbar-toggle[aria-expanded="true"]{    position: absolute;right: 90px;}
}
@media(max-width:767px){
.body-fx .navbar-expand-md{display: none;}
.top {display: none;}
.navbar-nav>li{    display: block;}
.navbar-nav>li>a {padding-top: 4px;padding-bottom: 4px;  }
.navbar-nav .open .dropdown-menu>li>a {line-height: 12px;}
.body-fx .fixed-top{position:relative;}
.body-fx .navbar-nav{position: relative;height: auto;margin-top: 0;max-height: 100vh;}
.body-fx .navbar-toggle{margin-right: 15px;}
}



.team-section { padding: 3% 0 8% 0; position: relative;}
.team-section .pattern { position: absolute; bottom: 20%; right: 5%;}
.team-section .pattern img { width: 200px;}
.team-section .team-detail {padding: 50px; position: relative;}
.team-section .team-detail p { font-size: 20px; text-align: center;}
.team-section .team-detail::after { content: ''; position: absolute; width: 32%; height: 100%; border: 1px solid #a3323b; border-right: none; left: 0; top: 0;}
.team-section .team-detail::before { content: ''; position: absolute; width: 32%; height: 100%; border: 1px solid #a3323b; border-left: none; right: 0; top: 0;}
.team-section .team-detail img{ position: absolute; top: -20px; left: 0; right: 0; margin: 0 auto; width: 42px;}
.team-section .team-pic { position: relative;}
.team-section .team-pic .name { position: absolute; background: #fff; padding: 30px 20px 0 0; bottom: 0; left: -60px; width: 80%;}
.team-section .team-pic .name h3 { color: #002346; font-size: 24px; font-weight: 600;}
.team-section .team-pic .name p { color: #a3323b; font-size: 17px; margin: 0; font-weight: 500;}

.who-we-are { padding: 8% 0; position: relative; overflow: hidden; background: #e0e0e0;}
.who-we-are .pattern { position: absolute; opacity: .9; top: 26%; left: -2%;}
.who-we-are .text-left h2 { color: #002346; font-size: 37px; font-weight: 600; margin: 0 0 20px 0;}
.who-we-are .text-left p { font-size: 20px; font-weight: 400;}
.who-we-are .text-right { padding: 10px 0 15px 0; position: relative;}
.who-we-are .text-right::after { content: ''; position: absolute; width: 50%; height: 1px; background: #a3323b;}  
.who-we-are .text-right h4 { color: #002346; text-transform: uppercase; font-size: 15px; font-weight: 600; margin: 0 0 8px 0;}
.who-we-are .text-right h4 img { width: 12px; margin: -3px 20px 0 0;}
.who-we-are .text-right p { letter-spacing: .4px; font-size: 17px; line-height: 1.5; margin: 0 0 20px 0;} 

.services { padding: 10% 0 9% 0; position: relative; overflow: hidden; background: #002346;}
.services .pattern { position: absolute; opacity: .9; top: 34%; right: 6%; width: 250px; opacity: .3;}
.services .pattern1 { position: absolute; opacity: .9; bottom: -4%; left: 0; width: 200px; opacity: .3;}
.services .left-text { position: relative; padding: 60px 50px;}
.services .left-text h4 {color: #fff;text-align: center;font-size: 32px;font-weight: 600;letter-spacing: 1px;margin: 0 0 20px 0;}
.services .left-text::after { content: ''; position: absolute; width: 32%; height: 100%; border: 1px solid #a3323b; border-right: none; left: 0; top: 0;}
.services .left-text::before { content: ''; position: absolute; width: 32%; height: 100%; border: 1px solid #a3323b; border-left: none; right: 0; top: 0;}
.services .left-text p {text-align: center;color: #ccc;font-size: 20px;margin: 0;}
.services .left-text .icon img{ position: absolute; top: -20px; left: 0; right: 0; margin: 0 auto; width: 42px;}
.services .right-text h3 {color: #fff;font-size: 32px;font-weight: 500;margin: 0 0 17px 0;letter-spacing: 1px;}
.services .right-text ul, .services .right-text ul li { list-style-type: none; margin: 0; padding: 0;}
.services .right-text ul li { padding: 10px 0; position: relative;}
.services .right-text ul li img { width: 11px; margin: -2px 16px 0 0;}
.services .right-text ul li a { color: #cccccc; font-size: 15px; transition: all .3s ease-in-out;}
.services .right-text ul li::after { content: ''; position: absolute; width: 100px; height: 1px; background: #a3323b; bottom: 0; left: 0; transition: all .5s ease-in-out;}
.services .right-text ul li:hover a { color: #fff;}
.services .right-text ul li:hover::after { width: 160px;}
.services .industries { padding: 12% 0 0 0;}
@keyframes services-bg-cl {to 
    {background-color: rgba(0, 35, 70, .95);}
}
@media (prefers-reduced-motion: no-preference) {
    .services{ animation: services-bg-cl linear both; animation-timeline: view(); animation-range: contain 500px; }
}  

.testimonial-section {padding: 5% 0;background: #e0e0e0;position: relative;}
.testimonial-section .heading h3 { color: #1f1f1f; font-size: 20px; text-transform: uppercase; font-weight: 600; margin: 0 0 50px 0; padding:0 0 20px 0; position: relative;}
.testimonial-section .heading h3::after { content: ''; position: absolute; width: 60px; height: 2px; background: #a3323b; bottom: 0; left: 0; right: 0; margin: 0 auto; opacity: .7;}
.testimonial-section .client h5 { color: #002346; font-size: 19px; margin: 0 0 7px 0; font-weight: 500;}
.testimonial-section .client h6 { color: #a3323b; font-weight: 500; text-transform: uppercase; letter-spacing: .5px; font-size: 13px; border-bottom: 1px solid #a3323b; padding: 0 0 10px 0; margin: 0 0 15px 0;}
@media (prefers-reduced-motion: no-preference) {
    .testimonial-section { animation: about-bg-cl linear both; animation-timeline: view(); animation-range: initial; }
}  

.get-in-touch {padding: 7% 0 10% 0;}
.get-in-touch .contact-form h3 { color: #002346; font-size: 37px; font-weight: 600; margin: 0 0 8px 0;}
.get-in-touch .contact-form h4 { color: #a3323b; font-size: 22px; font-weight: 600; margin: 0 0 30px 0;}
.get-in-touch .contact-form .form-control {padding: 12px;margin: 0 0 12px 0;border-radius: 4px;border-color: #d2d2d2;}
.get-in-touch .contact-form input[type='button'] { border: none;  background: #002346; padding: 12px 35px; border-radius: 5px; color: #fff; font-size: 16px; border: 1.5px solid #002346; letter-spacing: .5px; font-weight: 500; transition: all .3s ease-in-out;}
.get-in-touch .contact-form input[type='button']:hover { background: transparent; color: #002346;}

footer { background: #e0e0e0; padding: 5% 0 2% 0;}
footer h5 { font-size: 16px; text-transform: uppercase; color: #002346; margin: 0 0 10px 0; font-weight: 500;}
footer p, footer p a { color: #313131; font-size: 15px; letter-spacing: .2px; margin: 0;}
footer p a:hover { color: #002346;}

.about-banner {background: #002346;padding: 2% 0 10% 0;position: relative;}
.about-banner .pattern { position: absolute; opacity: .9; bottom: 4%; right: 6%; width: 200px; opacity: .3;}
.about-banner h4 {color: #fff;text-align: center;font-size: 20px;letter-spacing: 1px;text-transform: uppercase;font-weight: 600;margin: 14% 0 40px 0;padding: 25px 0;position: relative;}
.about-banner h4::after { content: ''; position: absolute; width: 50px; height: 2px; background: #ffffff; bottom: 0; left: 0; right: 0; margin: 0 auto; opacity: .7;}
.about-banner h4::before { content: ''; position: absolute; width: 50px; height: 2px; background: #ffffff; top: 0; left: 0; right: 0; margin: 0 auto; opacity: .7;}
.about-banner p { color: #cccccc; text-align: center; font-size: 18px;}
.about-banner .breadcrum p, .about-banner .breadcrum p a { color: #f0f0f0; font-size: 14px; text-transform: uppercase; letter-spacing: 1px;}
.about-banner .breadcrum p i { margin: 0 5px;}
.about-banner .breadcrum p a:hover { color: #a3323b;}

.about-section .our-team { padding: 3% 0 0 0;}
.about-section .our-team .sub-heading h2 { color: #002346; font-size: 37px; font-weight: 600; margin: 0 0 10px 0;}
.about-section .our-team .sub-heading p { font-size: 19px;}
.about-section .our-team .team-details { position: relative;}
.about-section .our-team .team-details::after { content: ''; position: absolute; width: 2px; height: 100%; background: #b6b6b6; top: 0; left: 33px;}
.about-section .our-team .team-details .icon::after  {content: ''; position: absolute; width: 30px; height: 2px; background: #b6b6b6; top: 49%;}
.about-section .our-team .team-details .icon {  position: relative; z-index: 4; border-radius: 50%;}
.about-section .our-team .team-details .icon img { background: #fff; padding: 12px; width: 65px; height: 65px; border-radius: 10px; position: relative; z-index: 4;}
.about-section .our-team .team-details h4 { color: #002346; font-size: 20px; font-weight: 600; margin:5px 0 10px 0;}
.about-section .our-team .team-details p { font-size: 18px; margin: 0 0 20px 0;}

.inner-banner { min-height: 100px; background: #002346;}

.team-page { background: #002346; position: relative;}
.team-page .team-detail .name h3 { color: #fff; font-size: 36px; font-weight: 600; margin: 0 0 10px 0;}
.team-page .team-detail .name h6  {color: #ccc; font-size: 20px; letter-spacing: .6px; margin: 0 0 30px 0;}
.team-page .team-detail .name .icon a { color: #ccc; display: inline-block; margin: 0 30px 0 0; font-size: 21px;}
.team-page .team-detail .name { position: relative; padding: 0 0 40px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.team-page .team-detail .name::after { content: ''; position: absolute; width: 70px; height: 2px;background: #a3323b; left: -80px; top: 12%;}
.team-page .team-detail .name::before { content: ''; position: absolute; width: 15px; height: 15px; background-color: #a3323b; border-radius: 50%; outline: 1px solid #a3323b; outline-offset: 10px; left: -87px; top: 15px;}
.team-page .team-detail p { color: #d3d3d3; font-size: 16px;}
.team-page .pic {background-attachment: fixed;}
.team-page .right-text {position: relative;padding: 40px;}
.team-page .right-text h4 {color: #fff;text-align: center;font-size: 32px;font-weight: 600;letter-spacing: 1px;margin: 0 0 20px 0;}
.team-page .right-text::after { content: ''; position: absolute; width: 32%; height: 100%; border: 1px solid #a3323b; border-right: none; left: 0; top: 0;}
.team-page .right-text::before { content: ''; position: absolute; width: 32%; height: 100%; border: 1px solid #a3323b; border-left: none; right: 0; top: 0;}
.team-page .right-text p {text-align: center;color: #ccc;font-size: 17px;margin: 0;}
.team-page .right-text .icon img{position: absolute;top: -20px;left: 0;right: 0;margin: 0 auto;width: 37px;}

.contact-page .nav{ background: #e0e0e0;}
.contact-page .nav .nav-item { margin: 0; border-right: 1px solid #cecece;}
.contact-page .nav .nav-item .nav-link {  padding: 24px; color: #002346; font-size: 16px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px;}
.contact-page .nav .nav-item .nav-link.active { background: #a3323b; border-radius: 0; color: #fff; position: relative;}
.contact-page .nav .nav-item .nav-link.active::after { content: ""; position: absolute; bottom: auto; left: 0; right: 0; margin: 0 auto; width: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 12px solid #a3323b; top: 100%;}
.contact-page .contact-details { background: #002346; padding: 35px; border-radius: 5px;}
.contact-page .contact-details h4 { color: #fff; font-size: 24px; letter-spacing: .8px; margin: 0 0 15px 0;}
.contact-page .contact-details p, .contact-page .contact-details p a { color: #ddd;}
.contact-page .contact-details p i  {font-size: 15px; margin: 0 5px 0 0;}

.our-expertise .accordion-item{ background-color: transparent !important;}
.our-expertise .accordion-button{ background-color: transparent !important; border-bottom: 1px solid rgb(255 255 255 / 20%); color: #fff; font-size: 21px; padding: 18px;}
.accordion-button::after { filter: brightness(7);}
.accordion-button:focus { box-shadow: none;}
.accordion-body ul li, .accordion-body ul{ margin: 0; padding: 0; list-style-type: none;}
.accordion-body ul li, .accordion-body ul li a { color: #ccc; font-size: 15px; letter-spacing: .5px; margin: 0 0 6px 0;}
.accordion-body ul li i { margin: 0 5px 0 0;}

.services-page { padding: 5% 0;}
.corp-ser { padding: 5% 0; background: #e0e0e0;}

@media (min-width: 320px) and (max-width: 768px) { 
    p, li { font-size: 15px; line-height: 1.7; letter-spacing: .5px;}
    .main-table li {font-size: 15px;letter-spacing: .4px;line-height: 1.5;}

    .heading{ font-size: 30px; margin: 0 0 15px 0;}
    .sub-heading{ font-size: 24px; margin: 0 0 15px 0;}
    .sub-heading1{ font-size: 21px;}
    .custom-btn { padding: 12px 24px; font-size: 15px;}

    header { padding: 8px;}
    header img { width: 200px;}

    .banner-section { background-image: url('image/banner.jpg'); background-size: cover; padding: 20% 0 8% 0;}
    .banner-section h1 { font-size: 24px; margin: 0 0 10px 0; line-height: 1.3;}
    .banner-section p { font-size: 15px; margin: 0 0 10px 0;}
    .banner-section a {padding: 12px 20px; font-size: 13px;letter-spacing: 1px;}
    .banner-section a img { margin: 0 0 0 30px}

    .banner-bottom h4 { font-size: 18px; margin: 0 0 10px 0;}
    .banner-bottom .heading::after { height: 40px; top: -40px;}
    .banner-bottom .heading::before { width: 14px; height: 14px; top: -50px;}
    .banner-bottom .heading h3 { font-size: 18px; margin: 0 0 20px 0; padding: 18px 0;}
    .banner-bottom .heading h3::after { width: 40px;}
    .banner-bottom .heading h3::before { width: 40px;}
    .banner-bottom .mission h5{ font-size: 14px;}

    .about-section { padding: 9% 0;}
    .about-section .pattern { bottom: 0; left: -5%;}
    .about-section .pattern img { width: 150px; opacity: .3;}
    .about-section .heading h2 { font-size: 17px; padding: 0 0 10px 0; margin: 0 0 20px 0;}
    .about-section a.read-more { display: none;}

    .team-section { padding: 3% 0 8% 0;}
    .team-section .pattern { bottom: 10%; right: -5%; opacity: .3;}
    .team-section .pattern img { width: 150px;}
    .team-section .team-detail {padding: 30px; margin: 10% 0 0 0;}
    .team-section .team-detail p { font-size: 15px; margin: 0;}
    .team-section .team-detail img{ top: -15px; width: 32px;}
    .team-section .team-pic .name { padding: 20px 20px 0 0; bottom: 0; left: 0px; width: 80%;}
    .team-section .team-pic .name h3 { font-size: 18px;}
    .team-section .team-pic .name p { font-size: 14px;}

    .who-we-are { padding: 10% 0;}
    .who-we-are .pattern { opacity: 0;}
    .who-we-are .text-left h2 { font-size: 24px; margin: 0 0 10px 0;}
    .who-we-are .text-left p { font-size: 14px; font-weight: 400;}
    .who-we-are .text-right { padding: 8px 0 10px 0;}
    .who-we-are .text-right h4 { color: #002346; text-transform: uppercase; font-size: 14px; font-weight: 600; margin: 0 0 8px 0;}
    .who-we-are .text-right h4 img { width: 10px; margin: -3px 10px 0 0;}
    .who-we-are .text-right p { font-size: 14px; line-height: 1.5; margin: 0 0 15px 0;} 

    .services .pattern { opacity: .1; width: 120px;}
    .services .pattern1 {opacity: .1;}
    .services .left-text { padding: 30px; margin: 20px 0;}
    .services .left-text h4 { font-size: 21px; margin: 0 0 15px 0;}
    .services .left-text p {text-align: center;color: #ccc;font-size: 14px;margin: 0;}
    .services .left-text .icon img{ top: -15px; width: 32px;}
    .services .right-text h3 { font-size: 21px;}
    .services .right-text ul li a { font-size: 14px;}

    .testimonial-section .heading h3 { font-size: 18px; margin: 0 ;}
    .testimonial-section .client h5 { margin: 20px 0 7px 0;}

    .get-in-touch { padding: 2% 0 5% 0;}
    .get-in-touch .contact-form h3 { font-size: 21px;}
    .get-in-touch .contact-form h4 { font-size: 18px;}
    .get-in-touch .contact-form .form-control { margin: 0 0 10px 0;}
    .get-in-touch .contact-form input[type='button'] { padding: 10px 24px; font-size: 14px;}

    footer h5 { font-size: 16px; margin: 20px 0 5px 0;}
    footer p, footer p a { font-size: 14px;}

    .about-banner .pattern { width: 160px; opacity: .15;}
    .about-banner h4 { font-size: 18px; margin: 14% 0 20px 0;padding: 20px 0;}
    .about-banner h4::after { width: 40px;}
    .about-banner h4::before { width: 40px;}
    .about-banner p { font-size: 15px;}
    .about-banner .breadcrum p, .about-banner .breadcrum p a { font-size: 12px; letter-spacing: .5px;}

    .about-section .our-team .sub-heading h2 { font-size: 21px;}
    .about-section .our-team .sub-heading p { font-size: 14px;}
    .about-section .our-team .team-details::after {width: 1px; left: 25px;}
    .about-section .our-team .team-details .icon::after { width: 30px; height: 1px;}
    .about-section .our-team .team-details .icon img { width: 50px; height: 50px;}
    .about-section .our-team .team-details h4 { font-size: 18px;}
    .about-section .our-team .team-details p { font-size: 14px; margin: 0 0 10px 0;}

    .inner-banner { min-height: 100px; background: #002346;}

    .team-page .team-detail .name h3 { font-size: 21px; margin: 20px 0 10px 0; letter-spacing: .5px;}
    .team-page .team-detail .name h6 {font-size: 16px; margin: 0 0 15px 0;}
    .team-page .team-detail .name .icon a { margin: 0 20px 0 0; font-size: 15px;}
    .team-page .team-detail .name { padding: 0 0 15px 0;}
    .team-page .team-detail p { font-size: 14px;}
    .team-page .right-text { padding: 20px; margin: 20px 0 0 0;}
    .team-page .right-text p {font-size: 14px;}
    .team-page .right-text .icon img{top: -15px; width: 30px;}

    .contact-page .nav .nav-item { margin: 0; border-right: 1px solid #cecece;}
    .contact-page .nav .nav-item .nav-link { padding: 12px; font-size: 12px; letter-spacing: .2px;}
    
    .our-expertise .accordion-button{font-size: 17px; padding: 14px;}
    .accordion-body ul li, .accordion-body ul li a { font-size: 14px;}

    .navbar-toggler { position: absolute; right: 15px; top: -60px; background: #fff}
    #MenuControl, #MenuControl_C { height: 0 !important;}
    #HeaderControl, #HeaderControl_C { height: 75px !important; background: #002346}
    .navbar-collapse { background: #002346; margin-top: -10px}

}

#WhatsNewControl { padding: 6% 0 0 0;}
.dropdown, .dropdown-menu li { margin-bottom: -10px;}
.dropdown-menu {
    border-radius: 0 !important;
    padding: 0;
    min-width: 240px;
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 10px!important;
}


@media (min-width:1023px) {

    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: -6px;
    }

    /* rotate caret on hover */
    .dropdown-menu>li>a:hover:after {
        /* text-decoration: underline; */
        transform: rotate(180deg);
    }

    .dropend .dropdown-menu {
        right: 100% !important;
        top: 0;
        left: auto !important;
    }
}

.modal-body {padding: 40px;/* box-shadow: rgb(243 243 243 / 35%) 0px 5px 15px; */}

.modal-body .lft-border{border-right: 1px solid #c3c3c3;height:100%;}
.modal-body p{/* font-size: 14px; */}