@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

:root {
  --primary: #1685aa;
  --secondary: #10221c;
  --third: #8c7f7f59;
  --fourth: #0c0c0c;
  --fifth: #ffffff;
  --sixth: #861091;
}

/* fonts
Centaur
Trebuchet MS */
body {
  font-family: "Poppins", sans-serif;
  color: var(--fourth);
  background-color: var(--fifth);
  overflow-x: hidden;

}

.company_profile {}

.content-card {
  font-family: 'Raleway', sans-serif;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px 10px var(--third);
  /* color: #536375; */
  font-size: 14px;
  font-weight: 500;
  line-height: 2rem;
  background-color: #faf6f6;
  position: relative;
  text-align: justify;
  margin-bottom: 1.5rem;
}

.content-card-title {
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
  /* color: #861091; */
  color: var(--primary);
  /* font-family: 'Permanent Marker', cursive; */
  /* animation: content 1s infinite ; */
}





.content-card-title::after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 2.5rem;
  width: 100%;
  height: 6px;
  /* background:#861091; */
  background: var(--primary);
  border-radius: 50%;
}

.cssmain{

  font-size:13px;
   font-family: Arial Black"
}

@keyframes content {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.content-card i {
  font-size: 1rem;
  color: var(--primary);
  font-weight: 900;
  margin-right: 1rem;
}


.online-insurance {
  animation: online-insurance 1s infinite;
}

@keyframes online-insurance {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.com_header {
  color: black;
  font-size: 3rem;
}

.carousel {
  width: 100%;
  height: 100%;
}

.carousel-control-prev-icon {
  height: 3rem;
  width: 3rem;
  padding: 10px;
  background-color: var(--primary);
  border-radius: 50%;
}

.carousel-control-next-icon {
  height: 3rem;
  width: 3rem;
  padding: 10px;
  background-color: var(--primary);
  border-radius: 50%;
}

.sr-only {
  color: var(--fifth);
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown li:hover .dropdown-item {
  padding-left: 20px;
  color: rgb(7, 7, 6);
}

.dropdown-item {
  font-size: .8rem;
  color: white;
}

.dropdown-menu {
  background-color: var(--primary);
  border: 1px solid white;
}

.submenu {
  background-color: var(--primary);
  border: 1px solid white;
}

.heading_container {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

}



.carousel-indicators>li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 8px #00000047;
  color: var(--primary);
  background-color: var(--fifth);
  opacity: .5;
  transition: width 2s, height 2s;
}

.carousel-indicators>.active {
  height: 10rem;
  width: 10rem;
  color: var(--primary);
}

.carousel-indicators>li>i {
  font-size: 30px
}

.carousel-indicators>li {
  font-size: 14px;
  text-align: center;
}

.carousel-caption {
  top: 0;
}

.carousel-caption p {
  font-size: 40px;
  color: var(--fourth);
  text-align: start;
  font-weight: 500;
  margin: 0;
}

.carousel-caption h5 {
  font-size: 40px;
  color: var(--primary);
  text-align: start;
  font-weight: 700;
}

.carousel-caption .caption {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.banner-button {
  display: inline;
  width: 10rem;
  padding: 10px 20px;
  background-color: var(--primary);
  color: white;
  border-radius: 10px;

}

.banner-button:hover {
  color: var(--secondary);
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
}

.heading_container h2 .dot_design {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #17b978;
  border-radius: 100%;

}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container p {
  margin: 0;
  margin-top: 10px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  z-index: 999;
  position: sticky;
  top: 0;
  background-color: var(--fifth);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.01))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.01)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.01)), linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.01));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65));
}

.header_section {
  padding: 2px 0;
  background-color: #d4e8f8;
  font-weight:bold;
}

.navbar-brand {
  display: flex;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-transform: capitalize;
}

.navbar-brand img {
  height: 3rem;
  margin-right: 5px;
  border-radius: 3px;
}

.footer-img img {
  height: 3rem;
  margin-right: 5px;
  border-radius: 3px;
}

.navbar-brand p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container {
  padding: 0;
}

/* .custom_nav-container .navbar-nav {
  margin-left: auto;
} */

.top-nav {
  color: var(--primary);
  font-weight: 600;
  font-size: .8rem;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  color: var(--fourth);
  font-size: .8rem;

  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #0088f8;
  background-color: #f7f2f2;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
  background-color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #17b978;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  height: calc(100vh - 140px);

  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  height: 100%;
  position: unset;
}

.carousel-inner {
  height: 100%;
}

.overflow {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;

  box-orient: vertical;
  -webkit-line-clamp: 3;
  height:5.5rem;
  line-clamp: 3;
  overflow: hidden;
}

.slider_section .detail-box {
  color: #ffffff;

}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #17b978;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #17b978;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #17b978;
}

.slider_section .img-box img {
  width: 100%;
}

.about-banner-img {
  width: 100%;
  overflow: hidden;
}

.about-details {
  text-align: justify;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 110px;
}

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary);
  opacity: 1;
  color: var(--primary);
  font-size: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
}

.slider_section .carousel_btn-box a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--fifth);
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.service_section {
  position: relative;
}

.service_section .box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
  border-radius: 5px;
}

.service_section .box .img-box {
  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;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color:rgb(228, 220, 200);
  position: relative;
  margin-bottom: -45px;
}

.service_section .box .img-box img {
  width: 50px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.service_section .box .detail-box {
  background-color: #f0f0f0;
  padding: 60px 15px 15px 15px;
  border-radius: 5px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #15ab6f;
  font-weight: 500;
}

.service_section .box .detail-box a:hover {
  color: var(--primary);
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(56%) sepia(16%) saturate(2165%) hue-rotate(105deg) brightness(101%) contrast(83%);
  filter: brightness(0) invert(56%) sepia(16%) saturate(2165%) hue-rotate(105deg) brightness(101%) contrast(83%);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #17b978;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #17b978;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #17b978;
}

.about_section .heading_container {
  margin-bottom: 15px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
  border-radius: 10px;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #17b978;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #17b978;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #17b978;
}

/* contact section */
.contact_section {
  background: #1685aa;
  color: #ffffff;
}

.contact_section .heading_container {
  margin-bottom: 0px;
}

.contact_section .form_container {
  padding: 0px 0 30px 15px;
}

.contact_section form .form-control {
  height: 44px;
  max-height: 140px;
  border: none;
  background-color: #f6f6f6;
  border-radius: 0;
  margin-bottom: 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_section form #inputMessage {
  height: 145px;
}

.contact_section .btn-box {
  margin-top: 15px;
}

.contact_section .btn-box .submit_btn {
  display: inline-block;
  padding: 12px 45px;
  background-color: #17b978;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #17b978;
  width: 100%;
}

.contact_section .btn-box .submit_btn:hover {
  background-color: transparent;
  color: #17b978;
}

.contact_section .map_container {
  height: 100%;
}

.contact_section .map_container .map {
  height: 100%;
  min-height: 345px;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* contact section end */
.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  margin-top: 15px;
  padding: 3px;
  background-color: var(--primary);
  color: #ffffff;
  border-radius: 5px;
}

.client_section .client_container .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .client_container .client_id h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .client_container .client_id h6 {
  margin-bottom: 0;
}

.client_section .client_container .img-box {
  width: 95px;
  margin-right: 15px;
}

.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .client_container .detail-box {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ffffff;
}

.client_section .client_container .detail-box p {
  position: relative;
  font-size: 15px;
}

.client_section .client_container .detail-box p span {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 25px;
  color: #17b978;
  font-size: 28px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: var(--primary);
  opacity: 1;
  top: 28%;
  color: #ffffff;
  font-size: 12px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #17b978;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_section .box {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
}

.news_section .box .img-box {
  position: relative;
}

.news_section .box .img-box img {
  width: 100%;
}

.news_section .box .detail-box {
  padding: 15px 25px 25px 25px;
}

.news_section .box .detail-box h5 {
  font-weight: bold;
}

.news_section .box .detail-box p {
  font-size: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  margin-top: 15px;
  color: #17b978;
}

.news_section .box .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}

.news_section .box .news_info h6 {
  margin: 0 5px;
}

.news_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.news_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: var(--primary);
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--primary);
}

.news_section .btn-box a:hover {
  background-color: transparent;
  color: var(--primary);
}

.info_section {
  background-color: var(--primary);
  color: #070202;
  padding-top: 45px;
  padding-bottom: 10px;
  font-size: .8rem;
}



.text_color_footer{
    color:black;
}
.info_section_footer {
    background-color: rgb(250, 249, 249);
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 10px;
    font-size: .8rem;
  }


.info_section .row>div {
  margin-bottom: 35px;
}

.info_section .contact_nav {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .contact_nav a i {
  font-size: 22px;
  margin-right: 10px;
}

.info_section .contact_nav a:hover {
  color: #17b978;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.info_section .social_box a {
  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;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #17b978;
  border-color: #17b978;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #17b978;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #17b978;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #17b978;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 10px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */
.font-weight-bold {
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.flex-container {
  display: flex;
}

.flex-child-img {
  flex: left;
  padding: 0 8px 8px 0;

}

.flex-child {
  flex: right;
}

.board-of-directory-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.board-of-directory-card span {
  color: var(--primary);
  font-weight: 600;
  position: absolute;
  top: 30%;
  left: 20px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  display: none;
}

.board-of-directory-card img:hover {
  opacity: .2;
}

.board-of-directory-card img:hover .board-of-directory-card span {
  display: block;
}

.board-of-directory-card img {
  border-radius: 50%;
  border: 3px solid var(--primary);
  width: 100%;
  margin-bottom: 1rem;
}

.board-of-directory-card h5 {
  margin: 0;
  font-weight: 600;
}

.board-of-directory-card p {
  text-align: center;
  margin: 0;
}

.branch-tab li a {
  display: block;
  padding: 20px;
  color: var(--fourth);
}

.branch-tab .active {
  color: var(--primary);
  border-bottom: 5px solid var(--primary);
}


.branch-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 105%;
  height: 12rem;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px var(--third)
    /*any color you want*/
}

.branch-card:hover {
  background-color: var(--third);
}

.branch-card-title {
  margin: .5rem;
  font-size: 24px;
  font-weight: 600;
  z-index: 1;
  color: var(--primary);
}

/* .iconcount {
  color: rgb(252, 17, 0);
  font-size: 50px;
} */
.branch-card p {
  font-size: 16px;
  margin: 0;
  text-align: center;
  color: var(--trird);
}

.banner-big-title-new {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  font-family: 'Volkhov', serif;
  text-transform: capitalize;
  color: #6084e8;
}

.banner-small-title-new {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  color: #2b3795;
  padding-top: 100px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.common-small-title {
  font-family: 'Gotham-Black';
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #1685aa;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 10px;
}

.common-big-title {
  font-family: 'Gotham-Black';
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #861091;
  text-transform: capitalize;
}

.services-card {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  display: flex;
  align-items: end;
  justify-content: start;
}

.services-card img {
  width: 100%;
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.services-card img:hover {
  transform: scale(1.2);
  transition: all .5s;
}

.services-card h3 {
  font-weight: 900;
  color: var(--primary);
}

/* home-sidebar */
.home-sidebar {
  z-index: 99;
  position: fixed;
  bottom: 20%;
  margin-top: 20px;
  left: 0;
  background: #fff;
  box-shadow: 0px 0 8px #33333361;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-wrap: break-word;
}

ul.sidebar-list>li {
  display: block;
  border-bottom: 1px solid #7a7a7a2b;
  text-align: center;
}

ul.sidebar-list>li>a {
  display: block;
  padding: 8px 4px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

ul.sidebar-list>li>a>img {
  display: block;
  margin: 0 auto;
  height: 30px;
  margin-bottom: 5px;
}

/* clients */
.clients {
  height: 10rem;
  display: flex;
}

.clients img {
  height: 100%;
}

/* Financial */
.financial-card div {
  background: var(--primary);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.financial-card div i {
  color: var(--fifth);
  font-size: 32px;
}

.financial-card p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--fourth);
  text-transform: capitalize;
  margin: 10px 0px;
}

.financial-card a {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--primary);
  color: var(--fifth);
  border-radius: 10px;
}

.news-scroll {
  border: 2px solid var(--primary);
  border-radius: 10px;
  background-color: #f0f0f0;
  box-shadow: 10px 10px 10px #33333361;
}

.news-scroll li {
  list-style-type: none;
  display: block;
  width: 100%;
}

.news-scroll>li>div {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 2px solid var(--third);
  border-top: 2px solid var(--third);
  background-color: var(--primary);
}

.news-scroll>li>div>a {
  color: white;
}

/* client  */
.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.owl-dots {
  margin-top: 1rem;
}

/* annual-reports */
.annual-reports li {
  display: block;
  padding: .5rem 0;
}

.annual-reports li a {

  font-size: 14px;
  color: var(--primary);
}

.annual-reports li span {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: var(--secondary);
  border-radius: 10px;
  margin-right: 1rem;
}

#accordion a,
#accordion button {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

#accordion a:hover,
#accordion button:hover {
  color: var(--third);
}

.owl-carousel .item {
  /* background: #4DC7A0; */
  padding: .2rem;
}

.owl-carousel .item h4 {
  color: #FFF;
  font-weight: 400;
  margin-top: 0rem;
}

.bfit {
  text-align: justify;
}

.basic-card {
  position: relative;
  padding: 1rem;
  /* height: 250px; */
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #f0f0f0;
  box-shadow: 0 0 5px 2px var(--third)
    /*any color you want*/
  ;
}

.basic-card p {
  font-style: italic;
  margin: 0;
}

.h-30 {
  height: 25rem;
  overflow: hidden;
}

.carousel {
  position: relative;
}

.vision-card {
  height: 10rem;
  width: 10rem;
  background-color: #160d0a;
  border-radius: 10px;
  box-shadow: 0 0 10px 10px var(--third);
}

.vision-card i {
  font-size: 3rem;
  color: white;
  text-align: center;
}

.mission-card {
  height: 10rem;
  width: 10rem;
  background-color: var(--sixth);
  border-radius: 10px;
  box-shadow: 0 0 10px 10px var(--third);
}

.mission-card i {
  font-size: 3rem;
  color: white;
  text-align: center;
}

.objectives-card {
  height: 10rem;
  width: 10rem;
  background-color: var(--primary);
  border-radius: 10px;
  box-shadow: 0 0 10px 10px var(--);
}

.objectives-card i {
  font-size: 3rem;
  color: white;
  text-align: center;
}

.arrow-highlight {
  position: relative;

}

.arrow-highlight:before {
  content: "";
  z-index: 1;
  left: 100%;
  top: 0.1em;
  border-width: .8em;
  border-style: solid;
  border-color: orange;
  position: absolute;
  width: calc(100% + 0.5em);
  border-left-color: transparent;
}

.arrow-highlight:after {
  content: "";
  z-index: 1;
  right: 0;
  top: 0.1em;
  border-width: .8em;
  border-style: solid;
  border-color: orange;
  position: absolute;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(180deg);
  transform-origin: center right;
}
.branch-card p,
.branch-card h2{
    text-align:center;
}



@media (max-width: 2380px) {

  .get {
   height: 400px;
  }

  .carousel-indicators>.active {
    height: 3rem;
    width: 3rem;
  }

  }


@media (max-width: 1680px) {

.get {
 height: 400px;
}

.carousel-indicators>.active {
  height: 2rem;
  width: 2rem;
}

}


@media (max-width: 1117px) {

.get {
 height: 300px;
}
}

@media (max-width: 921px) {

  .get {
   height: 600px;
  }
}


@media (max-width: 1190px) {

  .carousel-indicators {
    position: absolute;
    top: 105%;
  }

  .service_section {
    margin-top: 18rem;
  }

  .carousel-indicators>li {
    font-size: 8px;
    height: 4rem;
    width: 4rem;
  }

  .carousel-indicators>li>i {
    font-size: 14px;
  }

  .carousel-indicators>.active {
    height: 2rem;
    width: 2rem;
  }

  .service_section {
    margin-top: 5rem;
  }

}

@media (max-width: 700px) {
  .service_section {
    margin-top: 6rem;
  }

  .carousel-control-next-icon {
    height: 2rem;
    width: 2rem;
  }

  .carousel-control-prev-icon {
    height: 2rem;
    width: 2rem;
  }

  .slider_section {
    height: auto;
  }
}

@media (max-width: 410px) {
  .service_section {
    margin-top: 10rem;
  }
}


/* === Title design === */

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.sub_title {
  margin-bottom: 20px;
}

.sub_title p {
  text-align: justify;
}

.sub_title li {
  list-style: circle;
}

.sub_title h1 {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sub_title h1:before {
  width: 30%;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 35%;
  background-color: var(--sixth);
}

.sub_title h1:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 8px;
  left: 0%;
  background-color: var(--sixth);
}

/* Title design */

.title p {
  margin-bottom: 20px;
}

.title h1 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  /* grid-gap: 20px; */
  column-gap: 20px;
  align-items: center;
}

.title h1:after,
.title h1:before {
  content: " ";
  display: block;
  border-bottom: 1px solid var(--sixth);
  border-top: 1px solid var(--sixth);
  height: 5px;
  background-color: #f8f8f8;
}






























/*  hot line transform start */


/* ============================================================
  SCALE
============================================================ */

/* ============================================================
  TRANSLATE & BOX SHADOW
============================================================ */
.cmn-t-translate-bshadow {
  padding: 20px 40px;
  color: #fff;
  background-color: #ff3296;
}
.cmn-t-translate-bshadow:hover {
  color: #fff;
  -webkit-box-shadow: -10px -10px 0 #98004a;
  -moz-box-shadow: -10px -10px 0 #98004a;
  box-shadow: -10px -10px 0 #98004a;
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

/* ============================================================
  INNER BORDER
============================================================ */
.cmn-t-border {
  padding: 20px 40px;
  color: #fff;
  background-color: #ff3296;
}
.cmn-t-border:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 10px #98004a;
  -moz-box-shadow: inset 0 0 0 10px #98004a;
  box-shadow: inset 0 0 0 10px #98004a;
}

/* ============================================================
  LATERAL SHAKE
============================================================ */
.cmn-t-shake {
  padding: 20px 40px;
  color: #fff;
  background-color: #ff3296;
}
.cmn-t-shake:hover {
  color: #fff;
  -webkit-animation: shake .5s ease-in-out;
  -moz-animation: shake .5s ease-in-out;
  -ms-animation: shake .5s ease-in-out;
  -o-animation: shake .5s ease-in-out;
  animation: shake .5s ease-in-out;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-10px);
  }

  40% {
    -webkit-transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateX(-10px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }

  20% {
    -moz-transform: translateX(-10px);
  }

  40% {
    -moz-transform: translateX(10px);
  }

  60% {
    -moz-transform: translateX(-10px);
  }

  80% {
    -moz-transform: translateX(10px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }

  20% {
    -ms-transform: translateX(-10px);
  }

  40% {
    -ms-transform: translateX(10px);
  }

  60% {
    -ms-transform: translateX(-10px);
  }

  80% {
    -ms-transform: translateX(10px);
  }

  100% {
    -ms-transform: translateX(0);
  }
}

@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    -o-transform: translateX(-10px);
  }

  40% {
    -o-transform: translateX(10px);
  }

  60% {
    -o-transform: translateX(-10px);
  }

  80% {
    -o-transform: translateX(10px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-10px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/* ============================================================
  PULSE
============================================================ */
.cmn-t-pulse {
  padding: 0px 0px;
  color: #fff;

  -webkit-animation: pulse 1s ease infinite;
  -moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
}
.cmn-t-pulse:hover {
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(1.1);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(1.1);
  }

  50% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(1.1);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* ============================================================
  ANIMATED UNDERLINE
============================================================ */
.cmn-t-underline {
  position: relative;
  color: #ff3296;
}
.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 10px;
  background-color: #98004a;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cmn-t-underline:hover {
  color: #98004a;
}
.cmn-t-underline:hover:after {
  width: 100%;
}

/*  hot line transform end */
