:root {
    --site-color: #0f75bc;
    --site-color1: #000;
    --site-color2: #333;
    --site-color3: #ccc;
    --currentColor: #0f75bc;
    --font: "Poppins", sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    color: #111;
}
.slick-slide img.slider-mobile-img{display:none;}
.d-flex {
    display: flex;
}

.d-grid {
    display: grid;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align_ic {
    align-items: center;
}

.justify_sb {
    justify-content: space-between;
}

.justify_sc {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.flex-grow1 {
    flex-grow: 1;
}

.flex-grow2 {
    flex-grow: 2;
}

.flex-grow3 {
    flex-grow: 3;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

.pt-1 {
    padding-top: 1rem
}

.pt-2 {
    padding-top: 2rem
}

.pt-3 {
    padding-top: 3rem
}

.pb-1 {
    padding-bottom: 1rem
}

.pb-2 {
    padding-bottom: 2rem
}

.pb-3 {
    padding-bottom: 3rem
}

.pt-8{padding-top:80px;}
.pb-8{padding-bottom:80px;}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.d-none {
    display: none;
}
.z-index-1{z-index: 1}

.container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;

}

img {
    display: inline-block;
    vertical-align: bottom;
}

a,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
    color: #0f75bc
}

h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
}

header#masthead {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
    transition: padding 0.3s ease;
}

header#masthead.active{background:#000; transition: padding 0.3s ease;    padding:10px 0;}

/* header slider */
#home_slider {
    overflow: hidden;
    position: relative;
}

.home_slider-main {
    margin-bottom: 0;
    text-align: center;
    height:100%;
}
.home_slider-main .slick-list, .home_slider-main .slick-track{height:100%;}

.home_slider-main .slide {
    position: relative;
}

.home_slider-main .caption {
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 920px;
    z-index: 999;
    display: none;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    height:100%;
}

.home_slider-main .caption h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    text-transform:uppercase;
    margin-top:0;
    margin-bottom:7px;
}

.home_slider-main .caption p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin-top:0;
}

.slick-current.slick-active .caption {
    display: flex;
    align-items:center;
}

.home_slider-main img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.home_slider-thmb {
    position: absolute;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 60px;
    max-width: 1240px;
    z-index: 15;
    text-align: center;
    list-style: none;

}

.home_slider-thmb .slick-track {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.home_slider-thmb .slick-slide {
    border: none !important;
    border-top: 4px solid transparent !important;
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    height: 106px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-indent: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all .3s ease;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;

}

.home_slider-thmb .slick-slide.slick-active,
.home_slider-thmb .slick-slide:hover {
    opacity: 1;
    border-top: 4px solid #fff !important;
    border-radius: 10px !important;
    background-color: #0f75bc !important;
    margin-bottom: 1px !important;
}

.home_slider-main,
.home_slider-thmb {
    display: none;
}

/**/


section.team {
    background: #000;
    color: #fff;
    padding: 90px 0;
    position: relative;
}
section.team::before{
    background:url(../images/blur-bg.png) no-repeat;
    width:713px;
    height:743px;
    content:'';
    position:absolute;
    left:-15%;
    top:-200px;
    z-index:1;
}

.blue-subhead {
    font-size: 18px;
    font-weight: 500;
    color: #1d8ddb;
    letter-spacing:1px;
}

.site-head {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin: 5px 0 30px 0;
  }

  .blue-btn {
    min-width: 180px;
    background: var(--site-color);
    color: #fff;
    border-radius: 36px;
    font-size: 16px;
    font-weight: 500;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    border:1px solid transparent;
    transition:  0.3s ease;
  }
  a.blue-btn{color:#fff;}

  .blue-btn:hover {
    background: #fff;
    box-shadow: 0 10px 25px #e8e8e8;
    border: 1px solid var(--site-color);
    color: var(--site-color);
    transition:  0.3s ease;
  }

  .blue-btn svg{width:20px; height:15px;}

  .heading-flex .site-head {
    width: 80%;
  }
  .heading-flex {
    align-items: end;
    padding-bottom:30px;
  }


  .heading-flex .site-head{margin-bottom:0;}

.entry-header .entry-title {
    margin: 0;
    line-height: normal;
}



.responsivemenu-main-menu-button-wrapper {
    display: none;
}

.about-us{background:url(../images/graph-arrow.png) no-repeat center right; position: relative; }
.about-us::before{
    background:url(../images/blur-bg.png) no-repeat;
    width:713px;
    height:743px;
    content:'';
    position:absolute;
    right:100px;
    bottom:-200px;
    z-index:-1;
}

.abt-content {
    grid-template-columns: 52.8% 1fr;
    gap: 40px;
  }

  .about-content{background:rgba(255, 255, 255, 0.7); border-radius:10px; box-shadow:0 0 25px #e1e1e1; padding:25px;}
  .about-content p{line-height:30px;}
  .about-content p:first-child{margin-top:0;}
  .about-content p:last-child{margin-bottom:0;}

  .home-service{border:1px solid #eaeaea; border-radius:15px; padding:20px; min-height:300px;    transition:  0.3s ease; background:#fff;}
  .home-service:hover{
    border-color:var(--site-color);
    box-shadow:0 10px 50px #e1e1e1;
    transition:  0.3s ease;
  }

  .btn-s {
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--site-color);
    border-radius: 36px;
    padding: 2px 12px;
    min-width: 60px;
    justify-content: center;
    height: 34px;
    transition: 0.3s ease;
    color: var(--site-color);
    position: absolute;
    left: 20px;
    bottom: 20px;
  }

  .home-service a{color:#000; display: block; }
  .btn-s svg{width:20px; height:15px;}
  .btn-s span{opacity:0; width:0;   }
  .home-service:hover  .btn-s span{transition:  0.1s ease;opacity:1; width:auto;}

  .hs-content h3{font-size:24px; font-weight:600; margin:0 0 15px 0;}

  .hs-content p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
  }

  .home-top {
    grid-template-columns: 50px 1fr;
    gap: 25px;
    margin-bottom:50px;
  }

  .btn-relative {
    position: relative;
  }


.team-content{grid-template-columns: 34% 1fr; gap: 40px;}
.team-member-details, .team-member-linkedin{display: none;}

 .team-member-linkedin a{display: inline-flex; align-items: center; gap: 5px;}

.team-modal .modal-content, .team-page-modal .modal-body{display: grid; grid-template-columns: 40% 1fr; gap: 30px;}
.modal .team-member-details, .modal .team-member-linkedin{display: block;}
.modal .team-member-image img{height: auto;}
.modal .team-member-image .name-position{position: static; background: none; padding: 20px;}
.team-member-description{text-align: left; font-size: 14px;}

.team-slider {
  display: block;
  overflow: hidden;
  width: 100%; /* Full width */
  margin-top: 50px;
}

.team-slider .team-member {
  width: 100%; /* Allow Slick to calculate widths */
  box-sizing: border-box;
  padding: 10px; /* Optional: Add some spacing between slides */
  cursor: pointer;
}
.team-member-image{ position: relative;text-align: center; }
.team-member-image img{width: 100%; height: 100%; border-radius: 10px;}
.team-member-image .name-position{position: absolute; bottom: 0; z-index: 1; text-align: center; width: 100%; padding: 80px 10px 10px;
background: rgb(0,0,0); border-radius: 10px;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8715861344537815) 100%); }
.team-member-image h3{ font-size:24px; font-weight:600; margin:0; padding:0 }
.team-member-image p{font-size:14px; font-weight:500; margin: 0; padding: 0; line-height: 24px}

.team-slider-arrows {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: flex;
  gap: 5px;
}

.team-slider-arrows button {
  background: transparent;
  border: 1px solid #848484;
  padding: 8px 25px;
  cursor: pointer;
  border-radius: 30px;
  color: #848484;
  outline: none;
}

.team-slider-arrows button:hover {
  background: #0f75bc;
  border: 1px solid #0f75bc;
  color: #fff;
}

.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.modal-container {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width:900px;
  border-radius: 8px;
  z-index: 10000;
}

.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background:#000;
  border: none;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  padding: 0 5px 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.modal-content {
  text-align: center;
}

/*Team page */

.team-header{padding-top: 100px !important;
    padding-bottom: 60px !important;
    background-image: url(../images/team.png) !important;
    background-size: cover;
    color: #ffffff;
    text-align: left;
}
.team-header h1{padding-top: 70px; margin: 1rem 0;}
.team-grid{grid-template-columns:1fr 1fr 1fr; gap: 30px; color: #fff}
.team-member{cursor: pointer;}
.team-page-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-form .wpcf7-form{ padding:5px 30px; box-shadow:0 0 10px #eee; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{width: 100%;}

#google-container, #google-containertwo, #google-containerthr, #google-containerfou {
    position: relative;
    width: 100vw;
    height: 400px;
}
#google-container{overflow: hidden;}
.addressbox-bar {
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    height: 100vh;
    width: 350px;
}
.popup_box {
    margin: 100px 0 0;
    padding: 1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-radius: 2px;
    background-color: #fff;
}
.address-box {
    background: #fff;
    width: 300px;
    padding: 9px 4px 9px 11px;
}
.address-box span.name {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.address-box span.address, .address-box span.website, .address-box span.number {
    color: #5B5B5B;
    font-size: 12px;
    margin-top: 6px;
}
#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(15, 117, 188, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url(../images/cd-icon-controller.svg);
}
#cd-zoom-out {
    background-position: 50% -32px;
}



  /* footer */

  .footer-cta{text-align:center;}
  .footer-cta h5{font-weight:500; font-size:16px; opacity:0.6; margin:0;}
  .footer-cta .site-head{font-size:46px; line-height:60px; margin-bottom:20px; }
  .footer-cta .blue-btn{background:#000;  font-size:26px; padding:20px 30px;}
  .footer-cta .blue-btn:hover{background:#fff; box-shadow: 0 10px 25px #0f75bc;}
  .footer-cta .blue-btn svg{width:30px; height:24px;}
  

  
#site-footer {
    background: #0f75bc;
    padding-bottom: 10px;
    padding-top: 50px;
    color: #fff
}

.footer-box {
    background: #fff;
    color: #000;
    border: 5px solid #032943;
    border-radius: 15px;
    margin-top: 40px;
    padding: 25px;
    grid-template-columns: 32% 1fr;
    gap: 50px;
  }


.social-navigation ul.social-links-menu {
    display: flex;
    gap: 15px;
    margin-top:20px;
}

.social-navigation ul.social-links-menu li a svg {
    width: 20px;
    height: 20px;
    fill:#fff;
}

ul#menu-footer-menu, ul#menu-legal {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-navigation .footer-menu li a {
    white-space: nowrap;
    color:#000;
    font-size:15px;
}

.footer-navigation .footer-menu li a:hover,
.quick-contact a:hover {
    color:var(--site-color);
}

.footer-navigation .footer-menu li {
    padding-bottom: 3px;
}

.footer-bottom {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}

.footer-bottom a {
    color: #e5201f;
}

.f-logo-social ul {
    margin: 20px 0 0 0;
    padding: 0;
  }

  .f-logo-social ul li {
    display: flex;
    font-size: 14px;
    color: #000;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    padding-bottom: 8px;
  }

  .f-logo-social ul li svg{width:14px; height:14px;}
  .f-logo-social ul li a{    display: flex;   align-items: center; gap: 8px; color:#000;}

  .f-logo-social .logo img{width:370px;}

  .footer-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 32px 0;
  }
  .quick-contact .location-bx{
    background:#fff;
    border-radius:10px;
    border-top:1px solid var(--site-color);
    padding:12px;
    box-shadow:0 10px 35px #d7d7d7;
  }

  .quick-contact .location-bx h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
  }

  .quick-contact .location-bx p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
  }

  .footer-links {
    margin-top: 35px;
    grid-template-columns: 60% 1fr;
    gap: 60px;
  }
  .footer-box .footer-links h3{margin-bottom:20px;}

  .footer-links .f-links.last ul#menu-legal{grid-template-columns: 1fr;}


/* ======= ============= */
/* == Responsive CSS  == */
/* ======= ============= */

@media(max-width:1180px) {
    #masthead .logo img{max-width: 380px;}
}

@media(max-width:1024px) {
    .home_slider-thmb{bottom: 30px;}
    .home_slider-thmb .slick-slide{font-size: 18px; gap: 15px;}
    .home_slider-main .caption h2{ font-size:50px; }
    .site-head{ font-size: 26px; line-height: 38px;}
    .hs-content h3 {font-size: 20px;}
    .footer-cta .site-head { font-size: 36px; line-height: 50px;}
    .footer-box{padding: 20px; grid-template-columns: 29% 1fr; gap: 25px;}
    .slick-slider{ padding:0 }
}

@media(max-width:915px) {
    .home_slider-main .caption h2{ font-size:40px; }
    .grid4 { grid-template-columns: repeat(2, 1fr); gap: 20px;}
    .abt-content, .team-content,.footer-box{grid-template-columns:1fr; gap: 10px}
    .team-slider-arrows{position: relative; top: auto; right: 0; gap: 15px;justify-content: right;}
    .team-slider{margin-top: 0}
    .services .grid3{grid-template-columns: repeat(2, 1fr);}
    .team-member-description {text-align: left; font-size: 14px; line-height: 24px;}
    .responsivemenu-main-menu-button-wrapper {display: block;}
    header#masthead .justify_sb{justify-content: right;}
    .header-right{display: none;}
    .responsivemenu-by-hmg ul li a{padding: 10px 0 10px 22px !important}
    .responsivemenu-by-hmg .menu li span svg{ margin:17px 2px 0 0 !important }
    .responsivemenu-by-hmg .menu ul{ margin:8px 0 0px }
    .home_slider-main img{min-height: 600px;}
}

@media (max-width: 768px) {
    .home_slider-thmb .slick-track{gap: 15px}
    .home_slider-thmb .slick-slide{ font-size:16px; gap:10px; height: 80px !important; }
    .home_slider-thmb {bottom: 15px;}
    .home_slider-main .caption h2{ font-size:36px; line-height:50px;padding-left:10px; padding-right:10px; }
    .home_slider-main .caption p{font-size: 18px; line-height: 26px;padding-left:10px; padding-right:10px;}
    .about-us{padding-top: 1.5rem; padding-bottom: 2rem;}
    .about-us .heading-flex{ flex-direction:column; align-items:self-start; gap:20px; }
    .abt-content{gap: 20px;}
    section.team{padding: 40px 0;}
    .services{padding-bottom: 40px;}
    .team-grid{grid-template-columns:1fr 1fr}
    
}

@media (max-width: 680px) {
    .footer-links{grid-template-columns:1fr;gap: 10px;}
    .heading-flex .site-head{width: 100%}
    .modal .team-member-details{ max-height: 300px; overflow: auto;}
    .home_slider-main .caption h2 { font-size: 30px; line-height: 38px; padding-left:10px; padding-right:10px;}
    .home_slider-thmb .slick-slide{font-size: 12px; line-height: 18px; height: 60px !important;}
    .reverse-mobile { display: flex; flex-direction: column-reverse;}
    .about-page-right .vc_column-inner{ padding-top: 0 !important;}
    .mobile-bottom-padding{ margin-bottom:5px !important; margin-top:5px !important }
    .home_slider-main .slick-list, .home_slider-main .slick-track{height:100vh;}
    .home_slider-main .attachment-full{display:none;}
    .home_slider-main img{height:100%; width:auto;}
    .slick-slide img.slider-mobile-img{display:block; object-fit:cover}
    .home_slider-main .slider-content{padding-left:15px; padding-right:15px;}
}

@media(max-width:586px) {

    .home_slider-main .caption{top: 50px;}
    .home_slider-thmb .slick-list{display: none}
    

    .social-navigation,
    .footer-bottom p { margin-top: 0;}
    .entry-header .entry-title {text-align: center;}

    .services .grid3 {grid-template-columns: 1fr; gap:20px; }
    .home-service{min-height: auto}
    .btn-s{right: 20px; left: auto;}
    .btn-s span {opacity: 1; width: auto;}
    .footer-cta .site-head {
        font-size: 26px;
        line-height: 40px;
    }
    .footer-cta h5{font-size: 14px;}
    .footer-cta .blue-btn{ font-size: 20px; padding: 18px 30px;}
    ul#menu-footer-menu, ul#menu-legal, .quick-contact .grid3{grid-template-columns:1fr;}
    .footer-box h3{margin-bottom: 15px;}
    .team-grid { grid-template-columns: 1fr; gap:20px; }
    .team-modal .modal-content, .team-page-modal .modal-body{ grid-template-columns: 1fr; gap:5px; }
    .modal-container .team-member-image img{display: none;}
    #masthead .logo img { max-width: 300px; }
    .team-page, .team-grid{padding-top: 1.8rem;}
    .page-top-header, .team-header{padding-top: 50px !important; padding-bottom: 30px !important;}
    .responsivemenu-main-menu-button-wrapper{ top: 8px;}
    .page-top-header h1{ font-size: 30px;}
    .modal-container{    max-width: 96%;}
}

@media (max-width:390px) {
     #masthead .logo img { max-width: 260px;}
         .footer-cta .blue-btn {
        font-size: 18px;
        padding: 16px 25px;
    }
}