@charset "utf-8";
/* CSS Document */
#secsix {
  display: none;
}
#secfive {
  display: none;
}

.section-three .set-one h2,
.section_four ul.links li,
.section-three .set-one h2:before,
.section_five .sec,
.section_five .sec img,
.section_eight .my-btn,
.sec-seven .box-content a,
.sec-seven .box-content a i,
.section_eight {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
/*section-one starts*/

.section-one .carousel {
  height: 100vh;
}
.section-one .item-set {
  background-color: #2391d0;
  height: 100vh;
}
.section-one .carousel-inner {
  height: 100vh;
  z-index: 1;
}
.section-one video,
.section-one img {
  height: 100vh;
  display: block;
  width: 100%;
}
.section-one video,
.section-one img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  /* opacity: 0.5; */
}
.section-one .slider-set {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-one .slider-set h2 {
  color: #fffefe;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}
.section-one .slider-set h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
}
.section-one .slider-set p {
  color: #fffefe;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-top: 25px;
}
.section-one .slider-set p span {
  display: block;
}
.section-one .scroll {
  background: url(../images/slider.png) no-repeat;
  width: 129px;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.section-one .scroll .mouse {
  display: block;
  border: 2px solid #4c9117;
  width: 17px;
  height: 24px;
  left: 0;
  right: 0;
  margin: 6px auto;
  border-radius: 10px;
}
.section-one .scroll .line {
  width: 2px;
  height: 4px;
  background-color: #2391d0;
  margin: 2px auto;
  display: block;
  -webkit-animation: jump 3s infinite ease-in-out;
  -moz-animation: jump 3s infinite ease-in-out;
  -ms-animation: jump 3s infinite ease-in-out;
  animation: jump 3s infinite ease-in-out;
}
.section-one .scroll-text {
  color: #fffefe;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  text-align: center;
  letter-spacing: 3px;
}
@-webkit-keyframes jump {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}
@-moz-keyframes jump {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes jump {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}
.section_zero {
  display: flex;
  background: #fafafa;
  box-sizing: border-box;
  padding: 10px;
}
.section_zero div:nth-child(2) {
  margin: 0 0px 0 10px;
  width: 76%;
}
.section_zero img {
  width: 185px;
}
.section_zero div span {
  margin: 16px 0 6px 0;
  background: #0664ca;
  color: #fff;
  padding: 3.5px 4px 3.5px 4px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  width: 40px;
  display: block;
  text-align: center;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%), 0 0px 0px 0 rgb(0 0 0 / 10%);
}
.section_zero div h3 {
  font-size: 20px;
  color: #090a0b;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.section_zero div h4 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
}
.section_zero div b {
  font-weight: 600;
}
.section_zero a {
  background: #0097e9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 28.5px;
  font-family: Helvetica-Bold;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  width: 117px;
  height: 40px;
  display: block;
  position: relative;
  padding: 11px 0 0 0;
  margin: auto;
}
/*section-one ends*/
/*section-three starts*/

.section-three {
  background: url(../images/wave.png) no-repeat;
  padding: 40px 0 100px 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0;
}
.section-three .set-one h2 {
  position: relative;
  font-size: 65px;
  color: #fff;
  background-color: #20b0ca;
  width: 177px;
  padding: 49.5px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "Oswald-Medium";
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.section-three .set-one h2:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.section-three .set-one h2:hover:before {
  width: 170px;
  height: 170px;
}
.section-three .set-one h2:hover {
  color: #20b0ca;
}
.section-three .set-one h2:hover span {
  color: #20b0ca;
  position: relative;
}
.section-three .set-one .counter-value {
  font-size: 65px;
  color: #fff;
  font-family: "Oswald-Medium";
  text-align: center;
}
.section-three .set-one h3 {
  font-size: 27px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: "Oswald-Light";
}
.section-three .set-one h3 span {
  font-family: "Oswald-Light";
  display: block;
}
.slick-slide {
  text-align: center;
  color: #419be0;
  margin: 10px;
  opacity: 0.5;
}
.section-three .slick-center {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.section-three .slick-slide {
  padding: 43px 0 25px 0;
  outline: none;
}
.section-three .slick-track {
  top: -28px;
  margin-bottom: 0;
}
/*section-three starts*/
/*Section two starts*/

.section_two {
  padding: 90px 0 130px 0;
}
.section_two .set-head h3:after {
  width: 85px;
}
.section_two .content {
  margin-top: 75px;
  color: #57585c;
}
.section_two h4 {
  font-size: 40px;
  font-weight: bold;
  color: #2391d0;
}
.section_two h4 span {
  display: block;
  font-weight: bold;
  color: #57585c;
}
.section_two p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
  font-weight: 400;
}
.section_two .line:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  left: 15px;
  bottom: -15px;
  background-color: #a7cc3a;
}
.section_two img {
  margin-top: -159px;
}
.section_two .anim_one,
.section_four .anim_two,
.section_five .anim_three {
  opacity: 0;
}
/*Section two ends*/
/*section four starts */

.section_four {
  margin-top: 65px;
}
.section_four .set-head h3:after {
  width: 195px;
}
.section_four p {
  font-size: 16px;
  color: #57585c;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section_four .slider_set {
  background: url(../images/map-bg.png) no-repeat;
  background-size: cover;
  background-position: center 177px;
  margin-top: 140px;
}
.section_four .carousel-control {
  text-shadow: none;
  opacity: 1;
  top: 50%;
  margin: -8px auto;
  z-index: 2;
  width: 60px;
}
.section_four .carousel-control.left,
.section_four .carousel-control.right {
  background-image: none;
}
.section_four .carousel-control.right {
  right: 0;
}
.section_four a.left.carousel-control {
  left: 0;
}
/*Edit*/

.section_four .carousel-indicators {
  top: -88px;
  bottom: auto;
  width: 100%;
  left: auto;
  margin-left: 0;
  z-index: 1;
}
.section_four ul.links {
  margin: 55px 0 30px 0;
  text-align: center;
}
.section_four .carousel-indicators {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.section_four .carousel-indicators li {
  font-family: "Poppins", sans-serif;
  color: #57585c;
  font-weight: bold;
  display: inline-block;
  width: 350px;
  font-size: 21px;
  background-color: #fbfbfb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #dedede;
  padding: 15px 0;
  margin: 0 18px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  height: auto;
  text-indent: inherit;
  opacity: 0.6;
}
.section_four ol.links li.active,
.section_four ol.links li:hover {
  background-color: #38adef;
  color: #fff;
  opacity: 1;
}
.section_four .carousel-indicators li.active {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.section_four .fa {
  color: #818184;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 1px 3px 5px rgba(129, 129, 132, 0.6);
  -webkit-text-stroke: 1px #fff;
}
/*section four ends */
/*section five starts */

.section_five {
  background-color: #f7f8fb;
  padding-top: 56px;
  color: #57585c;
  text-align: center;
}
.section_five .set-head,
.section_six .set-head {
  opacity: 0;
}
.section_five .container {
  margin-top: 40px;
}
.section_five .set-head h3:after,
.section_six .set-head h3:after {
  width: 130px;
}
.section_five p {
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  margin: -60px 0px 30px 0px !important;
}
.section_five .section_content {
  padding: 25px 0 115px 0;
  width: 925px;
  margin: auto;
}
.section_five .sec:hover .circle_img img {
  animation: zoom 1.5s linear infinite;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section_five .section_content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 23px 0 0px 0;
  min-height: 116px;
}
.section_five .section_content h3 span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.section_five .row {
  padding-top: 15px;
}
.section_five .sec {
  cursor: pointer;
  padding: 16px 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.section_five .sec:hover {
  box-shadow: 0px 0px 7px rgba(129, 129, 132, 0.6);
  margin-top: -6px;
}
.section_five .sec.margin_anim {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section_five .line-height {
  line-height: 22px;
}
.section_five a.read_more {
  margin-top: 20px;
}
.section_five .learn {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #1d6cd2;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-top: 15px;
}
.section_five i.fa.fa-arrow-right {
  font-weight: normal;
  padding-left: 6px;
}
.section_five .circle_img {
  position: relative;
  width: 143px;
  height: 140px;
  margin: auto;
}
.section_five .circle_img img {
  position: relative;
  z-index: 5;
}
.section_five .circle_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.section_five .sec:nth-child(1) .circle_img:after {
  background: url(../images/parking.png) no-repeat;
  background-size: 80px;
  background-position: 28px;
}
.section_five .sec:nth-child(2) .circle_img:after {
  background: url(../images/motorway.png) no-repeat;
  background-size: 70px;
  background-position: 37px;
}
.section_five .sec:nth-child(3) .circle_img:after {
  background: url(../images/path.png) no-repeat;
  background-size: 80px;
  background-position: 32px;
}
/*section five ends */
/*section six starts */

.section_six {
  padding-top: 84px;
  display: none;
}
.section_six .owl-carousel {
  margin-top: 85px;
}
.section_six .owl-carousel .owl-item {
  margin: 0 5px !important;
}
/*section six ends */
/*section eight starts */

.section_eight {
  position: relative;
  background: url(../images/contact-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  color: #fff;
  padding: 100px 0 183px 0;
  overflow: hidden;
}
.section_eight-one {
  background-size: cover;
  padding: 50px 0;
}
.section_eight p {
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.section_eight h2 {
  font-size: 30px;
  font-family: "Oswald-Light";
  margin-top: 8px;
}
.section_eight h3 {
  font-size: 24px;
  font-family: "Oswald-Light";
}
.section_eight #map {
  width: 97%;
  height: 240px;
  background: #07c6f7;
  margin-right: 0;
  margin-left: -15px;
  border-radius: 8px;
  display: block;
}
.section_eight .row{
  margin-right: 32px;
}
.section_eight .country{
  padding: 10px ​0px 0px 10p;
  margin: 9px 0 0 0;
  border-radius: 8px;
  border: 1px dotted #ffffff00;
  background: #ffffff00;
  min-height: 160.95px;
  cursor: pointer;
  transition: 0.3s all;
}
.section_eight .country:hover{
  background: #ffffff0a;
}
.section_eight .country.active{
  border: 1px dotted #ffffff82;
  background: #ffffff1c;
}
.section_eight ul.location {
  padding-top: 9px;
  padding-bottom: 0px;
}

.section_eight ul.location li {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 12px;
  display: flex;
}
.section_eight ul.location li a {
  color: #fff;
  font-weight: 300;
}
.section_eight ul.location .fa {
  font-size: 15px;
  padding-right: 8px;
}
.section_eight .content {
  width: 75%;
  margin: auto;
  padding-top: 90px;
}
.section_eight .form-group {
  margin-bottom: 30px;
}
.section_eight .form-control {
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #fff;
  border: none;
  text-transform: capitalize;
  height: 42px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.75;
  padding: 6px 0 6px 15px;
}
.section_eight .form-control::-webkit-input-placeholder {
  color: #fff;
}
.section_eight .form-control::-moz-placeholder {
  color: #fff;
}
.section_eight .my-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  border: none;
  width: 110px;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 0;
}
.section_eight .my-btn:active,
.section_eight .my-btn:hover {
  background: #fff;
  color: rgb(15, 153, 200);
}
.section_eight .form-control.textarea {
  resize: none;
  height: 180px;
}
.section_eight .form-control::-webkit-input-placeholder {
  color: #fff;
}
.section_eight .contact {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 129px;
  height: 37px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/slider.png) no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_eight .contact .fa {
  color: #57585c;
  font-size: 25px;
  text-align: center;
  display: block;
  margin-top: 16px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation: jumpone 3s infinite ease-in-out;
  -moz-animation: jumpone 3s infinite ease-in-out;
  -ms-animation: jumpone 3s infinite ease-in-out;
  animation: jumpone 3s infinite ease-in-out;
}
.section_eight .form-horizontal,
.section_eight .add-set {
  opacity: 0;
}
.section_eight .form-group {
  position: relative;
}
.section_eight .form-group label {
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 10px;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.section_eight .form-group label[for="phone"]{
  padding: 0 0 0 16%;
}
.section_eight .form-group input[name="phone"]{
  padding: 0 0 0 21%;
}
.countryCode.end:after{
   content: "\2304";
   font-size: 19px;
   color: #fff;
   margin: -9px 0 -29px 1px;
   position: absolute;
}

.countryCode.end {
   margin: -71px 0 30px 0px;
   display: block;
   left: -14px;
   width: 20.5%;
   border: 0;
   background: #ffffff24;
   color: #fff;
   font-weight: 600;
   border-top-left-radius: 9px;
   border-bottom-left-radius: 9px;
   font-size: 16px;
   height: 41px;
   position: relative;
   padding: 11px 0px 0 9px;
}
.section_eight select[name="countryCode"]{
  margin: -71px 0 30px 0px;
  display: block;
  left: -14px;
  width: 20.5%;
  border: 0;
  background: #ffffff24;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  font-size: 16px;
  height: 41px;
  position: relative;
  opacity: 0;
}
.section_eight .form-group .form-control:focus {
  box-shadow: none;
}
.section_eight .form-group label.add_new {
  top: -23px;
  font-size: 14px;
  padding: 0 0 0 0;
}
@-webkit-keyframes jumpone {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(180deg);
    -moz-transform: translateY(-15px) rotate(180deg);
    -ms-transform: translateY(-15px) rotate(180deg);
    transform: translateY(-15px) rotate(180deg);
    opacity: 0;
  }
}
@-moz-keyframes jumpone {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(180deg);
    -moz-transform: translateY(-15px) rotate(180deg);
    -ms-transform: translateY(-15px) rotate(180deg);
    transform: translateY(-15px) rotate(180deg);
    opacity: 0;
  }
}
@keyframes jumpone {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(180deg);
    -moz-transform: translateY(-15px) rotate(180deg);
    -ms-transform: translateY(-15px) rotate(180deg);
    transform: translateY(-15px) rotate(180deg);
    opacity: 0;
  }
}
/*section eight ends */
/*sec-seven starts*/
.sec-seven .span svg.one {
  animation: dash 4s linear both;
  transform-origin: top;
  opacity: 0.3;
}
.sec-seven svg {
  height: auto;
}
html|* > #svg {
  transform-origin: top !important;
}
.sec-seven * {
  transform-origin: 0px 0px 0px !important;
}
.sec-seven #am-one,
.sec-seven .arrow-one,
.sec-seven .set-head,
.sec-seven .dot-two,
.sec-seven #sub-two,
.sec-seven .dot-three,
.sec-seven .dot-four,
.sec-seven .dot-five,
.sec-seven #sub-three,
.sec-seven #sub-four,
.sec-seven #sub-five,
.sec-seven #animated-six {
  opacity: 0;
}
.sec-seven .span {
  position: absolute;
  width: 507px;
  right: 406px;
  top: 113px;
  transform: scale(1.25);
  z-index: -1;
}
.sec-seven .span.spantwo {
  top: 21.6%;
  right: 387px;
}
.sec-seven .span.spanthree {
  top: 19.8%;
  right: 36.5%;
}
.sec-seven .span.spanfour {
  top: 13.5%;
}
.sec-seven .span.spanfive {
  top: 12.2%;
  right: 429px;
}
@keyframes dash {
  from {
    height: 0px;
    top: 0;
    position: absolute;
  }
  to {
    height: 650px;
  }
}
.sec-seven #animated-six {
  position: relative;
  height: auto;
}
.sec-seven #sub-two {
  position: relative;
  left: 20px;
}
.sec-seven #sub-four {
  position: relative;
  left: 12px;
}
.sec-seven #sub-five {
  position: relative;
  left: -29px;
}
.sec-seven #sub-six {
  position: relative;
  top: -106px;
  left: -189px;
}
/*sec-seven starts*/
.sec-seven {
  padding: 52px 0;
}
.sec-seven .set-full {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.sec-seven .set-head h3:after {
  width: 76px;
}
.sec-seven .blue-set {
  font-family: "BebasNeue";
  font-size: 44px;
  color: #fff;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(32, 177, 203, 8);
  background: -moz-linear-gradient(top, rgba(32, 177, 203, 0.8) 0%, rgba(1, 165, 254, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 177, 203, 0.8)), color-stop(100%, rgba(1, 165, 254, 0.8)));
  background: -webkit-linear-gradient(top, rgba(32, 177, 203, 0.8) 0%, rgba(1, 165, 254, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(32, 177, 203, 0.8) 0%, rgba(1, 165, 254, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(32, 177, 203, 0.8) 0%, rgba(1, 165, 254, 8) 100%);
  background: linear-gradient(to bottom, rgba(32, 177, 203, 0.8) 0%, rgba(1, 165, 254, 0.8) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#20b1cb', endColorstr='#01a5fe', GradientType=0);
}
.sec-seven .box-content h2 {
  font-size: 26px;
  color: #57585c;
  font-weight: 700;
  padding-bottom: 10px;
}
.sec-seven .box-content p {
  font-size: 14px;
  color: #57585c;
  font-weight: 500;
  line-height: 21px;
}
.sec-seven .box-content a {
  font-size: 16px;
  color: #1d6cd2;
  margin-top: 5px;
  font-weight: 600;
  position: relative;
  z-index: 99;
}
.sec-seven .box-content a,
.sec-seven .box-content a i {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.sec-seven .box-content a:hover {
  color: #3db7f9;
}
.sec-seven .box-content a:hover i {
  color: #3db7f9;
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.sec-seven .box-content a i {
  font-weight: normal;
  color: #1d6cd2;
}
.sec-seven .month {
  font-size: 27px;
  color: #676767;
  min-height: 128px;
  display: flex;
  align-items: center;
  font-family: "Oswald-Light";
}
.sec-seven .two {
  position: relative;
  left: -73px;
  top: 2px;
  width: 45%;
}
.sec-seven a.read_more {
  width: 250px;
  margin-top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec-seven .img-set:after {
  position: absolute;
  content: "";
  background: url(../images/one.png) no-repeat;
  top: 0;
}
.sec-seven .month.text-right {
  justify-content: flex-end;
}
.rw-one,
.rw-two,
.rw-three,
.rw-four,
.rw-five,
.rw-five {
  position: relative;
  height: 525px;
}
.sec-seven .dot-one {
  top: -20px;
}
.sec-seven .dot-two {
  position: absolute;
  right: 0;
  top: 50%;
  left: -12%;
  z-index: 9;
}
.sec-seven .dot-three {
  position: absolute;
  right: 0;
  top: 43%;
  left: -12%;
  z-index: 9;
}
.sec-seven .dot-four {
  position: absolute;
  right: 0;
  top: 45%;
  left: -12%;
  z-index: 9;
}
.sec-seven .dot-five {
  position: absolute;
  right: 0;
  top: 39%;
  left: -12%;
  z-index: 9;
}
.sec-seven .arrow-one {
  position: absolute;
  right: 0;
  top: 55%;
  left: -12%;
  z-index: 9;
  /*width:70px;
	height:70px;*/
}
.sec-seven .arrow-two {
  top: -136px;
  left: -60px;
}
.sec-seven .arrow-three {
  top: -269px;
  left: -89px;
}
.sec-seven .arrow-four {
  top: -406px;
  left: -77px;
}
.sec-seven .arrow-five {
  top: -537px;
  left: -91px;
}
.sec-seven .mob-dot {
  display: none;
}
/*sec-seven ends*/
@media only screen and (min-width: 1366px) {
  .section-one video,
  .section-one img {
    height: auto;
  }
}
@media only screen and (max-width: 1366px) {
  .section_four img {
    width: 53%;
  }
}
@media only screen and (max-width: 1200px) {
  .section_five .section_content,
  .section_eight .content {
    width: 100%;
  }
  .section_four .carousel-control.right {
    right: 0px;
  }
  .section_four a.left.carousel-control {
    left: 0px;
  }
  .section_four .carousel-indicators li {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .sec-seven .box-content h2 {
    font-size: 22px;
  }
  .sec-seven #animate-one {
    padding-top: 22px;
  }
  .sec-seven .blue-set {
    font-size: 36px;
    width: 110px;
    height: 110px;
  }
  .sec-seven .box-content p {
    line-height: 18px;
  }
  .rw-one,
  .rw-two,
  .rw-three,
  .rw-four,
  .rw-five,
  .rw-five {
    height: 400px;
  }
  .sec-seven .span {
    width: 333px;
    transform: scale(0.9);
  }
  .sec-seven .span.spantwo {
    right: 395px;
    transform: scale(1);
  }
  .sec-seven .span.spanthree {
    right: 42.5%;
    transform: scale(1);
  }
  .sec-seven .span.spanfour {
    top: 17.55%;
    right: 391px;
  }
  .sec-seven .span.spanfive {
    top: 13%;
    right: 409px;
  }
  .sec-seven .arrow-one {
    top: 54%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .rw-one {
    height: 390px;
  }
  .sec-seven .rw-two,
  .rw-three,
  .rw-four,
  .rw-five,
  .rw-five {
    height: 300px;
  }
  .sec-seven .box-content h2 {
    font-size: 20px;
  }
  .sec-seven .box-content p {
    font-size: 10px;
    line-height: 14px;
  }
  .sec-seven .arrow-one {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 62%;
  }
  .sec-seven .box-content a {
    font-size: 12px;
  }
  .sec-seven .blue-set {
    width: 116px;
    height: 116px;
  }
  .sec-seven .span {
    width: 197px;
    transform: scale(0.69);
    right: 45%;
    top: 33%;
  }
  .sec-seven #animate-one {
    height: 290px;
  }
  .sec-seven .span.spantwo {
    top: 17%;
    right: 45%;
  }
  .sec-seven #sub-two {
    left: -5px;
  }
  #sub-three {
    margin-top: -71px;
  }
  .sec-seven .span.spanthree {
    top: -14%;
    right: 47%;
  }
  .sec-seven .span.spanfour {
    top: -19.5%;
  }
  .sec-seven .span.spanfive {
    top: -47%;
    right: 46%;
  }
  .sec-seven .dot-two {
    top: 42%;
    left: 0;
  }
  .sec-seven .dot-three {
    top: 9%;
    left: 0%;
  }
  .sec-seven #animate-three {
    height: 302px;
  }
  .sec-seven #sub-five {
    top: -42px;
  }
  .sec-seven #sub-four {
    left: -14px;
    top: -107px;
  }
  .sec-seven .dot-four {
    top: 8%;
    left: 0%;
  }
  .rw-five {
    margin-top: -170px;
    left: 40px;
  }
  .sec-seven #sub-six {
    top: -222px;
    left: -40px;
  }
  .sec-seven #sub-six {
    top: -378px;
    left: -40px;
  }
  .sec-seven .dot-five {
    left: 0;
    top: -27%;
  }
  .arrow-dot {
    width: 5%;
  }
  .sec-seven a.read_more {
    margin-top: 0;
    bottom: 100px;
  }
  .sec-seven {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-three .set-one h2 {
    width: 150px;
    padding: 42px 0;
    font-size: 55px;
  }
  .section-three .set-one .counter-value {
    font-size: 55px;
  }
  .section-three .set-one h2:hover:before {
    width: 143px;
    height: 143px;
  }
  .section_five .sec {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_five .section_content h3 span {
    font-size: 15px;
  }
  .section_four .carousel-indicators li {
    width: 225px;
    font-size: 18px;
    padding: 11px 0;
  }
  .section_four img {
    width: 63%;
  }
  .section_two img {
    margin-top: 0;
  }
  .section_eight {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .section-one .carousel video {
    height: 100vh;
  }
  .section-one .slider-set h2 {
    font-size: 30px;
    padding: 0 15px;
  }
  .section-one .slider-set p {
    font-size: 14px;
    padding: 0 30px;
  }
  .section-one .slider-set p span {
    display: inline;
  }
  .section-one .scroll-text {
    display: none;
  }
  .section-one .scroll .mouse {
    border: 0;
  }
  .section-one .scroll .line {
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    width: auto;
  }
  .section-one .scroll .line:before {
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 17px;
    color: #57585c;
  }
  .section-three {
    background: url(../images/wavemob.png) no-repeat;
    padding: 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
  }
  .section-three .set-one .counter-value {
    font-size: 26px;
  }
  .section-three .set-one h3 {
    font-size: 12px;
    margin-top: 8px;
  }
  .section-three .set-one h2 {
    width: 62px;
    padding: 15.5px 0;
    font-size: 22px;
    box-shadow: -1px 7px 9px 0px #0f80a6;
  }
  .section-three .set-one h2:hover:before {
    width: 55px;
    height: 55px;
  }
  .section_two .set-head h3:after,
  .section_six .set-head h3:after,
  .section_five .set-head h3:after {
    width: 40px;
  }
  .section_two {
    padding: 25px 0 30px 0;
  }
  .section_two .content {
    margin-top: 30px;
  }
  .section_two img {
    margin-top: 0px;
    width: 70%;
  }
  .section_two h4 {
    font-size: 20px;
    text-align: center;
  }
  .section_two h4 span {
    display: inline-block;
  }
  .section_two p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
  }
  .section_two .line:after {
    display: none;
  }
  .section_four {
    margin-top: 0;
  }
  .section_four .carousel-indicators li.active {
    display: inline-block;
  }
  .section_four .carousel-indicators li {
    font-size: 16px;
    width: 260px;
    margin: 0 1px;
    padding: 10px 0;
  }
  .section_four .slider_set {
    background: none;
    margin-top: 122px;
  }
  .section_four p {
    font-size: 14px;
    margin: 0 30px;
  }
  .section_four .set-head h3:after {
    width: 80px;
  }
  .section_four img {
    width: 70%;
  }
  .section_four .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .section_four .carousel-control {
    top: 20%;
  }
  .section_four a.read_more {
    margin-top: 30px;
  }
  .section_five p {
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 10px;
    margin: -12px 0px 30px 0px !important;
  }
  .section_five {
    background-color: #fff;
    padding-top: 60px;
  }
  .section_five .section_content {
    padding: 25px 15px 0 15px;
  }
  .section_five .section_content h3 {
    font-size: 18px;
    padding: 20px 0 0px 0;
    min-height: 63px;
  }
  .section_five .row {
    padding-top: 0;
  }
  .section_five img {
    padding-top: 50px;
  }
  .section_five h3.line-height {
    padding-bottom: 15px;
  }
  .section_five .container {
    margin-top: 15px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .section_eight p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .section_eight h2 {
    font-size: 19px;
    font-weight: 500;
  }
  .section_eight {
    padding: 55px 0 25px 0;
  }
  .section_eight .content {
    padding-top: 40px;
  }
  .section_eight .form-control {
    font-size: 11px;
    height: 28px;
  }
  .section_eight select[name="countryCode"] {
    margin: -56px 0 10px 0px;
    height: 26px;
  }
  .countryCode.end {
    margin: -42px 0 30px 0px;
    font-size: 12px;
    height: 27px;
    padding: 7px 0px 0 4px;
  }
  .section_eight .form-group label[for="phone"] {
    padding: 0 0 0 34px;
}
.section_eight .form-group input[name="phone"] {
    padding: 0 0 0 57px;
}
  .section_eight .form-group {
    margin-bottom: 15px;
  }
  .section_eight form.form-horizontal {
    padding: 0 40px;
  }
  .section_eight .form-control.textarea {
    height: 100px;
  }
  .section_eight .my-btn {
    font-size: 11px;
    width: 60px;
    margin: 15px auto 25px auto;
    float: none;
    display: block;
    padding: 3px 0;
  }
  .section_eight h6 {
    font-size: 16px;
  }
  .section_eight h1 {
    font-size: 33px;
  }
  .section_eight ul.location li {
    font-size: 10px;
  }
  .section_eight .contact .fa {
    font-size: 20px;
  }
  .section_eight .form-group label {
    font-size: 11px;
    top: 7px;
  }
  .section_eight .form-group label.add_new {
    top: -13px;
    font-size: 10px;
  }
  .sec-seven .set-full {
    width: 100%;
    margin: 0 auto;
  }
  .sec-seven .rw-one,
  .sec-seven .rw-two,
  .sec-seven .rw-three,
  .sec-seven .rw-four,
  .sec-seven .rw-five,
  .sec-seven .rw-five {
    height: 225px;
  }
  .sec-seven {
    padding-top: 120px;
    height: 1150px;
  }
  .sec-seven svg {
    display: none !important;
  }
  .sec-seven a.read_more {
    width: 180px;
    margin-top: -895px;
  }
  .sec-seven .set-full {
    height: 1350px;
  }
  .sec-seven .arrow-one {
    top: 61%;
    left: 10%;
  }
  .sec-seven .dot-two {
    top: 59%;
    left: 6%;
  }
  .sec-seven .dot-three {
    top: 50%;
    left: 6%;
  }
  .sec-seven .dot-four {
    top: 44%;
    left: 7%;
  }
  .sec-seven .dot-five {
    top: 33%;
    left: 2%;
  }
  .sec-seven .mob-dot {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 130px;
    opacity: 0.8;
    z-index: -1;
  }
  .sec-seven .two {
    width: auto;
    left: 0;
    display: none;
  }
  .sec-seven .arrow-one,
  .sec-seven .dot-two,
  .sec-seven .dot-three,
  .sec-seven .dot-four,
  .sec-seven .dot-five {
    width: 35px;
    height: 35px;
  }
  .sec-seven .box-content h2 {
    font-size: 12px;
  }
  .sec-seven .box-content p {
    font-size: 10px;
    line-height: normal;
    width: 131px;
    word-break: break-word;
  }
  .sec-seven .box-content a {
    font-size: 8px;
  }
  .sec-seven .blue-set {
    font-size: 18px;
    width: 57px;
    height: 57px;
    margin: 0 auto;
    background: rgba(32, 177, 203, 1);
    background: -moz-linear-gradient(top, rgba(32, 177, 203, 1) 0%, rgba(1, 165, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 177, 203, 1)), color-stop(100%, rgba(1, 165, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(32, 177, 203, 1) 0%, rgba(1, 165, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(32, 177, 203, 1) 0%, rgba(1, 165, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(32, 177, 203, 1) 0%, rgba(1, 165, 254, 1) 100%);
    background: linear-gradient(to bottom, rgba(32, 177, 203, 1) 0%, rgba(1, 165, 254, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#20b1cb', endColorstr='#01a5fe', GradientType=0);
  }
  .sec-seven .month {
    font-size: 10px;
    min-height: 57px;
  }
  .sec-seven .dn {
    display: none;
  }
  .sec-seven .month.text-right {
    justify-content: center;
  }
  .sec-seven .for-mob {
    position: absolute;
    top: 11%;
    width: 254px;
    left: 0;
    right: -55%;
    margin: 0 auto;
    z-index: -1;
    opacity: 0.5;
  }
  .sec-seven .for-mob svg {
    -moz-transform: scale(0.25, 0.425);
    -ms-transform: scale(0.25, 0.425);
    -webkit-transform: scale(0.25, 0.425);
    transform: scale(0.25, 0.425);
  }
  .sec-seven .for-mob.one svg {
    -webkit-animation: mob 20s linear both;
    animation: mob 20s linear both;
  }
  .sec-seven #sub-six {
    position: relative;
    top: -60px;
    left: 0;
  }
  .sec-seven #sub-five {
    left: 0;
  }
  @keyframes mob {
    from {
      height: 0px;
    }
    to {
      height: 2400px;
    }
  }
  @-webkit-keyframes mob {
    from {
      height: 0px;
    }
    to {
      height: 2400px;
    }
  }
  .section_four .carousel-indicators li {
    font-size: 10px;
    width: 115px;
  }
  .sec-seven #am-one .box-content p,
  .sec-seven #sub-three .box-content p,
  .sec-seven #sub-five .box-content p {
    width: auto;
  }
  .section_zero {
    display: block;
    background: #fafafa;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  .section_zero div:nth-child(2) {
    margin: 0 0px 0 0px;
    width: 100%;
  }
  .section_zero a {
    margin: 10px auto;
  }
  .section_zero div span {
    margin: 10px auto;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .sec-seven .set-full {
    width: 65%;
    margin: 0 auto;
  }
  .sec-seven .for-mob {
    right: -44%;
  }
  .sec-seven .arrow-one {
    left: 13%;
  }
  .sec-seven .rw-two {
    margin-left: 42px;
  }
  .sec-seven #sub-two {
    left: 0;
  }
  .sec-seven .dot-two {
    left: 5%;
  }
  .section_four .carousel-indicators li {
    font-size: 12px;
    width: 135px;
  }
}
@media (min-width: 440px) and (max-width: 639px) {
  .sec-seven .for-mob {
    right: -34%;
  }
  .sec-seven .blue-set {
    width: 80px;
    height: 80px;
  }
  .section_four .carousel-indicators li {
    font-size: 12px;
    width: 135px;
  }
}

@media (max-width: 320px) {
  .sec-seven .for-mob {
    right: -62%;
  }
  .section_four .carousel-indicators li {
    font-size: 9px;
    width: 97px;
  }
}
@media (min-width: 992px) {
  .sec-seven .arrow-dot {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 992px) {
.sec-seven .arrow-dot {
  width: 70px;
  height: 70px;
}
}

@media (min-width: 992px) {
  .sec-seven .arrow-dot {
  width: 70px;
  height: 70px;
  }
}

.maplibregl-popup-content{padding: 5px 4px !important;}
.maplibregl-popup-content img{width: 30px;}