.service-wra{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    align-content: space-between;
    row-gap: 50px;
}
.service-wra .servic-cards{
    display: flex;
    width: 300px;
    height: 350px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    align-content: space-between;
    border-radius: 10px;
    padding: 5px;
    transition: all 300ms ease-in;
}
.servic-cards:hover{
    scale: 1.025;
    cursor: pointer;
    background: linear-gradient(180deg,rgba(255,255,255,100)0%,rgba(136,160,255,0.46)217.91%);
    box-shadow: 0px 72px 49px -51px rgba(136, 160, 255, 0.21) ;
}
.servic-cards .icon i{

    text-align: center;
    background: #065687;
    /* font-size: 10px; */
    padding: 30px 30px;
    border-radius: 16px;
}
.service-head{
    font-size: 23px;
    font-weight: 500;
    color: #065687;
    padding-top: 10px;
}


/* nav */
header .top-bar ul li{
    list-style: none;
    margin: 0 0 0 10px;
    display: inline-grid;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 44px;
    background: #fff;
    box-shadow: 0 0 15px 1px #ccc;
}
header .top-bar ul li a i{
    color: black;
    font-size: 22px;
}
header .top-bar ul .whatsup-icon a i{
    color: green;
}
header .top-bar ul .whatsup-icon:hover{
    color: white;
    background-color: green;
}
header .top-bar ul .insta a i{
    color: #f7322e;
}
header .top-bar ul .insta:hover{
    color: white;
    background-color: #f7322e;
}



/* offices section */
#custom_html-21{
    display: flex;
    flex-direction: column;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
p,
a, */
/* span {
  font-family: "Proxima Nova Alt Rg";
} */
.custom-html-widget ul a {
  color: #ff4500;
}
.offices_address_home {
  padding: 4% 0 5% 0;
}
.container_rows {
  margin: auto;
  padding-right: 10px;
  max-width: 1320px;
  padding-left: 10px;
}
.offices_address_inner h3 {
  padding: 0 0 40px 0;
  text-align: center;
}
.custom-html-widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* li {
  display: list-item;
  text-align: -webkit-match-parent;
} */
.ofc_imgy {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
}
.custom-html-widget ul li img {
  height: auto;
  max-width: 100%;
}
.office-add-hover {
  text-align: center;
}
.office-add-hover h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding: 15px 0 0 0;
}
.office-add-hover p {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.office_social_icony a .fa {
  color: #0d3d65;
  margin: 0 6px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.ofc_imgy {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
}

.ofc_imgy img {
  transition: transform 1s;
  width: 100%;
}

.ofc_imgy img:hover {
  transform: scale(1.3);
}



.icon-fatext {
  color: #fff;
}


.stricklyfixed .toogle-icon-mu {
  color: #000;
  text-shadow: none;
}

#fancybox-content,
#fancybox-outer {
  border-radius: 20px;
}

#popid h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

#popid .form-group input,
#popid .form-group textarea {
  width: 100%;
  font-size: 16px;
  font-family: "Proxima Nova Alt Rg";
}

#popid .form-btn-grop {
  text-align: center;
}

#popid .form-btn-grop span.wpcf7-spinner {
  display: block;
  margin: auto;
}

div#popid {
  max-width: 365px;
  margin: auto;
  padding: 20px 20px 0 20px;
}

.offices_address_inner h3 {
  padding: 0 0 40px 0;
  text-align: center;
}

.offices_address_inner ul li {
  width: 220px;
  position: relative;
  margin: 0 1% 0 1%;
  min-height: 400px;
}

.offices_address_inner ul li > img {
  border-radius: 10px;
}

.office-add-hover {
  text-align: center;
}

.office-add-hover h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding: 15px 0 0 0;
}

.office-add-hover p {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.office_social_icony a .fa {
  color: #0d3d65;
  margin: 0 6px;
}

.client_testimls_thumb.slick-active img {
  border-color: #f8550882;
}

.custom-html-widget ul li a {
  color: #ff4500;
}

.widget_custom_html h3 {
  color: #000;
  /* padding: 0 0 15px 0; */
  font-size: 54px;
  font-weight: 600;
  font-family: "Proxima Nova Alt Rg";
  line-height: 66px;
}

.office_social_icony a i:hover {
  color: #f95408;
}
body{
    display: flex;
    flex-direction: column;
    /* width: fit-content; */
}