@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali&display=swap");

html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  font-family: "Noto Sans Bengali", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Bengali", sans-serif;
}
h1,
h2,
h4 {
  font-weight: 500;
}
h1 {
  font-size: 50px;
}
h2 {
  color: #272727;
  font-size: 36px;
  line-height: 52px;
  margin: 0px;
}
h3 {
  font-size: 16px;
  line-height: 32px;
}
h4 {
  color: #454545;
  font-size: 18px;
  line-height: 26px;
}
h5 {
  letter-spacing: 0.5px;
}
p {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
.animate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*---------------------------------------
   Buttons
-----------------------------------------*/

.btn-success:focus {
  background-color: #000;
  color: #ffffff;
}
.section-btn {
  background: #fe8907;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 30px;
  margin-top: 22px;
  text-transform: uppercase;
  border: none;
}
.section-btn:focus,
.section-btn:hover {
  background: #fff;
  color: #333;
}
/*---------------------------------------
   General
-----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}
a {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  color: #fe8907;
  text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
  color: #fe8907;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.section-title {
  margin: 0;
  padding-bottom: 50px;
  text-align: center;
}
.section-title h3 {
  position: relative;
  font-size: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
}
.section-title h3:after {
  content: "";
  background: #fe8907;
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
}
.section-title h3:before {
  content: "";
  background: #fe8907;
  height: 9px;
  width: 4px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -2px;
}
.section-title h3 span {
  color: #fe8907;
  font-weight: 400;
}
.section-title p {
  max-width: 800px;
  margin: auto;
}
.parallax-section {
  padding: 70px 0;
  position: relative;
}
#counter,
#service,
#contact,
#address {
  text-align: center;
}
/*---------------------------------------
     Preloader section
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.cssload-dots {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  outline: 1px solid red;
  filter: url(#goo);
  -o-filter: url(#goo);
  -ms-filter: url(#goo);
  -webkit-filter: url(#goo);
  -moz-filter: url(#goo);
}
.cssload-dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cssload-dot:before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 49px;
  background: rgb(15, 229, 143);
  position: absolute;
  left: 50%;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  margin-left: -17.5px;
  margin-top: -17.5px;
}
.cssload-dot:nth-child(5):before {
  z-index: 100;
  width: 44.5px;
  height: 44.5px;
  margin-left: -21.75px;
  margin-top: -21.75px;
  animation: cssload-dot-colors 4.6s ease infinite;
  -o-animation: cssload-dot-colors 4.6s ease infinite;
  -ms-animation: cssload-dot-colors 4.6s ease infinite;
  -webkit-animation: cssload-dot-colors 4.6s ease infinite;
  -moz-animation: cssload-dot-colors 4.6s ease infinite;
}
.cssload-dot:nth-child(1) {
  animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}
.cssload-dot:nth-child(1):before {
  background-color: rgb(255, 50, 112);
  animation: cssload-dot-move 4.6s 0s ease infinite;
  -o-animation: cssload-dot-move 4.6s 0s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}
.cssload-dot:nth-child(2) {
  animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}
.cssload-dot:nth-child(2):before {
  background-color: rgb(32, 139, 241);
  animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}
.cssload-dot:nth-child(3) {
  animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}
.cssload-dot:nth-child(3):before {
  background-color: rgb(175, 225, 2);
  animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}
.cssload-dot:nth-child(4) {
  animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}
.cssload-dot:nth-child(4):before {
  background-color: rgb(251, 211, 1);
  animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}
@keyframes cssload-dot-move {
  0% {
    transform: translateY(0);
  }
  18%,
  22% {
    transform: translateY(-68px);
  }
  40%,
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes cssload-dot-move {
  0% {
    -o-transform: translateY(0);
  }
  18%,
  22% {
    -o-transform: translateY(-68px);
  }
  40%,
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes cssload-dot-move {
  0% {
    -ms-transform: translateY(0);
  }
  18%,
  22% {
    -ms-transform: translateY(-68px);
  }
  40%,
  100% {
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes cssload-dot-move {
  0% {
    -webkit-transform: translateY(0);
  }
  18%,
  22% {
    -webkit-transform: translateY(-68px);
  }
  40%,
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cssload-dot-move {
  0% {
    -moz-transform: translateY(0);
  }
  18%,
  22% {
    -moz-transform: translateY(-68px);
  }
  40%,
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-o-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-ms-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-webkit-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-moz-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@keyframes cssload-dot-rotate-1 {
  0% {
    transform: rotate(-105deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-o-keyframes cssload-dot-rotate-1 {
  0% {
    -o-transform: rotate(-105deg);
  }
  100% {
    -o-transform: rotate(270deg);
  }
}
@-ms-keyframes cssload-dot-rotate-1 {
  0% {
    -ms-transform: rotate(-105deg);
  }
  100% {
    -ms-transform: rotate(270deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
  }
}
@-moz-keyframes cssload-dot-rotate-1 {
  0% {
    -moz-transform: rotate(-105deg);
  }
  100% {
    -moz-transform: rotate(270deg);
  }
}
@keyframes cssload-dot-rotate-2 {
  0% {
    transform: rotate(165deg);
  }
  100% {
    transform: rotate(540deg);
  }
}
@-o-keyframes cssload-dot-rotate-2 {
  0% {
    -o-transform: rotate(165deg);
  }
  100% {
    -o-transform: rotate(540deg);
  }
}
@-ms-keyframes cssload-dot-rotate-2 {
  0% {
    -ms-transform: rotate(165deg);
  }
  100% {
    -ms-transform: rotate(540deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
  }
}
@-moz-keyframes cssload-dot-rotate-2 {
  0% {
    -moz-transform: rotate(165deg);
  }
  100% {
    -moz-transform: rotate(540deg);
  }
}
@keyframes cssload-dot-rotate-3 {
  0% {
    transform: rotate(435deg);
  }
  100% {
    transform: rotate(810deg);
  }
}
@-o-keyframes cssload-dot-rotate-3 {
  0% {
    -o-transform: rotate(435deg);
  }
  100% {
    -o-transform: rotate(810deg);
  }
}
@-ms-keyframes cssload-dot-rotate-3 {
  0% {
    -ms-transform: rotate(435deg);
  }
  100% {
    -ms-transform: rotate(810deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
  }
  100% {
    -webkit-transform: rotate(810deg);
  }
}
@-moz-keyframes cssload-dot-rotate-3 {
  0% {
    -moz-transform: rotate(435deg);
  }
  100% {
    -moz-transform: rotate(810deg);
  }
}
@keyframes cssload-dot-rotate-4 {
  0% {
    transform: rotate(705deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@-o-keyframes cssload-dot-rotate-4 {
  0% {
    -o-transform: rotate(705deg);
  }
  100% {
    -o-transform: rotate(1080deg);
  }
}
@-ms-keyframes cssload-dot-rotate-4 {
  0% {
    -ms-transform: rotate(705deg);
  }
  100% {
    -ms-transform: rotate(1080deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
  }
}
@-moz-keyframes cssload-dot-rotate-4 {
  0% {
    -moz-transform: rotate(705deg);
  }
  100% {
    -moz-transform: rotate(1080deg);
  }
}
/*---------------------------------------
     Navigation section
-----------------------------------------*/
.sticky-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.navbar {
  border-radius: 0;
}
.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 6px 0;
  width: 100%;
}

.is-sticky .custom-navbar {
  background: #fff;
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.custom-navbar .navbar-brand {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 35px;
}
.custom-navbar .navbar-brand .dark-logo {
  display: none;
}
.custom-navbar .nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	letter-spacing: 0.3px;
	padding-right: 12px;
	padding-left: 12px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.custom-navbar .nav li > a:hover {
  background: transparent;
  color: #ffffff;
}
.custom-navbar .nav li .calltxt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: 15px;
  border-left: 1px solid #fff;
  padding: 7px 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.is-sticky .custom-navbar .nav li a {
  color: #626262;
}

.is-sticky .custom-navbar .nav li a:hover {
  color: #333;
}
.is-sticky .custom-navbar .navbar-brand {
  color: #fe8907;
  line-height: 20px;
}
.is-sticky .custom-navbar .nav li .calltxt {
  color: #fe8907;
  border-color: #fe8907;
  margin-top: 10px;
}

img.logocolor {
  display: none;
}
img.whtlogo {
  display: block;
}

.is-sticky img.logocolor {
  display: block;
}
.is-sticky img.whtlogo {
  display: none;
}
.is-sticky .navbar-brand {
  padding: 5px 10px 5px 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #fe8907;
  border-color: transparent;
}
.navbar-collapse.in {
  overflow: visible;
  max-height: none;
  background: #222;
  padding: 0 30px;
}
.is-sticky .custom-navbar .nav li a {
  line-height: 24px;
}
@media (min-width: 768px) {
  .custom-navbar {
    border-bottom: 0;
  }
  .custom-navbar.top-nav-collapse {
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 0;
  }
}

.custom-navbar .nav li:hover > a {
  background-color: #fe8907;
  color: #fff;
}
.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #fe8907;
}

.subpage img.logocolor {
  display: block;
}
.subpage img.whtlogo {
  display: none;
}

/*---------------------------------------
    Home section
-----------------------------------------*/

#home {
  background: url(https://cdn.pixabay.com/photo/2023/09/11/06/03/building-8246152_960_720.jpg)
    no-repeat top;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 100%;
  position: relative;
  text-align: left;
}
#home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1; /* Ensure the overlay is below the text */
}

#home .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-text {
  position: relative;
  z-index: 999;
  margin-top: 130px;
}
.slide-text h1 {
  margin-top: 0;
}
.slide-text h3 {
  font-size: 25px;
}
.slide-text p {
  color: #fff;
  line-height: 24px;
  max-width: 770px;
  margin: 20px auto;
}
#js-rotating {
  border: 1px solid #fff;
  padding: 10px 20px;
  display: inline-block;
}
#lawyer {
  background: url(../images/law-bg.jpg) no-repeat top;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  height: 100%;
  position: relative;
  text-align: left;
  padding: 100px 0;
}
#lawyer .slide-text {
  margin-top: 100px;
}
#simplecolors {
  background-color: #fe8907;
  background-image: -webkit-linear-gradient(bottom, #fe8907, #000);
  background-image: -moz-linear-gradient(bottom, #fe8907, #000);
  background-image: -o-linear-gradient(bottom, #fe8907, #000);
  background-image: -ms-linear-gradient(bottom, #fe8907, #000);
  background-image: linear-gradient(to top, #fe8907, #000);
  color: #fff;
  height: 100%;
  position: relative;
  text-align: left;
  padding: 100px 0;
}
#simplecolors .slide-text {
  margin-top: 50px;
}
#simplecolors .section-btn {
  background: none;
  border-color: #fff;
}
#simplecolors .headervideo {
  margin-top: 50px;
}
#videobg {
  position: relative;
  height: 100%;
}
/* Video background section from YTPlayer */
header .header-content.video-section .pattern-overlay {
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* increase 0.3 to any value under 1 to darken the video background */
  padding: 100px 0 100px 0px;
  min-height: 100vh;
  z-index: 30;
  /* In case of overlay problems just increase the min-height*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
header .header-content.video-section h1 {
  margin-top: 0px;
  font: 600 50px/1.3em "Raleway", sans-serif;
  color: #fff;
}
header .header-content.video-section p {
  font: 300 18px/1.5em "Source Sans Pro", sans-serif;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}
header .header-content.video-section .button.solid {
  background-color: #298aff;
  color: #fff;
  border: 2px solid #298aff;
  margin-left: 3px;
  margin-right: 3px;
}
header .header-content.video-section .button.solid:hover {
  background-color: #fff;
  color: #298aff;
  border: 2px solid #fff;
}
header .header-content.video-section .button.transparent {
  color: #fff;
  border: 2px solid #fff;
  margin-left: 3px;
  margin-right: 3px;
}
header .header-content.video-section .button.transparent:hover {
  background-color: #fff;
  color: #298aff;
  border: 2px solid #fff;
}
/*Banner Form*/
.bformBox {
  background: #fff;
  border-bottom: 5px solid #fe8907;
  padding: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 999;
}
.bformBox h3 {
  color: #444;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 24px;
}
.bformBox .formrow {
  margin-bottom: 15px;
}
.bformBox .formrow .form-control {
  height: auto;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  border-color: #ddd;
  box-shadow: none;
}
.bformBox .formrow textarea.form-control {
  height: 100px;
}
.bformBox .btn {
  background: #fe8907;
  width: 100%;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.bformBox .btn:hover {
  background: #333;
}
.bformBox.pg6 {
  margin: 0;
  background: #f6f6f6;
  padding: 30px 0;
}
/*---------------------------------------
   Counter section
-----------------------------------------*/

.counter-area {
  margin-top: 60px;
  text-align: center;
  background-image: url(https://cdn.pixabay.com/photo/2015/08/21/13/28/courtroom-898931_1280.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.counter-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.77;
  z-index: -1;
}

#counter {
  padding-top: 70px;
  padding-bottom: 70px;
}
.animatebg {
  background: #0562da;
  -webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
  animation: bannerbg 5s linear 2s infinite alternate;
}

#counter .counter-number {
  display: block;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}
#counter span {
  color: white;
  font-weight: bold;
}
.counter-icon {
  color: #fff;
  font-size: 40px;
  border: 3px solid #fff;
  display: inline-block;
  width: 85px;
  height: 85px;
  background-color: transparent;
  line-height: 75px;
  border-radius: 50%;
  margin-bottom: 30px;
  transition: all;
  transition-duration: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-img {
  height: 50px;
  width: 50px;
}
.counterbox {
  padding: 20px;
  padding: 20px;
  transition: all;
  transition-duration: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counterbox:hover .counter-icon {
  transition: all;
  transition-duration: 0.4s;
  background-color: white;
  color: #fe8907;
}

/*Good Lawyer Start  */

.cta-area {
  padding-top: 180px;
  background-image: url("/assets/images/cta-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.sec_title {
  color: white;
  font-size: 45px;
}
.sec_para {
  color: white;
  margin: 30px 0;
}

/* Overlay */
.cta-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1d20;
  opacity: 0.9;
  z-index: 2;
}

.cta-area * {
  position: relative;
  z-index: 3;
}
.cta-content p {
  font-size: 18px;
  margin: 10px 0 14px;
}
.icon-wrapper {
  display: flex;
  gap: 25px;
  padding: 20px 0 40px;
  flex-wrap: wrap;
}
.icon_box {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.icon_box .ib_icon {
  height: 110px;
  width: 110px;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  color: white;
}

.icon_box .ib_icon img {
  display: inline-block;
  margin: 0 0 15px;
}
.icon_box:hover .ib_icon img {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.icon_box .ib_icon .sub_title {
  display: block;
  margin: 0;
  color: white;
  font-size: 25px;
  margin-top: 10px;
}
.icon_box .sub_title {
  color: white;
  margin: 0 0 0px;
}
.icon_box .para {
  color: white;
}
.counter_card {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  background-color: #cdb091;
  padding: 50px 47px;
  text-align: left;
  position: relative;
  flex-wrap: wrap;
}
.counter-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: auto;
}
.counter_card .counter_shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
}
.counter_card .number {
  font-family: "Hepta Slab", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: initial;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #1f2732;
  border-radius: 5px;
  width: 173px;
  padding: 25px 5px;
  flex-shrink: 0;
}

.counter_card .title {
  margin: 0;

  color: #1f2732;
}
/*Good Lawyer End  */

/* testimonial */
#testimonials {
  margin-top: 120px;
}

.testimonial {
  text-align: center;
  background-image: url(https://cdn.pixabay.com/photo/2015/08/21/13/28/courtroom-898931_1280.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 60px 0;
}

.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.77;
  z-index: -1;
}
.testimonial h3 {
  color: white;
}
.testimonial p {
  color: white;
}

.testi {
  background: white;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  height: 100%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}

.testimonial-header img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-header h4 {
  margin: 0;
  font-size: 22px;
}

.testimonial-header small {
  font-size: 14px;
  color: gray;
}

.stars {
  display: flex;
}

.testi p {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}

.swiper {
  margin: auto;
}

/*---------------------------------------
    About section
-----------------------------------------*/
.about-desc h2 {
  font-size: 36px;
  text-align: center;
  color: #272727;
  font-weight: 500;
  margin-bottom: 30px;
}
#about .about-desc h4 {
  margin-top: 0px;
  padding-bottom: 8px;
}
#about .about-desc h3 {
  font-size: 24px;
}
#about .about-desc p {
}
#about .about-desc a {
  color: #565656;
}
#about .about-desc a:hover {
  color: #fe8907;
}
.circleList {
  list-style: none;
  margin-top: 30px;
}
.circleList li {
  text-align: center;
  margin-top: 10px;
}
.circleList li .cricle {
  color: #fe8907;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
}
.circleList li .title {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 30px;
}
#about .team-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
#about .team-wrapper h2 {
  color: #353535;
  font-size: 26px;
  line-height: 32px;
}
#about .team-wrapper strong {
  color: #fe8907;
  font-weight: 600;
}
#about .team-wrapper img {
  border-radius: 2px;
  width: 100%;
}
#about .team-wrapper .team-desc {
  background: rgba(250, 250, 250, 0.5);
  position: absolute;
  cursor: crosshair;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 20em 4em 0 0;
  transition: all 0.4s ease-in-out;
  text-align: right;
}
#about .team-wrapper:hover .team-desc {
  opacity: 1;
  transform: scale(1.1);
}
ul.orderlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.orderlist li {
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
ul.orderlist li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  vertical-align: middle;
  color: #fe8907;
}
/*********************************************
			Services Start
**********************************************/
.servicesbox {
  padding: 70px 0;
  text-align: center;
}
.servicesbox .section-title {
  padding-bottom: 10px;
}
.servicesbox .section-title h3 {
  color: #fff;
}
.servicesbox p {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  font-weight: 300;
}
.servicesbox .readmore {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
  background: #fe8907;
  border-radius: 4px;
}
.servicesbox .readmore i {
  font-weight: 400;
  margin-left: 10px;
}
.servicesbox .readmore:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.bg1 {
  background: url(../images/service-bg-1.jpg) no-repeat left;
  background-size: cover;
}
/*---------------------------------------
   			How it works
-----------------------------------------*/
.howitwrap {
  position: relative;
}
.howitwrap .section-title {
  text-align: left;
  padding-bottom: 15px;
}
.howitwrap .section-title h3:after {
  left: 0;
  margin-left: 0;
}
.howitwrap .section-title h3:before {
  left: 26px;
  margin-left: 0;
}
.howlist {
  list-style: none;
  margin-bottom: 20px;
}
.howlist li {
  margin-top: 20px;
}
.howlist li .howbox:after {
  display: table;
  clear: both;
  content: "";
}
.howlist li .iconcircle {
  margin-bottom: 15px;
  float: left;
  margin-right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 50px;
  transition: all;
  transition-duration: 0.4s;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.howlist li .iconcircle i {
  font-size: 29px;
  color: #fe8907;
  margin-top: 22px;
  display: block;
}
.howlist li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 5px;
}
.howlist li p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.fullimg {
  height: 650px;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center center;
  width: 50%;
  float: left;
  margin-top: 61px;
}
.stcontent {
  float: left;
  padding: 50px;
  width: 50%;
}

/*--------------------------------------
Practice section
*/

/* marque */
.brand-marque {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 28px 0;
  gap: 66px;
  background-color: #999;
}
.marque-wrapper {
  animation: Scroll 32s linear infinite;
}
.brand-marque .marque-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.single-brand-marque {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.marque-title {
  font-family: "Hepta Slab", sans-serif;
  font-size: 35px;
  color: #1e2e3e;
  font-weight: 800;
  text-transform: capitalize;
  line-height: initial;
  white-space: nowrap;
  letter-spacing: 7px;
}
.marque-star {
  font-size: 28px;
  font-weight: 800;
  color: #1e2e3e;
  white-space: nowrap;
}

@keyframes Scroll {
  0% {
    transform: translateX(-50vw);
  }

  100% {
    transform: translateX(50vw);
  }
}

/* video */
#work {
  margin-top: 60px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 400px;
  padding-bottom: 20px;
}

.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  border: none;
  padding-bottom: 40px;
}

/* my-servcie */
.services-box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 8px 0px;
  padding: 30px;
  transition: 0.4s;
  background: transparent;
  transition: all;
  transition-duration: 0.5s;
  border-radius: 10px;
}
.services-box::before {
  position: absolute;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fe8907;
  transition: all 0.5s ease-out;
  content: "";
  z-index: -99;
}
.services-box:hover::before {
  height: 100%;
  bottom: 0;
  transition: all 0.5s ease-out;
}
.services-content {
  z-index: 99;
}
.services-box .icon {
	background: #f7f7f7;
}
.services-box:hover .icon {
  background-color: white;
  color: #fe8907;
  transition: all 0.5s ease-out;
}

.services-box .icon {
  font-size: 28px;
  display: inline-block;
  width: 80px;
  height: 80px;
  color: rgb(255, 255, 255);
  line-height: 84px;
  margin-bottom: 25px;
  border-radius: 50%;
  transition: 0.4s;
}
.service-title {
  color: #454545;
  font-size: 20px;
  line-height: 26px;
}

.services-box:hover .service-title {
  color: white;
  transition: all 0.5s ease-out;
}
.services-box:hover .service-para {
  color: white;
  transition: all 0.5s ease-out;
}
/*---------------------------------------
   আমার অনুশীলন সমুহ
-----------------------------------------*/

#practicearea .service-thumb,
#service .service-thumb {
  margin-bottom: 30px;
  margin-top: 20px;
}
#practicearea .service-thumb h4 {
  color: #fe8907;
  font-size: 20px;
}
#service .thumb-icon {
  border: 1px solid #fe8907;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  color: #fe8907;
}
#service .thumb-icon {
}
.thumb-img {
  overflow: hidden;
  height: 200px;
}

#service .fa {
  font-size: 24px;
  margin-top: 22px;
}

#service .service-thumb:hover .thumb-icon,
.service-thumb:hover img {
  -ms-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  -webkit-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  background: #fe8907;
  color: #fff;
}

#practicearea .btn {
  background: #444;
  color: #fff;
  padding: 7px 20px;
  margin-top: 15px;
}
#practicearea .btn:hover {
  background: #fe8907;
}

/*---------------------------------------
    Taglinewrap section
-----------------------------------------*/
.taglinewrap {
  background: #fe8907;
  text-align: center;
  padding: 50px 0;
}
.taglinewrap h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
}
.taglinewrap h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}
.taglinewrap p {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
}
.taglinewrap a {
  display: inline-block;
  background: #000;
  padding: 15px 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  border-radius: 4px;
}
.taglinewrap a:hover {
  background: #fff;
  color: #000;
}

/* image gellary */
.gallery {
  overflow: hidden;
  transform: scale(1);
  transition: all;
  transition-duration: 0.5s;
  border-radius: 8px;
}

.gallery-img {
  padding-bottom: 30px;
  border-radius: 8px;
  transition: all;
  transition-duration: 0.5s;
  cursor: pointer;
}
.gallery-img:hover {
  transition: all;
  transition-duration: 0.5s;
  transform: scale(1.2);
  border-radius: 8px;
}
.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.image-popup-content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.image-popup-content img {
  width: 60%;
  height: 60%;
  border-radius: 8px;
  display: block;
  margin: auto;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  color: black;
  border: none;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
/*---------------------------------------
    Contact section
-----------------------------------------*/
#contact {
  position: relative;
}
.contact-form {
  z-index: 10;
  position: relative;
}
.contact-form h4 {
  text-align: left;
  color: #333;
  font-size: 36px;
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-form h4 span {
  color: #fe8907;
  font-weight: 400;
}
.contact-form .form-control {
  border-color: transparent;
  border-radius: 4px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.contact-form input {
  border: 2px solid #f0f0f0 !important;
  height: 55px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #fe8907 !important;
}
.contact-form textarea {
  background: #fff;
  border: 2px solid #f0f0f0 !important;
}
.contact-form button#submit {
  background-color: #fe8907;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 30px;
  height: auto;
  width: 100%;
  text-transform: uppercase;
}
.contact-form button#submit:hover {
  background: #555;
  color: #ffffff;
}

.contact {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  text-align: left;
}
.contact > span {
  color: #fe8907;
  float: left;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  width: 60px;
  height: 60px;
  border: 1px solid #fe8907;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
}
.inner-page .fa-home:before {
  content: "\f015";
}
.information {
  margin-top: 5px;
  padding-left: 80px;
}
.information > strong {
  color: #000;
  display: table;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.information > p {
  line-height: 22px;
  margin: 0;
}

/*---------------------------------------
    Address section
-----------------------------------------*/

#address {
  color: #333;
  text-align: left;
  margin-top: 10px;
}
#address .fa {
  font-size: 42px;
  color: #fe8907;
  float: left;
  width: 50px;
  height: 70px;
  margin-right: 15px;
}
#address h4 {
  color: #444;
  margin: 0;
}
#address p {
  color: #888;
  margin-bottom: 0;
}
.address-office,
.address-phone,
.address-email {
  margin-bottom: 30px;
  clear: both;
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  min-height: 120px;
}

/* footer */
.footer-area {
  background-color: #fe8907;
  padding: 32px 0;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
.footer span {
  color: white;
  font-size: 18px;
}
.footer a {
  color: #000;
}
/* backTotop */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fe8907;
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 999;
  opacity: 0;
  transition: all;
  transition-duration: 0.5s;
  pointer-events: none;
}
#backToTop:hover {
  transform: translateY(-7px);
}

#backToTop.show {
  opacity: 1;
  pointer-events: auto;
}

/*---------------------------------------
   Mobile Responsive styles
-----------------------------------------*/
@media (max-width: 1024px) {
  .custom-navbar .nav li a {
    padding: 10px 15px;
  }
  .custom-navbar .navbar-brand {
    font-size: 24px;
    line-height: 24px;
  }
  .navbar-right {
    margin-top: 10px;
  }
  .stcontent,
  .fullimg {
    float: none;
    width: auto;
  }
  .fullimg {
    height: 700px;
    margin: 30px 30px 0 30px;
  }
}
@media (max-width: 990px) {
  h1 {
    font-size: 52px;
  }
  .is-sticky .navbar-brand {
    display: none;
  }
  .custom-navbar .nav li a {
    padding: 0px 15px;
  }
  .custom-navbar .nav li .calltxt {
    margin-top: 0;
    padding: 7px 15px;
  }
  .is-sticky .custom-navbar .nav li .calltxt {
    margin-top: 0;
  }
  .navbar-header {
    float: none;
    text-align: center;
  }
  .navbar-brand {
    float: none;
    display: inline-block;
  }
  .custom-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .is-sticky .custom-navbar {
    padding-bottom: 10px;
  }
  .is-sticky .custom-navbar .nav li a {
    padding: 10px 15px;
  }
  #home {
    height: auto;
  }
  .servicesbox {
    padding: 60px 30px;
  }
  .servicesbox h3 {
    font-size: 30px;
  }
  #counter .counter-number {
    font-size: 48px;
  }
  #service .service-thumb-first,
  #service .service-thumb-second {
    margin-bottom: 32px;
  }
  ul.orderlist li {
    float: none;
    width: auto;
  }
  #team .team-thumb {
    margin-bottom: 30px;
  }
  .postimg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #blog,
  #work {
    padding: 50px 15px;
  }
  .taglinewrap {
    padding: 50px 15px;
  }
  .howitwrap .stcontent {
    padding-bottom: 0;
  }
}
@media (max-width: 880px) {
  .portfolio-grid li .itemtitle p {
    font-size: 14px;
    line-height: 22px;
  }
  .portfolio-grid li .itemtitle {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  #counter .counter-item {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    text-align: left;
  }
  .custom-navbar {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sticky-wrapper,
  .navbar-collapse.in {
    z-index: 100000;
  }
  .is-sticky .navbar-collapse.in {
    background: #eee;
  }
  .is-sticky .navbar-brand {
    display: block;
  }
  .custom-navbar .navbar-brand {
    line-height: 15px;
  }
  .custom-navbar .nav li .calltxt {
    border-left: 0;
  }

  .slidertext1,
  .sliderbtn,
  .slidertext2 {
    padding-right: 20px !important;
  }

  #about .about-desc {
    margin-bottom: 32px;
  }
  #address .address-phone {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  #team .team-thumb {
    margin-bottom: 30px;
  }
  .is-sticky .custom-navbar .nav li a {
    line-height: 30px;
  }
  #service .service-thumb {
  }
  #counter .counter-number {
    font-size: 48px;
  }
  .parallax-section,
  #packages {
    padding: 50px 15px;
  }
  .videowraper,
  .howitwrap {
    padding: 50px 15px;
  }
  .howlist li .iconcircle {
    margin-bottom: 50px;
  }
  #counter {
    padding-top: 0;
  }
}
@media (max-width: 580px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 24px;
    line-height: 42px;
  }
  h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
@media (max-width: 350px) {
  #about .team-wrapper .team-desc {
    padding-top: 14em;
  }
}





.services-box p:hover {
	color: #fff !important;
}




