﻿body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #77838f;
  max-width: 100%;
  overflow-x: hidden;

}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

* {
  margin: 0;
  padding: 0;
  text-decoration: none
}

 /*-------------------------- SERVICE ----------------------------*/
 .services-area {
  margin-top: -2px;
  position: relative;
  background-color: #fff;
}
.tp-services__item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 20px 0px rgba(35, 35, 49, 0.06);
  padding: 40px;
  transition: 0.4s;
  padding-bottom: 37px;
  margin-bottom: 30px;
  
}
.tp-services__wrap
{
  position: relative;
}

.tp-section__subtitle-before {
  display: inline-block;
  padding-right: 30px;
}
.tp-section__subtitle {
  color: #0db2f0;
  font-weight: 700;
  margin-top: 40px;
}
.tp-section__title {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.1;
  color: #385079;
}

.tp-services__hover-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.tp-services__hover-img::before {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--tp-heading-1);
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  transition: 0.3s;
}
.tp-services__hover-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tp-services__icon {
  float: left;
  margin-right: 30px;
  flex: 0 0 auto;
  font-size: 40px;
  color: #232331;
  font-weight: bold;
  transition: 0.3s;
}
.tp-services__icon img {
  width: 50px;
  }


.tp-services__title-1 {
  font-size: 22px;
  font-weight: 700;
  color: #385079;
  transition: 0.3s;
  min-height: 53px;
}
.tp-services__content p {
  margin: 0;
  font-size: 16px;
    font-weight: 400;
    color: #767676;
    line-height: 30px;
    min-height: 90px;
}
.tp-services__number-count {
  font-size: 42px;
  color: #ebebeb;
  font-weight: 700;
  position: absolute;
  left: -6px;
  bottom: 0px;
  transform: rotate(-90deg);
  transition: 0.3s;
}

@media(max-width:768px)
{
  .services-area {
    margin-top: -7px;
    position: relative;
    background-color: #fff;
  }

  .tp-services__content p {
    margin: 0;
    font-size: 16px;
      font-weight: 400;
      color: #767676;
      line-height: 30px;
      min-height: 0;
  }

  .tp-section__title {
    font-size: 47px;
    font-weight: 700;
    line-height: 1.1;
    color: #385079;
}

.tp-section__title {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  color: #385079;
  margin-bottom: 20px;
}

}







 /*-------------------------- Slider ----------------------------*/

 .ws_main {
  width: 100%;
  height: calc(100vh);
  display: inline-block;
  background-color: #fff;
  position: relative;

  background-image: url("../images/Home//bannerBG.jpg");
 
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  border-bottom:0 solid #fff;
  box-sizing: border-box;


  overflow-x: hidden;
  overflow: hidden;

}

/*--== Banner ==--*/

.rj_ws {
  width: 100%;
  height: 100%;
  padding:80px 0 0 0;

  display: inline-block;
  background-color: transparent;
  overflow: hidden;
}

.sl1_Left {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: calc(100vh - 80px);
  max-height: 1080px;
  background-color: transparent;
  float: left;
  position: relative;
  z-index: 5;
}

.SlImgMobile {
  width: 100%;
  display: none;
  z-index: 9000;
}

.sl1_Right {
  width: 50%;
  display: flex;
  align-items:center;
  align-content: center;
  justify-content: flex-end;
  height: calc(100vh - 100px);
  max-height: 1080px;
  /* margin-top: calc(50vh - 240px); */
  background-color: transparent;
  float: left;
  z-index: 5 !important;
  position: absolute;
  right:-20px;
  padding: 0 0;
}

.MainSlimg {
  width: auto;
  height: calc(100vh - 80px);
  max-height:1080px;
  z-index: 9000;
  /*-webkit-animation: shake-horizontal 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
  animation: shake-horizontal 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;*/

}

@media(max-width:1400px)
{
  .MainSlimg {
    width: auto;
    height: 100vh;
    max-height:680px;
    z-index: 9000;
    /*-webkit-animation: shake-horizontal 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;*/
  
  }
}






.ComTitle1_1 {
  background-color: transparent;
  color: #fff;
  padding: 7px 0px 0px 0px;
  margin: 0 0 0 0;
  font-family: Poppins, sans-serif;
  letter-spacing: 5px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.ComTitle1_2 {
  background-color: transparent;
  color: #272727;
  color: #fff;
  padding: 25px 0px 15px 25px;
  margin: 0 0 0 0;
  font-family: 'poppins', sans-serif;

  font-family: 'Righteous', cursive;
  font-family: 'Teko', sans-serif;
  letter-spacing: 0px;
  font-size: 75px;
  line-height: 85px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  display: block;;
}

.ComTitle1_2 span {
  color: #ffda07;
  font-weight: 700;
  text-transform: uppercase;
}

.ComTitle1_2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  border: 10px solid #0db2f0;
  border-right: 0;
  content: "";
}



.ComTitleText {
  background-color: transparent;
  color: #595966;
  padding: 15px 100px 15px 0px;
  margin: 0 0 5px 0;
  font-family: 'Open sans', 'sans-serif';
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.SliderBtn1 {
  background-color: #0db2f0;
  color: #fff;
  padding: 14px 25px;
  margin: 0 0 0 0;
  font-family: 'Poppins', 'sans-serif';
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: all ease .3s;
}

.SliderBtn1:hover {
  background-color: #ff6907;
  color: #fff !important;
  text-decoration: none;

}

.SliderBtn1 i {
  margin-left: 0;
  transition: all ease .3s;
  color: #fff;
}

.SliderBtn1:hover i {
  margin-left: 5px;
  color: #fff;
}

.sl1BGshape1 {
  position: absolute;
  bottom: -0;
  left: 0;
  z-index: 2;
  /* margin-left:calc(50% - 660px) */
}

.sl1BGshape1 img {
  width: 80%;
}

.sl1BGshape2 {
  bottom: 0;
  right: 0;
  top: 20px;
  position: absolute;
}

.bottom-shape {
  position: absolute;
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 80px;
  background-image: url(../images/Home/bottom-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media(max-width:768px)
{
  .rj_ws {
    width: 100%;
    height: 100%;
    padding: 40px 0 0 0;
  }
  .MainSlimg {
    width: auto;
    
    max-height:680px;
    z-index: 9000;
    display: none;
  

  }
  .sl1_Left {
    width: 100%;
    padding-left: 10px;
  }
  

  .ComTitle1_2 {
    
    padding: 25px 0px 15px 25px;
    margin: 0 0 0 0;
  
    letter-spacing: 0px;
    font-size: 60px;
    line-height:70px;
    font-weight: 600;
  }
}




@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}


@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}


@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }

  100% {
    transform: translate(-346px, 617px);
  }
}


@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }

  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}


@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}


@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.round-shape-two {
  width: 7px;
  height: 7px;
  background: #d5eeff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationFramesTwo 13s infinite linear;
}

.round-shape-three {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #a3eead;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationFramesTwo 15s infinite linear;
}

.round-shape-four {
  position: absolute;
  right: 26%;
  bottom: 20%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 1px solid rgba(39, 39, 39, 0.00);
  animation: rotated 10s infinite linear;


}

.round-shape-four:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -5px;
  background: transparent;
  border-radius: 50%;


  width: 100px;
  height: 100px;
  /* content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 153.53 140.84'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23c9cdde%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUntitled-1%3C/title%3E%3Cpath class='cls-1' d='M198.42 115.29l-47 81.43a29.71 29.71 0 0 0 25.73 44.56h94a29.71 29.71 0 0 0 25.72-44.56l-47-81.43A29.71 29.71 0 0 0 198.42 115.29Z' transform='translate(-147.38 -100.44)'/%3E%3C/svg%3E");
  content:url("../images/Home/plain.png"); */
  background-image:url(../images/Home/plain.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}
















/* ==========================
   :: Banner Section
 =========================== */

 .fullsize-video-bg:before {
  /* content: ""; */
  background: linear-gradient(180deg, rgba(231, 220, 220, 0.21) 20%, rgba(255, 255, 255, 0.156) 80%) !important;
  background: linear-gradient(180deg, rgb(149 163 221 / 36%) 20%, rgba(255, 255, 255, 0.156) 80%) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19191913;
  border-radius: inherit;
  background: linear-gradient(180deg, #4e4e4ed6 20%, rgb(0 0 0 / 89%) 80%) !important;
  background: linear-gradient(180deg, #0dcaf08a 20%, #23447aeb 80%) !important;
  background: linear-gradient(180deg, #0dcaf000 20%, #23447a8c 80%) !important;
  z-index: 2;
}

.fullsize-video-bg {
  z-index: -1;
  position: relative;
}

.fullsize-video-bg {
  background-color: #070e20;
  display: inline-block;
  z-index: 1;
  display: flex;
}

.fullsize-video-bg .inner {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
  /* text-shadow: 0 1px 5px rgb(0 0 0 / 50%); */
  color: #fff;
}

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: -0%;
  left: 0;
}


.bottom-divider-banner {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik04NTMuODkzLDg2Ljk5OGMtMzguODU5LDAtNTguODExLTE2LjQ1NS03Ny45NTYtMzUuMDUxYzE4LjI5NS0xMC41MzYsNDAuODkxLTE4LjI3Niw3My4zNzgtMTguMjc2IGMzOC42ODUsMCw2NC4xMzIsMTIuNTY0LDg1LjQ4OSwyOC4zNDdDOTE2LjE5Miw3Mi4wMTIsOTAwLjgsODYuOTk4LDg1My44OTMsODYuOTk4eiBNNTI2LjI2NSw4MC45NDUgYy02LjUxNy0wLjU2Mi0xMy41OTktMC44NzktMjEuNDEtMC44NzljLTcwLjc5OSwwLTkxLjMzNywyNy4yMjktMTM0LjQzMywzNS42NjJjMTQuOTAxLDMuNzIsMzIuMTE4LDYuMDcsNTIuODk4LDYuMDcgQzQ3MC4xNzEsMTIxLjc5Nyw1MDAuMzQsMTAzLjQyMSw1MjYuMjY1LDgwLjk0NXoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNjYzLjQ1OCwxMDkuNjcxYy02Ny4xMzcsMC04MC4zNDUtMjMuODI0LTEzNy4xOTMtMjguNzI2QzU2Ny4wODYsNDUuNTU1LDU5Ny4zODEsMCw2NjUuNjkxLDAgYzYxLjg1NywwLDg1LjM2OSwyNy43ODIsMTEwLjI0Niw1MS45NDdDNzM2Ljg4OCw3NC40MzQsNzE3LjQ1OSwxMDkuNjcxLDY2My40NTgsMTA5LjY3MXogTTIxNy42OCw5NC4xNjMgYzU1Ljk3MSwwLDYyLjUyNiwyNC4wMjYsMTI2LjMzNywyNC4wMjZjOS44NTgsMCwxOC41MDgtMC45MTYsMjYuNDA0LTIuNDYxYy01Ny4xODYtMTQuMjc4LTgwLjE3Ny00OC44MDgtMTM4LjY1OS00OC44MDggYy03Ny4wNjMsMC05OS45Niw0OC41NjktMTUxLjc1MSw0OC41NjljLTQwLjAwNiwwLTYwLjAwOC0xMi4yMDYtODAuMDExLTI5LjUwNnYxNi44MDZjMjAuMDAzLDEwLjg5MSw0MC4wMDUsMjEuNzgyLDgwLjAxMSwyMS43ODIgQzE2MC4wMTQsMTI0LjU3LDE1OC42MDgsOTQuMTYzLDIxNy42OCw5NC4xNjN6IE0xMjAwLjExMiw0Ni4yOTJjLTU3LjQ5MywwLTU2LjkzNSw0Ni41OTUtMTE1LjAxNSw0Ni41OTUgYy01My42MTIsMC01OS43NTUtMzkuNjE4LTExNS42MDItMzkuNjE4Yy0xNS4yNjcsMC0yNS4zODEsMy43NTEtMzQuNjksOC43NDljMzYuMDk2LDI2LjY3NSw2MC41MDMsNjIuNTUyLDExNy4zNDIsNjIuNTUyIGM2OS4yNDksMCw3NS45NTEtNDMuNTU5LDE0Ny45NjQtNDMuNTU5YzM5LjgwNCwwLDU5Ljk4NiwxMC45NDMsNzkuODg4LDIxLjc3N1Y4NS45ODIgQzEyNjAuMDk3LDY4Ljc3MSwxMjM5LjkxNiw0Ni4yOTIsMTIwMC4xMTIsNDYuMjkyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMDUyLjE0NywxMjQuNTdjLTU2Ljg0LDAtODEuMjQ3LTM1Ljg3Ni0xMTcuMzQyLTYyLjU1MmMtMTguNjEzLDkuOTk0LTM0LjAwNSwyNC45OC04MC45MTIsMjQuOTggYy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjLTM5LjA1LDIyLjQ4Ny01OC40NzksNTcuNzI0LTExMi40OCw1Ny43MjRjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjYgYy0yNS45MjUsMjIuNDc1LTU2LjA5Myw0MC44NTItMTAyLjk0Niw0MC44NTJjLTIwLjc3OSwwLTM3Ljk5Ni0yLjM0OS01Mi44OTgtNi4wN2MtNy44OTUsMS41NDUtMTYuNTQ2LDIuNDYxLTI2LjQwNCwyLjQ2MSBjLTYzLjgxMSwwLTcwLjM2Ni0yNC4wMjYtMTI2LjMzNy0yNC4wMjZjLTU5LjA3MiwwLTU3LjY2NSwzMC40MDctMTM3LjY2OSwzMC40MDdjLTQwLjAwNiwwLTYwLjAwOC0xMC44OTEtODAuMDExLTIxLjc4MlYxNDBoMTI4MCB2LTM3LjIxMmMtMTkuOTAzLTEwLjgzNS00MC4wODQtMjEuNzc3LTc5Ljg4OC0yMS43NzdDMTEyOC4wOTgsODEuMDExLDExMjEuMzk3LDEyNC41NywxMDUyLjE0NywxMjQuNTd6Ii8+PC9nPjwvc3ZnPg==);
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 77.25" preserveAspectRatio="none"><g fill="%23ffffff"><path d="M0 68.78l381-33.86v42.33H0z"/><path d="M0 43.38l381-25.4v59.27H0z" opacity=".33"/><path d="M0 17.98L381 0v77.25H0z" opacity=".33"/></g></svg>'); 
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YxNDBIMFY0Ny40NHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCA5MC43MmwxNDAtMjguMjggMzE1LjUyIDI0LjE0TDc5Ni40OCA2NS44IDExNDAgMTA0Ljg5bDE0MC0xNC4xN1YxNDBIMFY5MC43MnoiLz48L2c+PC9zdmc+);
  background-size: 100% 100px;
  bottom: -2px;
  height: 100px;
  z-index: 555555555;
  margin-bottom: 0px;
  display: block !important;
  position: absolute;
  width: 100%;
  pointer-events: none;
  background-repeat-y: no-repeat;
}
.v-sec {
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.v-sec h2 {
  font-size: 4rem;
  font-weight: 600;
}
.z-ind-5{
  z-index: 5;
}


video::-webkit-media-controls {
  display: none;
}

@media(max-width:768px) {
.v-sec h2 {
  font-size: 3.5rem;
  font-weight: 500;
}
.v-sec {
  padding: 6rem 0 10rem 0;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
}


/*--== Home about ==--*/
.Home-about {
  width: 100%;
  height: auto;
  padding: 60px 0 40px 0;*/
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;

}


.Home-about-image img {
  padding: 0 0;
  width: 100%;
}

.Home-about h3 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #385079;
  text-transform: uppercase;
}

.Home-about h3 span {
  color: #385079;
}

.Home-about p {
  padding: 10px 20px 00px 0;
  font-size: 18px;
  line-height: 28px;
  color: #363945;
}



@media(max-width:768px)
{
  .Home-about-image img {
    padding: 0 0px;
    width: 100%;
  }
  .Home-about h3 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    color: #385079;
    text-transform: uppercase;
}
}





/*--== Pagetop Section ==--*/


.PageTop {

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;

}

.PageTop::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19191913;
  border-radius: inherit;
  /*     background: linear-gradient(180deg, rgba(68, 1, 0, 0.31) 20%, rgb(0 58 187 / 42%) 72%) !important; */
}









/*--== Service Page ==--*/


.mission-section{

  width: 100%;
  height: auto;
  padding: 0 40px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 60px;
}
.mission-inner{

  width: 100%;
  height: auto;
  padding: 30px 80px;
  background-color: #0bbbf6;
  color:#fff;
  display: inline-block;
  text-align: center;

  background-image: url(../images/Home/bg-about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.mission-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19191913;
  border-radius: inherit;
  background: linear-gradient(180deg, #13bddfdb 20%, #305799f5 100%) !important;
  z-index: 0;
}
.mission-inner h2{
  font-size: 3rem;
  font-weight: 600;
  z-index: 5;
  position: relative;
}
.mission-inner p{
  text-align: center;
  font-size: 1rem;
  z-index: 1;
  position: relative;

  
}





@media(max-width:768px) {


  
.mission-section{

  width: 100%;
  height: auto;
  padding: 0 0;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 60px;
}
.mission-inner{

  width: 100%;
  height: auto;
  padding: 20px 10px;
  background-color: #0bbbf6;
  color:#fff;
  display: inline-block;
  text-align: center;
}
.mission-inner h2 {
  font-size: 2rem;
  font-weight: 600;
  z-index: 5;
  position: relative;
}

}



.PageTop {

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 13rem;
  padding-bottom: 13rem;

}
.PageTop::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19191913;
  border-radius: inherit;
/*     background: linear-gradient(180deg, rgba(68, 1, 0, 0.31) 20%, rgb(0 58 187 / 42%) 72%) !important; */
}

.overlay-title
{
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}

.custom-shape-divider-bottom-1591961042 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1591961042 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.custom-shape-divider-bottom-1591961042 .shape-fill {
  fill: #FFFFFF;
}



