body {
  overflow: auto;
  overflow-x: hidden;
}


.abouts{
    width: 100%;
    height: auto;
}
body ::selection {
  background: #34428d;
  color: #fff;
}

.a-logo{
    width: 202px;
}

.fixed-top {
    position: inherit;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
    background: transparent;
    padding-bottom: 12px;
}

  .home header {
    background: transparent;
  }
  header {
    position: relative;
    z-index: 10;
    will-change: transform, opacity;
    background: #fff;
  }
  .flex.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 3rem;
  }
  .home-grid__section-a .content__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    background: #fff;
  }
  
  
  
  
  .home-grid__section-a .content__row .item-title {
    font-weight: 700;
  }
  .home-grid__section-a .content__row > div.left {
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-grid__section-a .content__row > div.right .wys {
    max-width: 470px;
    margin: 0 auto;
  }
  
  .home-grid__section-a .content__row .item-title.mob-title {
    display: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  .home-grid__section-a .content__row > div.right {
    padding: 20px;
  }
  .home-grid__section-a .content__row > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .wys p {
    font-size: 18px;
    font-weight: bold;
    color: #5c5a5a;
}
  
  
  @media (max-width: 1024px){
  .home-grid__section-a .content__row > div.left {
      -webkit-flex-basis: 70%;
      -moz-flex-basis: 70%;
      -ms-flex-basis: 70%;
      flex-basis: 70%;
      max-width: 70%;
      margin: 0 auto 30px;
      min-height: 450px;
  }
  @media (max-width: 768px){
  .home-grid__section-a .content__row > div.left {
      -webkit-flex-basis: 90%;
      -moz-flex-basis: 90%;
      -ms-flex-basis: 90%;
      flex-basis: 90%;
      max-width: 90%;
  }
  }
  @media (max-width: 576px){
  .home-grid__section-a .content__row > div.left {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%;
      min-height: 350px;
  }
  }
  .home-grid__section-a .content__row > div.right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .home-grid__section-a .content__row .item-title.mob-title {
    display: block;
  }
  .home-grid__section-a .content__row .item-title.desc-title {
    display: none;
  }
  }
  
  
  
  
  
  
  
  
  
  
  .home-grid__section {
    padding: 0;
  }
  .row1540 {
    margin: 0 auto;
    width: 1540px;
    max-width: 96%;
    position: relative;
  }
  /* .home-grid__section .content__row:first-child {
    background: #f3f5ff;
  } */
  .home-grid__section .content__row:first-child {
    background: #f3f5ff;
  }
  
  .home-grid__section .content__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    background: #fff;
  }
  h1{

    font-size: 30px;
    font-weight: bold !important;
    color: #34428d !important;
    padding: 0 !important;

}
h3{
    font-size: 25px;
    color: #34428d !important;
    text-transform: capitalize;
    text-align: center;
    padding: 0 !important;
    font-weight: bold !important;
  }
p{
    font-size: 15px;
    /* font-family: "Roboto"; */
    color: rgb(0, 0, 0);
    margin-bottom: 0;
}

h5 {
  font-size: 20px;
  /* font-family: "Roboto"; */
  color: #34428d !important;
  font-weight: bold !important;
}
h6{
    color: #34428d;
    font-size: 10px;
    /* font-family: "Roboto"; */
}

.a-text-top::before {
  background-image: url(../../img/p-beaner.jpg);
}
.a-text-top {
  padding: 40px 0;
  background-image: url(../../img/Vriti-bg.png);
}

  
  h1, h2, h3, h4, h5, h6 {
    color: #4e575d;
    font-weight: 400;
    padding-bottom: 20px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  .home-grid__section .content__row .item-title {
    font-weight: 700;
  }
  .home-grid__section .content__row > div.left {
    min-height: 430px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-grid__section .content__row > div.right .wys {
    max-width: 470px;
    margin: 0 auto;
  }
  
  .home-grid__section .content__row .item-title.mob-title {
    display: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  .home-grid__section .content__row > div.right {
    padding: 20px;
  }
  .home-grid__section .content__row > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  
  
  @media (max-width: 1024px){
  .home-grid__section .content__row > div.left {
      -webkit-flex-basis: 70%;
      -moz-flex-basis: 70%;
      -ms-flex-basis: 70%;
      flex-basis: 70%;
      max-width: 70%;
      margin: 0 auto 30px;
      min-height: 450px;
  }
  @media (max-width: 768px){
  .home-grid__section .content__row > div.left {
      -webkit-flex-basis: 90%;
      -moz-flex-basis: 90%;
      -ms-flex-basis: 90%;
      flex-basis: 90%;
      max-width: 90%;
  }
  }
  @media (max-width: 576px){
  .home-grid__section .content__row > div.left {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%;
      min-height: 350px;
  }
  }
  .home-grid__section .content__row > div.right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .home-grid__section .content__row .item-title.mob-title {
    display: block;
  }
  .home-grid__section .content__row .item-title.desc-title {
    display: none;
  }
  }
  
  .home-grid__section .content__row:nth-child(odd) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
  }
  .desctop_hide {
    display: none;
}
  
  .row1180 {
    margin: 0 auto;
    width: 1180px;
    max-width: 96%;
    position: relative;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  
  header .left-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
  header .left-header #logo {
    opacity: 1;
    color: #181818;
    /* margin-bottom: -50px; */
    -webkit-flex-basis: 168px;
    -moz-flex-basis: 168px;
    -ms-flex-basis: 168px;
    flex-basis: 168px;
    max-width: 93px;
    height: 98px;
    margin-right: 80px;
}
  a {
    color: #34428d;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .left-header #logo img, header .left-header #logo svg {
    width: 100%;
    height: auto;
  }
  img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .main_nav {
    font-size: 0;
  }
  .main_nav .level_a {
    position: relative;
    margin-bottom: 0;
  }
  .main_nav * {
    line-height: 1;
  }
  ul {
    list-style: none;
  }
  .main_nav .level_a li {
    position: relative;
    z-index: 0;
    display: inline-block;
  }
  .main_nav .level_a > li > a {
    font-size: 18px;
    padding: 5px 20px;
    color: #4e575d;
    font-weight: bold;
    border-right: 1px solid rgb(52 66 141 / 50%);
    /* border-radius: 3px;
    margin: 0 30px; */
  }
        
  .main_nav .level_a > li > a:hover {
    color: #34428d;
  }
  
  .row1760 {
    margin: 0 auto;
    width: 1760px;
    max-width: 96%;
    position: relative;
  }
  

  .f-text-holder p{
    font-size: 15px;
    margin-bottom: 2px;
  }
  p span {
    font-weight: bold;
  }
  footer .bottom-footer__wrapper {
    padding: 5px 0;
    background-color: #99a1d5;
    text-align: center;
    /* margin-top: 10px; */
  }


  
  .main_nav a {
    display: block;
  }
  
  .main_nav a:hover {
    text-decoration: none;
  }
  
  header .right-header a {
    font-size: 18px;
    font-weight: 700;
    color: #4e575d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .right-header a:hover {
    color: #34428d;
  }
  
  @media (max-width: 1140px) {
  .mobile_hide {
      display: none;
  }
  .flex.v-center {
    padding: 0 0;
  }
  .burger.is-active {
    top: 13px;
  }
  
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active {
    overflow: hidden;
}
.burger .burger-icon::before {
  top: -7px;
}
.burger.is-active .burger-icon::before {
  transform: translateY(7px) rotate(45deg);
}
.burger .burger-icon::after {
  top: 7px;
}
.burger.is-active .burger-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}
.burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
  background: #fff;
}
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

  }
  
  

  

  .login-button{
    color: #34428d;
    margin-left: 10px;
    font-size: 22px;
  }




  .a-img-bg {
    width: 600px;
    height: 270px;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url(../../../../img/about-us-1.jpg);
    }
    div.left {
  min-height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.a-title{
    text-align: center;
    font-size: 50px;
    /* font-family: "Optima nova LT Pro"; */
    color: #34428d;
}
.container{
    max-width: 1450px;
}





@media(max-width:1370px){
    .container {
        max-width: 1180px;
    }
}


@media(max-width:1024px){
  button.navbar-toggler{
    display: block !important;
    border: 0;
    background: 0;
    margin-right: 10%;
    font-size: 25px;
  }
  nav ul {
    list-style: none;
    z-index: 2;
    padding-left: 0;
  }
  .navbar-nav {
      float: none;
      margin: 0;
      display: none;
      position: absolute;
      max-width: 200px;
      background: #ffffffcc;
      top: 100%;
      box-shadow: 0 10px 10px rgb(0 0 0 / 50%);
      border-top: 4px solid #34428d;
      -webkit-transition: .5s;
      transition: .5s;
      transform-origin: bottom;
      pointer-events: none;    
  }
  li.nav-item {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 0;
    width: 100%;
  }
  .contect-box p {
    font-size: 10px;
  }  
  .navbar-contenr{
    width: 82%;
}

}


p.desc-text {
  text-align: justify;
}





@media (max-width: 1024px){
  .a-img-bg {
    width: 390px;
    height: 270px;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url(../../../../img/about-us-1-r.jpg);
    }  
}


.desctop_hide {
  display: none;
}



@media (max-width: 1140px){
  .burger {
    position: absolute;
    z-index: 101;
    top: 40px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
}
.desctop_hide {
  display: block;
}
}
.burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #34428d;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}
.burger .burger-icon {
  display: inline-block;
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  user-select: none;
}
.burger .burger-icon::before {
  top: -7px;
}
.burger .burger-icon::before, .burger .burger-icon::after {
  position: absolute;
  content: "";
}
.burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #34428d;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}
.burger .burger-icon::after {
  top: 7px;
}
.mobile_menu_active .mobile_menu_container {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile_menu_container {
  font-size: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  padding: 5px;
  border-top: 40px solid #34428d;
  border-bottom: 3px solid #34428d;
  background: #99a1d3;
  will-change: transform, opacity;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile_menu_container {
  width: 100%;
  max-width: 100%;
}
.mobile_menu_container nav {
  margin-bottom: 40px;
}
.mobile_menu_container .level_a > li {
  border-bottom: 1px solid #808bd3;
}
.mobile_menu_container li {
  position: relative;
}
.mobile_menu_container .level_a > li > a {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-left: 20px;
  color: #fff;
}
.mobile_menu_container a {
  z-index: 10;
  display: block;
}
.mobile_menu_container a.link-from-header {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-left: 20px;
  color: #fff;
  border-bottom: 1px solid #99a1d3;
}
header .left-header #logo {
  opacity: 1;
  color: #181818;
  margin-bottom: -50px;
  -webkit-flex-basis: 168px;
  -moz-flex-basis: 168px;
  -ms-flex-basis: 168px;
  flex-basis: 118px;
  max-width: 100px;
  height: 141px;
  margin-right: 80px;
}}

      
.btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  border: none;
  outline: 0;
  background: #34428d;
  appearance: none;
  min-width: 220px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover{
  color: #fff;
}


.btn.white {
  background: transparent;
  border: 1px solid #34428d;
  color: #4e575d;
  padding: 15px 10px;
  text-align: center;
  min-width: 168px;
}
.btn.white:hover {
  color:#34428d;
}


  



/* login-page start */



.sidebar-container {
  /* background: #fff; */
  position: fixed;
  top: 0;
  right: 0;
  width: 385px;
  height: 100%;
  transform: translateX(150%);
  transition: .5s;
  z-index: 9999;
  display: block;
  padding: 25px;
}
@media (max-width:1040px){
  .sidebar-container {
    display: none;
  }
}


input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
::placeholder{
  color: #b8b8b8;
}

input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #34428d9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(135 153 247 / 27%);
}


select#country {
  border: 1px solid #34428d;
  background: #fff;
  color: #222;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
  margin-left: 6px;
  border-radius: 5px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #34428d9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(135 153 247 / 27%);
}


.sidebar-container.move-to-left {
  transform: translateX(0);
}

.sidebar-container::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 150%;
  height: 100%;
  z-index: 1;
  right: -50%;
  top: 0;
  border-left: 2px solid #34428d;
}

.sidebar-close-btn {
  position: absolute;
  z-index: 3;
  color: #fff;
  right: 20px;
  top: 16px;
  font-size: 20px;
  transform: scaleX(1.3);
  width: 26px;
  height: 35px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #34428d;
  cursor: pointer;
}

.login {
  width: 100%;
  position: relative;
  text-align: center;
}

.login-logo {
  width: 94px;
  position: relative;
  z-index: 3;

}
.login h2{
  font-size: 25px;
  color: #34428d;
  z-index: 4;
  position: relative;
  font-family: "Optima nova LT Pro";

}
.form-group{
  position: relative;
  z-index: 3;

}

.w-45{
  width: 35% !important;
}
.form-group h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
}
.form-group input {
  background: transparent;
  border: 1px solid #34428d;
  color: #4e575d;
  padding: 15px 10px;
  text-align: left;
  border-radius: 0.25rem;
  margin: 0 5px;
}
.container input:checked ~ .checkmark {
  background-color: #34428d;
}
.form-group button {
  min-width: 150px !important;
}
.color-btn{
  background-color: #34428d !important;
  color: #fff !important;
  border: 1px solid #34428d;
}
.color-btn:hover{
  background-color: #fff !important;
  color: #34428d !important;
}

.w-49{
  width: 49% !important;
}

.toast-error {
  background-color: red !important;
}

/* .toast-warning {
  background-color: red !important;
} */



/* login page modal */

.modal {
  z-index: 9999999;
}


.modal .modal-dialog {
  max-width: 50%;
}

.modal-body form h1 {
  font-size: 25px;
  color: #34428d;
}

/* login page modal end */






/* login-page end */