@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);
.container{
  max-width: 1440px;
} 
@media screen and (max-width: 1600px){
  .container {
    max-width: 1350px;
  } 
}
@media screen and (max-width: 1400px){
  .container{
    max-width: 1240px;
  }
}
@media screen and (max-width: 1300px){
  .container{
    max-width: 1150px;
  }
}
@media screen and (max-width: 1199px){
  .container{
    max-width: 960px;
  }
}
a {
  color: #000;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 200ms linear;

}

html{
  scroll-behavior: smooth;
}


p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom:10px;
  text-align: justify;
  margin-top: 0;

}


.navigation-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;width: 90%;
  margin-left: 5%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;overflow-x: clip;
}

.navbar {
  padding: 0
}

.navbar-brand img {
  height: 95px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: #fff0
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 18px
}

.nav-item:hover .nav-link {
  color: #fff !important
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block
}

.icon-box h4 a {
  font-family: "Cormorant", serif;
  color: #000;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 25%;
  width: 50%;
  height: 2px;
  content: '';
  background: #fff;
  opacity: 0;
  transition: all 200ms linear
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1
}

.nav-item.active:hover:after {
  opacity: 0
}

.nav-item {
  position: relative;
  transition: all 200ms linear
}

.bg-light {
  background-color: #2a3c95 !important;
  transition: all 200ms linear
}

.section {
  position: relative;
  width: 100%;
  display: block
}

.full-height {
  height: 100vh
}

.over-hide {
  overflow: hidden
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20
}


.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0)
}

.dropdown-menu {
  top: 100%;
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #fcfaff;
  border:
  none;
  border-radius:
  3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.dropdown-toggle::after {
  display: none
}

.dropdown-item {
  padding:
  8px 30px;
  border-bottom:
  1px solid #ccc;
  font-size: 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #2a3c95
}

@media (max-width:767px) {

  .nav-item:after {
    display: none
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: #fff0;
    box-shadow: none;
    transition: all 200ms linear
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important
  }

}

.topbar {
  background: #fff;
  padding: 8px 0;
  margin-top: 15px;
  width: 90%;
  margin-left: 5%;
  position: relative;
  z-index: 3;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 14px;
  padding-left: 5px;
  transition: 0.5s ease;
  
}
.topbar ul li i{
  color: #2a3c95;
}
.topbar ul li a:hover{
  color: #2a3c95;
  transition: 0.5s ease;
}
ul {
  padding: 0;
  margin: 0
}

.social {
  float: right
}

.carousel-control-next {
  right: 20px;
  width: 40px;
  height: 40px;
  top: 46%;
  background: #10458d;
  border-radius: 30px
}

.carousel-control-prev {
  left: 20px;
  width: 40px;
  height: 40px;
  top: 46%;
  background: #10458d;
  border-radius: 30px
}

.carousel-control-prev-icon {
  margin-right: 3px
}

.navbar-light .navbar-brand {
  padding: 15px 40px;
  padding-left: 25px;
  background: #fff;
  margin-top: -40px;
}

.topbar ul {
  float: right
}

.pbl-0 {
  padding: 0
}

.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000008a, #000000ba);
}

.navbar {
  padding-right: 35px
}

.social {
  padding-right: 25px
}

a {
  text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
  padding: 10px 40px;
  background: #fff;
  margin-top: 0
}
@media screen and (max-width:1450px){
  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width:1199px){
  .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }
  .nav-link{
    font-size: 14px;
  }
  .navbar-brand img {
    height: 60px;
  }.topbar::after {
    width: calc(30%);
  }
  .navbar-light .navbar-brand {
    padding: 15px 20px;
  }
}

@media screen and (max-width:991px){
  .ml-md-4, .mx-md-4 {
    margin-left: 0.3rem !important;
  }
  .nav-link{
    font-size: 13px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .navbar-light .navbar-brand {
    padding: 15px 10px;
  }
  .topbar ul li a {
    font-size: 12px;
  }
  .social {
    padding-right: 0;
  }
  .topbar ul li {
    margin-right: 10px;
  }
  .navbar {
    padding-right: 18px;
  }
  .headerbtn{
    display: none;
  }#dnn {
    display: block !important;
  }
}


@media screen and (max-width:767px){
  .topbar ul{
    display: none;
  }
  .social{
    display: block !important;
  }
  .navbar-brand img {
    height: 80px;
  }
  .navbar-light .navbar-brand {
    padding: 7px 25px;
  }
  .navbar-nav {
    overflow: hidden;
    padding-left: 30px !important;
  } .nav-link {
    font-size: 15px;
  }
  .dropdown-item {
    padding:
    8px 0px;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: #fff;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: -6px !important;
    margin-bottom: 10px !important;
  }
}




/*Menu End*/


/*Slider Start*/

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }

  .start-header.scroll-on .navbar-brand img {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}
/*Button*/

.btn-default{
  position: relative;
  display: inline-flex;
  line-height: 1.2em;
  background: #050505;
  text-transform: capitalize;
  border-radius: 100px;
  padding: 2px 25px 2px 2px;
  border: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.headerbtn:hover {
  color: #000;
  background:
  #fff;
  transition:
  0.5s ease;
}
.headerbtn {
  background:
  #000;
  padding:
  4px 20px;
  color: #fff;
  border-radius:
  7px;
  margin-top: 0px;
  border:
  1px solid #000;
  margin-left: 20px;
  transition:
  0.5s ease;
}

.btn-default:hover{
  background-color: transparent;
}



.btn-default:hover:before{
  filter: brightness(0) invert(1);
  transform: translate(-10px, -50%);
}

.btn-default::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #000;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.btn-default:hover::after{
  width: 100%;
}

.btn-default span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.btn-default:hover span{
  background-color: transparent;
  color: #fff;
}

.btn-default span::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #39b5ff;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover span::after{
  width: 100%;
}


/*Button*/
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height:950px;
  transition: all .4s ease;
  margin-top: -150px;
}


.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: capitalize;
}

.hero-single .hero-content .hero-title span{
  color: #fff;
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: #2a3c95;
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid #2a3c95;
}
.hero-single .hero-content .hero-title span {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
.hero-single .hero-content p {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}


@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

.btnmain{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #2a3c95;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 19px 20px 19px;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
}
.btnmain::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btnmain::after {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btnmain > span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.btnmain:hover {
  color: #000;
}

.btnmain:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btnmain:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.slidercaptiontag {}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}

.slidercontents__title{
  font-family: "Oswald", serif;
  font-size: 66px;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.slidercontents__sub-title{
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Sora", serif;
  font-weight: normal;
  line-height: 1.85;
}
.slidercontents__content{
  width: 60%;
}

@media screen and (max-width:1600px){
  .slidercontents__title{
    font-size: 50px;
  }
  .slidercontents__content{
    width: 70%;
  }
  .slidercontents__sub-title {
    font-size: 16px;
  }
  .btn-default span{
    font-size: 16px;
  }

}
@media screen and (max-width:1500px){
  .slidercontents__title{
    font-size: 45px;
  }
  .slidercontents__content{
    width: 45%;
  }
  .slidercontents__sub-title {
    font-size: 15px;
  }
  .btn-default span{
    font-size: 15px;
  }

}
@media screen and (max-width:1199px){
  .slidercontents__title{
    font-size: 40px;
  }
  .slidercontents__content{
    width: 50%;
  }
  .slidercontents__sub-title {
    font-size: 14px;
  }
  .btn-default span{
    font-size: 14px;
  }
.dropdown-item{
  font-size: 14px;
}
}

@media screen and (max-width:991px){
  .slidercontents__title{
    font-size:35px;
  }
  .slidercontents__content{
    width: 70%;
  }
  .dropdown-item{
  font-size: 13px;
}
  .slidercontents__sub-title {
    font-size: 14px;
  }
  .btn-default span{
    font-size: 14px !important;
  }
}
@media screen and (max-width:767px){
  .slidercontents__title{
    font-size:30px;
  }
  .slidercontents__content{
    width: 100%;
  }
  .slidercontents__sub-title {
    font-size: 14px;
  }
  .btn-default span{
    font-size: 14px !important;
  }
}


/*Slider End*/

@media screen and (max-width: 1500px){
  .hero-single .hero-content .hero-title{
    font-size: 50px;
  }
}

@media screen and (max-width: 1400px){
  .navbar-brand img {
    height: 70px;
  }
}

@media screen and (max-width: 1300px){
  .navbar-brand img {
    height: 60px;
  }
  .hero-single .hero-content .hero-title {
    font-size: 45px;
  }
  .btnmain{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 13px 20px 13px;
  }
  .nav-link{
    font-size: 16px;
  }
}


@media screen and (max-width: 1199px){
  .nav-link {
    font-size: 15px;
  }
  .slidercontents__content {
    width: 62%;
  }
}


@media screen and (max-width: 991px){
  .navbar-brand img {
    height: 40px;
  }
  .dropdown-item {
  padding: 2px 14px;
}
  .hero-single .hero-content .hero-title {
    font-size: 40px;
  }
  .hero-single .hero-content p{
    font-size: 16px;
  }
  .nav-link {
    font-size: 14px;
    padding: 13px 4px !important;
  }
  .navbar-light .navbar-brand {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 820px){
  .navbar-brand img {
    height: 35px;
  }
  .hero-single .hero-content .hero-title {
    font-size: 40px;
  }
  .hero-single .hero-content p{
    font-size: 16px;
  }
  .nav-link {
    font-size: 14px;
    padding: 13px 2px !important;
  }
  .navbar-light .navbar-brand {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 767px){
  .topbar{
    display: none;
  }
  .navbar-light .navbar-brand{
    margin-top: 0;
  }
  .navbar-light .navbar-brand {
    padding: 10px 10px 15px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .navbar-light .navbar-toggler-icon{
    border-bottom: 1px solid #2a3c95;
  }
  .dropdown-item {
  padding: 8px 14px;
}
  .navbar-light .navbar-toggler-icon::after, .navbar-light .navbar-toggler-icon::before{
    background-color: #2a3c95;
  }
  .navbar-light .navbar-toggler{
    margin-top: -4px;
  }
  .navigation-wrap{
    width: 100%;
    margin-left: 0%;
  }
  .bg-light {
    background-color: #fff !important;
  }
  .navbar-light .navbar-brand{
    box-shadow: none;
  }
   .hero-style {
    height: 500px;
  }.nav-link{
    color: #000;
  }.nav-item:hover .nav-link {
  color: #212529 !important;
}
  .nav-link{
    font-size: 15px;
    padding: 13px 0 !important;
    color: #212529 !important;
    padding-top: 3px !important;
  }
  .dropdown-item{
    font-size: 14px;font-weight: 500;
  }
    .slidercontents__content {
    width: 100%;
  }
   .hero-single .hero-content .hero-title {
    font-size: 29px;
  }
  .hero-style{
    margin-top: 0;
  }
    .hero-single .hero-content .hero-title {
    margin-top: -70px;
  }

}







.btnmain2{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #2a3c95;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 14px 20px 14px;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
  margin-top: 20px;border: none;
}
.btnmain2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: #f58321;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btnmain2::after {
  position: absolute;
  background-color: #f58321;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btnmain2 > span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.btnmain2:hover {
  color: #fff;
}

.btnmain2:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btnmain2:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}





/*About Us Start*/

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
  border-bottom: 2px solid #2a3c95;
}
.site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 55px;
  color: #f58321;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 20px;
}
.site-title span{
  color: #2a3c95;
}
.about-left {
  position: relative;
  z-index: 1;animation: bounce-y 10s infinite linear;
}

.about-left::before{
  content: "";
  position: absolute;
  bottom: -25px;
  left: -25px;
  width: 140px;
  height: 140px;
  border-radius: 0 100% 0 20px;
  background: #2a3c95;
  z-index: 1;
}

.about-left::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 250px;
  height: 80%;
  border-radius: 15px;
  border: 5px solid #2a3c95;
  transform: translateY(-50%);
  z-index: -1;
  
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-left img{
  width: 100%;
  border-radius: 10px;
}

.about-experience{
  position: absolute;
  top: 80px;
  left: -30px;
  text-align: center;
  background:  #2a3c95;
  padding: 15px 20px 15px 15px;
  border-radius: 20px;
  color: var(--color-white);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon{
  color: #2a3c95;
  font-size: 65px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: auto;
  background: var(--color-white);
  border-radius: 50px;
  margin-bottom: 5px;
}

.about-experience-icon img{
  width: 42px;
  filter: brightness(0) invert(1);
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-content {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2a3c95;
}

.about-item {
  display: flex;
  gap: 15px;
}

.about-item-icon {
  font-size: 45px;
  color: #2a3c95;
  line-height: 1;
}

.about-item-content {
  flex: 1;
}

.about-item-content h5 {
  margin-bottom: 5px;
  font-size: 21px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 500;
}

.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a3c95;
}
.about-area{
  padding: 70px 0 80px;
}

@media screen and (max-width: 1400px){
  .site-title{
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px){
  .about-left{
    margin-bottom: 40px;
  }
  .about-right{
    padding-left: 0;
  }
}
@media all and (max-width: 991px) {

   .about-left{
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767px) {
  .about-left{
    margin-left: 20px;
    margin-right: 20px;
  }
.about-area {
  padding: 50px 0 40px;
}
   .about-left::before {
    width: 70px;
    height: 70px;
  }

  .about-experience{
    top: 30px;
  }

  .about-item {
    margin-top: 30px;
  }
  .site-title-tagline{
    font-size: 14px;
  }  .site-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .btnmain2{
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
  }
}




/*About Us End*/



/*Why Us*/

.why-choose-one {
  position: relative;
  display: block;
  background-color: #2a3c95;
  padding: 60px 0 60px;
  overflow: hidden;
  z-index: 1;
}
.why-choose-one .sectiontitle{
  background: #fff;background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-choose-one .animate-border{
  background: #fff;
}
.why-choose-one .animate-border::after{
  border-left: 10px solid #28378f;
  border-right: 10px solid #2a3c95;
}
.why-choose-one__text{
  color: #fff !important;
}
.why-choose-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.why-choose-one-shape-2 {
  position: absolute;
  right: 596px;
  top: -215px;
  z-index: 2;
}

.why-choose-one-shape-2 img {
  width: auto;
}

.why-choose-one-shape-3 {
  position: absolute;
  top: -260px;
  right: 150px;
}

.why-choose-one-shape-3 img {
  width: auto;
}

.why-choose-one-shape-4 {
  position: absolute;
  top: -81px;
  right: 0;
}

.why-choose-one-shape-4 img {
  width: auto;
}

.why-choose-one-shape-5 {
  position: absolute;
  bottom: -215px;
  right: 0;
  z-index: 1;
}

.why-choose-one-shape-5 img {
  width: auto;
}

.why-choose-one-shape-6 {
  position: absolute;
  bottom: -295px;
  right: 160px;
}

.why-choose-one-shape-6 img {
  width: auto;
}

.why-choose-one-img {
  position: absolute;
  top: -111px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.why-choose-one-img img {
  width: auto;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__left .section-title {
  margin-bottom: 31px;
}

.why-choose-one__left .section-sub-title {
  color: #fff;
}

.why-choose-one__left .section-title__title {
  color: #fff;
}

.why-choose-one__text {
  color: #97a2b7;
  line-height: 28px;
  letter-spacing: ;
}

.why-choose-one__list-box {
  position: relative;
  display: block;
  max-width: 510px;
  width: 100%;
  margin-top: 31px;
}

.why-choose-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.why-choose-one__list li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.why-choose-one__single {
  position: relative;
  display: block;
  background-color: #f58321;
  padding: 35px 20px 32px;
  overflow: hidden;
}

.why-choose-one__list-icon {
  position: relative;
  display: block;
  margin-bottom: 9px;
}
.why-choose-one__list-icon img{
  height: 50px;
}
.why-choose-one__list-icon span {
  font-size: 45px;
  color: #2a3c95;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-one__single:hover .why-choose-one__list-icon span {
  transform: scale(0.9);
}

.why-choose-one__list-title-box {
  position: relative;
  display: block;
}

.why-choose-one__list-title-inner {
  position: relative;
  display: block;
  transform: translateY(0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
}

.why-choose-one__single:hover .why-choose-one__list-title-inner {
  transform: translateY(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}
.colorwhite{
  color: #fff !important;
}
.why-choose-one__left .site-title-tagline{
border-bottom: 2px solid #fff;
}
.why-choose-one__list-title {
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  letter-spacing: ;
}

.why-choose-one__list-text-box {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  transform: translateY(-100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.why-choose-one__single:hover .why-choose-one__list-text-box {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.why-choose-one__list-text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  letter-spacing: ;
  text-transform: capitalize;
  text-align: center;
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media screen and (max-width: 1500px){
  .why-choose-one-img{
    right: -150px;
  }
}
@media screen and (max-width: 1400px){
  .why-choose-one-img{
    right: -250px;
  }
}
@media screen and (max-width: 1199px){
  .why-choose-one-img{
    right: -450px;
  }
}
@media screen and (max-width: 991px){
  .why-choose-one-img{
    display: none;
  }
  .why-choose-one__list-box{
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px){
  .why-choose-one__list li {
  flex: 0 0 100%;
  max-width: 100%;
}
.why-choose-one__single{
  padding: 17px 20px 20px;
}
.why-choose-one__list-title{
  font-size: 18px;
}
.why-choose-one{
  padding: 30px 0 30px;
}
}
/*Why Us*/




/*Services Start*/

.st-service-area .st__service__thumb__two {
  overflow: hidden;
}
.st-service-area .st__service__thumb__two img {
  width: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st-service-area .st__service__icon__two {
  background: #2a3c95;
  width: 90px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px 0 50px 50px;
}
.st-service-area .st__service__icon__two img {
  height: 60px;
}
.st-service-area .st__service__content {
  padding: 26px 10px 30px 113px;
  bottom: 50px;
  border-left: none;
  min-height: 180px;
}
.st__service__content {
  background: #fff;
  padding: 21px 40px 52px;
  filter: drop-shadow(0px 1px 20px rgba(109,109,109,0.4));
  position: relative;
  left: 25px;
  bottom: 50px;
  width: 89%;
  border-left: 5px solid #2a3c95;
  z-index: 1;
  max-height: 100%;
}
.st-service-area .st__service__content h2 {
  font-size: 20px;
  color: #2a3c95;
  font-weight: 600;
}
.st-service-area .st__service__content p {
  line-height: 1.5;
  margin-top: 15px;
}
.st-service-area .st__service__btn {
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 1;
}
.post-slide{
  margin: 20px;
}a:hover {
  color: #2a3c95;
  text-decoration: underline;
}
.st__service__btn a {
  display: inline-block;
  padding: 12px 29px;
  background: #2a3c95;
  color: #fff;
  font-size: 30px;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}.st-service-area .st__service__btn a::before {
  background: #2a3c95;
}
.ourservices{
  padding: 60px 0 40px;
}
.ourservices p{
  text-align: left;
}
@media screen and (max-width: 1601px){
  .st-service-area .st__service__content h2{
font-size: 21px;
  }
  .st-service-area .st__service__icon__two{
    width: 80px;
  height: 90px;
  line-height: 80px;
  }
  .st-service-area .st__service__content {
  padding: 26px 10px 30px 90px;
}
}


@media screen and (max-width: 1401px){
  .st-service-area .st__service__content h2{
font-size: 19px;
  }
  .st-service-area .st__service__content {
 min-height: 220px;
}
}

@media screen and (max-width: 1301px){
   .st-service-area .st__service__content h2 {
    font-size: 18px;
  }  .st-service-area .st__service__content {
    padding: 26px 10px 30px 82px;
  }
   .st-service-area .st__service__icon__two {
    width: 70px;
    height: 80px;
    line-height: 70px;
  }
}

@media screen and (max-width: 1199px){
    .st-service-area .st__service__content {
    min-height: 200px;
  }
}
@media screen and (max-width: 991px){
    .st-service-area .st__service__content {
    min-height: 220px;
  }
}

@media screen and (max-width: 767px){
  .ourservices {
  padding: 20px 0 0px;
}
.st-service-area .st__service__content {
  bottom: 30px;
  }
}
/*Services End*/


/*Start Blog*/

.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-one__shape-1 {
    position: absolute;
    top: 0;
    right: -20px;
    opacity: 0.05;
    z-index: -1;
}

.blog-one__shape-1 img {
    width: auto;
}

.blog-one__shape-2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
    z-index: -1;
}

.blog-one__shape-2 img {
    width: auto;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img-box {
    position: relative;
    display: block;
}

.blog-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #2a3c95;
  border-bottom: none;
}

.blog-one__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0, .70);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(100%);
    transform-origin: left;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}


.blog-one__single:hover .blog-one__img:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.blog-one__img:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0, .70);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(-100%);
    transform-origin: top;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.blog-one__single:hover .blog-one__img:after {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.blog-one__img img {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-one__single:hover .blog-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-one__plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg) scale(0);
    transition: all 600ms ease;
    z-index: 3;
}

.blog-one__single:hover .blog-one__plus {
    transform: rotate(0deg) scale(1);
    transition-delay: 700ms;
}

.blog-one__plus a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #2a3c95;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__plus a:hover {
    color: #fff;
    background-color: #2a3c95;
}

.blog-one__date {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 7px solid #2a3c95;
    z-index: 2;
}

.blog-one__date p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-family: var(--fixpro-font-2);
    color: #000;
}

.blog-one__content {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow:0px 10px 39.2px 0.8px rgba(68, 84, 162, 0.07);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 16px 30px 13px;
}
.ourblogs{
  padding: 60px 0;
  background: #e9ebf4;
}
.blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-one__meta li {
    position: relative;
    display: block;
}

.blog-one__meta li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: ;
    font-weight: 500;
}

.blog-one__meta li p span {
    font-size: 16px;
    color: #2a3c95;
    font-weight: 700;
}

.blog-one__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 12px 0;
}

.blog-one__title a {
    color: #000;
}

.blog-one__title a:hover {
    color: #2a3c95;
}

.blog-one__read-more {
    position: relative;
    display: inline-block;
}

.blog-one__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-one__read-more a:hover {
    color: #2a3c95;
}

.blog-one__read-more a span {
    color: #2a3c95;
}

.sidebar .sidebar-widget {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 10px;
}
.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  color: #000;
}
.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-box li {
  position: relative;
}
.category-box li:first-child a {
  padding-top: 0;
}
.category-box li a {
  color: #666666;
  padding: 8px 10px 8px 15px;
  padding-top: 8px;
  display: block;
  transition: 0.4s;
}
.category-box li:first-child a::before {
  top: 12px;
}
.category-box li a::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2a3c95;
}
.sidebar .sidebar-widget h4::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #2a3c95;
  transition: 0.4s;
}
.oublogssinternalpage{
  padding: 70px 0 50px;
}
.oublogssinternalpage img{
  margin-bottom: 30px;
}
.blogsinternalpage{
  padding-left: 15px;
}
.blogsinternalpage li{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 5px;
  list-style: disclosure-closed;
  text-align: justify;
  margin-top: 0;
}
.blogsinternalpage li::marker {
  color: #2a3c95;
}
.oublogssinternalpage h4{
  color: #2a3c95;
}

@media screen and (max-width: 1400px){
  .blog-one__title{
    font-size: 19px;
  }
}

@media screen and (max-width: 767px){
  .ourblogs {
  padding: 30px 0;
}
.blog-one__content{
  padding: 2px 16px 5px;
}
 .blog-one__title {
    font-size: 18px;
  }.oublogssinternalpage {
  padding:40px 0 20px;
}
}
/*End Blog*/





/*Footer start*/



.copyright {
    background: #2a3c95 !important;
    padding: 10px 0;
    text-align: center
}
.copyright a{
  color: #fff !important;
}
.copyright br{
  display: none;
}
.footer-section.footer_section2 .footer_section__link a:hover {
  text-decoration: underline;
  color: #f58321;
}
.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    text-align: center
}

.footer-section.footer_section2 {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #212121
}

.footer-section.footer_section2 .footer_section__title h2 {
    font-size: 26px
}

.footer-section.footer_section2 .footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: -17px;
    background: #f38221;
    width: 2px;
    height: 31px
}

.footer-section.footer_section2 .footer_section__link a {
    margin-bottom: 10px;
    line-height: 2
}

.footer-section.footer_section2 .footer_section__link a:hover {
    text-decoration: underline
}

.footer_section__grid ul li {
    display: inline
}

.footer_section__grid ul li img {
    margin: 5px
}

.st-footer-copyright-area {
    padding: 32px;
    position: relative;
    overflow: hidden
}

.footer__scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center
}

.right__all__content {
    margin-left: 41px
}

.footer_section__copyright__link ul li {
    display: inline;
    margin-left: 27px;
    color: #cacaca
}

.footer_section__copyright__link ul li a:hover,
.footer_section__link a i,
.footer_section__link a:hover {
    color: #f38221
}

.footer_section__copyright__link ul li a {
    display: inline-block;
    color: #cacaca;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer-section {
    overflow: hidden
}

.ft_borer {
    border-bottom: 1px dashed #2a3c95;
    padding-bottom: 121px
}

.footer_section__text p {
    color: #fff;
    width: 80%;
    margin: 24px 0 0
}

.st__social__icon h2 {
    opacity: 1;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 0 18px;
    position: relative
}

.st__social__icon h2::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -18px;
    width: 3px;
    height: 30px;
    background: #2a3c95
}

.st__social__icon a {
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px dashed rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 22px;
    margin-right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.st__social__icon a:hover {
    background: #2a3c95;
    border: 1px dashed #2a3c95
}

.footer_section__title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 23px
}

.footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    background: #2a3c95;
    width: 100px;
    height: 1px
}

.footer_section__link a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer_section__link a i {
    margin-right: 7px
}

.footer_section__title p {
    color: #fff;
    opacity: .8
}

.footer_section__subscribe__form input {
    font-size: 16px;
    color: #939393;
    font-weight: 400;
    border: none;
    padding: 18px 17px;
    width: 89%
}

.footer_section__subscribe__form input::placeholder {
    font-size: 16px;
    color: #939393;
    font-weight: 400
}

.footer_section__subscribe__form button {
    border: none;
    background: #2a3c95;
    color: #fff;
    padding: 12px 19px;
    position: absolute;
    top: 6px;
    right: 42px
}

.footer_section__copyright span {
    color: #fff;
    font-size: 18px;
    margin-top: 32px;
    display: inline-block
}

.footer_section__copyright span a {
    display: inline-block;
    color: #2a3c95;
    text-decoration: underline
}

.footer__scroll a {
    display: inline-block;
    background: #e5ffeb;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px
}

@media screen and (max-width: 767px){
  .footer-section.footer_section2 {
  padding-top: 18px;
  padding-bottom: 40px;
}
.footer-section.footer_section2 .footer_section__title h2 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 20px;
}
}


/*Footer end*/


/*Banner Start*/
.banner-section {
  background: url('../images/banner.webp');
  background-size: auto;
  background-size: auto;
  background-size: cover;
  position: relative;
  padding: 190px 0 30px;
  margin-top: -150px;
  position: relative;
}.custom-breadcrumb ol {
  margin-bottom: 0;
  margin-top: 20px;
}
.custom-breadcrumb ol li.breadcrumb-item {
  padding-left: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  color: #fff;
  opacity:1;
  font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #f38221;
  content: "/";
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: themify;
  content: "»";
  font-size: 10px;
  color: #f38221;
  font-size: 20px;
}
.sec-title2{
  font-size: 26px;
  margin: 0;
  width: fit-content;
  background: #f38221;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  margin: auto;
}

.banner-section img {
  height: 30px;
  margin-right: 10px;
}

.banner-section:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.67);
}

@media screen and (max-width: 767px){
  .sec-title2,.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  font-size: 16px;
}

}

/*Banner End*/


/*About Page*/

.visonmissioncard {
  padding: 50px 40px 40px 40px;
  background-color: #2a3c95;
  box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.27);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index:2;
  margin-bottom:27.5px;
  min-height: 255px;
}
.minheightauto{
  min-height: auto !important;
}
.visonmissioncard:before,
.visonmissioncard:after {
  content:'';
  width:calc(100% - 4px);
  height:calc(100% - 4px);
  position:absolute;
  top:2px;
  left:2px;
  background-color:#ffff;
  z-index:-1;
  border-radius:19px;
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out
}
.visonmissioncard:after {
  width:100%;
  height:100%;
  background-image:-webkit-linear-gradient(top, #2a3c95 0%, rgba(255,255,255,0) 80%);
  background-image:linear-gradient(180deg, #2a3c95 0%, rgba(255,255,255,0) 80%);
  z-index:-2;
  top:0;
  left:0
}
.icon-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color:  #fff;
  color: #2a3c95;
  text-align: center;
  border-radius: 50%;
  border: none;
}
.visonmissioncard_icon {
  width:80px;
  height:80px;
  line-height:80px;
  background-color:#2a3c95;
  border-radius:50%;
  margin:0 auto 29px auto;
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out;
  position:relative;
  z-index:2
}
.visonmissioncard_icon::before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:-10px;
  left:-10px;
  background-color:inherit;
  opacity:0.3;
  z-index:-1;
  border-radius:inherit
}
.visonmissioncard_icon img {
  -webkit-filter:brightness(0) invert(1);
  filter:brightness(0) invert(1);
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out;
  height: 50px;
}
.visonmissioncard_title {
  font-size:24px;
  margin-bottom:15px;
  margin-top:-0.24em;
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out
}
.visonmissioncard_text {
  margin-bottom:-0.45em;
  -webkit-transition:0.4s ease-in-out;
  transition:0.4s ease-in-out;
  text-align: center;
}
.visonmissioncard .icon-btn {
  --btn-size: 55px;
  background-color:#2a3c95;
  color:#ffff;
  box-shadow:0px 8px 19px rgba(50, 60, 141, 0.18);
  position:absolute;
  bottom:-27.5px;
  left:50%;
  margin-left:-27.5px
}
.visonmissioncard:hover::before,
.visonmissioncard:hover:after {
  height:0
}
.visonmissioncard:hover .visonmissioncard_icon {
  background-color:#ffff
}
.visonmissioncard:hover .visonmissioncard_icon img {
  -webkit-filter:none;
  filter:none;
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg)
}
.visonmissioncard:hover .visonmissioncard_title {
  color:#ffff
}
.visonmissioncard:hover .visonmissioncard_text {
  color:#ffff
}
.visonmissioncard:hover .icon-btn {
  background-color:#ffff;
  color:#2a3c95;
  -webkit-animation:jumpIcon 1s linear infinite;
  animation:jumpIcon 1s linear infinite
}

@-webkit-keyframes jumpIcon {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes jumpIcon {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

.visonmission{
  padding: 80px 0 50px;
  background: #e9ebf4;
}
.bision{
  padding-top:0px ;
}

@media screen and (max-width: 1600px){
  .visonmissioncard {
 
  min-height: 280px;
}
}

@media screen and (max-width:1300px){
  .vmcar{
    padding: 50px 20px 40px 20px;
  }
  .visonmissioncard{
min-height: 305px;
  }
} 

@media screen and (max-width: 1199px){
  .visonmissioncard {
    padding: 50px 12px 40px 12px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px){
  .visonmission {
  padding: 47px 0 20px;
}
}

/*About Page End*/


/*Why Choose Us Page start*/

.whychooseus{
  padding: 65px 0 45px;
}
.feature-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
    border-radius: 10px;
}

.feature-one__single-inner {
    position: relative;
    display: block;
    padding: 0 40px 32px;
    border-radius: 10px;
    overflow: hidden;
    border-top: 3px solid #2a3c95;
    z-index: 1;
}

.feature-one__single-inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a3c95;
    opacity: 0;
    transform: translateY(90px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.feature-one__single:hover .feature-one__single-inner:before {
    opacity: 1;
    transform: translateY(0px);
}

.feature-one__shape-1 {
    position: absolute;
    bottom: -200px;
    right: -200px;
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.feature-one__shape-1 img {
    width: auto;
}

.feature-one__single:hover .feature-one__shape-1 {
    bottom: 0px;
    right: 0px;
    opacity: .30;
    transition-delay: 300ms;
}

.feature-one__icon-and-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 25px;
}
.feature-one__icon img{
  height: 70px;
}

.feature-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #2a3c95;transition: all 500ms ease;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #fff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
}

.feature-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.feature-one__title a {
    color: #000;
}

.feature-one__single:hover .feature-one__title a {
    color: #fff;
}

.feature-one__text {
    margin: 23px 0 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text, .feature-one__single:hover h3 {
    color: #fff;
}

.feature-one__read-more {
    position: relative;
    display: inline-block;
}
.feature-one__single:hover .feature-one__icon{
    background-color: #f38221;transition: all 500ms ease;
}
.feature-one__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: ;
    color: #000;
}

.feature-one__single:hover .feature-one__read-more a {
    color: #2a3c95;
}

.feature-one__read-more a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #2a3c95;
    border-radius: 50%;
    font-size: 7px;
    color: #fff;
}

@media screen and (max-width: 1400px){
  .feature-one__title {
  font-size: 23px;
}
.feature-one__icon{
  width: 75px;
  height: 75px;
}
.feature-one__icon img {
  height: 60px;
}
}
@media screen and (max-width: 1400px){
  .feature-one__title {
  font-size: 20px;
}
.feature-one__icon{
  width: 70px;
  height: 70px;
}
.feature-one__icon img {
  height: 50px;
}
.feature-one__text{
  text-align: left;
}
}


@media screen and (max-width: 767px){
  .whychooseus {
  padding: 40px 0 13px;
}
}
/*Why Choose Us Page End*/



/*Contact Page Start*/

.contactpage{
  padding: 60px 0;
}
.mbnew-widget_icon{
  position: absolute;
  width: auto;
  top: -2px;
  right: 5px;
}
.mbnew-timelist-li-title a{
  font-size: 16px;
}
.mbnew-widget_icon .mbnew_icon{
  font-size: 25px;
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
    line-height: 1;
    transition: all .3s;
  text-align: center;
  color: #fff;
  background-color: #2a3c95;
}
.inner-box_area .col-md-6.col-lg-4:not(:first-child) .mbnew-widget_icon .mbnew_icon{
  background-color: #2a3c95;
}
.mbnew-widget_icon .mbnew_icon i{
  width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.inner-box_style{
  width: 100%;
  height: 100%;
  padding: 45px 45px 45px 45px;
  clip-path: polygon( 4.596% 0.565%,4.596% 0.565%,3.947% 0.895%,3.336% 1.309%,2.766% 1.801%,2.24% 2.364%,1.762% 2.994%,1.336% 3.686%,0.966% 4.433%,0.655% 5.23%,0.407% 6.072%,0.226% 6.954%,0.226% 6.954%,0.176% 7.633%,0.134% 9.052%,0.099% 11.243%,0.071% 14.238%,0.051% 18.072%,0.037% 22.777%,0.03% 28.386%,0.029% 34.931%,0.034% 42.447%,0.045% 50.966%,0.113% 93.462%,0.747% 95.156%,0.747% 95.156%,0.969% 95.705%,1.219% 96.23%,1.495% 96.729%,1.795% 97.201%,2.119% 97.644%,2.466% 98.057%,2.834% 98.439%,3.221% 98.786%,3.628% 99.099%,4.052% 99.376%,5.094% 100%,94.968% 100%,96.009% 99.376%,96.009% 99.376%,96.433% 99.099%,96.84% 98.786%,97.228% 98.439%,97.595% 98.057%,97.942% 97.644%,98.266% 97.201%,98.566% 96.729%,98.842% 96.23%,99.092% 95.705%,99.314% 95.156%,99.948% 93.462%,100.016% 62.259%,100.016% 62.259%,100.026% 56.181%,100.03% 50.744%,100.027% 45.939%,100.017% 41.754%,100.002% 38.18%,99.98% 35.207%,99.952% 32.824%,99.919% 31.023%,99.88% 29.793%,99.835% 29.123%,99.835% 29.123%,99.782% 28.765%,99.722% 28.409%,99.657% 28.055%,99.585% 27.703%,99.506% 27.353%,99.421% 27.006%,99.33% 26.662%,99.233% 26.32%,99.129% 25.982%,99.02% 25.646%,99.02% 25.646%,98.694% 24.858%,98.32% 24.143%,97.887% 23.492%,97.382% 22.896%,96.796% 22.344%,96.115% 21.827%,95.33% 21.335%,94.428% 20.858%,93.398% 20.387%,92.228% 19.911%,92.228% 19.911%,90.917% 19.385%,89.803% 18.853%,88.861% 18.284%,88.064% 17.642%,87.387% 16.895%,86.802% 16.008%,86.285% 14.949%,85.808% 13.684%,85.345% 12.179%,84.871% 10.401%,84.871% 10.401%,84.719% 9.788%,84.565% 9.183%,84.412% 8.598%,84.262% 8.041%,84.118% 7.522%,83.984% 7.05%,83.863% 6.635%,83.757% 6.286%,83.669% 6.013%,83.603% 5.825%,83.603% 5.825%,83.404% 5.38%,83.153% 4.909%,82.858% 4.424%,82.528% 3.935%,82.171% 3.455%,81.797% 2.994%,81.414% 2.564%,81.031% 2.177%,80.656% 1.843%,80.298% 1.575%,80.298% 1.575%,79.621% 1.141%,78.889% 0.795%,77.849% 0.527%,76.251% 0.327%,73.84% 0.186%,70.367% 0.092%,65.577% 0.037%,59.22% 0.01%,51.043% 0.001%,40.794% -0%,40.794% 0%,31.784% 0.009%,24.453% 0.022%,18.619% 0.04%,14.103% 0.066%,10.725% 0.104%,8.304% 0.156%,6.661% 0.225%,5.615% 0.315%,4.987% 0.427%,4.596% 0.565% );
}
.inner-box_1{
  background-color: #2a3c95;
}
.inner-box_style .mbnew-heading_title{
  margin-bottom: 15px;
  padding-bottom:20px;
  border-bottom: 1px solid #FFFFFF33;
}
.inner-box_style .mbnew-heading_title h5{
  font-size: 26px;
    line-height: 32px;
  margin: 0;
  color: #fff;
}
.mbnew-timelist-list{
  padding-left: 0;
  margin-left: 0;
}
.inner-box_1 ul.mbnew-timelist-list li{
  padding: 5px 0;
}
.inner-box_1 ul.mbnew-timelist-list li .mbnew-timelist-li-title{
  font-weight: 400;
    font-size: 15px;
  color: #fff;
}
.inner-box_1 ul.mbnew-timelist-list .mbnew-timelist-li-value{
  float: left;
  color: #fff;
}
.inner-box_1 ul.mbnew-timelist-list .mbnew-timelist-li-value a{
  color: #fff
}
.inner-box_1 ul.mbnew-timelist-list li{
  list-style: none;
}
.mbnew-timelist-li-title a{
  color: #fff
}
.inner-box_style{
  padding-bottom:20px;
}
.contactform{
  padding:0px 0 70px;background: url(../images/service-bg-2.webp);
    background-size: auto;
  background-size: auto;
  background-size: cover;
  position: relative;

}
.contactform{
  overflow: hidden;
}
.contactform .form{
  padding: 40px 30px 24px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(42, 60, 149, 0.27);border: 1px solid #2a3c95;
  border-radius: 10px;
}
.contactform .form h2{

  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  text-align: left;
  margin-bottom: 20px;

}
.contactform h2 span {
  color: #2a3c95;
}

@media screen and (max-width: 991px){
  .mbb-1{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .contactpage {
  padding: 40px 0 10px;
}
.contactform .form {
  padding: 20px 30px 18px;
  margin-bottom: 30px;
  }
  .contactform{
    padding: 0px 0 40px;
  }
  .mbnew-widget_icon{
    top: -14px;
  }
}

/*Contact Page End*/




/*Service Internal*/


.service__thumb2 {
  margin-top: 18px;
}
.service__thumb2 img {
  width: 100%;
}
.service__details__content1 {
  padding-left: 0px;
  padding-top: 15px;
}
.service__details_thumb img {
  width: 100%;
}
.service__details__content1 ul li {
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  margin-left: 30px;
}
.service__details__content1 ul li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #2a3c95;
  top: 9px;
  left: -28px;
}
.service__details__content1 h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 17px;
  margin-bottom: 12px;
  color: #000;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;
  background: #e6e6e6;
  padding: 13px 22px;
  font-size: 18px;
  font-weight: 500;
  color: #2a2f4b;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 20px;
}
.servcie__links a:hover{
  background: #2a3c95;
  color: #fff;
}
.activelinks{
  background: #2a3c95 !important;
  color: #fff !important;
}
.service__contact__wrap {
  padding: 50px 0px;
  margin-top: 35px;
}
.service__details__left__wrap {
  padding-right: 30px;
}
.service__contact__content h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 32px;
}
.service__contact__content span {
  display: block;
  color: #ededed;
  margin-top: 35px;
  margin-bottom: 20px;
}
.service__contact__content h3{
  font-size: 30px;
  color: #ededed;
  font-weight: 600;
}
.service__contact__content h3 a{
  color: #fff !important;
}
.service__Details__btn a img {
  margin-right: 10px;
}
.service__Details__btn a {
  display: inline-block;
  background: #2a3c95;
  padding: 22px 30px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 30px;
}
.service__Details__btn a:hover{
  background: #2a2f4b;
}
.service-details-area{
  padding: 70px 0;
}
.service__details_thumb{
  margin-bottom: 20px;
}
.service__details__content1 ul li{
  list-style: none;
}
.service__details__content1 ul{
  padding-left: 0;
}

.service__details__wrap h2{
   color: #000;
}

.resourcecard{
    background-color: #fff;
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.11);
    padding: 25px 30px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.resourcecard h4{
    margin-top:20px;    color: #2a3c95;
}
@media screen and (max-width: 767px){
  .gradient-overlay{
      padding: 30px 0px 30px;
  }
  .gradient-overlay h1{
    font-size: 30px;
  }.service-details-area {
  padding: 35px 0 40px;
}
.footer_section__link a{
    font-size:14px
}
.service__details__wrap h2{
  font-size: 26px;
}
.servcie__links a{
  padding: 9px 22px;
  font-size: 18px;
}.service__contact__wrap {
  padding: 29px 0 30px;
  margin-top: 35px;
}.service__details__left__wrap {
  padding-right: 0;
  padding-top: 20px;
}
.service__contact__content h2 {
  font-size: 29px;
}
.service__contact__content h3 {
  font-size: 23px;
  }
  .footer-layout4 .th-widget-contact.style2 .info-box_wrapper{
    display: block;
  }  .sidefixed {
    padding: 20px 8px 10px 10px;
  }.sidefixed img {
  height: 23px;
}
.resourcecard{
   padding: 15px 20px 10px;
}
.resourcecard h4{
    font-size:20px;
}

}

.googletranslate img{
  height: auto !important;
}



/*Service Internal End*/