:root {
  --gradient: linear-gradient(to right, rgb(25 100 139) 0%, rgb(87 193 247) 100%);
  --gradient-sec: linear-gradient(to right, rgb(25 100 139) 0%, rgb(87 193 247) 100%);
  --primary: #F47629;
  --secondary: #13212a;
  --primary-hover: #2586e6;
  --primary-dark: #1861ab;
  --border-radius-base: 6px;
  --rgba-primary-2: rgb(55 159 212 / 31%);
  --title: #071c35;
  --gray: #f5f5f5;
  --light-bg: #f8f9fa;
  --white-color:#fff;
}

*{
  font-family:'exo', sans-serif; /* Poppins */
}

a{
  text-decoration: none !important;
}

/* ============== 
    Preloader CSS Area 
========================= */
.site-preloader-wrap {
  background: var(--white-color) none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.site-preloader-wrap .cssload-loader {
  left: 50%;
  margin: -75px 0 0 -75px;
  position: absolute;
  top: 50%;
  width: 250px;
  height: 250px;
  line-height: 146px;
  box-sizing: border-box;
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
  -o-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
}

.cssload-loader:before,
.cssload-loader:after {
  opacity: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*content: " ";*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 97px;
  border: 5px solid var(--primary);
  box-shadow: 0 0 49px var(--primary), inset 0 0 49px var(--primary);
  -o-box-shadow: 0 0 49px var(--primary), inset 0 0 49px var(--primary);
  -ms-box-shadow: 0 0 49px var(--primary), inset 0 0 49px var(--primary);
  -webkit-box-shadow: 0 0 49px var(--primary), inset 0 0 49px var(--primary);
  -moz-box-shadow: 0 0 49px var(--primary), inset 0 0 49px var(--primary);
}

.cssload-loader:after {
  z-index: 1;
  animation: cssload-gogoloader 2.3s infinite 1.15s;
  -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.cssload-loader:before {
  z-index: 2;
  animation: cssload-gogoloader 2.3s infinite;
  -o-animation: cssload-gogoloader 2.3s infinite;
  -ms-animation: cssload-gogoloader 2.3s infinite;
  -webkit-animation: cssload-gogoloader 2.3s infinite;
  -moz-animation: cssload-gogoloader 2.3s infinite;
}

.site-preloader-wrap .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: var(--white-color);
  z-index: 1;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

.site-preloader-wrap .loader-section.section-left {
  left: 0;
}

.site-preloader-wrap .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded .site-preloader-wrap {
    visibility: hidden;
}

.loaded .site-preloader-wrap .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .site-preloader-wrap .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}


/* ============== 
    End Preloader CSS Area 
========================= */

/*** Start Header Top CSS ***/
  .header-top {
    padding: 8px 0;
    background: var(--gradient);
    --body-color: #fff;
  }
  .header-links ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
  }
  .header-links li:not(:last-child) {
    margin: 0 26px 0 0;
  }
  .header-links li {
      display: inline-block;
      position: relative;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
  }
  .header-links li, .header-links span, .header-links p, .header-links a {
      color: #fff;
  }
  .header-links li>i {
      margin-right: 6px;
  }

  .header-links i {
      color: #fff;
  }
  .header-links span {
      color: #fff;
  }
  .header-social span:not(:last-child),.header-links li:not(:last-child) {
    display: inline-flex;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    padding: 8px;
    height: 16px;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
  .header-social .social-title {
      font-weight: 500;
      font-size: 16px;
      display: inline-block;
      color: #fff;
  }
  .header-social a {
      font-size: 16px;
      display: inline-block;
      color: #fff;
  }
/*** End Header Top CSS ***/

.site-header {
  position: relative;
  z-index: 9999;
}
.site-header.style-1.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}

.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

/* .site-header.style-1 .main-bar {
    background-color: transparent;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
} */

.site-header.style-1.overlay .main-bar {
    box-shadow: none;
}

.site-header .container {
  position: relative;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 100px;
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
  .site-header.style-1 .extra-nav {
    display: none;
  }
}

@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    margin-left: 3px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .extra-nav .btn,
  .site-header .extra-nav .wp-block-button__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .extra-nav ul li {
  display: inline-block;
}

.site-header .extra-nav ul li .icon {
  padding: 0;
  background: transparent;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    /* width: 179px; */
    height: 100px;
    position: relative;
    z-index: 9;
}


@media only screen and (max-width: 991px) {
    .logo-header {
        width: 180px;
        height: 80px;
    }
}
@media only screen and (max-width: 575px) {
    .logo-header {
        width: 180px;
    }
}

.logo-header img {
    height: 100px;
    max-width: 324px;
    object-fit: contain;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


@media only screen and (max-width: 991px) {
    .logo-header img {
        max-width: 290px;
        height: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-header img {
        max-width: 233px;
    }
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin: 15px 0 15px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 15px ​0 15px 15p;
  }
}

.navicon {
  width: 50px;
  height: 50px;
  background: var(--primary) !important;
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-base);
}

.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 15px;
  width: 30px;
}

.navicon span:nth-child(2) {
  top: 23.5px;
  width: 25px;
}

.navicon span:nth-child(3) {
  top: 33px;
  width: 20px;
}

.navicon.open span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navicon.open span:nth-child(3) {
  top: 25px;
  width: 30px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-tb .navicon span {
  background: #fff;
}

.header-nav {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    width: 280px;
  }
}

.header-nav .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}

.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
  position: unset;
}

.header-nav .nav>li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}

.header-nav .nav>li.has-mega-menu {
  position: unset;
}

.header-nav .nav>li.has-mega-menu>a:after {
  content: "\f078";
  font-size: 10px;
  margin-left: 7px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.has-mega-menu>a:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 12px;
    margin: 0;
    border-radius: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.has-mega-menu>a:after:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}

.header-nav .nav>li:hover>a {
  color: var(--primary);
}

.header-nav .nav>li.sub-menu-down>a:after {
  content: "\f078";
  font-size: 10px;
  margin-left: 7px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.sub-menu-down>a:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 12px;
    margin: 0;
    border-radius: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.sub-menu-down>a:after:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.sub-menu-down.open>a:after {
    content: "\f078";
  }
}

.header-nav .nav>li>a {
  color: #070120;
  font-size: 15px;
  padding: 40px 13px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  text-transform: capitalize;
  line-height: 1.35;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .header-nav .nav>li>a {
    padding: 35px 8px;
    font-size: 12px;
  }
  .logo-header{
      height: 89px;
  }
  .logo-header img{
    height: 89px;
    max-width: 250px;
  }
}

.header-nav .nav>li>a span {
  display: inline-block;
}

.header-nav .nav>li>a i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a i {
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 20px;
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a i:before {
    content: "\f105";
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
  }
}

@media only screen and (min-width: 991px) {
  .header-nav .nav>li:hover>a span {
    -webkit-animation: upToDown 0.3s forwards;
    -moz-animation: upToDown 0.3s forwards;
    animation: upToDown 0.3s forwards;
  }
}

.header-nav .nav>li .mega-menu li:after {
  display: none;
}

.header-nav .nav>li .mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header-nav .nav>li .mega-menu>li>a i {
    color: var(--primary) !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: var(--rgba-primary-2);
  }
}

.header-nav .nav>li .mega-menu li {
  position: relative;
}

.header-nav .nav>li .mega-menu li a {
  color: #262F5A;
  display: block;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu li a {
    padding: 2px 0 1px 15px;
    display: block;
    line-height: 30px;
    position: relative;
  }

  .header-nav .nav>li .mega-menu li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 3px;
    color: #262F5A;
    font-size: 12px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}

.header-nav .nav>li .mega-menu li>.sub-menu {
  left: 220px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu li>.sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li .mega-menu .mega-menu,
  .header-nav .nav>li .mega-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }

  .header-nav .nav>li .mega-menu .mega-menu li a:after,
  .header-nav .nav>li .mega-menu .sub-menu li a:after {
    width: 5px;
    content: "";
    height: 5px;
    background: #262F5A !important;
    border-radius: 4px;
    top: 13px;
  }
}

.header-nav .nav>li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 1280px) {
  .header-nav .nav>li .sub-menu {
    width: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header-nav .nav>li .sub-menu>li>a i {
    color: var(--primary) !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: var(--rgba-primary-2);
  }
}

.header-nav .nav>li .sub-menu li {
  position: relative;
}

.header-nav .nav>li .sub-menu li a {
  color: #262F5A;
  display: block;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 500;
  text-decoration: none;
}

.header-nav .nav>li .sub-menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--primary);
  left: 20px;
  top: 20px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .sub-menu li a {
    padding: 2px 0 1px 15px;
    display: block;
    line-height: 30px;
    position: relative;
  }

  .header-nav .nav>li .sub-menu li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 3px;
    color: #262F5A;
    font-size: 12px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}

.header-nav .nav>li .sub-menu li:hover>a {
  background-color: #F2F2F2;
  padding: 10px 20px 10px 35px;
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .sub-menu li:hover>a {
    padding: 2px 0 1px 15px;
    background: transparent;
  }
}

.header-nav .nav>li .sub-menu li:hover>a:after {
  width: 10px;
}

.header-nav .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .sub-menu li>.sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .header-nav .nav>li .sub-menu li>.sub-menu {
    left: 190px;
  }
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li .sub-menu .mega-menu,
  .header-nav .nav>li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }

  .header-nav .nav>li .sub-menu .mega-menu li a:after,
  .header-nav .nav>li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: "";
    height: 5px;
    background: #262F5A !important;
    border-radius: 4px;
    top: 13px;
  }
}

.header-nav .nav>li .sub-menu li>a>i {
  color: inherit;
  display: block;
  float: right;
  font-size: 12px;
  opacity: 1;
  margin-top: 7px;
  border-radius: 6px;
}

.header-nav .nav>li .sub-menu.open>a>i:before {
  content: "\f078";
}

.header-nav .nav>li .sub-menu>li.open>a i:before {
  content: "\f107";
}

.header-nav .nav>li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 0;
}

.header-nav .nav>li .mega-menu>li {
  display: block;
  padding: 30px 0 25px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li {
    width: 100%;
    padding: 0;
  }
}

.header-nav .nav>li .mega-menu>li>a {
  color: #212529;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.header-nav .nav>li .mega-menu>li>a>i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li>a {
    display: none;
  }
}

.header-nav .nav>li .mega-menu>li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li:after {
    content: none;
  }
}

.header-nav .nav>li .mega-menu>li:last-child:after {
  display: none;
}

.header-nav .nav>li .mega-menu>li:hover>a {
  background-color: transparent;
  padding: 0px 10px 15px 20px;
}

.header-nav .nav>li .mega-menu>li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu {
    display: none;
    padding: 10px 0;
  }
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li:hover>.mega-menu,
  .header-nav .nav>li:hover>.sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}

.header-nav .nav>li.open .mega-menu,
.header-nav .nav>li.open>.sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav>li.open .open.menu-item-has-children>a:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open>.sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav>li.active>a {
  color: var(--primary);
}

@media only screen and (max-width: 1400px) {

  .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
  .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
  .header-nav .nav>li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-nav .nav>li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}

.header-nav .dz-social-icon {
  display: none;
  text-align: center;
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--primary);
  border: 1px solid #eee;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
}

@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-transparent .top-bar,
.header-transparent .main-bar {
  background: transparent;
}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1280px) {

  .header-transparent .container-fluid,
  .header-transparent .container-sm,
  .header-transparent .container-md,
  .header-transparent .container-lg,
  .header-transparent .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-transparent .side-menu-btn .menu-icon-in span {
  background-color: #fff;
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
  background-color: #212529;
}

@media only screen and (min-width: 991px) {
  .header-transparent .nav>li>a {
    color: #fff;
  }
}

.header-transparent .navbar-toggler span {
  background: #fff;
}

.header-transparent .is-fixed .nav>li>a {
  color: #212529;
}

.header-transparent .is-fixed .navbar-toggler span {
  background: #212529;
}

.header-transparent .top-bar {
  border-color: #fff;
}

.header-transparent .top-bar .dz-topbar-left li,
.header-transparent .top-bar .dz-topbar-left i,
.header-transparent .top-bar .dz-topbar-right li,
.header-transparent .top-bar .dz-topbar-right i {
  color: #fff;
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100% !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }

  .mo-left .header-nav.nav-dark {
    background-color: #202020;
  }

  .mo-left .header-nav.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 280px;
  }

  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 25px 20px;
    width: 100% !important;
  }

  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 202px;
    vertical-align: middle;
  }

  .mo-left .header-nav li.open a {
    position: relative;
  }

  .mo-left .navbar-toggler.open {
    z-index: 99;
  }

  .mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 20px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  }

  .mo-left .navbar-toggler.open span {
    background: #fff;
  }
}

.text-black .nav>li>a {
  color: #212529;
}

.text-black .navbar-toggler span {
  background: #212529;
}


/* Start Header is-fixed Animation */
.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

/* Header is-fixed Animation End */

/*** Start About Us CSS***/

/*** End About Us CSS***/



/*** Start Digital Banking ***/
.section-title h2 {
    font-size: 28px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
}
.section-title span {
    color: var(--primary);
}

.blog-single.style3 {
    padding: 0;
    margin-bottom: 0;
}
.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid #ecf1f9;  
    box-shadow: 0px 7px 14px 0px rgb(234 237 242 / 86%);
    border-radius: 10px;
    background: #fff;
}
.blog-single.style3 .blog-img {
    margin-bottom: 40px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.blog-single .blog-img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: var(--blog-space-y, 40px);
    background-color: #F3F7FB;
    line-height: 0;
}
.blog-single.style3 .blog-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112px;
    height: 60px;
    border-bottom: solid 30px #fff;
    border-left: solid 56px #fff;
    border-right: solid 56px transparent;
    border-top: solid 30px transparent;
}
.blog-single.style3 .blog-content {
    padding: 0 var(--blog-space-x, 40px) 40px;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}
.txt-of-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.link-btn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--secondary);
}
.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.link-btn:hover {
    color: var(--secondary);
}
.link-btn:hover::before {
    width: 100%;
}

.blog-content p{
    font-size: 16px;
    margin: 0 0 18px 0;
    color: #4d5765;
    line-height: 1.75;
    text-shadow: none;
}
.box-title a{
    color: var(--secondary);
    text-decoration: none;
}

.link-btn{
  text-decoration: none;
}

/*** End Digital Banking ***/


/*** Start Footer CSS ***/
.footer-wrap {
    position: relative;
}
.footer-wrap .footer-top {
    background: var(--gradient);
}
.footer-wrap .footer-top .footer-widget {
    margin: 0 0 30px;
}
.footer-wrap .footer-top .footer-widget .footer-logo {
    margin: 0 0 20px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title, .footer-wrap .footer-top .footer-widget p, .footer-wrap .footer-top .footer-widget a {
    color: #fff;
}
.footer-contact-address {
    margin: 0 0 9px;
}
.footer-contact-address li {
    position: relative;
    color: #fff;
    padding-left: 30px;
    line-height: 32px;
    padding-bottom: 12px;
    list-style: none;
}
.footer-contact-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #fdf689;
}
.footer-wrap .footer-top .footer-widget .share-on span {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .share-on span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fdf689;
    width: 50px;
    height: 1px;
}
.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a i {
    color: var(--secondary);
    font-size: 16px;
    line-height: 27px;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover {
    background-color: #fdf689;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover i {
    color: var(--secondary);
}
.social-profile li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fdf689;
    width: 50px;
    height: 1px;
}
.footer-wrap .footer-top .footer-widget .footer-menu li {
    padding-bottom: 10px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 500;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: #fdf689;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
    color: #fdf689;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.footer-widget .footer-menu, .footer-contact-address, .DICGC_Assurance {
    padding-left: 0px;
}
.footer-wrap .footer-bottom {
    background-color: var(--primary);
    padding: 16px 0;
}
.footer-wrap .footer-bottom .copyright-text {
    text-align: left;
}
.footer-wrap .footer-bottom .copyright-text p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.footer-wrap .footer-bottom .copyright-text p a {
    color: var(--secondary);
    font-weight: 700;
}
.social-links {
    padding-left: 0;
    text-align: end;
    margin-bottom: 0;
    list-style-type: none;
}
.social-profile{
    padding-left: 0;
}
.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 110px;
    text-align: center;
}
.DICGC_Assurance{
    display: flex;
    gap: 15px;
    list-style-type: none;
}
/*** END Footer CSS ***/


/*** Start New's And Slider CSS ***/
.home-section-2 {
    padding: 60px 0;
    background: #fff7e4;
}
.whatsnew {
    background: var(--primary);
    padding: 35px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    height: 354px;
}
.whatsnew .heading2 {
    margin-bottom: 10px;
}
.whatsnew .heading2 {
    color: #f6ec88;
    font-size: 25px;
    font-weight: 700;
}
.whatsnew marquee {
    height: 226px;
}
.whatsnew ul {
    padding: 0;
    margin: 0;
}
.whatsnew ul li {
    color: #fff;
    list-style: none;
    margin-bottom: 25px;
    font-size: 16px;
}
.whatsnew ul li strong span {
    background: #f6ec88;
    padding: 1px 10px;
    font-size: 11px;
    color: #a20a3a;
    border-radius: 21px;
    text-transform: uppercase;
    margin-left: 8px;
}
.whatsnew ul li p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.whatsnew ul li p :hover {
    text-decoration: underline;
}
/*** End New's And Slider CSS ***/

/*** Start Loan Services CSS ***/

.title-area {
    margin-bottom: calc(60px - 10px);
    position: relative;
    z-index: 2;
}

.slider-area {
    position: relative;
}
        
.blog-card {
    box-shadow: 0px 10px 15px rgba(8,14,28,0.06);
    border-radius: 10px;
    background-color: #fff;
    margin: 10px 0;
}

.blog-card .box-title {
    margin-bottom: 22px
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--secondary), var(--secondary));
    background-image: linear-gradient(to left, var(--secondary), var(--secondary));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-card .box-title a:hover {
    background-size: 100% 2px
}

.blog-card .blog-img {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}


.blog-card .blog-content {
    padding: 30px 30px;
}

.blog-card .blog-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #E0E0E0;
    padding-top: 25px
}


.blog-card .author {
    color: var(--body-color)
}

.blog-card .author img {
    margin-right: 5px
}

.blog-card .author:hover {
    color: var(--theme-color)
}

.blog-card .blog-text {
    margin-top: -0.5em;
    margin-bottom: 22px
}

.txt-of-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #525b5b;
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1299px) {
    .blog-card .blog-content {
        padding:30px 35px
    }
}

@media (max-width: 991px) {
    .blog-card .blog-content {
        padding:30px 30px
    }

    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding:30px 40px
    }

    .blog-card .box-title {
        font-size: 24px
    }
}

@media (max-width: 410px) {
    .blog-card .blog-content {
        padding:30px 30px
    }

    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 350px) {
    .blog-card .blog-content {
        padding:30px 20px
    }

    .blog-card .box-title {
        font-size: 20px
    }
}
/*** End Loan Services CSS ***/

/*** Start main service Section CSS ***/
.banner-one {
    padding-top: 90px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-position: center;
    padding-bottom: 55px;
}
.banner-one .pt-1 {
    position: absolute;
    right: -80px;
    top: 150px;
    z-index: -1;
}
.banner-one .pt-2 {
    position: absolute;
    left: -25px;
    top: 150px;
    z-index: -1;
    animation-name: spin-banner-img;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.banner-one .banner-content {
    padding-bottom: 40px;
}
.banner-one .banner-content .sub-title {
    font-size: 22px;
    text-transform: capitalize;
    color:var(--primary);
    font-weight:700;
}
.banner-one .banner-content h1 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
}
.banner-one .banner-content p {
    font-size: 18px;
}
.btn.btn-primary, .wp-block-button__link {
    color: #ffffff;
}
.btn-primary, .wp-block-button__link {
    border-color: var(--primary);
    background-color: var(--primary);
}
.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.btn-secondary:after {
    background-color: var(--primary);
}
.btn, .wp-block-button__link {
    padding: 14px 28px;
    display: inline-flex;
    border-radius: var(--border-radius-base);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    line-height: 1.5;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.btn.effect:after, .effect.wp-block-button__link:after {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.btn-primary:after, .wp-block-button__link:after {
    background-color: var(--secondary);
}
.btn.btn-primary:hover, .wp-block-button__link:hover {
    color: #ffffff;
}
.btn.effect:hover:after, .effect.wp-block-button__link:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    right: 0;
}
.btn-primary:hover{
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
}
.m-r30 {
    margin-right: 30px;
}
.m-b10 {
    margin-bottom: 10px;
}
.banner-one .banner-media {
    position: relative;
    z-index: 1;
    width: calc(50vw - 255px);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 150px;
}

.banner-one .banner-media img {
    max-width: 470px;
}
.move-2{
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}
.banner-one:before {
    content: "";
    height: 700px;
    width: 700px;
    left: -200px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    position: absolute;
    background: -moz-radial-gradient(center, ellipse cover, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
    background: -webkit-radial-gradient(center, ellipse cover, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
    background: radial-gradient(ellipse at center, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
}
.banner-one:after {
    content: "";
    height: 700px;
    width: 700px;
    right: 0;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(60deg, rgba(255, 73, 23, 0) 27%, rgba(255, 73, 23, 0) 44%, #ffca54c4 100%);
    background: -webkit-linear-gradient(60deg, rgba(255, 73, 23, 0) 27%, rgba(255, 73, 23, 0) 44%, #ffca54c4 100%);
    background: linear-gradient(60deg, rgba(255, 73, 23, 0) 27%, rgba(255, 73, 23, 0) 44%, #ffca54c4 100%);
}

@media only screen and (max-width: 1200px) {
    .banner-one .banner-media {
        width: calc(50vw - 95px);
        padding-right: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-one:after, .banner-one:before {
        height: 500px;
        width: 500px;
    }
    .banner-one {
        padding-top: 152px;
    }
    .banner-one .banner-content .sub-title {
        font-size: 20px;
    }
    .banner-one .banner-content h1 {
        font-size: 45px;
    }
    .banner-one .banner-media {
        width: calc(50vw - 75px);
    }
    .banner-one .banner-media img {
        max-width: 390px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-one .banner-media {
        position: unset;
        width: 100%;
        padding-right: 0;
    }
    .banner-one .banner-media img {
        width: 332px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-one:after, .banner-one:before {
        height: 370px;
        width: 250px;
    }
    .banner-one .pt-1, .banner-one .pt-2 {
        display: none;
    }
    .banner-one .banner-content {
        padding-bottom: 0;
    }
    .banner-one .banner-content .sub-title {
        font-size: 16px;
    }
    .banner-one .banner-content h1 {
        font-size: 35px;
    }
    .banner-one .banner-content p {
        font-size: 16px;
    }
}

/* Start Services Section */
.services-tabs {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.13);
    overflow: hidden;
}

.tab-header { 
  display: flex;
  background: #f1f1f1; 
}

.tab-item { 
    padding: 15px 30px; 
    cursor: pointer; 
    color: #888; 
}

.tab-item.active { 
    background: white;
    color: var(--primary); 
    font-weight: 500;
}

.tab-content>.active{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px;
  text-align: center;
}
.service-icon{
  padding: 15px; 
  display: flex; 
  flex-direction: column; 
  gap: 10px;
  font-size: 0.8rem;
  color: var(--secondary);
  font-weight: 600;
}
.service-icon:not(:last-child) { 
  border-right: 1px solid #eee; 
}
.service-icon i { 
  font-size: 1.5rem;
}

.service-icon:hover{
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

/* End Services Section */

/*** END main Service Section CSS ***/

/*** Start internal Page CSS ***/
.breadcrumb-wrap {
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
    /* margin: 81px 0px 0px; */
}

@media only screen and (max-width: 767px) {
  .breadcrumb-wrap {
    margin: 0px 0px 0px;
    padding: 60px 0px;
  }
}

.br-bg-4 {
    background-image: url(../img/top-image-page.png);
    background-size: cover;
}

.breadcrumb-wrap .breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(0, 75, 137) !important;
    padding: 0px 15px;
    margin: 0px 0px 15px;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    position: relative;
    color: rgb(0, 75, 137);
    margin: 0px 20px 0px 0px;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    display: inline-block;
    position: relative;
    padding: 0px 5px;
    transition: 0.3s;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a::after {
    position: absolute;
    top: 3px;
    right: -11px;
    font-size: 16px;
    content: "";
    width: 2px;
    height: 18px;
    background-color: rgb(0, 0, 0);
    transform: skewX(-15deg);
    border-radius: 0px;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    position: relative;
    color: rgb(0, 75, 137);
    margin: 0px 20px 0px 0px;
}
/*** END Internal Page CSS ***/