@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('"https://fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%7CMontserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%7CMontserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%7CMontserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%7CMontserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&amp;subset=latin%2Clatin-ext&amp;ver=1.0.0" type="text/css" media="all"');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300,400,500,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CNunito%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CNunito%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Roboto';
}

p {
  color: #606060;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 16px;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::selection {
  background: rgb(0, 123, 255, 0.3);
}

.content {
  max-width: 1250px;
  margin: auto;
  position: relative;
}

.navba {
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 25px 0;
  transition: all 0.3s ease;
}

.navba.sticky {
  padding: 10px 0;
  background: #052349;
  color: rgb(228, 217, 217) !important;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navba .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navba .logo a {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.navba .menu-list {
  display: inline-flex;
}

.menu-list li {
  list-style: none;
  text-align: center;
}

.menu-list li a {
  color: #000;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cl {
  color: black;
}

.crmenu li a {
  color: #fff;
}

.menu-list li a:hover {
  color: #007bff;
}

.img {
  display: none;
}

.banner {
  height: 100vh;
  background: url("images/udgam.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

.banner-top {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.banner-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.about {
  padding: 40px 0;
}

.about .title {
  font-size: 35px;
  font-weight: 700;
}

.about p {
  padding-top: 20px;
  text-align: justify;
}

.icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.icon.cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

.navba.sticky .icon.cancel-btn {
  top: 10px;
}

.values_content h5::before {
  content: "-";
  padding-right: 15px;

}
.alignright {
  float: right;
  margin: 0 0 0 1em;
}
@media only screen and (min-width: 868px) and (max-width: 991px) {
  .navba .menu-list li a {
    font-size: 15px;
    text-transform: capitalize;
  }
}

@media (max-width: 868px) {
  body.disabledScroll {
    overflow: hidden;
  }

  .icon {
    display: block;
    height: 70px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 9;
  }

  .icon.cancel-btn {
    display: none;
  }

  .icon.cancel-btn.show {
    display: block;
  }

  .icon.hide {
    display: none;
  }

  .navba .menu-list {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #222;
    display: block;
    padding: 40px 0;
    text-align: center;
    clip-path: circle(25px at calc(100% - 25px) calc(0% + 75px));
    transition: all 0.3s ease;
  }

  .navba.sticky .menu-list {
    clip-path: circle(25px at calc(100% - 25px) calc(0% + 60px));
  }

  .navba .menu-list.active {
    clip-path: circle(75%);
  }

  .navba .menu-list li {
    margin-top: 45px;
  }

  .navba .menu-list li a {
    font-size: 23px;
  }
}

.footer_body {
  position: relative;
  width: 100%;
  background: #052349;
  min-height: 100px;
  padding: 1px;
}

.body {
  /* padding: 10px 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
  flex-wrap: wrap;
}

.social_icons li {
  list-style: none;
}

.social_icons li a {
  font-size: 32px;
  margin: 0 10px;
  display: inline-block;
  color: #fff;
  transition: 0.5s;
}

.social_icons li a:hover {
  transform: translateY(-10px);
}

.wave {
  position: absolute;
  /* top: -100px; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* background:#f00 url(images/wave.png); */
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

.icons {
  font-size: 24px;
  color: #f1f1f1;
}

.Contact_box {
  position: relative;
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  align-items: flex-start;
  background-color: white;
  padding: 2em;
}

.input-icons i {
  position: absolute;
  color: black;
  font-size: 25px;

}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;

}

.submit {
  background-color: #052349;
  border: 1px solid red;
  color: white;
  transition: .4s;
}

.submit:hover {
  background-color: white;
  color: black;
  border-color: red;

}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid gray;
  border-radius: 10px;
}

.contact_box_padding {
  padding-left: 50px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact_box_padding h1 {
  font-size: 3em;
  font-weight: 700;
}

.contact_box_padding p {
  font-size: 1.3em;
  margin-top: 25px;
  font-weight: 500;

}

.Contact {
  padding-top: 4em;
  padding-bottom: 4em;
  /* margin:15px 40px; */
}

.contact_info {
  font-size: 18px;
  color: #f1f1f1;
  text-align: left;
  text-justify: auto;
  padding-left: 15px;
  list-style: none;
}

.images_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Zoom {
  transition: transform .6s;
}

.Zoom:hover {
  transform: scale(1.05);
  opacity: 0.7;
}

.image:hover {
  background-color: rgba(73, 74, 79, 0.7);
}

#message {
  margin: 15px;
  /* background-color: #; */
}

.message_info {
  padding: 0em 2em;
}

.message-title {
  float: right;
  font-size: 24px;
  color: #052349 !important;
  text-align: center;
}

.message_info h1 {
  font-size: 3.5em;
  color: #052349;
  font-weight: 700;
  line-height: 1.2;
}

.message_info p {
  color: #000;
  font-size: 18px;
  margin-top: 25px;
  text-align: justify;
  hyphens: auto;
  text-justify: distribute;
  line-height: 1.8;
  font-weight: 500 !important;
}

.message_padding {
  padding-left: 50px;
  padding-right: 60px;
}

.values_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.values_image {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.values_image img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.values_content {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  hyphens: manual;
}

.values_content h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 15px;
  color: #052349;
  box-sizing: border-box;
  font-family: 'Nunito';
  text-transform: capitalize;
}

.values_content h1 {
  font-size: 48px;
  font-weight: 900;
  color: #052349;
  text-align: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-family: 'Nunito';
  text-transform: capitalize;
}

.values_content p span {
  color: #000000;
  font-family: 'Nunito';
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .values_box .values_content,
  .values_box .values_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .values_content h2 {
    text-align: center;
  }

  p {
    font-size: 15px;
  }

}

@media only screen and (max-width: 767px) {

  .values_box .values_content,
  .values_box .values_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .values_content h2 {
    text-align: center;
  }

  p {
    font-size: 15px;
  }

}

.content_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_centered h4 {
  font-weight: bold;
  font-size: 23px;
  color: rgb(36, 34, 34);
  text-align: justify;
  display: flex;
  flex-wrap: wrap;
  hyphens: auto;
  text-justify: distribute;
}

.content_centered h3 {
  margin-top: 20px;
  text-align: left;
  font-weight: bolder;
  color: rgb(180, 15, 15);
}

.content_centered h3::before {
  content: "-";
  padding-right: 15px;
}

.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.title {
  text-align: center;
  font-weight: 900;
  color: #052349;
}

.title span {
  border-bottom: 2px solid #9c6d3c;
  color: #9c6d3c;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
}

.title h1 {
  text-align: center;
  font-weight: 900;
  color: #052349;
  font-size: 45px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.images_box {
  margin: 20px;
  padding: 20px;
}
.images-mg{
  gap: 15px 10px; 
  margin-left: 40px; 
  margin-right: 40px; 
  justify-content: center;
}
.images-title {
  margin-top: 50px;
  font-size: 3em;
  text-align: center;
  font-weight: 400;
  color: #052349;
}
.br-15{
  border-radius: 15px;
}
.waves1 {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -45px;
  bottom: 0;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.elementor-shape-fill {
  fill: #f1f1f1;
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
  fill: #f1f1f1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape-bottom:not([data-negative=true]) svg {
  z-index: -1;
}

.elementor-shape-top {
  top: -1px;
}

@media (max-width: 768px) {
  .waves1 {
    height: 40px;
    min-height: 40px;
  }
  .images-title{
    font-size: 1.3em;
    margin-top: 20px;
  }
  .images-mg{
    margin: 0 10px;
  }
}
@media screen and  (min-width:768px) and (max-width:868px){
  
  .images-title{
    font-size:2em;
  }
  .images-mg{
    margin: 0 20px;
  }
}

@media screen and (max-width: 790px) {
  .content_centered h4 {
    font-size: 16px;
  }
}

.padding {
  padding: 30px;
}

.Activites {
  display: flexbox;
  /* border: 1px solid gray; */
  background-color: #efefef;
}

.activites_box {
  text-align: left;
  /* margin:15px; */

}

.activites_box div {
  border-bottom: 1px solid gray;
  padding: 15px;
}

.activites_box div h4 {
  font-weight: 600;
  font-size: 19px;
  font-family: 'Roboto';
}

.gotopbtn {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #27ae60;
  bottom: 40px;
  right: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .my-float {
    margin-top: 10px;
  }

  .float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 10px;
    font-size: 22px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-button-next .swiper-button-prev {
  font-size: 1px;
}

* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {
    opacity: .8
  }

  to {
    opacity: 1
  }
}

.vision {
  margin: 20px 10px;
  padding-left: 60px;
  padding-right: 60px;

}

.vision_text {
  text-align: center;
  text-justify: auto;
}

.vision_text h1 {
  font-weight: 900;
  font-size: 36px;
  padding: 20px 0px;
  color: #000;
  font-family: 'Nunito', sans-serif;
  box-sizing: border-box;
  hyphens: manual;
}

.vision_text p {
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  hyphens: manual;
}

.images_hover {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.images_hover:hover {
  animation: rotate 1s linear;
}
@keyframes rotate{
  0%{
      transform: rotateY(0deg);
  }
  50%{
      transform: rotateY(180deg);
  }
  100%{
      transform: rotateY(360deg);
  }
}

.image_gallery {
  padding-top: 20px;
  margin: auto;
  border: #fff solid 5px;
  background: #fff;
}

/* mak images fill their container*/
img {
  max-width: 100%;
}

img:hover {
  /* opacity: 0.5; */
  cursor: pointer;
  /* background-color: rgb(0,0,0,1.2); */
}

/* CSS Grid*/
.img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px 10px;
}
.img-grid1{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px 10px;
}
.img-grid2{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 300px;
  grid-gap: 15px 10px;
}
.img-grid3{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px 10px;
}
.img-grid4{
    display:grid;
    gird-template-columns:repeat(1,1fr);
    grid-gap: 15px 10px;
}
/* Media Query for changing grid on bigger screens*/

/* Bigger than Phones(tablet) */
@media only screen and (min-width: 750px) {
  .img-grid {
    grid-template-columns: repeat(2, auto);
  }
  .img-grid1 {
    grid-template-columns: repeat(2,auto);
  }
  .img-grid2{
    grid-template-columns: repeat(2,auto);
  }
  .img-grid3{
    grid-template-columns: repeat(1,auto);
    gap: 20px;
  }
    .img-grid4 {
    grid-template-columns: repeat(2, minmax(250px,1fr));
  }
  
  .img-grid4  .Zoom>img{
      max-height:200px;
      width:100%;
      object-fit:cover;
  }
  .Zoom>img{
    object-fit: cover;
    width: 100%;
    max-height: 100%;
  }
}

/* Bigger than Phones(laptop / desktop) */
@media only screen and (min-width: 970px) {
  .img-grid {
    grid-template-columns: repeat(4, auto);
  }
  .img-grid1 {
    grid-template-columns: repeat(3,1fr);
    /* grid-template-rows:repeat(2,230px); */
  }
  .img-grid2{
    grid-template-columns: repeat(3,auto);
    /* grid-template-rows:repeat(2,188px); */
  }
  .img-grid3{
    grid-template-columns: repeat(2,auto);
  }
    .img-grid4 {
    grid-template-columns: repeat(4, minmax(250px,1fr));
    grid-template-rows: repeat(4,minmax(148px,150px));
  }
  .Zoom>img{
    object-fit: cover;
    width: 100%;
    max-height: 100%;
  }
}

#Beyound {
  background-color: #FFFAF3;
  padding: 60px 0px 90px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 40px
}

.elementor-section {
  position: relative;
}

.elementor-container {
  max-width: 1140px;
}

.elementor-section .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px;
}

.elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-column,
.elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-column {
  min-height: 1px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 10px;
}

.elementor-column-wrap {
  width: 100%;
}

.elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.elementor-widget-wrap>.elementor-element {
  width: 100%;
}

.elementor-widget {
  position: relative;
}

.elementor-element.elementor-element-f357efe {
  text-align: center;
}

.elementor-element.elementor-element-e087ae1>.elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px 10px 10px 10px;
}

.elementor-widget-container {
  -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.elementor-element.elementor-element-5cbb885 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0px 20px 0px;
}

.elementor-element.elementor-element-a3190c3>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #13A89E;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 12px 50px 6px rgb(0 0 0 / 6%);
}

.elementor-element.elementor-element-6c344b4>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #2B2B2B;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 12px 50px 6px rgb(0 0 0 / 6%);
}

.elementor-element.elementor-element-300ba11>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #D5B12D;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 12px 50px 6px rgb(0 0 0 / 6%);
}

.elementor-element.elementor-element-b2dddf5>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #13A89E;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 12px 50px 6px rgb(0 0 0 / 6%);
}

.elementor-element.elementor-element-f59d8c6>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #2B2B2B;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 12px 50px 6px rgb(0 0 0 / 6%);
}

.elementor-element.elementor-element-a3190c3 .elementor-image-box-wrapper {
  text-align: center;
}

.elementor-element.elementor-element-6c344b4 .elementor-image-box-wrapper {
  text-align: center;
}

.elementor-element.elementor-element-300ba11 .elementor-image-box-wrapper {
  text-align: center;
}

.elementor-element.elementor-element-b2dddf5 .elementor-image-box-wrapper {
  text-align: center;
}

.elementor-element.elementor-element-f59d8c6 .elementor-image-box-wrapper {
  text-align: center;
}

.elementor-image-box-img {
  margin-bottom: 16px;
  width: 40%;
}

.elementor-widget-image-box .elementor-image-box-img {
  display: inline-block;
}

.elementor-widget-image-box .elementor-image-box-img img {
  transition: 0.3s linear;
}

.elementor-widget-image-box .elementor-image-box-img img:hover {
  transform: rotateY(360deg);
}

.elementor-element.elementor-element-d1210e9 {
  padding: 50px 0px 40px 0px;
}

.elementor-image-box-title {
  color: #1B1B1B;
  font-family: "Nunito", Sans-serif;
  font-size: 19px;
  font-weight: 700;
}

@media (max-width:1024px) {
  .elementor-section .elementor-section-boxed>.elementor-container {
    max-width: 1025px;
  }

  .elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementor-element.elementor-element-5cbb885 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 30px 20px 30px;
  }

  /* .elementor-element{
    padding: 0px 0px 0px 0px;
  } */
  .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media (max-width:767px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 768px;
  }

  .elementor-column {
    width: 100%;
  }

  .elementor-element.elementor-element-e087ae1>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
  }

  .elementor-element.elementor-element-a3190c3 .elementor-image-box-wrapper {
    text-align: center;
  }

  .elementor-widget-image-box .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}

@media(min-width:767px) {
  .elementor-column .elementor-col-100 {
    width: 100%;
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-element.elementor-element-e087ae1 {
    width: 33.3%;
  }

  .elementor-element.elementor-element-6a57025 {
    width: 33.3%;
  }

  .elementor-element.elementor-element-d3c0afa {
    width: 33.3%;
  }

  .elementor-element.elementor-element-2815a39 {
    width: 50%;
  }

  .elementor-element.elementor-element-715025d {
    width: 50%;
  }


