/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.menuImage {
  height: 100%;
}
.menuImage img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  max-height: 287px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menuImage .he215 {
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .menuImage .he215 {
    height: 145px;
  }
}
.menuImage.height100per img {
  height: 100%;
  max-height: 100%;
}
@media (max-width: 1366px) {
  .menuImage img {
    max-height: 200px;
  }
}

.nav-link {
  padding: 0px;
}

.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 36px;
  height: 43px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #222;
  height: 4px;
  width: 36px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #092C8C !important;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 36px;
    height: 42px;
  }
  .crossLine .line {
    width: 32px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .crossLine {
    width: 27px;
    height: 38px;
  }
  .crossLine .line {
    width: 27px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

/*body{
    &.overflowhidden{
        .crossLine{position: absolute;
            z-index: 9999;
            top: 2px;
            right: -36px;}
    }
}*/
/* ======= Header Css Strat ======= */
/* ------- Header Area Strat ------- */
.headerandBanner {
  background: #E4EEFA;
}

.mainHeader {
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  position: relative;
}
@media (min-width: 991px) {
  .mainHeader header .naviContact a {
    background: #010101;
    color: #fff !important;
    font-weight: 400;
    padding: 10px 36px;
    border-radius: 50px;
    display: block;
  }
  .mainHeader header .naviContact:hover a, .mainHeader header .naviContact.active a {
    background: #205763 !important;
    color: #fff !important;
  }
}
.mainHeader header .logo {
  position: relative;
  padding: 22px 0px;
  max-width: 230px;
  min-width: 230px;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 100px;
  font-family: "Tiro Bangla", serif;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}
.mainHeader header .navbarLink ul li a {
  position: relative;
}
.mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
  opacity: 1;
  height: 30px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 9px;
  width: 20px;
  height: 13px; /*background: url(../images/arrow_menu.png) no-repeat left top;*/
  position: relative;
  top: 2px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
  font-size: 0px;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    background-size: 12px;
    width: 12px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 11px;
    margin-left: 8px;
    top: 5px;
  }
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 80px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 50px;
  }
  .mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
    height: 25px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding: 0px 0px;
    margin-right: 0px;
    width: 100%;
    border-bottom: solid 0px #CBCBCB;
    text-align: center;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .mainHeader header .navbarLink ul li::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li:first-child {
    border-top: solid 0px #CBCBCB;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #232323;
  font-size: 22px; /*padding: $navlinkPadding;display: inline-block;*/
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 21px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 17px;
    line-height: 18px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 38px;
    padding: 30px 15px;
    display: block;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 34px;
    padding: 26px 15px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  color: #205763;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active, .mainHeader header .navbarLink ul li:hover {
    background: #EDEDED;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #000;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 635px;
  -webkit-box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 25px 10px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: none !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  overflow: hidden;
}
.mainHeader header .navbarLink ul li > .dropdown-menu ul {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu ul {
    padding-bottom: 0px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu .drpdwn_services {
  padding-right: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
  padding: 0px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu .col-lg-5 {
    display: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  position: relative;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 4px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  display: block;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li:last-child {
  margin-bottom: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li::before {
  content: "";
  position: absolute;
  background: #160048;
  width: 5px;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li::before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #3C3C3C;
  padding: 10px 20px 12px 20px;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  padding-right: 0px;
  white-space: normal;
  display: block;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 6px 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    padding: 0px;
    color: #3c3c3c;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #F3E0FF;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active::before, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover::before {
  opacity: 1;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #0E0532 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
    background: transparent;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: 410px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    min-width: inherit;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 99%;
    padding-bottom: 10px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: left;
    margin-bottom: 10px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #3c3c3c;
    text-align: left;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 18px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.mobileshow {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu { /*padding: 30px 30px 0px 40px;*/
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #000;
    font-size: 16px;
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 17px 15px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6px auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    border-top: solid 1px #CBCBCB !important;
    border-radius: 0px;
  }
}
.mainHeader header .navbarLink.active {
  right: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 86, 197, 0.25)), to(rgba(10, 50, 149, 0.25)));
    background: linear-gradient(180deg, rgba(45, 86, 197, 0.25) 0%, rgba(10, 50, 149, 0.25) 100%);
    backdrop-filter: blur(45px);
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0px 30px;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #1A87DB;
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile { /*max-width: 496px;*/
    width: 100%;
    height: 100%; /*background: #fff;*/
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
    width: 100%;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-collapse { /*background: #fff;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 35px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line {
    background: #092C8C;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1 {
    top: 42%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2 {
    opacity: 0;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3 {
    bottom: 50%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 100%;
    padding-top: 24px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 16px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-nav {
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    margin-top: 0px;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .logo, .mainHeader header .header_right, .mainHeader header .naviContact {
  position: relative;
  z-index: 2;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .logo a img {
  display: block;
}
.mainHeader header .navbarBtn {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarBtn {
    display: block;
  }
}
.mainHeader header .social_link {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .social_link .conact_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 35px;
}
.mainHeader header .social_link .conact_top span {
  margin-left: 20px;
}
.mainHeader header .social_link .conact_top span i {
  margin-right: 5px;
  color: #124149;
  font-size: 16px;
}
.mainHeader header .social_link .conact_top span a {
  color: #022660;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
}
.mainHeader header .social_link .conact_top span a:hover {
  color: #000;
}
.mainHeader header .social_link ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1700px) {
  .mainHeader header .naviContact a {
    padding: 9px 30px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header {
    min-height: 65px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header {
    min-height: 55px;
  }
  .mainHeader header .logo {
    max-width: 175px;
    min-width: 175px;
  }
  .mainHeader header .naviContact a {
    padding: 7px 26px;
  }
}
@media (max-width: 1200px) {
  .mainHeader {
    padding-bottom: 26px;
  }
  .mainHeader header .logo {
    max-width: 145px;
    min-width: 145px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    margin-top: -4px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader header .navBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    max-width: 135px;
    min-width: 135px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .mainHeader header {
    min-height: 50px;
  }
  .mainHeader header .logo {
    max-width: 125px;
    min-width: 125px;
  }
  .mainHeader header .header_right .navbarLink ul li a {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 142px;
    min-width: 142px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 112px;
    min-width: 112px;
  }
}
@media (max-width: 480px) {
  .mainHeader header .logo {
    max-width: 124px;
    min-width: 124px;
  }
}

/* ------- Header Area End ------- */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #417F9D;
}

button {
  outline: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: #666666;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow-y: hidden;
}
body .fnt20 p, body .fnt20 li {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1700px) {
  body {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 20px;
  }
  body .fnt20 p, body .fnt20 li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 18px;
  }
  body .fnt20 p, body .fnt20 li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

p {
  margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 36px;
}
p.fnt25 {
  font-size: 25px;
  line-height: 35px;
}
p.fnt22 {
  font-size: 22px;
  line-height: 36px;
}
p.paddbtmUl-5 {
  padding-bottom: 5px;
}
@media (max-width: 1700px) {
  p {
    line-height: 32px;
  }
  p .fnt20 p, p .fnt20 li {
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  p {
    line-height: 24px;
  }
  p.fnt22 {
    font-size: 20px;
    line-height: 34px;
  }
  p .fnt20 p, p .fnt20 li {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  p.fnt25 {
    font-size: 21px;
    line-height: 30px;
  }
  p.fnt22 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1474px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1815px;
  }
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

#loaderbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#loaderbox .loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #13BAA6; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pd0 {
  padding-bottom: 0px !important;
}

h1, h2, h3, h5 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

.gradient-text {
  font-size: 70px;
  font-weight: 500;
  line-height: 90px;
  margin: 0px 0px 30px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#0a004e), to(#6b1e8f));
  background: linear-gradient(to right, #0a004e, #6b1e8f); /* Customize colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1700px) {
  .gradient-text {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1500px) {
  .gradient-text {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 1366px) {
  .gradient-text {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 1024px) {
  .gradient-text {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .gradient-text {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .gradient-text {
    font-size: 32px;
    line-height: 42px;
  }
  .gradient-text br {
    display: none;
  }
}
@media (max-width: 380px) {
  .gradient-text {
    font-size: 28px;
    line-height: 1.1;
  }
}

.hd1, .hd2, .hd3, .hd4, .hd6, .hd30, .hdfont30 {
  font-family: "Tiro Bangla", serif;
}

.hd1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  color: #232323;
}
.hd1.marginbtm0 {
  margin-bottom: 0px;
}
.hd1.singal_line {
  line-height: 60px;
}
@media (max-width: 1700px) {
  .hd1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 26px;
  }
  .hd1.singal_line {
    line-height: 50px;
  }
}
@media (max-width: 1500px) {
  .hd1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .hd1.singal_line {
    line-height: 38px;
  }
}
@media (max-width: 1366px) {
  .hd1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 26px;
  }
  .hd1.singal_line {
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .hd1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .hd1.singal_line {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .hd1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .hd1.singal_line {
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .hd1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hd1.singal_line {
    line-height: 24px;
  }
}

.hd2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 36px 0px;
  color: #000;
}
.hd2.marginbtm0 {
  margin-bottom: 0px !important;
}
@media (max-width: 1500px) {
  .hd2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  .hd2 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .hd2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.hd3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
}
.hd3.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .hd3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .hd3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hd3 {
    font-size: 17px;
  }
}

.hd4 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #383838;
  padding-bottom: 12px;
  margin: 0px;
}
.hd4.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .hd4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .hd4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hd4 {
    font-size: 18px;
  }
}

.hd6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0px;
  margin: 0px 0px 7px 0px;
  color: #000;
}
.hd6.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1500px) {
  .hd6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .hd6 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .hd6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.hd30 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  color: #232323;
  margin: 0px 0px 12px 0px;
}
.hd30.fnt00 {
  color: #000;
}
@media (max-width: 1700px) {
  .hd30 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1600px) {
  .hd30 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1500px) {
  .hd30 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .hd30 {
    font-size: 21px;
    line-height: 28px;
  }
}

.hdfont30 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  color: #444444;
}
.hdfont30.marginbtm44 {
  margin-bottom: 44px;
}

.titla18 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .titla18 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 76px;
  font-weight: 100;
  padding-bottom: 0px;
  line-height: 72px;
  text-align: left;
}

.social_link {
  margin: 13px 0px 0px 0px;
}
.social_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.social_link ul li:last-child {
  padding-right: 0px;
}
.social_link ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #DCBD90;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.social_link ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social_link ul li.facebook a:hover {
  background-color: #475993;
}
.social_link ul li.twitter a:hover {
  background-color: #55ACEE;
}
.social_link ul li.youtube a:hover {
  background-color: #D50000;
}
.social_link ul li.linkedin a:hover {
  background-color: #207CBA;
}
.social_link ul li.googleplus a:hover {
  background-color: #DC4E41;
}
.social_link ul li.instagram a:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.social_link ul li.inquire_now a {
  background-color: #000;
}
.social_link ul {
  margin-top: 0px;
}
.social_link ul li {
  font-size: 14px;
  padding-right: 10px;
}
.social_link ul li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #fff solid 1px;
  border-radius: 100%;
}

.social_link ul {
  margin: 0px;
  padding: 0px;
}
.social_link ul li {
  margin-right: 30px;
  padding: 0px;
}
.social_link ul li:last-child {
  margin-right: 0px;
}
.social_link ul li a {
  background: none;
  border: none;
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_link ul li a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.menuImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fa-caret-down {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.fa-caret-down.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.34s ease;
  transition: -webkit-transform 0.34s ease;
  transition: transform 0.34s ease;
  transition: transform 0.34s ease, -webkit-transform 0.34s ease;
}

/* ------- Banner Area Strat ------- */
.banner_area {
  position: relative;
  z-index: 1;
  color: #000;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.banner_area .hd_h1 {
  font-family: "Tiro Bangla", serif;
  padding-top: 26px;
  font-size: 130px;
  line-height: 120px;
  font-weight: 400;
  color: #232323;
  text-align: left;
}
.banner_area .hd_h1 span {
  font-weight: 300;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
  padding-bottom: 100px;
}
.banner_area .hm_banner .slick-list {
  overflow: visible;
}
.banner_area .hm_banner .banner_box {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_area .hm_banner .banner_img {
  position: relative;
  z-index: 1;
  right: 50px;
  width: 50%;
  max-width: 868px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner_area .hm_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .hm_banner .banner_img picture {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -50px;
  bottom: 20%;
  z-index: 2;
  background: url(../images/img_banner.png) no-repeat center center;
  background-size: contain;
  width: 273px;
  height: 253px;
}
.banner_area .hm_banner .temp {
  position: relative;
  z-index: 2;
  width: 50%;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .temp .container .bg_bule {
  max-width: 1256px;
}
.banner_area .hm_banner p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #666666;
}
.banner_area .hm_banner .btn_banner {
  padding: 30px 0px 0px 0px;
}
.banner_area .hm_banner .slick-slide .temp p.first {
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp .hd_h1 {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp p.second {
  -webkit-transition: all ease-in-out 1.3s;
  transition: all ease-in-out 1.3s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp .btn_banner {
  -webkit-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide.slick-current .temp p.first {
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .hd_h1 {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp p.second {
  -webkit-transition: all ease-in-out 1.3s;
  transition: all ease-in-out 1.3s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .btn_banner {
  -webkit-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
  left: 0;
  opacity: 1;
}
.banner_area .slider .slick-arrow {
  border: #fff solid 1px;
  border-radius: 100%;
  font-size: 0px;
  height: 48px;
  width: 48px;
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto;
  right: 55px;
}
.banner_area .slider .slick-arrow:hover {
  border-color: #fff;
}
.banner_area .slider .slick-arrow::before {
  display: none;
}
@media (max-width: 1024px) {
  .banner_area .slider .slick-arrow {
    right: 43px;
  }
}
@media (max-width: 991px) {
  .banner_area .slider .slick-arrow {
    height: 36px;
    width: 36px;
    right: 10px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    bottom: 29px;
  }
}
@media (max-width: 767px) {
  .banner_area .slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .banner_area .slider .slick-arrow {
    height: 25px;
    width: 25px;
    border-radius: 5px;
  }
  .banner_area .slider .slick-arrow.slick-prev, .banner_area .slider .slick-arrow.slick-next {
    background-size: 7px;
  }
  .banner_area .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner_area .slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.banner_area .slick-dots {
  margin-top: 0px;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: -40px;
  line-height: 0px;
}
.banner_area .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0px 7px;
}
.banner_area .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0px;
  background-color: #CBCBCB;
  padding: 0px;
  border-radius: 100%;
}
.banner_area .slick-dots li button:before {
  display: none;
}
.banner_area .slick-dots li:hover button, .banner_area .slick-dots li.slick-active button {
  background: #205763;
}
.banner_area .inner_banner {
  position: relative;
  padding-bottom: 60px;
}
.banner_area .inner_banner .hd_h1 {
  font-size: 80px;
  padding: 0px;
  line-height: 1;
}
.banner_area .inner_banner .banner_box {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_area .inner_banner .banner_img {
  position: relative;
  z-index: 1;
  right: 30px;
  width: 50%;
  max-width: 868px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner_area .inner_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .inner_banner .banner_img picture {
  position: relative;
  z-index: 1;
}
.banner_area .inner_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -25px;
  bottom: 5%;
  z-index: 2;
  background: url(../images/img_banner.png) no-repeat center center;
  background-size: contain;
  width: 172px;
  height: 160px;
}
.banner_area .inner_banner .banner_text {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media (max-width: 1700px) {
  .banner_area .hm_banner .banner_img::before {
    width: 253px;
    height: 233px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 80px;
    line-height: 95px;
    padding-top: 22px;
  }
  .banner_area .hm_banner p {
    font-size: 36px;
    line-height: 36px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 70px;
    line-height: 1;
  }
  .banner_area .inner_banner .banner_img::before {
    right: -20px;
    width: 152px;
    height: 140px;
  }
}
@media (max-width: 1600px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 75px;
    line-height: 80px;
  }
  .banner_area .hm_banner p {
    font-size: 24px;
    line-height: 36px;
  }
  .banner_area .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
  .banner_area .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1500px) {
  .banner_area .hm_banner .banner_img::before {
    width: 200px;
    height: 190px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 60px;
  }
  .banner_area .inner_banner .banner_img::before {
    right: 0px;
    width: 112px;
    height: 100px;
  }
}
@media (max-width: 1366px) {
  .banner_area .hm_banner {
    padding-bottom: 70px;
  }
  .banner_area .hm_banner .banner_img::before {
    width: 180px;
    height: 170px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 60px;
    line-height: 65px;
    padding-top: 12px;
  }
  .banner_area .hm_banner p {
    font-size: 18px;
    line-height: 26px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 50px;
  }
  .banner_area .inner_banner .banner_img::before {
    bottom: 7%;
    right: 0px;
    width: 92px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner {
    padding-bottom: 50px;
  }
  .banner_area .hm_banner .banner_img::before {
    width: 150px;
    height: 145px;
    right: -24px;
  }
  .banner_area .hm_banner .temp .container .bg_bule {
    max-width: 766px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 53px;
    line-height: 58px;
    padding-top: 6px;
  }
  .banner_area .hm_banner p {
    font-size: 18px;
    line-height: 20px;
  }
  .banner_area .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .banner_area .inner_banner {
    padding-bottom: 40px;
  }
  .banner_area .inner_banner .banner_img::before {
    right: -10px;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .banner_img {
    position: relative;
    right: 10px;
  }
  .banner_area .hm_banner .banner_img img {
    position: relative;
    z-index: 1;
  }
  .banner_area .hm_banner .banner_img::before {
    width: 110px;
    height: 105px;
    right: -20px;
  }
  .banner_area .hm_banner .banner_img .hd_h1 {
    font-size: 42px;
    line-height: 42px;
    padding-top: 12px;
  }
  .banner_area .hm_banner .banner_img p {
    font-size: 20px;
    line-height: 24px;
  }
  .banner_area .inner_banner .banner_img::before {
    right: -2%;
    width: 72px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .banner_area .hm_banner .banner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner_area .hm_banner .banner_box .banner_img {
    width: 100%;
    margin-bottom: 20px;
    right: 0px;
  }
  .banner_area .hm_banner .banner_box .banner_img::before {
    right: 0px;
  }
  .banner_area .hm_banner .banner_box .temp {
    width: 100%;
    text-align: center;
  }
  .banner_area .hm_banner .banner_box .hd_h1 {
    text-align: center;
    font-size: 32px;
    line-height: 1;
  }
  .banner_area .hm_banner .banner_box .hd_h1 br {
    display: none;
  }
  .banner_area .slick-dots {
    right: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .banner_area .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .banner_area .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .banner_area .inner_banner {
    margin-top: 2px;
  }
  .banner_area .inner_banner .banner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner_area .inner_banner .banner_img {
    width: 100%;
    margin-bottom: 40px;
    right: 0px;
  }
  .banner_area .inner_banner .banner_img::before {
    right: 0;
    width: 87px;
    height: 75px;
  }
  .banner_area .inner_banner .banner_text {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .inner_banner .banner_img {
    right: 0px;
    left: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .banner_area .inner_banner .banner_img::before {
    right: -5px;
  }
  .banner_area .inner_banner .banner_text .hd_h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .banner_area .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 380px) {
  .banner_area .hm_banner .banner_img::before {
    width: 82px;
    height: 79px;
  }
  .banner_area .hm_banner .banner_img img {
    min-height: 1px;
  }
  .banner_area .inner_banner {
    padding-bottom: 30px;
  }
  .banner_area .inner_banner .banner_img {
    margin-bottom: 36px;
  }
}

/* ------- Banner Area End ------- */
/* ------- Mani Area Start ------- */
.row.rowTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.rowmiddal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.btn_comman {
  font-family: "Tiro Bangla", serif;
  border: #86C8E2 solid 0px;
  padding: 16px 20px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.1px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  min-width: 210px;
}
.btn_comman:hover {
  background: #000;
}
@media (max-width: 1600px) {
  .btn_comman {
    padding: 14px 20px;
  }
  .btn_comman::after {
    width: 38px;
    height: 38px;
    background-size: 10px;
  }
}
@media (max-width: 1500px) {
  .btn_comman {
    padding: 15px 30px 15px 30px;
  }
}
@media (max-width: 1366px) {
  .btn_comman {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 16px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .btn_comman::after {
    width: 32px;
    height: 32px;
    background-size: 10px;
  }
}
@media (max-width: 767px) {
  .btn_comman {
    font-size: 15px;
  }
}

.btn_primary {
  background: #010101;
  color: #fff !important;
}
.btn_primary:hover, .btn_primary:focus {
  background: #1A87DB;
  color: #fff !important;
}

.bullet li {
  font-weight: 400;
  position: relative;
  padding: 0px 0px 17px 20px;
  line-height: 26px;
}
.bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 2px;
  background: #666;
}
.bullet li:last-child {
  padding-bottom: 0px;
}
.bullet.lipaddbtm5 li {
  padding-bottom: 3px;
}
.bullet.lipaddbtm5 li::before {
  top: 12px;
}
@media (max-width: 1366px) {
  .bullet li {
    padding-bottom: 12px;
    line-height: 24px;
  }
  .bullet li::before {
    top: 11px;
  }
  .bullet.lipaddbtm5 li::before {
    top: 11px;
  }
}
@media (max-width: 400px) {
  .bullet li {
    padding: 0px 0px 15px 16px;
  }
  .bullet li::before {
    top: 11px;
    width: 8px;
  }
}

.section_padding {
  padding: 100px 0px;
}
.section_padding.paddtop0 {
  padding-top: 0px;
}
.section_padding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .section_padding {
    padding: 80px 0px;
  }
}
@media (max-width: 1024px) {
  .section_padding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .section_padding {
    padding: 40px 0px;
  }
}

.slick-slider {
  margin-bottom: 0px !important;
}

.comman_slider .slider .slick-arrow {
  border: #fff solid 0px;
  border-radius: 100%;
  font-size: 0px;
  height: 31px;
  width: 19px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: auto;
}
.comman_slider .slider .slick-arrow:hover {
  border-color: #fff;
}
.comman_slider .slider .slick-arrow::before {
  display: none;
}
.comman_slider .slider .slick-arrow.slick-prev {
  background: url(../images/slider_arrow_left.png) center center no-repeat;
  left: 0px;
  opacity: 0.8;
}
.comman_slider .slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slider_arrow_left.png);
  opacity: 1;
}
.comman_slider .slider .slick-arrow.slick-next {
  background: url(../images/slider_arrow_right.png) center center no-repeat;
  right: 0px;
  opacity: 0.8;
}
.comman_slider .slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slider_arrow_right.png);
  opacity: 1;
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -45px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -45px;
  }
}
.comman_slider .slick-dots {
  margin-top: 30px;
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  bottom: 0px;
  line-height: 0px;
}
.comman_slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 7px;
}
.comman_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0px;
  background-color: #B5B5B5;
  padding: 0px;
  border-radius: 100%;
}
.comman_slider .slick-dots li button:before {
  display: none;
}
.comman_slider .slick-dots li.slick-active button {
  background: #205763;
}
@media (max-width: 1600px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -40px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -45px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1500px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -38px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
}
@media (max-width: 1400px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -20px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -29px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 22px !important;
  }
}
@media (max-width: 1366px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 20px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -35px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -39px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -35px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    bottom: 42% !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 42% !important;
  }
}
@media (max-width: 991px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -26px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -26px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    top: 45% !important;
    bottom: auto !important;
    right: auto !important;
    left: -26px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    top: 45% !important;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-dots {
    margin-top: 16px;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -30px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -30px !important;
  }
}
@media (max-width: 380px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow {
    right: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev {
    left: -24px !important;
  }
  .comman_slider.sliderArrow1 .slider .slick-arrow.slick-prev, .comman_slider.sliderArrow1 .slider .slick-arrow.slick-next {
    background-size: 18px;
  }
}

.margintop-9 {
  margin-top: -9px;
}

.margintop5 {
  margin-top: 5px;
}

.margintop10 {
  margin-top: 10px;
}

.margintop17 {
  margin-top: 17px;
}

.margintop30 {
  margin-top: 36px;
}

.mp_contenier a {
  color: #000;
}
.mp_contenier a:hover {
  color: #0a004e;
}

.commanh1toh6 .hd6 {
  padding-top: 7px;
}
.commanh1toh6 .hd6.firsthd {
  padding-top: 0px;
}

.maxWidth1265 {
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
}

.maxWidth1920 {
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
}

.maxWidth800 {
  max-width: 820px;
}

.maxWidth700 {
  max-width: 700px;
}

.maxWidth850 {
  max-width: 850px;
}

.maxWidth900 {
  max-width: 900px;
}

.bglightgreen {
  background: #ECFAE4;
}

.bgskyblue {
  background: #E4F6FA;
}

.bgblack {
  background: #000;
}

.lastP p:last-child {
  padding-bottom: 0px;
}

.row.rowMiddal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sticky {
  position: sticky;
  top: 0px;
}

.box1 {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.box1 a {
  display: block;
}
.box1 .imgbox {
  position: relative;
  z-index: 1;
}
.box1 .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box1 .textbox {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67.53%, rgba(0, 0, 0, 0)), color-stop(82.34%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.53%, #000000 82.34%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.box1 .hd30 {
  padding: 15px 15px 20px 30px;
  margin: 0px;
  color: #fff;
}
.box1:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box1:hover .textbox {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.53%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.53%, #000000 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .box1 {
    border-radius: 20px;
  }
  .box1 .hd30 {
    padding: 12px 12px 12px 15px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .box1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 20px;
  }
  .box1 .hd30 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .welcomeSection .margintop17 {
    margin-top: 5px;
  }
}

.hm_Offerings .box1 {
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .hm_Offerings .row {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .hm_Offerings .row {
    margin-bottom: -20px;
  }
}

.hm_Solutions .list_solutions {
  padding-top: 10px;
}
.hm_Solutions .box2 {
  text-align: center;
}
.hm_Solutions .box2 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: dashed 1px #000;
  border-radius: 100%;
  width: 155px;
  height: 155px;
  padding: 5px;
  margin: 0px auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.hm_Solutions .box2 .imgbox.material_gatepass {
  background-image: url(../images/material_gatepass.png);
}
.hm_Solutions .box2 .imgbox.machine_maintenance {
  background-image: url(../images/machine_maintenance.png);
}
.hm_Solutions .box2 .imgbox.solar_crm {
  background-image: url(../images/solar_crm.png);
}
.hm_Solutions .box2:hover .imgbox {
  background-color: #000;
}
.hm_Solutions .box2:hover .imgbox.material_gatepass {
  background-image: url(../images/material_gatepass_white.png);
}
.hm_Solutions .box2:hover .imgbox.machine_maintenance {
  background-image: url(../images/machine_maintenance_white.png);
}
.hm_Solutions .box2:hover .imgbox.solar_crm {
  background-image: url(../images/solar_crm_white.png);
}
.hm_Solutions .box2 .hd30 {
  padding-top: 10px;
}
.hm_Solutions .box2 p {
  margin-top: -3px;
  padding: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hm_Solutions .box2 .imgbox {
    width: 145px;
    height: 145px;
    background-size: 70px;
  }
}
@media (max-width: 1600px) {
  .hm_Solutions .box2 .imgbox {
    background-size: 65px;
  }
}
@media (max-width: 1366px) {
  .hm_Solutions .box2 .imgbox {
    width: 125px;
    height: 125px;
    background-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hm_Solutions .box2 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .hm_Solutions .box2 .imgbox {
    width: 100px;
    height: 100px;
    background-size: 50px;
  }
}
@media (max-width: 767px) {
  .hm_Solutions .list_solutions .col-md-4 {
    margin-bottom: 30px;
  }
  .hm_Solutions .list_solutions .col-md-4:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .hm_Solutions .box2 {
    margin: 0px auto;
  }
  .hm_Solutions .box2 .imgbox {
    width: 95px;
    height: 95px;
    background-size: 45px;
  }
}

.company_pogrss .boxcompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company_pogrss .boxcompany div {
  font-size: 120px;
  color: #fff;
  font-weight: 400;
  width: 218px;
}
.company_pogrss .boxcompany p {
  font-family: "Tiro Bangla", serif;
  color: #A3A3A3;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  margin-left: 30px;
  padding: 0px;
}
.company_pogrss .boxcompany.word3 div {
  width: 260px;
}
@media (max-width: 1700px) {
  .company_pogrss .boxcompany div {
    font-size: 100px;
    width: 184px;
  }
  .company_pogrss .boxcompany p {
    font-size: 28px;
    line-height: 38px;
  }
  .company_pogrss .boxcompany.word3 div {
    width: 220px;
  }
}
@media (max-width: 1366px) {
  .company_pogrss .boxcompany div {
    font-size: 85px;
    width: 155px;
  }
  .company_pogrss .boxcompany p {
    font-size: 22px;
    line-height: 30px;
    margin-left: 20px;
  }
  .company_pogrss .boxcompany.word3 div {
    width: 186px;
  }
}
@media (max-width: 1024px) {
  .company_pogrss .boxcompany div {
    font-size: 60px;
    width: 112px;
  }
  .company_pogrss .boxcompany p {
    font-size: 18px;
    line-height: 26px;
    margin-left: 15px;
  }
  .company_pogrss .boxcompany.word3 div {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company_pogrss.section_padding {
    padding: 40px 0px;
  }
  .company_pogrss .boxcompany {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .company_pogrss .boxcompany div {
    width: 100%;
  }
  .company_pogrss .boxcompany p {
    padding: 0px;
    margin: 0px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .company_pogrss .boxcompany {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .company_pogrss .boxcompany div {
    width: 100%;
    line-height: 1;
  }
  .company_pogrss .boxcompany p {
    padding: 0px;
    margin: 0px;
    text-align: center;
  }
  .company_pogrss .boxcompany.word3 div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .company_pogrss .col-4 {
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
  }
  .company_pogrss .col-4:last-child {
    margin-bottom: 0px;
  }
  .company_pogrss .boxcompany {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .company_pogrss .boxcompany div {
    width: 100%;
    line-height: 1;
  }
  .company_pogrss .boxcompany p {
    padding: 0px;
    margin: 0px;
    text-align: center;
  }
  .company_pogrss .boxcompany.word3 div {
    width: 100%;
  }
}

.hm_technology .list_technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -90px;
}
.hm_technology .list_technology li {
  width: 100%;
  max-width: 406px;
  padding-bottom: 90px;
}
.hm_technology .list_technology .box3 {
  font-family: "Tiro Bangla", serif;
}
.hm_technology .list_technology .box3 .imgbox {
  border-bottom: #BFBFBF solid 1px;
  padding-bottom: 40px;
  margin-bottom: 24px;
}
.hm_technology .list_technology .box3 .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hm_technology .list_technology .box3 p {
  padding: 0px;
  margin: 0px;
}
.hm_technology .list_technology .box3:hover .imgbox {
  border-color: #000;
}
.hm_technology .list_technology .box3:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1700px) {
  .hm_technology .list_technology {
    margin-bottom: -80px;
  }
  .hm_technology .list_technology li {
    padding-bottom: 80px;
    max-width: 343px;
  }
  .hm_technology .list_technology li .box3 .imgbox {
    padding-bottom: 34px;
    margin-bottom: 18px;
  }
  .hm_technology .list_technology li .box3 .imgbox img {
    max-height: 75px;
  }
}
@media (max-width: 1500px) {
  .hm_technology .list_technology {
    margin-bottom: -40px;
  }
  .hm_technology .list_technology li {
    padding-bottom: 40px;
    max-width: 44%;
  }
  .hm_technology .list_technology li .box3 .imgbox {
    padding-bottom: 24px;
    margin-bottom: 14px;
  }
  .hm_technology .list_technology li .box3 .imgbox img {
    max-height: 67px;
  }
}
@media (max-width: 991px) {
  .hm_technology .hd1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hm_technology .list_technology {
    margin-bottom: -40px;
  }
  .hm_technology .list_technology li {
    padding-bottom: 40px;
    max-width: 47%;
  }
  .hm_technology .list_technology li .box3 .imgbox {
    text-align: center;
  }
  .hm_technology .list_technology li .box3 p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hm_technology .list_technology {
    margin-bottom: -30px;
  }
  .hm_technology .list_technology li {
    padding-bottom: 30px;
    max-width: 100%;
  }
}

.hm_OurClients .comman_slider {
  margin: 47px -15px -20px -15px;
}
.hm_OurClients .clientBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 123px;
  width: calc(100% - 30px);
  margin: 15px 15px 20px 15px;
  padding: 5px;
  overflow: hidden;
}
.hm_OurClients .clientBox div {
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hm_OurClients .clientBox span {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #232323;
  padding: 23px 5px 0px 5px;
}
.hm_OurClients .clientBox img {
  max-height: 71px;
}
.hm_OurClients .clientBox img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hm_OurClients .clientBox img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1700px) {
  .hm_OurClients .clientBox {
    height: 130px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .hm_OurClients .comman_slider {
    margin: 0px auto;
  }
}
@media (max-width: 767px) {
  .hm_OurClients .comman_slider {
    max-width: 90%;
  }
  .hm_OurClients .clientBox {
    height: 130px;
  }
}
@media (max-width: 480px) {
  .hm_OurClients .comman_slider {
    max-width: 80%;
  }
  .hm_OurClients .clientBox {
    padding: 0px;
  }
}

.home_section2 .box_home .row_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
}
.home_section2 .box_home .row_div .box_img {
  width: 50%;
}
.home_section2 .box_home .row_div .box_img img {
  max-width: 100%;
}
.home_section2 .box_home .row_div .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.home_section2 .box_home .row_div .box_text .text_content {
  max-width: 796px;
  padding-left: 150px;
}
.home_section2 .box_home .row_div .box_text .text_content p {
  color: #232323;
  padding: 0px;
  margin: 0px;
}
.home_section2 .box_home:nth-child(2n+2) .row_div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home_section2 .box_home:nth-child(2n+2) .row_div .box_text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home_section2 .box_home:nth-child(2n+2) .row_div .box_text .text_content {
  padding-left: 0px;
  padding-right: 150px;
}
@media (max-width: 1700px) {
  .home_section2 .box_home .row_div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home_section2 .box_home .row_div .box_text {
    padding: 0px;
  }
  .home_section2 .box_home .row_div .box_text .text_content {
    padding-left: 90px;
    max-width: 670px;
  }
  .home_section2 .box_home:nth-child(2n+2) .row_div .box_text .text_content {
    padding-left: 0px;
    padding-right: 90px;
  }
}
@media (max-width: 1500px) {
  .home_section2 .box_home .row_div .box_text .text_content {
    max-width: 610px;
  }
}
@media (max-width: 1366px) {
  .home_section2 .box_home .row_div .box_text .text_content {
    padding-left: 80px;
    max-width: 556px;
  }
}
@media (max-width: 1024px) {
  .home_section2 .box_home .row_div .box_text .text_content {
    padding: 0px 40px;
    max-width: 100%;
  }
  .home_section2 .box_home:nth-child(2n+2) .row_div .box_text .text_content {
    padding: 0px 40px;
  }
}
@media (max-width: 991px) {
  .home_section2 .box_home .row_div .box_text .text_content {
    padding: 0px 15px 0px 30px;
  }
  .home_section2 .box_home .row_div .box_text .text_content p br {
    display: none;
  }
  .home_section2 .box_home:nth-child(2n+2) .row_div .box_text .text_content {
    padding: 0px 15px 0px 30px;
  }
}
@media (max-width: 767px) {
  .home_section2 .box_home .row_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 0px 15px;
  }
  .home_section2 .box_home .row_div .box_img {
    width: 100%;
    text-align: center;
  }
  .home_section2 .box_home .row_div .box_text {
    padding: 30px 0px;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_section2 .box_home:nth-child(2n+2) .row_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_section2 .box_home:nth-child(2n+2) .row_div .box_text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  .home_section2 .box_home .row_div .box_img img {
    height: auto !important;
  }
  .home_section2 .box_home .row_div .box_text {
    padding: 25px 0px 20px 0px;
  }
  .home_section2 .box_home .row_div .box_text .hd1 {
    margin-bottom: 12px;
  }
}

.coreValues_section .hd1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.coreValues_section .row {
  margin-bottom: -30px;
}
.coreValues_section .box1 {
  border-radius: 0px;
  margin-bottom: 30px;
}
.coreValues_section .box1 a {
  cursor: default;
}
.coreValues_section .box1 .textbox {
  background: linear-gradient(207.47deg, rgba(0, 0, 0, 0) 58.93%, #000000 78.87%);
}
@media (max-width: 1366px) {
  .coreValues_section .box1 .imgbox img {
    min-height: 241px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .coreValues_section .box1 .hd30 {
    padding: 15px 15px 15px 20px;
  }
}
@media (max-width: 767px) {
  .coreValues_section .hd1 {
    padding-bottom: 15px;
  }
  .coreValues_section .box1 .imgbox img {
    min-height: 1px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .coreValues_section .box1 .hd30 {
    padding: 15px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .coreValues_section .row {
    margin-bottom: -20px;
  }
  .coreValues_section .box1 {
    margin-bottom: 20px;
  }
}

.service_Section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
.service_Section .row:last-child {
  padding-bottom: 0px;
}
.service_Section .row.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service_Section .row.row_reverse .text_content {
  padding-left: 0px;
}
.service_Section .box_img div {
  border-radius: 30px;
  overflow: hidden;
}
.service_Section .box_img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service_Section .box_img img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service_Section .text_content {
  padding-left: 60px;
}
.service_Section .text_content p {
  max-width: 830px;
}
.service_Section .text_content p:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1700px) {
  .service_Section .text_content {
    padding-left: 30px;
  }
  .service_Section .text_content p {
    max-width: 713px;
  }
}
@media (max-width: 1500px) {
  .service_Section .text_content p {
    max-width: 648px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .service_Section .text_content {
    padding-left: 15px;
  }
  .service_Section .text_content p {
    max-width: 583px;
  }
}
@media (max-width: 1024px) {
  .service_Section .box_img div {
    border-radius: 20px;
  }
  .service_Section .text_content {
    padding-left: 0px;
  }
  .service_Section .text_content p {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_Section .text_content .hd1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .service_Section .row {
    padding-bottom: 36px;
  }
  .service_Section .box_img {
    margin-bottom: 18px;
  }
  .service_Section .text_content {
    text-align: center;
  }
  .service_Section .text_content .hd1 {
    margin-bottom: 10px;
  }
  .service_Section .text_content p {
    line-height: 26px;
  }
}

@media (max-width: 1500px) {
  .solutions_section .service_Section .text_content p {
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .solutions_section .service_Section .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .solutions_section .service_Section .text_content p {
    line-height: 24px;
  }
}
.solutions_section .hm_Solutions .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 727px;
}
.solutions_section .hm_Solutions .box2 .imgbox {
  background-color: #ECFAE4;
  margin: 0px 50px 0px 0px;
}
.solutions_section .hm_Solutions .box2 .text_content {
  width: calc(100% - 215px);
  text-align: left; /*max-width: 512px;*/
}
.solutions_section .hm_Solutions .box2 .text_content p {
  line-height: 26px;
}
.solutions_section .hm_Solutions .box2:hover .imgbox {
  background-color: #000;
}
@media (max-width: 1600px) {
  .solutions_section .hm_Solutions .box2 .imgbox {
    margin-right: 34px;
  }
  .solutions_section .hm_Solutions .box2 .text_content {
    width: calc(100% - 195px);
  }
}
@media (max-width: 1500px) {
  .solutions_section .hm_Solutions .box2 .imgbox {
    margin-right: 20px;
    width: 105px;
    height: 105px;
    background-size: 50px;
  }
  .solutions_section .hm_Solutions .box2 .text_content {
    width: calc(100% - 145px);
  }
}
@media (max-width: 991px) {
  .solutions_section .hm_Solutions .row {
    margin-bottom: -30px;
  }
  .solutions_section .hm_Solutions .box2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .solutions_section .hm_Solutions .row {
    margin-bottom: -30px;
  }
  .solutions_section .hm_Solutions .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .solutions_section .hm_Solutions .box2 .imgbox {
    margin: 0px auto;
  }
  .solutions_section .hm_Solutions .box2 .text_content {
    width: 100%;
    text-align: center;
  }
}

.contact_us_section .contactFirstSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_us_section .contactFirstSection .hd1 {
  width: calc(100% - 700px);
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact_us_section .contactFirstSection .hd30 {
  width: 100%;
  max-width: 700px;
  text-align: left;
  color: #666;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .contact_us_section .contactFirstSection .hd1 {
    width: auto;
  }
  .contact_us_section .contactFirstSection .hd30 {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 991px) {
  .contact_us_section .contactFirstSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact_us_section .contactFirstSection .hd1 {
    width: 100%;
    padding-bottom: 10px;
  }
  .contact_us_section .contactFirstSection .hd30 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .contact_us_section .contactFirstSection {
    text-align: center;
  }
  .contact_us_section .contactFirstSection .hd30 {
    text-align: center;
  }
  .contact_us_section .contactFirstSection .hd30 br {
    display: none;
  }
}
.contact_us_section .contactSecondSection {
  padding: 50px 0px 0px 0px;
}
.contact_us_section .contactSecondSection .leftContact {
  max-width: 520px;
}
@media (max-width: 1600px) {
  .contact_us_section .contactSecondSection .leftContact {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .contact_us_section .contactSecondSection .leftContact {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .contact_us_section .contactSecondSection .leftContact p {
    text-align: center;
  }
}
.contact_us_section .contactSecondSection .addressarea {
  font-weight: 400;
  padding-top: 25px;
}
.contact_us_section .contactSecondSection .addressarea .addressbox {
  max-width: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: 400;
  color: #232323;
}
.contact_us_section .contactSecondSection .addressarea .addressbox a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.contact_us_section .contactSecondSection .addressarea .addressbox a:hover {
  color: #1A87DB;
}
.contact_us_section .contactSecondSection .addressarea .addressbox > div {
  position: relative;
  padding-left: 35px;
  padding-bottom: 18px;
}
.contact_us_section .contactSecondSection .addressarea .addressbox > div.first svg {
  top: 7px;
}
.contact_us_section .contactSecondSection .addressarea .addressbox svg {
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 21px;
}
.contact_us_section .contactSecondSection .addressarea .social_link {
  padding-top: 23px;
  margin: 0px;
}
.contact_us_section .contactSecondSection .addressarea .social_link ul {
  margin: 0px;
  padding: 0px;
}
.contact_us_section .contactSecondSection .addressarea .social_link ul li {
  margin-right: 30px;
  padding: 0px;
}
.contact_us_section .contactSecondSection .addressarea .social_link ul li:last-child {
  margin-right: 0px;
}
.contact_us_section .contactSecondSection .addressarea .social_link ul li a {
  background: none;
  border: none;
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_us_section .contactSecondSection .addressarea .social_link ul li a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media (max-width: 1700px) {
  .contact_us_section .contactSecondSection .addressarea .addressbox > div {
    padding-bottom: 14px;
  }
  .contact_us_section .contactSecondSection .addressarea .addressbox > div svg {
    top: 6px;
  }
  .contact_us_section .contactSecondSection .addressarea .addressbox > div.first svg {
    top: 4px;
  }
}
@media (max-width: 1500px) {
  .contact_us_section .contactSecondSection .addressarea .addressbox > div {
    padding-bottom: 9px;
  }
}
@media (max-width: 1366px) {
  .contact_us_section .contactSecondSection .addressarea .addressbox {
    gap: 10px;
  }
  .contact_us_section .contactSecondSection .addressarea .addressbox svg {
    width: 18px !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .contact_us_section .contactSecondSection .addressarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .contact_us_section .contactSecondSection .addressarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .contact_us_section .contactSecondSection .addressarea .addressbox {
    text-align: left;
    max-width: 100%;
  }
  .contact_us_section .contactSecondSection .addressarea .social_link ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .contact_us_section .contactSecondSection {
    padding: 20px 0px 0px 0px;
  }
}

.mapareaSection {
  position: relative;
  z-index: 1;
}
.mapareaSection .mapBox {
  margin-bottom: -9px;
  overflow-y: hidden;
}
.mapareaSection .mapBox iframe {
  border: none;
  width: 100%;
  height: 800px !important;
}
@media (max-width: 1024px) {
  .mapareaSection .mapBox iframe {
    height: 400px !important;
  }
}
@media (max-width: 480px) {
  .mapareaSection .mapBox iframe {
    height: 350px !important;
  }
}

/* ------- Mani Area End ------- */
/* ------- Footer Area Start ------- */
.site-footer {
  background: url(../images/footer_bg.jpg) no-repeat right top;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010101+19,000000+100&0.65+28,0+100 */
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, rgba(1, 1, 1, 0.65)), color-stop(28%, rgba(1, 1, 1, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(1, 1, 1, 0.65) 19%, rgba(1, 1, 1, 0.65) 28%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.site-footer .footer-main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 110px 0px 60px 0px;
}
@media (max-width: 1200px) {
  .site-footer .footer-main {
    padding: 50px 0px;
  }
}
.site-footer .footer-col {
  min-width: 220px;
}
.site-footer .footer-col.footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.site-footer .footer-col.footer-left .footer-heading {
  font-family: "Tiro Bangla", serif;
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding-bottom: 0px;
}
.site-footer .footer-col.footer-left .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
}
.site-footer .footer-col.footer-left .footer-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 36px;
  height: 36px;
}
.site-footer .footer-col.footer-left .footer-socials a:hover {
  background: #61370A;
}
@media (max-width: 1700px) {
  .site-footer .footer-col.footer-left .footer-heading {
    font-size: 70px;
    line-height: 86px;
  }
}
@media (max-width: 1500px) {
  .site-footer .footer-col.footer-left .footer-heading {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1366px) {
  .site-footer .footer-col.footer-left .footer-heading {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .site-footer .footer-col.footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .site-footer .footer-col.footer-left .footer-heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-col.footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .site-footer .footer-col.footer-left .footer-heading br {
    display: none;
  }
  .site-footer .footer-col.footer-left .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-col.footer-left .footer-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.site-footer .footer-col.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.site-footer .footer-col.footer-center .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col.footer-center .footer-links li {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0px 0px 39px 0px;
}
.site-footer .footer-col.footer-center .footer-links li:last-child {
  padding-bottom: 0px;
}
.site-footer .footer-col.footer-center .footer-links li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #D9D9D9;
  text-decoration: none;
  padding: 5px;
  position: relative;
}
.site-footer .footer-col.footer-center .footer-links li.active a, .site-footer .footer-col.footer-center .footer-links li:hover a {
  color: #205763;
}
.site-footer .footer-col.footer-center .footer-links li.active a::before, .site-footer .footer-col.footer-center .footer-links li:hover a::before {
  width: 100%;
}
@media (max-width: 1600px) {
  .site-footer .footer-col.footer-center .footer-links li {
    padding-bottom: 43px;
  }
}
@media (max-width: 1500px) {
  .site-footer .footer-col.footer-center .footer-links li a {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .site-footer .footer-col.footer-center .footer-links li {
    padding-bottom: 32px;
  }
  .site-footer .footer-col.footer-center .footer-links li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .site-footer .footer-col.footer-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .site-footer .footer-col.footer-center .footer-links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer .footer-col.footer-center .footer-links li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-col.footer-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer .footer-col.footer-center .footer-links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-col.footer-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .footer-col.footer-center .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .site-footer .footer-col.footer-center .footer-links li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
    padding: 0px;
    margin: 0 10px;
  }
  .site-footer .footer-col.footer-center .footer-links li:first-child {
    border-top: #4d4d4d solid 1px;
  }
  .site-footer .footer-col.footer-center .footer-links li a {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 5px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    border-bottom: #4d4d4d solid 1px;
  }
}
.site-footer .footer-col.footer-right {
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.site-footer .footer-col.footer-right .footer-contact {
  max-width: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #D9D9D9;
}
.site-footer .footer-col.footer-right .footer-contact a {
  font-size: 22px;
  line-height: 32px;
  color: #D9D9D9;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.site-footer .footer-col.footer-right .footer-contact a:hover {
  color: #205763;
}
.site-footer .footer-col.footer-right .footer-contact > div {
  position: relative;
  padding-left: 35px;
  padding-bottom: 18px;
}
.site-footer .footer-col.footer-right .footer-contact svg {
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 21px;
}
.site-footer .footer-col.footer-right .social_link {
  padding-top: 23px;
  margin: 0px;
}
.site-footer .footer-col.footer-right .social_link ul {
  margin: 0px;
  padding: 0px;
}
.site-footer .footer-col.footer-right .social_link ul li {
  margin-right: 30px;
  padding: 0px;
}
.site-footer .footer-col.footer-right .social_link ul li:last-child {
  margin-right: 0px;
}
.site-footer .footer-col.footer-right .social_link ul li a {
  background: none;
  border: none;
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-col.footer-right .social_link ul li a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media (max-width: 1700px) {
  .site-footer .footer-col.footer-right .footer-contact > div {
    padding-bottom: 14px;
  }
}
@media (max-width: 1500px) {
  .site-footer .footer-col.footer-right .footer-contact {
    font-size: 20px;
  }
  .site-footer .footer-col.footer-right .footer-contact a {
    font-size: 20px;
  }
  .site-footer .footer-col.footer-right .footer-contact > div {
    padding-bottom: 9px;
  }
}
@media (max-width: 1366px) {
  .site-footer .footer-col.footer-right .footer-contact {
    font-size: 18px;
    line-height: 28px;
    gap: 10px;
  }
  .site-footer .footer-col.footer-right .footer-contact a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .site-footer .footer-col.footer-right .footer-contact {
    font-size: 17px;
    line-height: 25px;
  }
  .site-footer .footer-col.footer-right .footer-contact a {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-col.footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .site-footer .footer-col.footer-right .footer-contact {
    font-size: 16px;
    line-height: 24px;
  }
  .site-footer .footer-col.footer-right .footer-contact a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-col.footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
  }
  .site-footer .footer-col.footer-right .footer-contact {
    text-align: center;
    max-width: 100%;
  }
  .site-footer .footer-col.footer-right .footer-contact > div {
    padding: 0px 15px;
  }
  .site-footer .footer-col.footer-right .footer-contact svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 0;
  }
  .site-footer .footer-col.footer-right .social_link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .bottom_area {
  font-size: 16px;
  font-weight: 300;
  padding: 14px 0px 12px 0px;
  color: #fff;
  border-top: #696969 solid 1px;
  position: relative;
  z-index: 2;
}
.site-footer .bottom_area .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .bottom_area .copyright img {
  margin-right: 5px;
}
.site-footer .bottom_area .website_by {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .bottom_area .website_by img {
  max-width: 26px;
}
.site-footer .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .site-footer .bottom_area {
    font-size: 15px;
    padding: 20px 0px 16px 0px;
  }
  .site-footer .bottom_area .copyright img {
    max-height: 18px;
  }
}
@media (max-width: 1500px) {
  .site-footer .bottom_area {
    font-size: 14px;
    padding: 17px 0px 13px 0px;
  }
  .site-footer .bottom_area .copyright img {
    max-width: 17px;
  }
}
@media (max-width: 1400px) {
  .site-footer .bottom_area {
    font-size: 14px;
    padding: 14px 0px 10px 0px;
  }
  .site-footer .bottom_area .copyright {
    line-height: normal;
  }
  .site-footer .bottom_area .copyright img {
    max-width: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .bottom_area {
    text-align: center;
    padding: 10px 0px;
  }
  .site-footer .bottom_area .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 3px;
  }
  .site-footer .bottom_area .website_by {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
  }
  .site-footer .bottom_area .website_by img {
    opacity: 0.6;
  }
}
/* ------- Footer Area End ------- */
#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #205763;
  color: #000;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 7px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9;
}
#toTop:hover {
  background: #124149;
  color: #fff !important;
}
@media (max-width: 480px) {
  #toTop {
    bottom: 5px;
  }
}

/* ====== Respensive css strat ====== */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.container .row.row25 {
  margin: 0px -25px;
}
.container .row.row25 .col-md-4 {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .container .row.row25 {
    margin: 0px -20px;
  }
  .container .row.row25 .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1024px) {
  h2, .hdfnt28 {
    padding-bottom: 23px;
    line-height: 24px;
  }
  .hdfont35 {
    margin-bottom: 27px;
  }
  .hdfont30 {
    margin-bottom: 26px;
  }
  .hdfont30.marginbtm44 {
    margin-bottom: 32px;
  }
  h2.paddbtm48set60, .hdfnt28.paddbtm48set60 {
    padding-bottom: 38px;
  }
  .tabStructure .card .accordion-body {
    padding: 44px 39px 50px 39px;
  }
}
@media (max-width: 991px) {
  .hdfont35 {
    font-size: 32px;
    line-height: 39px;
  }
  .hdfont30 {
    font-size: 26px;
    line-height: 30px;
  }
  .tabTextCenter {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobileTextCenter {
    text-align: center;
  }
  .hdfont35 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 28px;
  }
  .hdfont30 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 27px;
  }
  .hdfnt28.paddbtm48set60 {
    padding-bottom: 36px;
  }
}
@media (max-width: 330px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}/*# sourceMappingURL=style.css.map */