@import urlfv("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

body {
  color: #191919;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 14px;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}
.as_padding_top20{
	padding-top:20px;
}

.as_padding_bottom20{
	padding-bottom:20px;
}
/*header*/
.header {
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: all 300ms ease-in-out;
}

.topHeader {
  background: #004aad;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.topHeader .container,
.topHeader .container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topHeader .container ul:first-child li {
  margin-right: 30px;
}

.topHeader .container ul:first-child li i {
  margin-right: 5px;
}

.topHeader .container ul li {
  font-size: 12px;
  font-family: "PT Serif", serif;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.topHeader .container ul li:last-child {
  margin-right: 0;
}

.topHeader .container ul li i {
  color: #e0ebfd9e;
}

.topHeader .container ul li a {
  color: #fff;
  display: block;
  padding: 8px 0;
}

.topHeader .container ul li a i {
  padding: 0 5px;
}

[data-toggle="tooltip"] {
  z-index: 9;
}

.header .mainHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  float: left;
  padding-top:5px;
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
}

.logo img {
  /*filter: brightness(10);*/
  transition: all 300ms ease-in-out;
}

nav {
  display: flex;
  align-items: center;
}

nav ul {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

nav ul li {
  margin: 0 10px;
}

nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 15px 0;
}

nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 0%;
  height: 2px;
  background: #0156C8;
  transition: all 300ms ease;
}
nav ul li div a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 300ms ease;
}
nav ul li a:hover {
  color: #fff;
}

nav ul li a:hover::before {
  width: 100%;
}

.callBtn a {
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 1px #0156C8 inset;
  color: #fff;
  transition: all 400ms ease;
  background-color:#5151b3;
}

.callBtn a:hover {
  box-shadow: 0 0 0 3rem #0156C8 inset;
}

.callBtn a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0156C8;
}

.callBtn a span {
  padding: 0 10px;
}

.header.fixed {
  top: -34px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header.fixed .topHeader {
  opacity: 0;
  visibility: hidden;
}

.header.fixed.notfixed {
  background: none;
  box-shadow: none;
}

.header.fixed .mainHeader {
  padding: 5px 0;
}

.header.fixed .logo {
  width: 80px;
}

.header.fixed .logo img {
  filter: brightness(1);
}

.header.fixed nav ul li a,
.header.fixed nav .callBtn a {
  color: #343131;
}
.header.fixed nav .callBtn a i {
  color: #fff;
}

.header.fixed nav .callBtn a:hover {
  color: #fff;
}

.menuBtn {
  width: 60px;
  height: 60px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.menuBtn.fixed {
  width: 44px;
  height: 44px;
  padding: 0 5px;
}

.menuBtn div {
  position: relative;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}

.menuBtn.fixed div {
  width: 21px;
}

.menuBtn span {
  width: 100%;
  height: 2px;
  float: right;
  background: #2d2455;
  margin: 2px 0;
  position: relative;
  right: 0;
  -webkit-transition: 400ms ease-in-out all;
  transition: 400ms ease-in-out all;
}

.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.mbMenuContainer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

.mbMenuContainer::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0;
  bottom: 0;
  background: url(../images/menu-bg.jpg) center no-repeat #150e33;
  background-size: cover;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: all 1s cubic-bezier(0.12, 1.34, 0.62, 0.04);
  transition-delay: 500ms;
  z-index: -1;
}

.mbMenuContainer.active {
}

.mbMenuContainer.active::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.mbMenuContainer .mbMenu {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 10px 0;
  margin-right: -1px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0);
  transition: all 1s cubic-bezier(0, 1.06, 0.39, 1.32);
  transition-delay: 1s;
}

.mbMenuContainer.active .mbMenu {
  opacity: 1;
  transform: scale(1);
}

.mbMenuContainer .mbMenu ul {
  margin: 0;
}

.mbMenuContainer .mbMenu ul li {
  padding: 10px 0;
  display: table;
}

.mbMenuContainer .mbMenu ul li a {
  display: block;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.mbMenuContainer .mbMenu ul li:hover > a,
.mbMenuContainer .mbMenu ul li a:focus {
  color: #c39f75;
  background: -webkit-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  background: -moz-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
  background: linear-gradient(90deg, #c39f75 0%, #8b673d 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.mbMenuContainer .mbMenu .leftOne ul li a {
  font: 400 3.1vw/1.1 "PT Serif", serif;
}

.mbMenuContainer .mbMenu .rightOne ul li a {
  font: 500 15px "Poppins", sans-serif;
  text-transform: uppercase;
}

.mbMenuContainer .mbMenu .socialOne ul {
  background: rgb(0 0 0 / 40%);
  border-radius: 100px;
  padding: 10px 0;
}

.mbMenuContainer .mbMenu .socialOne ul li {
  display: block;
}

.mbMenuContainer .mbMenu .socialOne ul li a {
  font-size: 20px;
  text-align: center;
}

.mbMenuContainer .mbMenu ul .dropdown {
  display: none;
}

.mbMenuContainer .mbMenu ul .dropdown ul li {
  padding: 0;
}

.mbMenuContainer .mbMenu ul .dropdown ul li a {
  font: 400 14px/1 "Montserrat", sans-serif;
  padding: 8px 0;
}

.mbMenuContainer .mbMenu ul .dropdown ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
/*header*/

#banner {
  height: 100vh;
  position: relative;
  background: #000;
  z-index: 1;
}

#banner .banner-video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

#banner .carousel-inner,
#banner .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
}

#banner .carousel-inner .carousel-item {
  background: center no-repeat;
  background-size: cover;
  z-index: 1;
}

#banner .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

.carousel-item section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
}

.bannerText {
  width: 70%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
}

.bannerText h1 {
  font: 400 3.4rem "PT Serif", serif;
}

.text-brown {
  color: #ffffff !important;
}

.text-blue {
  color: #1a243f !important;
}

.bg-blue {
  background-color: #184fa3 !important;
}

.bg-brown {
  background-color: #070909 !important;
}

.bg-gray {
  background-color: #f2f2f2 !important;
}

.bannerText .banner-viewmore {
  display: table;
  margin: 20px auto 0;
  text-transform: uppercase;
}

.bannerText .banner-viewmore a,
.viewmore a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.bannerText .banner-viewmore a::before,
.bannerText .banner-viewmore a::after,
.viewmore a::before {
  content: "";
  width: 3.5rem;
  height: 1px;
  background: #fff;
  transition: transform 0.4s ease-in-out;
}

.bannerText .banner-viewmore a::before,
.viewmore a::before {
  transform-origin: right;
  margin-right: 10px;
}

.bannerText .banner-viewmore a::after {
  transform-origin: left;
  margin-left: 10px;
}

.bannerText .banner-viewmore a:hover::before,
.bannerText .banner-viewmore a:hover::after {
  transform: scaleX(0);
  background: #0156C8;
}

.bannerText .banner-viewmore a:hover,
.viewmore a {
  color: #dde1e7;
}

.viewmore {
  display: table;
  margin-top: 20px;
}

.viewmore a:hover {
  color: #fff;
}
.viewmore a::before {
  background: #0156C8;
}
.viewmore a:hover::before {
  transform: scaleX(0);
  background: #fff;
}

.scrollDown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 60px;
  cursor: pointer;
  z-index: 9;
}

.carousel-control-next.banner-next,
.carousel-control-prev.banner-prev {
  top: auto;
  width: 40px;
  height: 40px;
  bottom: 10px;
  background-color: rgb(0 0 0 / 40%);
  border-radius: 50px;
  opacity: 1;
  z-index: 9;
}

.carousel-control-next.banner-next {
  right: calc(50% - 42px);
}

.carousel-control-prev.banner-prev {
  left: calc(50% - 42px);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 60%;
}

.carousel-control-next.banner-next:hover,
.carousel-control-prev.banner-prev:hover {
  background-color: #9a764c;
}

p {
  font: 400 16px/1.5 "PT Serif", serif;
}

.padding {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/*banner services*/
.banner-services {
  /*padding-bottom: 2rem;*/
  z-index: 1;
}
.banner-services .container {
  margin-top: 15px;
}
.banner-serviceBox section .serv-icon {
  width: 75px;
  padding: 15px;
  margin-right: 0;
  margin-left: auto;
}

.banner-serviceBox .service-imgBox {
  background: center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.banner-serviceBox .service-imgBox article {
  padding: 0;
  margin-left: 30px;
  display: flex;
  align-items: center;
  background: #fff;
}

.banner-serviceBox .service-imgBox article h4 {
  margin-bottom: 0;
  color: #1a243f;
  padding-left: 10px;
  font-size: 20px;
}

.banner-serviceBox .service-imgBox:hover article h4 {
  color: #0156C8;
}

.banner-serviceBox section {
  height: 100%;
}

.filter-white {
  filter: brightness(10);
}

.filter-brown {
  filter: hue-rotate(166deg) brightness(3.5);
}

.banner-serviceBox section article {
  padding: 30px;
  color: #fff;
}

.banner-serviceBox section article h4,
.banner-serviceBox section article h4 a {
  color: #fff;
  font: 400 23px "PT Serif", serif;
  margin-bottom: 16px;
}

.banner-serviceBox section article h4 a:hover {
  color: #0156C8;
}

.banner-serviceBox section article p {
  font: 16px "PT Serif", serif;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
/*banner services*/

.heading {
  display: table;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.heading h2,
.heading h4 {
  display: table;
  color: #1a243f;
}

.heading h2 {
  font: 400 2.2rem/1 "PT Serif", serif;
}

.heading h4 {
  font: 400 1.5rem/1 "PT Serif", serif;
}

.heading h2 span,
.heading h4 span {
  display: block;
}

.heading.withshape {
  padding: 20px 0;
}

.heading.withshape .shape {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #edeef0;
  left: -40px;
  top: calc(50% - 50px);
  z-index: -1;
}

.readmore {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.readmore a,
.readmore button {
  color: #fff;
  box-shadow: 0 0 0 3rem #0156C8 inset;
  font-weight: 500;
  padding: 17px 30px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
  transition: all 300ms ease-in-out;
}
.readmore button {
  cursor: pointer;
  border: none;
  outline: none;
}

.readmore a:hover,
.readmore button:hover {
  box-shadow: 0 0 0 1px #0156C8 inset;
  color: #0156C8;
}

.hm-overview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hm-overview-address ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.hm-overview-address ul li:last-child {
  margin-bottom: 0;
}

.hm-overview-address ul li .img-fluid {
  flex: 0 0 44px;
  text-align: center;
}

.hm-overview-address ul li article {
  padding-left: 20px;
}

.hm-overview-address ul li article h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #0156C8;
  margin-bottom: 3px;
}

.hm-overview-address ul li article p {
  margin-bottom: 0;
}

.hm-overview-form h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #0156C8;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: #f2f2f2;
  border-radius: 0;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: "PT Serif", serif;
  transition: all 300ms ease;
}

.form-group textarea {
  height: 6rem;
  resize: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  background: #f2f2f2;
  box-shadow: 0 0 0 1px #0156C8 inset;
  outline: none;
}

.formContainer .readmore {
  margin-top: 8px;
}

/*hm practice area*/
.hm-expertiseText section {
  padding-top: 6rem;
  width: -webkit-calc(100% + 4rem);
  width: -moz-calc(100% + 4rem);
  width: calc(100% + 4rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.hm-expertiseText section .icon {
  width: 106px;
  background-color: #0156C8;
  padding: 30px;
}

.hm-expertiseText section.leftBox .icon {
  margin-left: auto;
  margin-right: 0;
}

.hm-expertiseText section.rightBox .icon {
  margin-left: 0;
  margin-right: auto;
}

.hm-expertiseText section article {
  background: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: 100%;
}

.allServicesContainer {
  display: flex;
  flex-wrap: wrap;
}

.allServicesContainer > li {
  width: calc(50% - 5px);
  flex-grow: 1;
  margin: 5px 0 5px 5px;
  text-align: right;
}

.allServicesContainer > li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #1a243f;
  padding: 5px 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: all 300ms ease;
}

.allServicesContainer li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0px;
  background: #0156C8;
  width: 0;
  transition: all 300ms ease;
}

.allServicesContainer li a:hover {
  color: #0156C8;
}

.allServicesContainer li a:hover::before {
  width: 100%;
}

.allServicesContainer li a figure {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-direction: column;
}

.allServicesContainer li a figure span {
  height: 2px;
  width: 12px;
  background: #0156C8;
  margin-top: 10px;
  position: relative;
}

.allServicesContainer li a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: solid #0156C8;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: 1;
  transition: all 300ms ease;
}

.allServicesContainer li a .img-fluid {
  padding: 10px;
  max-width: 65px;
  flex: 0 0 65px;
  box-shadow: 0 0 0 3rem #0156C8 inset;
  transition: all 300ms ease;
  margin-left: 10px;
}

.allServicesContainer li a:hover .img-fluid {
  box-shadow: 0 0 0 1px #0156C8 inset;
}

.allServicesContainer li a:hover .img-fluid img {
  filter: hue-rotate(166deg) brightness(3.5);
}

.hm-expertiseImg .img-fluid {
  max-width: none;
  width: -webkit-calc(100% + 4rem);
  width: -moz-calc(100% + 4rem);
  width: calc(100% + 4rem);
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
/*hm practice area*/

.hm-expertiseText .leftBox,
.hm-expertiseImg .leftBox {
  margin-right: -4rem;
  text-align: right;
  text-align: left;
}
.hm-expertiseText .rightBox,
.hm-expertiseImg .rightBox {
  margin-left: -4rem;
  text-align: left;
}

/*COUNTER STARTS*/
.stats {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: 7%;
  padding: 6rem 0;
}

.stats .statsBox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px;
  border: solid #0156C8;
  border-width: 0 1px 1px 0;
}

.stats .statsBox:nth-child(2n) {
  border-right-color: transparent;
}

.stats .statsBox:nth-child(1),
.stats .statsBox:nth-child(2) {
  padding-top: 0;
}

.stats .statsBox:nth-last-child(1),
.stats .statsBox:nth-last-child(2) {
  border-bottom-color: transparent;
  padding-bottom: 0;
}

.stats .statsBox .img-fluid {
  width: 50px;
  margin-bottom: 10px;
}

.stats .statsBox .counter {
  font: 400 3.5rem "PT Serif", serif;
}
/*COUNTER ENDS*/

/*testimonialsBox*/
.testimonialsBox > h6 {
  text-transform: uppercase;
  margin-bottom: 16px;
}

#testimonials {
  padding-bottom: 30px;
}

#testimonials h4 {
  font: 400 22px/1.5 "PT Serif", serif;
  color: #1a243f;
  margin-bottom: 25px;
}

#testimonials .carousel-indicators {
  bottom: 0;
  left: 0;
  justify-content: flex-start;
  margin: 0;
}

#testimonials .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0156C8;
  opacity: 1;
  margin-left: 0;
  margin-right: 10px;
}

#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators .active {
  background-color: #191919;
}

/*Footer*/
.footer-area {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #1a243f;
  border-top: 6px solid #0156C8;
}

.footer-area .container {
}

.footLogo {
  width: 120px;
  margin-bottom: 20px;
}

.mainFooter .col-sm-6 h6 {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "DM Serif Display", serif;
  text-transform: uppercase;
  color: #0156C8;
}

.footerBox {
}

.footerBox ul li {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.footerBox ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 300ms ease-in-out;
}

.footerBox ul li a:hover,
.footerSocial ul li a:hover {
  color: #0156C8;
}

.footerContact p {
  color: rgba(255, 255, 255, 0.8);
  font: 14px "Poppins", sans-serif;
  margin-bottom: 10px;
}

.footerContact p a {
  color: rgba(255, 255, 255, 0.8);
}

.footerSocial {
}

.footerSocial ul {
}

.footerSocial ul li {
  margin: 5px 0;
}

.footerSocial ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.footerSocial ul li a i {
  flex: 0 0 20px;
  text-align: center;
  margin-right: 5px;
  color: #0156C8;
}

.footer-area .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
}

.footer-area .bottom ul {
  display: flex;
}

.footer-area .bottom li {
  font-size: 12px;
  display: flex;
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer-area .bottom li:first-child {
  padding-left: 0;
}

.footer-area .bottom li:last-child {
  border-right: 0;
}

.footer-area .bottom li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-area .bottom li a:hover {
  color: #0156C8;
}

.footer-area .bottom p {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  font: 12px "Poppins", sans-serif;
  align-items: center;
  margin-bottom: 0;
}

.footer-area .bottom p img {
  width: 20px;
}

.button-top {
  background: rgba(0, 0, 0, 0.32);
  position: fixed;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
}

.button-top:hover {
  background: #0156C8;
}


.whats-app-button-top {
  background: rgba(0, 0, 0, 0.32);
  position: fixed;
  cursor: pointer;
  left: 60px;
  bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  width: 60px;
  height: 60px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
}

.whats-app-button-top .wa__btn_popup_txt {
    background-color: #f5f7f9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #43474e;
    font-size: 12px;
    letter-spacing: -.03em;
    line-height: 1.5;
    margin-left: 44px;
    padding: 8px 12px;
    position: absolute;
    /*right: 100%;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 156px;
}
.whats-app-button-top:hover {
  background: #0156C8;
}
/*Footer*/

.inside-banner {
  height: 550px;
  padding: 6rem 0;
  background: center no-repeat #0a1636;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.inside-banner .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.inside-banner .insideBannerText h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.inside-banner .insideBannerText h1 {
  font-family: "PT Serif", serif;
}

.aboutContainer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shapes {
  position: absolute;
  width: 300px;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

.shapes.rightshapes {
  right: 0;
}

.shapes.bottomshapes {
  bottom: 5%;
}

.text-serif {
  font-family: "PT Serif", serif;
}

/*team*/
.teamBox {
  margin-bottom: 30px;
}

.showmore{
	display:none;
}

.teamBox .img-fluid a {
  width: 100%;
  float: left;
  overflow: hidden;
  border-radius: 250px;
}
.teamBox .img-fluid a img {
  transition: all 650ms ease-in-out;
  border-radius: 250px;
  width:80%;
  margin:0 auto;
}
.teamBox .img-fluid a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  filter: grayscale(100%);
}
.teamBox article {
  width: 100%;
  float: left;
  padding-top: 15px;
  text-align: center;
}
.teamBox article h5 {
  font-weight: 500;
  color: #0156C8;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
}
.teamBox article p {
  margin-bottom: 0;
}
/*team*/

/*practice areas*/
.practiceContainer .practiceBox {
  margin: 15px 0;
}

.service-text {
  padding-right: 4rem;
}

.moreServicesContainer li {
  width: calc((100% / 3) - 5px);
  margin: 15px 0 15px 5px;
  text-align: left;
}

.moreServicesContainer li a {
  flex-direction: row-reverse;
}

.moreServicesContainer.allServicesContainer li a figure {
  align-items: flex-start;
  padding-left: 10px;
}

.service-text ~ .hm-overview-address {
  padding: 20px;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.list li {
  margin-bottom: 10px;
  margin-left: 20px;
  font: 400 16px/1.5 "PT Serif", serif;
}

.list ul,
.list ol {
}
.list .d-flex {
  flex-wrap: wrap;
}
.list .d-flex li {
  width: calc(50% - 20px);
  padding-right: 10px;
}
/*practice areas*/

/*Blogs*/
.blogsBox {
  margin: 1.5rem 0;
}

.blogsBox section .img-fluid a {
  width: 100%;
  float: left;
  overflow: hidden;
  background: #000;
}
.blogsBox section .img-fluid a img {
  transition: all 650ms ease;
}
.blogsBox section .img-fluid a:hover img {
  filter: grayscale(100%);
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}

.blogsBox section article {
  padding-top: 30px;
  width: 100%;
  float: left;
}
.blogsBox section article h4 a {
  color: #191919;
  transition: all 300ms ease;
}
.blogsBox section article h4 a:hover {
  color: #0156C8;
}
.blogsBox section article .date {
  margin-bottom: 20px;
}
.blogsBox section article .viewmore a:hover {
  color: #0156C8;
}
.blogsBox section article .viewmore a:hover::before {
  background: #0156C8;
}


.align-self-middle{
		align-self: center;	
	}
/*Blogs*/

/*Contact Us*/
.contactContainer {
  position: relative;
  z-index: 2;
  margin-top: -103px;
}

.contactBox .leftBox article {
  text-align: right;
}
.contactBox article h6 {
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #0156C8;
}
.contactBox .leftBox article .heading h2 {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
}
.contactBox article .heading h2 {
  line-height: 1.3;
}

.callBtn.darkBtn a {
  color: #1a243f;
}

.callBtn.bigcallBtn {
  display: inline-block;
  width: 300px;
  letter-spacing: 2px;
  margin: 30px 0 0 auto;
}

.callBtn.bigcallBtn a {
  font-size: 20px;
  text-align: center;
}

.callBtn.bigcallBtn a i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
}

.callBtn.bigcallBtn a span {
  width: calc(100% - 70px);
}

.contactForm .formContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 70%;
  margin-left: auto;
  margin-right: 7%;
  padding: 5rem 0;
}

.contactForm .formContainer h6 {
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #0156C8;
}

.contactForm .formContainer .row {
  margin-left: -6px;
  margin-right: -6px;
}

.contactForm .formContainer .form-group,
.contactForm .formContainer .col-sm-12 {
  padding: 0 6px;
}
.contactForm .formContainer .form-group {
  margin-bottom: 12px;
}

.contactMap iframe {
  width: 100%;
  height: 100%;
}

.contactAddress .address {
}

.contactAddress .address li {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
}

.contactAddress .address li .img-fluid {
  padding: 10px;
  max-width: 65px;
  flex: 0 0 65px;
  box-shadow: 0 0 0 3rem #0156C8 inset;
  transition: all 300ms ease;
  margin-right: 15px;
}

.contactAddress .address li:hover .img-fluid {
  box-shadow: 0 0 0 1px #0156C8 inset;
}

.contactAddress .address li:hover .img-fluid img {
  filter: hue-rotate(166deg) brightness(3.5);
}

.contactAddress .address li article {
  padding: 0;
}

.contactAddress .address li article h6 {
  text-transform: uppercase;
  color: #0156C8;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.contactAddress .address li article p {
  margin-bottom: 0;
}

.contactAddress .address li article p a {
  color: #191919;
}

.contactAddress .address li article p a:hover {
  color: #0156C8;
}
/*Contact Us*/

/*transformation Animation*/
.leftTranslate {
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.rightTranslate {
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.topTranslate {
  -webkit-transform: translate(0, -200px);
  transform: translate(0, -200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.bottomTranslate {
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.doneTranslate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
/*transformation Animation*/



.modal {
    top: 83px;
	z-index:99999999999;
}

.modal-heading{
    text-align: center;
    margin: 0px auto;
    display: block;
    justify-content: center;
    width: fit-content;
    padding: 4px 10px 2px 10px;
    color: #ffffff;
    background: #5151b3 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.42857;
	}

modal-dialog {
    max-width: 844px;
}

modal-body {
    max-width: 244px;
}
.modal-dialog {
    max-width: 700px;
}
.modal-footer {
	justify-content:center;
}
.btn-secondary {
    color: #fff;
    background-color: #5151b3;
}

/*responsive*/
@media (max-width: 1200px) {
  .mid-footer .follow h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .mid-footer .footer-logo img {
    width: 90px;
  }
  .mid-footer .footer-tag h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

@media (min-height: 1024px) {
}

@media (min-height: 1280px) {
}

@media (max-width: 1024px) {
	nav ul li {
		margin: 0 8px;
	}
	nav ul li a {
		font-size: 13px;
	}
	.stats .statsBox {
    	text-align: center;
	}
}

@media (max-width: 992px) {
	nav ul{
    display: none;
	}
	.menuBtn
	{
		display:flex;
	}
	.moreServicesContainer li {
    	width: calc((100% / 2) - 5px);
	}
	.inside-banner {
    	height: 65vh;
	}
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .header .mainHeader {
    padding: 5px 0;
  }
  .mbMenuContainer .mbMenu ul li ul li {
    padding: 0;
  }
  .footerBox h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .footerBox ul li {
    margin: 5px 0;
  }
  .footerBox ul li a {
    font-size: 14px;
  }
  .mid-footer .footer-tag i {
    font-size: 30px;
  }
  .bottom {
    padding-top: 0 !important;
  }
  .banner-serviceBox section .serv-icon {
    width: 39px;
    padding: 7px;
  }
  .bannerText h1
  {
	  font-size:25px;
  }
  .banner-serviceBox section article {
    padding: 8px;
  }
  .banner-serviceBox section article h4, .banner-serviceBox section article h4 a {
	  font-size:16px;
	}
	.banner-serviceBox section article p
	{
	  font-size:14px;
	}
	.banner-serviceBox .service-imgBox article h4
	{
	  font-size:15px;
	}
	.hm-expertiseText section article {
		background: #fff;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 1rem;
		padding-bottom: 3rem;
		height: 100%;
	}
	.heading h2 {
	  font-size:1.5rem;
	}
	.allServicesContainer > li a {
    	font-size: 14px;
	}
	.stats .statsBox
	{
		padding:10px;
	}
	.stats .statsBox .counter {
	  font-size:1.8rem;
	}
	#testimonials h4
	{
    	font-size: 14px;
	}
	
}

@media (max-width: 767px) {
  .color-bg::before {
    width: 100%;
  }
  .asset-img img {
    width: 50%;
    margin-bottom: 30px;
  }
  .press-heading {
    margin-bottom: 0 !important;
  }
  .press-text .readmore {
    margin-bottom: 40px;
  }
  .follow {
    text-align: center;
  }
  .follow ul {
    justify-content: center;
  }
  .footer-logo {
    margin: 20px 0;
  }
  .footer-tag {
    text-align: center;
  }
  .topHeader {
    display: none;
  }
  .header.fixed {
    top: 0;
  }
  .banner-serviceBox section {
		height: 100%;
		min-height:165px;
	}
	.padding {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.hm-overview-address, .hm-overview-form
	{
		margin-top:15px;
	}
	.hm-expertiseImg .img-fluid
	{
		width:100%;
	}
	.hm-expertiseText .rightBox, .hm-expertiseImg .rightBox, .stats {
		margin: 0 5%;
		width: 90%;
	}
	.stats 
	{
    padding: 3rem 0;
	}
	.hm-expertiseText .leftBox, .hm-expertiseImg .leftBox {
		margin-right: 0;
		text-align: right;
		text-align: left;
		width: 100%;
	}
	.hm-expertiseImg .leftBox .img-fluid
	{	
		width: 90%;
		margin: auto;
	}
	.hm-expertiseImg, .hm-expertiseImg
	{
		min-height: 369px;
	}
	.hm-expertiseText section {
    	padding-top: 2rem;
	}
	.contactForm .formContainer {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.contactBox .leftBox article {
		text-align: left;
	}
	.heading {
		display: block;
	}
	.contactForm .formContainer {
		padding: 1rem 0;
	}
	.hm-expertiseText section article {
    padding-bottom: 0rem;
	}
	.contactBox .leftBox article .heading h2 {
    	width: 100%;
	}
	
	.logo {
	  width: 100px;
	}
}

@media (max-width: 576px) {
  .mbMenuContainer .mbMenu ul li {
    width: 100%;
  }
  .allServicesContainer li a
  {
	  flex-wrap:wrap;
  }
  .allServicesContainer li a figure
  {
	  width:100%
  }
  .hm-expertiseText section .icon {
		width: 47px;
		background-color: #0156C8;
		padding: 7px;
	}
	.hm-expertiseText section article {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 575px) {
  .mainFooter {
    padding-top: 0 !important;
  }
  .footerBox {
    margin: 15px 0;
    text-align: left;
  }
  .footerBox ul li {
    justify-content: center;
  }
  .hm-expertiseText section {
    padding-top: 0rem;
  }
  .hm-overviewContaine
  {
	  margin-bottom:30px;
  }
  .allServicesContainer > li a
  {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .allServicesContainer li a figure {
		justify-content: center;
		flex-direction: initial;
		gap: 7px;
    text-align: center;
	}
	.allServicesContainer li a .img-fluid
	{
		margin:auto;
	}
	.allServicesContainer li a figure span {
    display: none;
	}
	.hm-overview-address {
    margin: 25px 0;
	}
	.row.mr-0 .hm-expertiseImg, .hm-expertiseImg {
		min-height: 269px;
		margin-top: 23px;
		width: 100%;
	}
	.row.mr-0
	{
    margin-right: -15px !important;
		
	}
	.contactForm
	{
		padding:0 !important;
	}
	.service-text {
    padding-right: initial;
}
}

@media (max-width: 480px) {
}

@media (max-width: 425px) {
  .logo {
    width: 100px;
  }
  .mbMenuContainer .mbMenu ul li {
    padding: 0;
  }
  .mbMenuContainer .mbMenu ul li a {
    font-size: 1.3rem;
  }
  .mbMenuContainer .mbMenu ul li a i {
    font-size: 1rem;
  }
  #banner {
    height: 500px;
  }
  #banner .carousel-item section {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
  }
  .bannerText {
    width: 90%;
    text-align: center;
  }
  .bannerText h2 {
    font-size: 22px;
  }
  #banner .readmore.bordered a {
    min-width: 1px;
  }
  
  p {
    margin-bottom: 10px;
  }
  .press-control {
    width: 90px;
  }
  .press-control a {
    width: 40px;
  }
  .press-control a span {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
  .readmore a {
    font-size: 11px;
    padding: 14px 20px;
  }
  .footer-area {
    padding-top: 2rem;
  }
  .footer-area .bottom {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 5px;
}
.mainFooter .col-sm-6 h6 {
    margin-bottom: 13px;
    text-align: center;
    text-align: center;
}
.mbMenuContainer .mbMenu .leftOne ul li a
{
    font-size: 19px;
    line-height: 1.5;
}
.footerSocial ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 24px;
    margin-bottom: 20px;
}
	.heading
	{
		margin-bottom:15px;
	}
}

@media (max-width: 395px) {
  .carousel-item section {
    background-size: 200%;
  }
  .carousel-item.active section.active {
    background-size: 180%;
  }
  .overviewText h1 {
    font-size: 1.4rem;
  }
  nav
  {
	  display:none;
  }
  
}

@media (max-height: 500px) {
	.bannerText h1 {
		font-size: 25px;
	}
	 .banner-serviceBox section article {
    padding: 8px;
  }
  .banner-serviceBox section article h4, .banner-serviceBox section article h4 a {
	  font-size:16px;
	}
	.banner-serviceBox section article p
	{
	  font-size:14px;
	}
	.banner-serviceBox .service-imgBox article h4
	{
	  font-size:15px;
	}
	.hm-expertiseText section article {
		background: #fff;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 1rem;
		padding-bottom: 3rem;
		height: 100%;
	}
	.heading
	{
		margin-bottom:15px;
		text-align:center;
	}
	.heading h2 {
	  font-size:1.5rem;
    margin: auto;
	}
	.counterContainer, .hm-expertiseText
	{
		margin-top:15px;
    padding: initial;
	}
}
@media (max-width: 320px) {
}
