.no-padding {
    padding: 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.main-banner .banner-sec, .main-banner .banner-sec .jarallax {
    height: 74vh;
    position: relative;
}
.main-banner .banner-sec .jarallax {
    width: 100%;
    object-fit: cover;
}

.main-banner .banner-sec, .main-banner .banner-sec .jarallax {
    height: 74vh;
    position: relative;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
        background-position: center center;
    background-size: cover;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.transform-center {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}
.mb-xl-80 {
    margin-bottom: 80px;
}.main-banner .banner-sec .text-wrapper .img-wrap img {
    transform: rotateY(0) skewY(0) translate3d(0, 0, 0);
    perspective: 1000px;
    width: 30vw;
    transition: transform 1s ease, opacity .3s cubic-bezier(.37, .01, 0, .98);
}
.main-banner .banner-sec .text-wrapper .img-wrap:hover img {
    transform-origin: center;
    animation-name: jello;
    animation-fill-mode: both;
    animation-duration: .8s;
}
/*banner-slider-2*/

.banner-slider-2 {

    height: 100vh;

    position: relative;

}

.main-banner .banner-sec .jarallax {

    width: 100%;

    object-fit: cover;

}

.main-banner .banner-sec .image-wrapper {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    display: block;

    transition: 0.3s all;

}

.main-banner .banner-sec .image-wrapper1 {

    background-image: url(../new_img/about_us_image2.png);
opacity: 0.8;
    position: absolute;
    top: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    display: block;

    transition: 0.3s all;

}

.main-banner .banner-sec .image-wrapper:before {

    content: '';

    background: linear-gradient( rgba(1, 0, 128, 0.20), rgba(1, 0, 128,0.20) );

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 100%;


}

.main-banner .banner-sec:hover>.image-wrapper {

    opacity: 0;

    visibility: hidden;

}

.main-banner .banner-sec .text-wrapper {

    text-align: center;

}

.main-banner .banner-sec .text-wrapper .img-wrap img {

    transform: rotateY(0) skewY(0) translate3d(0, 0, 0);

    perspective: 1000px;

    width: 30vw;

    transition: transform 1s ease, opacity .3s cubic-bezier(.37, .01, 0, .98);

}

.main-banner .banner-sec .text-wrapper .img-wrap:hover img {

    transform-origin: center;

    animation-name: jello;

    animation-fill-mode: both;

    animation-duration: .8s;

}
.about_title{
  font-style: italic;
  font-weight: 900;
  color: white;
  font-size: 50px;
  text-align: center;
  margin-top: -10%;
  padding-bottom: 20px;
}
    .circle, .circle__inner div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.circle {
  border-radius: 50%;
  position: relative;
  width: 75vh;
  height: 75vh;
  max-width: 75vw;
  max-height: 75vw;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 1em;
  background-color: #999;
}
.circle .circle__inner {
/*  height: 100%;
*/  background-repeat: no-repeat;
  background-size: 0 0;
}
.circle.transition .slice {
  transform: rotate(0);
}

.slice {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  transition: transform 3s 0.1s cubic-bezier(0.6, -0.1, 0.735, 0.045);
}

.slice--0 {
  -webkit-clip-path: polygon(50% 0%, 56.52631% 0.42776%, 62.94095% 1.70371%, 69.13417% 3.80602%, 75% 6.69873%, 50% 50%);
          clip-path: polygon(50% 0%, 56.52631% 0.42776%, 62.94095% 1.70371%, 69.13417% 3.80602%, 75% 6.69873%, 50% 50%);
  transform: rotate(-0deg);
}

.slice--1 {
  -webkit-clip-path: polygon(75% 6.69873%, 80.43807% 10.33233%, 85.35534% 14.64466%, 89.66767% 19.56193%, 93.30127% 25%, 50% 50%);
          clip-path: polygon(75% 6.69873%, 80.43807% 10.33233%, 85.35534% 14.64466%, 89.66767% 19.56193%, 93.30127% 25%, 50% 50%);
  transform: rotate(-30deg);
}

.slice--2 {
  -webkit-clip-path: polygon(93.30127% 25%, 96.19398% 30.86583%, 98.29629% 37.05905%, 99.57224% 43.47369%, 100% 50%, 50% 50%);
          clip-path: polygon(93.30127% 25%, 96.19398% 30.86583%, 98.29629% 37.05905%, 99.57224% 43.47369%, 100% 50%, 50% 50%);
  transform: rotate(-60deg);
}

.slice--3 {
  -webkit-clip-path: polygon(100% 50%, 99.57224% 56.52631%, 98.29629% 62.94095%, 96.19398% 69.13417%, 93.30127% 75%, 50% 50%);
          clip-path: polygon(100% 50%, 99.57224% 56.52631%, 98.29629% 62.94095%, 96.19398% 69.13417%, 93.30127% 75%, 50% 50%);
  transform: rotate(-90deg);
}

.slice--4 {
  -webkit-clip-path: polygon(93.30127% 75%, 89.66767% 80.43807%, 85.35534% 85.35534%, 80.43807% 89.66767%, 75% 93.30127%, 50% 50%);
          clip-path: polygon(93.30127% 75%, 89.66767% 80.43807%, 85.35534% 85.35534%, 80.43807% 89.66767%, 75% 93.30127%, 50% 50%);
  transform: rotate(-120deg);
}

.slice--5 {
  -webkit-clip-path: polygon(75% 93.30127%, 69.13417% 96.19398%, 62.94095% 98.29629%, 56.52631% 99.57224%, 50% 100%, 50% 50%);
          clip-path: polygon(75% 93.30127%, 69.13417% 96.19398%, 62.94095% 98.29629%, 56.52631% 99.57224%, 50% 100%, 50% 50%);
  transform: rotate(-150deg);
}

.slice--6 {
  -webkit-clip-path: polygon(50% 100%, 43.47369% 99.57224%, 37.05905% 98.29629%, 30.86583% 96.19398%, 25% 93.30127%, 50% 50%);
          clip-path: polygon(50% 100%, 43.47369% 99.57224%, 37.05905% 98.29629%, 30.86583% 96.19398%, 25% 93.30127%, 50% 50%);
  transform: rotate(-180deg);
}

.slice--7 {
  -webkit-clip-path: polygon(25% 93.30127%, 19.56193% 89.66767%, 14.64466% 85.35534%, 10.33233% 80.43807%, 6.69873% 75%, 50% 50%);
          clip-path: polygon(25% 93.30127%, 19.56193% 89.66767%, 14.64466% 85.35534%, 10.33233% 80.43807%, 6.69873% 75%, 50% 50%);
  transform: rotate(-210deg);
}

.slice--8 {
  -webkit-clip-path: polygon(6.69873% 75%, 3.80602% 69.13417%, 1.70371% 62.94095%, 0.42776% 56.52631%, 0% 50%, 50% 50%);
          clip-path: polygon(6.69873% 75%, 3.80602% 69.13417%, 1.70371% 62.94095%, 0.42776% 56.52631%, 0% 50%, 50% 50%);
  transform: rotate(-240deg);
}

.slice--9 {
  -webkit-clip-path: polygon(0% 50%, 0.42776% 43.47369%, 1.70371% 37.05905%, 3.80602% 30.86583%, 6.69873% 25%, 50% 50%);
          clip-path: polygon(0% 50%, 0.42776% 43.47369%, 1.70371% 37.05905%, 3.80602% 30.86583%, 6.69873% 25%, 50% 50%);
  transform: rotate(-270deg);
}

.slice--10 {
  -webkit-clip-path: polygon(6.69873% 25%, 10.33233% 19.56193%, 14.64466% 14.64466%, 19.56193% 10.33233%, 25% 6.69873%, 50% 50%);
          clip-path: polygon(6.69873% 25%, 10.33233% 19.56193%, 14.64466% 14.64466%, 19.56193% 10.33233%, 25% 6.69873%, 50% 50%);
  transform: rotate(-300deg);
}

.slice--11 {
  -webkit-clip-path: polygon(25% 6.69873%, 30.86583% 3.80602%, 37.05905% 1.70371%, 43.47369% 0.42776%, 50% 0%, 50% 50%);
          clip-path: polygon(25% 6.69873%, 30.86583% 3.80602%, 37.05905% 1.70371%, 43.47369% 0.42776%, 50% 0%, 50% 50%);
  transform: rotate(-330deg);
}
@media (max-width: 767px){
  .rectangle{
    width: 350px !important;
    height: 630px !important;
  }
}
@media (max-width: 767px){
  .title_about p{
    font-size: 16px;
  }
}
@media (max-width: 767px){
  .rectangle .img_abt{
    padding-left: 37px !important;
  }
}
@media (max-width: 767px){
 .triangle-down {
    width: 0;
    height: 0;
    border-left: 175px solid transparent !important;
    border-right: 175px solid transparent !important;
    border-top: 220px solid #010080 !important;
}
}
@media (max-width: 767px){
  .about_title{
    margin-top: -50%;
  }
}
@media (max-width: 767px){
  .social1{
    left: -4% !important;
  }
}
@media (max-width: 767px){
  .circle{
    width: 85vh;
    height: 85vh;
    max-width: 85vw;
    max-height: 85vw;
  }
}
.rectangle {
  height: 420px;
  width: 510px;
  background-color: #010080;
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 255px solid transparent;
  border-right: 255px solid transparent;
  border-top: 320px solid #010080;
}
.title_about{
    text-align: justify;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
.rectangle .img_abt{
   padding-left: 23%;
  padding-bottom: 20px;
}
.img_abt img{       
    border-radius: 50%;
  }
  section.testimonial-section .title-section {
     margin-bottom: 0px !important; 
}


  section#contact-section .upper-part.back-color1 {
    background: #010080;
}
section#contact-section .upper-part .widget-area .info-widget1{
    text-align: center;
    padding-bottom: 80px;
}
.social1 li {
    float: left;
    text-decoration: none;
    list-style: none;
    font-size: 28px;
    margin-left: 10px;
    color: #fff !important;
    background: transparent;
    border-radius: 2px;
}
.social1 li a {
    padding: 10px;
    font-size: 23px;
    background: linear-gradient(
90deg
, rgb(158 0 1) 0%, rgb(158 0 1) 1%, rgb(158 0 1) 100%);
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 8px;
    transition: 2s linear ease;
}
.social1{
  left: 38%;
    position: absolute;
}

.arrow_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 0 0 25px 0 rgb(255 90 90 / 50%);
    display: none;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    z-index: 999;
    padding: 12px;
    text-align: center;
}

.arrow_top {
    background-image: url(../new_img/arrow_top.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
}