@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

h1,
h2 {
  font-family: 'Viga', sans-serif;
}

p {
  color: #6C7176;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 4px;
  padding-top: 15px;
}

h6 {
  font-weight: 600;
  color: #ed7d23;
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 16px;
}

.head-title {
  color: #1a2564;
}

.elementor_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 12%;
  padding-top: 9%;
}

.elementor_banner .content_text h1 {
  color: #111D5E;
  text-align: left;
  line-height: 70px;
  letter-spacing: 0px;
  font-size: 58px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  padding-top: 45px;
}

.elementor_banner .content_text h1 span {
  color: #ed7d23;
}

@media only screen and (max-width: 576px) {
  .elementor_banner .content_text h1 {
    padding-top: 32px;
    font-size: 43px;
    line-height: 53px;
  }
}

.elementor_banner .content_text p {
  color: rgb(108, 113, 118);
  text-align: left;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 14px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

.elementor_banner .content_link .Read_btn {
  background-color: #111D5E;
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 50px;
  font-size: 16px;
  padding-left: 27px;
  border-radius: 5px;
  padding-right: 27px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  filter: brightness(100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

@media (max-width: 411px) {
  .elementor_banner .content_link .Read_btn {
    padding-right: 18px;
    padding-left: 17px;
    font-size: 14px;
  }
}

.elementor_banner .content_link .Read_btn:hover {
  background: #fff;
  color: #000;
}

.elementor_banner .content_link .Play_link {
  text-transform: uppercase;
  color: rgb(59, 52, 48);
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

@media (max-width: 411px) {
  .elementor_banner .content_link .Play_link {
    font-size: 14px;
  }
}

.elementor_banner .content_link .Play_link i {
  width: 41px;
  height: 41px;
  background: #ed7d23;
  color: #fff;
  padding: 12px 15px;
  border-radius: 20px;
  margin-left: 12px;
}

.support {
  display: flex;
}

.elementor_banner .content_link .Play_link i:hover {
  background: #ed7d23;
}

.Read_btn {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  line-height: 50px;
  font-size: 16px;
  padding-left: 12px;
  border-radius: 5px;
  padding-right: 11px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  filter: brightness(100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

@media (max-width: 411px) {
  .Read_btn {
    line-height: 42px;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 6px;
  }
}

.Read_btn:hover {
  background: #ed7d23;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.elementor_about {
  padding-bottom: 0%;
  padding-top: 10%;
  border-bottom: 1px #0000000f solid;
  background-color: #111D5E;
}

.elementor_about .content_text h6 {
  font-weight: 600;
  color: #ed7d23;
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 16px;
}

.elementor_about .content_text h2 {
  font-weight: 400;
  /* color: #3b3430; */
  color: #fff;
  line-height: 50px;
  font-size: 45px;
  padding-bottom: 0px;
}

@media (min-width: 300px) {
  .elementor_about .content_text h2 {
    font-size: 38px;
  }

}

.elementor_about .content_text span {
  color: rgb(255 255 255 / 55%);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.elementor_about .content_support a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.elementor_about::before {
  content: '';
  position: relative;
  background: #fff;
  width: 185px;
  height: 159px;
  top: 73px;
  left: 79%;
  border-bottom-right-radius: 36px;
  border-top-left-radius: 36px;
  padding: 94px 107px;
}
@media (max-width: 1330px){
  .elementor_about::before, .elementor_about::after{
    display: none;
  }
}
.elementor_about::after {
  content: url(..//image/banner/why-us-vector-bottom.png);
  position: relative;
  width: 185px;
  height: 159px;
  bottom: 210px;
  left: 49%;
}

.content_support {
  color: #fff;
}

.content_icons i {
  font-size: 29px;
  line-height: 44px;
  color: #ed7d23;
  padding: 10px 0px;
}

.content_icons i::after {
  content: "";
  position: absolute;
  background: url(../image/drop.png);
  width: 55px;
  height: 66px;
  background-repeat: no-repeat;
  top: -20px;
  left: -15px;
  z-index: -1;
}

.content_count h1 {
  font-size: 44px;
  margin: 0;
  color: #fff;
  line-height: 1;
  padding-bottom: 0px;
  padding-top: 12px;
}

.content_count h1 a {
  color: #fff;
}

.content_count p {
  font-size: 15px;
  text-transform: uppercase;
  color: #6d6d6d;
  position: relative;
  padding-left: 0;
}

.elementor_about .content_text p {
  color: #ffffffa6;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 23px;
  padding-bottom: 0px;
}

.content_support i {
  line-height: 53px;
  font-size: 32px;
  margin-right: 15px;
  color: #ed7d23;
}

.content_support strong {
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 300;
}

.side_box ul li a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 411px) {
  .content_support strong {
    font-size: 9px;
  }
}

div.row:nth-child(7)>div:nth-child(1)>input:nth-child(1) {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  font-weight: 600;
  padding: 13px 43px;
  border-radius: 50px;
  margin-top: 5px;
  text-transform: capitalize;
  border: none;
  background: #111D5E;
}

@media (max-width: 300px) {
  div.row:nth-child(7)>div:nth-child(1)>input:nth-child(1) {
    padding: 13px 24px;
  }
}

@media (max-width: 312px) {
  div.row:nth-child(7)>div:nth-child(1)>input:nth-child(1) {
    padding: 12px 18px;
  }
}

.side_box {
  display: flex;
  position: absolute;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
  bottom: 9%;
  right: 2%;
  padding-bottom: 4%;
  padding-top: 6%;
  padding-right: 4%;
  padding-left: 1%;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .side_box {
    bottom: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .side_box {
    bottom: 5%;
  }
}
.side_box i {
  font-size: 32px;
  padding: 9px 20px;
  color: #ed7d23;
}

.side_box ul li {
  list-style: none;
  font-weight: 500;
  color: #111D5E;
  font-size: 13px;
}

.side_box ul li strong {
  margin-top: 6px;
  position: relative;
  font-family: 'Viga';
  font-size: 18px;
}

.side_box ul li strong a {
  color: #111d5e;
}

/* .black_line {
  position: absolute;
  width: 30%;
  height: 3px;
  background: #000;
  top: 57px;
  transform: rotate(90deg);
  right: 85%;
} */

.elementor_about .content_img img {
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
}

@media (min-width: 768px) {

  /* show 4 items */
  .carousel-inner .active,
  .carousel-inner .active+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be absolue position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* .w-bg{
    width: 86%;
} */
.card {
  border: 1px #00000008 solid;
  background: #f5f1ee;
  padding: 13px;
}

.carousel-inner {
  border-radius: 20px;
}

.card-body img {
  width: 30%;
  padding-bottom: 20px;
}

.card-title {
  font-size: 23px;
  font-family: 'Viga', sans-serif;
  line-height: 32px;
  color: #3b3430;
}

.card-text {
  margin-bottom: 75px;
  font-size: 15px;
  color: #00000069;
}

/*-------------- elementor_Services-------------- */
.elementor_Services {
  padding-top: 7%;
  padding-bottom: 7%;
}

.elementor_Services {
  padding-top: 7%;
  padding-bottom: 7%;
}

.elementor_Services .mine-head h6 {
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 16px;
  color: #ed7d23;
}

.elementor_Services .mine-head h1 {
  font-weight: 400;
  line-height: 50px;
  font-size: 45px;
  color: #111D5E;
  padding-bottom: 26px;
}

/* -------------elementor_Services ---------------*/
.card-body i {
  background: #ffffff;
  padding: 5% 5%;
  border-radius: 22px;
  color: #a17a66;
  font-size: 16px;
  transition: 0.4s;
  transform: rotate(-45deg);
}

.card-body i:hover {
  transform: rotate(0deg);
  background: #a17a66;
  color: #fff;
}

.carousel-control-prev {
  width: 1%;
}

.carousel-control-next {
  position: absolute;
  top: -134%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4%;
  color: #000;
  text-align: center;
  opacity: .5;
}

@media (max-width: 411px) {
  .carousel-control-next {
    right: 14px;
  }
}

.carousel-control-prev {
  position: absolute;
  top: -134%;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #060606;
  text-align: center;
  opacity: .5;
  left: 85%;
}

@media (max-width: 411px) {
  .carousel-control-prev {
    left: 72%;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #00000082;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev span,
.carousel-control-next span {
  border-radius: 28px;
  background: #f0fbff5e;
  padding: 8px 12px;
  transition: 0.4s;
}

.carousel-control-prev span:hover,
.carousel-control-next span:hover {
  background: #3b3430;
  color: #fff;
}

.elementor_Services .mine-head {
  padding-top: 0%;
}

.elementor_Services #myCarousel {
  position: relative;
  top: 275px;
  z-index: 1000;
}

.elementor_project {
  background-color: #111D5E;
  padding-top: 12%;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .elementor_project {
    padding-top: 24%;
  }
}

@media (max-width: 476px) {
  .elementor_project {
    padding-top: 40%;
  }
}
.elementor_project .card{
  padding: 0;
  background: #111d5e;
}
.elementor_project .card .content-img img{
  width: 100%;
}
.elementor_project .content-head {
  text-align: center;
  /* padding-bottom: 25px; */
  color: #fff;
}

.img-box img {
  border-radius: 12px;
}

.card-1 {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
}

.card-1::after {
  background: #f0fbffdb;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 400ms linear;
  width: 100%;
  top: 0px;
  border-radius: 11px;
}

.card-1:hover::after,
.card-1:hover .project-title,
.card-1:hover .project-subtitle {
  opacity: 1;
  transform: scale(0.9);
}

.card-1 .project-subtitle {
  color: white;
  display: block;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  padding: 10px 0;
  z-index: 10;
}

.card-1 .project-title {
  color: #111D5E;
  display: block;
  font-size: 14px;
  font-weight: 100;
  opacity: 0;
  /* padding: 0px 92px; */
  z-index: 10;
  position: absolute;
  bottom: 128px;
  /* left: 2px; */
  line-height: 28px;
  font-family: 'Viga', sans-serif;
  text-align: center;
}

.project-title span {
  font-size: 18px;
  font-weight: 100;
}

.project-title i {
  font-size: 29px;
  border: 1px #fff solid;
  border-radius: 38px;
  width: 59px;
  height: 57px;
  padding: 13px 0 0 0px;

}

.project-title h4 {
  padding-top: 20px;
}

.elementor_expectations {
  background-color: #f5f1ee;
  /* padding-bottom: 4px; */
  padding-top: 42px;
  background: url(../image/pattern-bg-03.png);
}

.elementor_expectations .bg-img img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.elementor_expectations .round-img {
  position: absolute;
  top: 16%;
}

.elementor_expectations .round-img img {
  border-radius: 73%;
  width: 66%;
  border: 10px #fff solid;
}

.bg-img::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0px;
  border-top: 370px solid transparent;
  border-left: 370px solid #e2ddda;
  border-left-color: rgb(226, 221, 218);
  border-left-color: #f0fbff;
  border-bottom: 0px solid transparent;
  z-index: 1;
  /* top: 540%; */
}

.round-img::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-top: 389px solid transparent;
  border-left: 434px solid #e2ddda;
  border-left-color: rgb(226, 221, 218);
  border-left-color: #ed7d23;
  border-bottom: 0px solid transparent;
  z-index: 1;
  left: -115px;
  top: -119px;
  transform: rotate(90deg);
}

/* @media (max-width: 1400px){
    .triangle::after,.triangle::before{
        display: none;
    }
  } */
@media (max-width: 1200px) {

  .round-img::after,
  .bg-img::before {
    display: none;
  }
}

@media (max-width: 992px) {

  .round-img::after,
  .bg-img::before {
    display: none;
  }
}

@media (max-width: 768px) {

  .round-img::after,
  .bg-img::before {
    display: none;
  }
}

@media (max-width: 576px) {

  .round-img::after,
  .bg-img::before {
    display: none;
  }
}

@media (max-width: 360px) {

  .round-img::after,
  .bg-img::before {
    display: none;
  }
}

/* @media screen and (max-width: 640px){

  } */
.elementor_expectations .content-text h6 {
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 16px;
  color: #ed7d23;
}

.elementor_expectations .content-text h1 {
  font-weight: 400;
  line-height: 50px;
  font-size: 45px;
  padding-bottom: 10px;
  color: #111D5E;
}

.elementor_expectations .content-text span {
  color: rgb(64, 77, 96);
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.elementor_expectations .icon-text h6 {
  font-size: 16px;
  line-height: 28px;
  color: #111D5E;
  margin-bottom: 5px;
  font-weight: revert-layer;
}

.elementor_expectations .icon-text h6 a {
  text-decoration: none;
  color: #111D5E;
}

.elementor_expectations .icon-text p {
  font-size: 14px;
  color: #0000008c;
}

.elementor_expectations .icon i {
  font-size: 58px;
  padding: 13px 0px;
}

.elementor_expectations .content-text p {
  font-size: 13px;
  line-height: 24px;
  /* font-weight: 600; */
  color: #1a2564;
}

.elementor_services_box {
  border-radius: 0px 110px 0px 0px;
  background-color: #111D5E;
  opacity: 0.96;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding-bottom: 13%;
}

.elementor_services_box .min-head {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 7%;
}

.elementor_services_box .min-head h6 {
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
}

.elementor_services_box .min-head h1 {
  font-weight: 400;
  line-height: 50px;
  font-size: 45px;
  color: #fff;
}

.elementor_services_box .content-icon img {
  /* background: #fffffb; */
  padding: 12px;
  border-radius: 22px 0 22px 22px;
  border: 2px #fff solid;
}

.elementor_services_box .content-icon {
  text-align: center;
}

.elementor_services_box .content-icon h1 {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 23px;
}

.elementor_services_box .content-icon h1 a {
  text-decoration: none;
  color: #fff;
}

.elementor_services_box .content-icon p {
  color: #fff;
  font-size: 15px;
}

.elementor_services_box .content-icon .number {
  position: absolute;
  left: 59%;
  top: -18%;
}

@media only screen and (max-width: 576px) {
  .elementor_services_box .content-icon .number {
    left: 64%;
    top: -1%;
  }
}

.elementor_services_box .content-icon .number h5 {
  background: #fff;
  width: 100%;
  color: #1a2564;
  font-size: 18px;
  border-radius: 16px;
  padding: 6px 6px 6px 6px;
}

/* .content-card{
    padding: 9px;
    padding-bottom: 40%;
} */
.content-card .card {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.content-card .card .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  backdrop-filter: blur(15px);
  box-shadow: 0 -10px 10px rgb(0 0 0 / 10%);
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  border-radius: 9px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

.content-card .card:hover .content {
  bottom: 0;
  transition-delay: 0s;
}

.content-card .card .content .contentBx h3 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.content-card .card:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
}

.content-card .card .content .contentBx h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}

.content-card .card .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
  padding: 0;
}

.content-card .card .content li a i {
  font-size: 20px;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  background: transparent;
  border: 1px #ffffff54 solid;
  border-radius: 2px;
}

.content-card .card .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.content-card .card:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}

.content-card .card .content .sci li a {
  color: white;
  font-size: 24px;
}

.elementor_our_team {
  padding-bottom: 7%;
}

.elementor_our_team .min-head {
  text-align: center;
  padding-bottom: 7%;
  padding-top: 7%;
}

.elementor_our_team .min-head h6 {
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 16px;
  color: #a57f6c;
}

.elementor_our_team .min-head h1 {
  line-height: 50px;
  font-size: 45px;
  color: #3b3430;
}

.elementor_request {
  background-color: #f3f3f3;

}

.elementor_request .form-control {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 15px;
  color: #0f202d;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0px 15px 0 25px;
  background: #fff;
  border: 0;
  border-radius: 50px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #f6f6f6;
}

body>section.elementor_request>div>div>div>div.col-lg-7>div>div.row.justify-content-start>div>input[type=submit] {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  font-weight: 600;
  padding: 13px 43px;
  border-radius: 50px;
  margin-top: 5px;
  text-transform: capitalize;
  border: none;
  background: #111D5E;
}

.content-testimonials {
  background-color: #111D5E;
  border-radius: 25px 25px 0px 25px;
  /* padding-bottom: 51%; */
}

.media-1 ul li {
  list-style: none;
  display: flex;
  line-height: 31px;
  font-size: 14px;
}

.media-1 ul li i {
  font-size: 15px;
  padding: 24px 8px;
  color: #ed7d23;
}

.media-box .media-1 a {
  padding: 14px 0px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 300px) {
  .media-box .media-1 a {
    font-size: 12px;
  }
}

.media-box .media-1 {
  padding: 38px;
  padding-bottom: 0px;
  padding-top: 54px;
}

@media only screen and (max-width: 360px) {
  .media-box .media-1 {
    padding-bottom: 0px;
    padding-top: 54px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 334px) {
  .media-box .media-1 {
    padding-left: 2px;
  }
}

@media only screen and (max-width: 360px) {
  .media-box .media-1 ul {
    padding: 0px 9px;
  }
}

@media only screen and (max-width: 400px) {
  .media-box .media-1 ul {
    padding: 0px 1px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 412px) {
  .media-box .media-1 ul {
    padding: 0px 0px;
  }
}

.media-box .media-1 ul li p {
  color: #fff;
  font-weight: 300;
}

.media-box .media-1 ul li p span {
  font-weight: 600;
}

.media-box hr {
  border-top: 1px solid #ffffff61;
  width: 87%;
}

.social-media {
  display: inline-flex;
  list-style: none;
  letter-spacing: 20px;
  padding-left: 62px;
  padding-top: 33px;
  padding-bottom: 50px;
  position: relative;
}

@media (max-width: 366px) {
  .social-media {
    padding-left: 11px;
  }
}

@media (max-width: 354px) {
  .social-media {
    padding-left: 31px;
  }
}

@media (max-width: 340px) {
  .social-media {
    padding-left: 29px;
  }
}

@media (max-width: 324px) {
  .social-media {
    padding-left: 20px;
  }
}

.social-media li a i {
  background: aliceblue;
  width: 64%;
  color: #1d2150;
  padding: 10px 10px 10px 10px;
  border-radius: 21px;
  font-size: 14px;
}

.elementor_request .bg-box {
  border-radius: 40px 0px 40px 40px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F3F4F6;
  /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 30.3s; */
  background: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 60px 40px 60px;
  box-shadow: 1px 1px 19px 6px rgb(0 0 0 / 16%);
  -webkit-box-shadow: 1px 1px 20px 6px rgb(0 0 0 / 4%);
  -moz-box-shadow: 1px 1px 19px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  top: -85px;
}

@media only screen and (max-width: 576px) {
  .elementor_request .bg-box {
    top: -54px;
    padding: 12px 12px 12px 12px;
  }
}

.elementor_request .content-text h1 {
  font-weight: 400;
  line-height: 50px;
  padding: 7px 17px;
  color: #111D5E;
}

.elementor_request .background-overlay {
  background-image: url(../image/icons/map.png);
  background-position: top center;
  opacity: 1;
  position: absolute;
  width: 100%;
  padding: 58% 0;
}

footer .logo img {
  background-color: #f0fbff;
  padding: 33px 61px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

footer .content-text ul {
  padding: 0;
}

footer .content-text ul li {
  list-style: none;
  display: flex;
}

footer .content-text ul li i {
  font-size: 21px;
  padding: 6px 8px;
  width: 37px;
  background: #ffffff;
  height: 37px;
  border-radius: 20px;
  margin: 22px 7px;
  color: #ed7d23;
}

footer .content-text ul li p {
  font-weight: 600;
  font-size: 16px;
}

footer .content-text ul li p span {
  font-size: 14px;
}

footer .content-text::after {
  content: '';
  position: absolute;
  width: 132px;
  height: 1px;
  background: #00000026;
  right: -66px;
  transform: rotate(90deg);
  top: 83px;
}

footer .content-text {
  padding: 12px 17px;
  background-color: #f0fbff;
  padding-top: 21px;
  padding-bottom: 1px;
}

.address_link .link h1 {
  font-size: 21px;
  font-weight: 500;
  /* padding-bottom: 20px; */
  color: #fff;
  line-height: 1.2;
}

.address_link .link p {
  color: #fff;
  font-size: 13px;
}

.address_link .link p a {
  color: #fff;
}

.address_link .link ul li {
  list-style: none;
  line-height: 0px;
}

.address_link .link ul {
  padding: 0;
}

.address_link {
  padding-top: 69px;
}

footer {
  background-color: #111D5E;
}

.copyright {
  text-align: center;
  padding-bottom: 14px;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.address_link hr {
  background: #ed7d23;
  width: 42px;
  margin: 8px 0px;
  height: 2px;
}

@media (max-width: 576px) {
  footer .content-text {
    border-radius: 20px;
    margin: 4px 0;
  }
}

@media (max-width: 768px) {
  footer .content-text {
    border-radius: 20px;
    margin: 4px 0;
  }
}

.banner {
  background: url(../image/banner/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 19%;
  padding-bottom: 8%;
}

.banner .text-lin::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  top: 81px;
  left: -27px;
  margin-top: 0;
  background-color: #ed7d23;
}

.banner .container h1 {
  color: #fff;
  padding-bottom: 10px;
}

.text-lin h6 span::after {
  content: '';
  width: 2px;
  height: 12px;
  position: absolute;
  left: 87px;
  top: 79%;
  margin-top: -5px;
  background-color: #ed7d23;
  transform: rotate(10deg);
}

.text-lin h6 span {
  color: #ed7d23;
  padding: 0 15px;
}

.text-lin h6 {
  color: #fff;
}

.text-lin h6 a {
  text-decoration: none;
}

.about-us .content-text p {
  color: #6C7176;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 4px;
  padding-top: 15px;
}

.about-us .content-text span {
  color: black;
  font-weight: 500;
  line-height: 2.2;
}

.about-us .content-text span i {
  color: #000;
  padding: 0px 13px;
  font-size: 16px;
}

.about-us .content-img img {
  border-radius: 50px 50px 0px 50px;
}

.about-us {
  padding-top: 7%;
}

.box-banner .tab {
  background-color: #a17a66;
  border-radius: 0px 54px 1px 0px;
}

.box-banner .content-img img {
  border-radius: 0px 0px 0px 50px;
}

.box-banner .content-img::before {
  content: ' ';
  width: 1000%;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
  right: 0;
  z-index: -1;
  background: #a17a66;
}

.box-banner {
  padding-top: 8%;
}

.box-banner .content-button a {
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #1D2150;
  border-radius: 25px 25px 25px 25px;
  padding: 17px 32px 17px 32px;
  text-decoration: none;
}

.content-button {
  padding-top: 71px;
}

/* progress Bar ================================*/
.skills {
  width: 100%;
  max-width: 600px;
  padding: 0;
}

.skill-name {
  font-size: 14px;
  font-weight: 300;
  color: #EEEDF0;
  margin: 19px 0;
}

.skill-bar {
  height: 9px;
  background: #282828;
  border-radius: 3px;
}

.skill-percentage {
  height: 9px;
  background: #3baeb0;
  border-radius: 23px;
  position: relative;
  animation: fillBars 2.5s 1;
}

.skill-percentage::before {
  content: attr(per);
  position: absolute;
  padding: 4px 6px;
  background: #Fff5fd;
  border-radius: 4px;
  font-size: 12px;
  top: -35px;
  right: 0;
  transform: transition(50%)
}

.skill-percentage::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ed7d23;
  top: -20px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
}

@keyframes fillBars {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* progress Bar ================================*/

.why-choose {
  background: url(../image/why-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-top: 65px;
  margin-bottom: 99px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.why-choose .content-box {
  background: #fff;
  padding: 65px 65px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 2px 4px 29px -8px rgb(0 0 0 / 35%);
  -moz-box-shadow: 2px 4px 29px -8px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 4px 29px -8px rgb(0 0 0 / 35%);
}

.why-choose .content-box .icon {
  font-size: 53px;
}

.why-choose .content-box .icon-text p {
  font-size: 14px;
}

.why-choose .content-box ul li {
  list-style: circle;
  line-height: 2;
  color: #6C7176;
}

.elementor_expectations .icon-text i {
  padding: 3px 7px;
  color: #ed7d23;
  font-size: 30px;
}

.elementor_expectations .icon-text {
  /* background: #f0fbff; */
  padding: 16px 13px 9px 19px;
  /* border-radius: 10px;
border: 1px #1a2564 solid; */
  border-radius: 22px 0 22px 22px;
  border: 2px #1a2564 solid;
}

.our-vision .content-text {
  padding-bottom: 42px;
  padding-top: 49px;
  padding-left: 38px;
  padding-right: 38px;
  border-radius: 28px;
  background: #0e46751f;
  box-shadow: -4px 0px 35px -11px rgb(0 0 0 / 38%);
  -webkit-box-shadow: -4px 0px 35px -11px rgb(0 0 0 / 9%);
  -moz-box-shadow: -4px 0px 35px -11px rgba(0, 0, 0, 0.38);
}

.our-vision .content-text p {
  font-size: 15px;
  line-height: 2;
}

.card {
  border: 1px #00000008 solid;
  background: #f0fbff;
  padding: 13px;
}

.carousel-inner {
  border-radius: 20px;
}

.card-body img {
  width: 30%;
  padding-bottom: 20px;
}

.card-title {
  font-size: 23px;
  font-family: 'Viga', sans-serif;
  line-height: 32px;
  color: #111D5E;
}

.card-text {
  margin-bottom: 34px;
  font-size: 13px;
  color: #111D5Eab;
}

.elementor_Services {
  padding-top: 7%;
  padding-bottom: 0%;
  margin-bottom: -100px;
}

.card-body i {
  background: #111d5e;
  padding: 5% 5%;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  transform: rotate(-45deg);
}

.card-body i:hover {
  transform: rotate(0deg);
  background: #ed7d23;
  color: #fff;
}

.carousel-control-prev {
  width: 1%;
}

.carousel-control-next {
  position: absolute;
  top: -134%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4%;
  color: #000;
  text-align: center;
  opacity: .5;
}

@media (max-width: 411px) {
  .carousel-control-next {
    right: 14px;
  }
}

.carousel-control-prev {
  position: absolute;
  top: -134%;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #060606;
  text-align: center;
  opacity: .5;
  left: 85%;
}

@media (max-width: 411px) {
  .carousel-control-prev {
    left: 72%;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #00000082;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.elementor_Services #myCarousel {
  position: relative;
  top: 262px;
  z-index: 10000;
}



/* navbar */
/* .navbar{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100000;
} */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

.navbar {
  background: #ED7D23;
  position: fixed;
  width: 100%;
  z-index: 1000000;
}

#cssmenu>ul>li {
  float: left;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu>ul>li>a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1013px){
  #cssmenu>ul>li>a {
    letter-spacing: 0px;
    font-size: 11px;
  }
}
@media (max-width: 1012px){
  #cssmenu>ul>li>a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
#cssmenu>ul>li:hover>a {
  color: #ffffff;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}

#cssmenu>ul>li.has-sub>a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover>ul>li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #ED7D23;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #fff;
}

#cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center>ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(28, 26, 79, 0.2);
  }

  #cssmenu ul ul li,
  #cssmenu li:hover>ul>li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu>ul>li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li.active>a {
    color: #ffffff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu>ul>li.has-sub>a:after,
  #cssmenu>ul>li.has-sub>a:before,
  #cssmenu ul ul>li.has-sub>a:after,
  #cssmenu ul ul>li.has-sub>a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 1px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    top: -42px;
    left: 8px;
  }

  @media (max-width: 768px) {
    #cssmenu #menu-button {
      top: -100px;
    }
  }

  @media (max-width: 543px) {
    #cssmenu #menu-button {
      top: -81px;
    }
  }

  @media (max-width: 393px) {
    #cssmenu #menu-button {
      top: -64px;
    }
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 10px;
    width: 27px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    z-index: 100000;
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 13px;
    right: 17px;
    display: block;
    height: 2px;
    width: 27px;
    background: #fff;
    content: '';
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 28px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(28, 26, 79, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #111D5E;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* navbar */


/* Responsive Slide Down A Sticky Navbar On Scroll Started Here */

header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #111d5e;
  border-bottom: 1px solid #ED7D23;
}

@media (max-width: 767px) {
  .hid {
    display: none;
  }
}

header p {
  letter-spacing: 1px;
  color: #fff;
  font-size: 11px;
  padding: 0;
}

#sticky_nav {
  top: -195px;
  position: fixed;
  z-index: 100000;
  transition: all .5s ease
}

.btnList {
  width: 120px
}

.content_list {
  background: #fff;
  width: 250px;
  top: 45px
}

.content_list.left,
.content_list.left:before {
  left: 0
}

.content_list.center {
  left: -65px
}

.content_list.center:before {
  left: 50%;
  transform: translate(-50%, 0)
}

.content_list.right,
.content_list.right:before {
  right: 0
}

.content_list:before {
  width: 8px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff
}

.container_right {
  float: right
}

.content_search {
  top: 0;
  right: 40px
}

input[type=text] {
  background: #fff;
  font-size: 22px;
  border-radius: 5px
}

input[type=text]:focus {
  outline: none
}

@media (max-width:683px) {
  #btnMenu {
    display: block
  }

  .container_menu {
    display: none
  }

  .container_list {
    width: 100%
  }

  .btnList {
    width: 100%;
    box-shadow: 0 2px 2px -2px #333
  }

  .drop {
    display: none
  }

  .acc {
    display: inline-block
  }

  .content_list {
    width: 100%;
    top: 0;
    position: relative;
    float: left
  }

  .content_list.left,
  .content_list.center,
  .content_list.right {
    left: 0;
    right: 0
  }

  .content_list.left:before,
  .content_list.center:before,
  .content_list.right:before {
    left: 50%;
    transform: translate(-50%, 0)
  }

  /* In small screen, when the "Button Nav" clicked, the "container_menu" will be replaced with the "show_menu" */


  .show_menu {
    background: #1a1a1a;
    width: 100%;
    top: 45px;
    display: block;
    position: absolute
  }
}

.navbar-light .navbar-brand {
  color: #fff;
  width: 81%;
  margin: 0;
}

.navbar-brand img {
  width: 30%;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .navbar-light .navbar-brand {
    display: none;
  }
}

@keyframes buble {
  from {
    transform: rotate(45deg) translate(-50%, 0) scale(.8, .8)
  }

  to {
    transform: rotate(45deg) translate(-50%, 0) scale(1, 1)
  }
}

.blank {
  background: #111
}

.visible {
  display: inline-block
}

.hidden {
  display: none
}

[class*="show"] {
  display: block
}

.show_list {
  padding: 20px 0;
  animation: height 1s ease
}

@keyframes height {
  from {
    padding: 0;
    opacity: 0
  }

  to {
    padding: 20px 0;
    opacity: 1
  }
}

.show_search form {
  width: 150px;
  padding: 6px;
  animation: width 1s ease
}

@keyframes width {
  from {
    width: 0;
    opacity: 0
  }

  to {
    width: 150px;
    opacity: 1
  }
}

/* Responsive Slide Down A Sticky Navbar On Scroll Ended Here */

.form-search {
  text-align: end;
  font: bold 13px sans-serif;
  max-width: 63%;
  position: relative;
  left: 221px;
}

@media (max-width: 576px) {
  .form-search {
    left: 138px;
  }
}

@media (max-width: 481px) {
  .form-search {
    left: 142px;
  }
}

@media (max-width: 400px) {
  .form-search {
    left: 111px;
  }
}

.form-search input {
  width: 67%;
  box-sizing: border-box;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 14px 15px 14px 8px;
  border: 1px solid #ed7d23;
  border-right-color: rgb(2, 2, 2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgb(111, 111, 111);
  border-right-style: solid;
  border-right-width: 1px;
  border-right: 0;
  color: #131010;
  outline: none;
  -webkit-appearance: none;
}

@media (max-width: 576px) {
  .form-search input {
    width: 39%;
  }
}

@media (max-width: 481px) {
  .form-search input {
    width: 36%;
  }
}

@media (max-width: 400px) {
  .form-search input {
    width: 63%;
  }
}

.form-search button {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #ED7D23;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  color: #ffffff;
  padding: 15px 22px;
  margin-left: -4px;
  cursor: pointer;
  border: none;
  outline: none;
}

@media (max-width: 400px) {
  .form-search button {
    padding: 15px 7px;
  }
}

.form-search i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 16px;
  color: #80A3BD;
}

.address-logo {
  /* border-left: 1px solid #ED7D23; */
  height: 100%;
}

.address-1 h6 {
  padding-top: 4px;
  font-size: 12px;
  color: #fff;
  text-align: inherit;
  font-weight: normal;
  padding-left: 22px;
  margin: -1px;
  padding-bottom: 4px;
}

.address-1 h6 ul li {
  list-style: none;
  padding-top: 10px;
  padding-left: 22px;
}

@media only screen and (max-width: 576px) {
  .address-1 h6 ul li {
    padding-left: 35px;
  }
}

.address-1 h6 ul {
  padding: 0;
}

@media (max-width: 512px) {
  .address-1 h6 {
    padding-left: 0px;
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .address-1 h6 {
    padding: 0 17px;
  }
}

.address-1 {
  border-left: 1px solid #ED7D23;
  /* padding: 1px; */
  display: flex;
}

@media (min-width: 768px) {
  .address-1 {
    border-top: 1px solid #ED7D23;
  }
}

.search-box .content-text {
  padding: 14px 33px;
  position: absolute;
}

@media (max-width: 481px) {
  .search-box .content-text {
    padding: 13px 13px;
  }
}

.search-box .content-text h6 {
  font-size: 16px;
  color: #ed7d23;
}

@media (max-width: 400px) {
  .search-box .content-text h6 {
    font-size: 9px;
    color: #ed7d23;
    font-weight: initial;
  }
}

.address-1 .location {
  width: 66%;
  border-right: 1px solid #ED7D23;
}

.slider,
.slider>div {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  display: block;
  width: 100%;
  height: 625px;
  /* height: 100vh; */
  /* If you want fullscreen */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

@media (max-width: 992px) {

  .slider,
  .slider>div {
    height: 400px;
  }
}

@media (max-width: 768px) {

  .slider,
  .slider>div {
    height: 400px;
  }
}

@media (max-width: 672px) {

  .slider,
  .slider>div {
    height: 250px;
  }
}

@media (max-width: 576px) {

  .slider,
  .slider>div {
    height: 270px;
  }
}

@media (max-width: 472px) {

  .slider,
  .slider>div {
    height: 195px;
  }
}


.slider>div {
  position: absolute;
}

.slider>i {
  color: #ed7d23;
  position: absolute;
  font-size: 40px;
  margin: 20px;
  top: 40%;
  text-shadow: 0 10px 2px #0000001c;
  transition: 0.3s;
  width: 30px;
  padding: 10px 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}

.slider>i svg {
  margin-top: 3px;
}

.slider>.left {
  left: -100px;
}

.slider>.right {
  right: -100px;
}

.slider:hover>.left {
  left: 0;
}

.slider:hover>.right {
  right: 0;
}

.slider>i:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-2px);
}

.slider>i.right:hover {
  transform: translateX(2px);
}

.slider>i.right:active,
.slider>i.left:active {
  transform: translateY(1px);
}

.slider:hover>div {
  transform: scale(1.01);
}

.hoverZoomOff:hover>div {
  transform: scale(1);
}

/* .slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
} */

/* .slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
} */

/* .slider > ul > .showli {
    background-color: #7ec03d;
    -moz-animation: boing 0.5s forwards;
    -o-animation: boing 0.5s forwards;
    -webkit-animation: boing 0.5s forwards;
    animation: boing 0.5s forwards;
} */

/* .slider > ul > li:hover {
    background-color: #7ec03d;
} */

.slider>.show {
  z-index: 1;
}

.hideDots>ul {
  display: none;
}

.showArrows>.left {
  left: 0;
}

.showArrows>.right {
  right: 0;
}

.titleBar {
  z-index: 2;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 30px;
  transition: 0.3s;
  color: #fff;
}

.titleBar * {
  transform: translate(0px, 7px);
  transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
  opacity: 0;
}

.titleBar h1 {
  font-size: 25px;
  padding-top: 10px;
}

.titleBarTop .titleBar * {
  transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
  transform: translate(0);
  opacity: 1;
}

.titleBarTop .titleBar {
  top: 0;
  bottom: initial;
  transform: translateY(-100%);
}

.slider>div span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
}

@keyframes boing {
  0% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(0.6);
  }

  60% {
    transform: scale(1.2);
  }

  80% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

/* -------------------------------------- */
.elementor_application-and-tc {
  padding-bottom: 30px;
  padding-top: 42px;
}

.elementor_application-and-tc .functions {
  border-radius: 20px;
  width: 100%;
}

.content-services-box .content-services-text {
  background: #f0fbff;
  /* padding: 38px 34px; */
  border-radius: 9px;
  border: 1px #111d5e solid;
}

.content-services-box .min-box {
  display: flex;
padding-bottom: 2px;
padding-top: 14px;
padding-left: 34px;
}

.content-services-text h6 {
  padding: 32px 5px;
  padding-bottom: 7px;
}

.content-services-text img {
  width: 12%;
  height: 13%;
  padding-top: 11px;
}

.elementor_application-and-tc .mine-head h4 {
  font-size: 23px;
  padding-bottom: 13px;
}

.elementor_application-and-tc .mine-head ul li {
  list-style: disclosure-closed;
  font-size: 16px;
  line-height: 2.2;
}

.elementor-courses-list {
  padding-top: 42px;
  padding-bottom: 42px;
}


.green {
  background: #3baeb0;
}



/* Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 576px) {

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 19%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .table-bordered td {
    padding: 32px 12px;
  }

  table {
    border: 0;
  }


  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.address-logo .logo-1 {
  width: 15%;
  margin: 14px 20px;
}

.address-logo .logo-2 {
  width: 18%;
  margin: 14px 20px;
}

.address-logo .logo-3 {
  width: 10%;
  margin: 14px 20px;
}

.address-logo .logo-4 {
  width: 16%;
  margin: 14px 20px;
}


.card-box {
  background: #fff;
}

.card-box .box-body .box-content {
  padding-top: 17px;
  padding-left: 20px;
  border-bottom-left-radius: 80px;
  display: inline-block;
}


.card-box .box-body .box-content span {
  background: #ed7d23;
  font-size: 12px;
  letter-spacing: 0.1px;
  padding: 2px 5px;
  margin: 0px 8px;
  margin-top: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  color: #fff;
}

.card-box .box-body .box-content h6 {
  font-size: 16px;
  padding: 7px 10px;
  padding-bottom: 0;
  color: #111d5e;
  font-weight: inherit;
  letter-spacing: 0.1px;
}

.card-box .box-body .box-content p a {
  padding: 0px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #ed7d23;
  text-decoration: underline;
}


form.d-flex {
  width: 86%;
  margin: auto;
  padding-bottom: 32px;
}

.btn-outline-success {
  color: #ed7d23;
  background-color: transparent;
  background-image: none;
  border-color: #ed7d23;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #ed7d23;
  border-color: #ed7d23;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #ed7d23;
  border-color: #ed7d23;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(237, 125, 35, 0.35);
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(237, 125, 35, 0.35);
}

.form-control {
  font-size: 14px;
}



.card {
  height: 390px;
display: flex;
align-items: flex-end;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}

.content {
  width: 100%;
padding: 18px 10px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
background: rgb(255, 255, 255);
color: white;
transform: translateY(178%);
transition: all 0.35s ease;
border-radius: 0px;
position: absolute;
left: 0;
}
@media (max-width: 767px){
  .content{
    transform: translateY(161%);
  }
}
@media (max-width: 575px){
  .content{
    transform: translateY(184%);
  }
}
@media (max-width: 306px){
  .content{
    transform: translateY(180%);
  }
}

.card:hover .content {
  transform: translateY(224px);
}
@media (max-width: 767px){
  .card:hover .content {
    transform: translateY(183px);
  }
}
@media (max-width: 575px){
  .card:hover .content{
    transform: translateY(250px);
  }
}
.box-content span{
  background: #ed7d23;
  font-size: 12px;
  letter-spacing: 0.1px;
  padding: 2px 5px;
  margin: 0px 8px;
  margin-top: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  color: #fff;
}
.box-content h6{
  font-size: 16px;
padding: 7px 8px;
  padding-bottom: 7px;
padding-bottom: 0;
color: #111d5e;
font-weight: inherit;
letter-spacing: 0.1px;
}
.box-content p a {
  padding: 0px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #ed7d23;
  text-decoration: underline;
}